0
I Use This!
Inactive

Commits : Listings

Analyzed 1 day ago. based on code collected 1 day ago.
Sep 10, 2024 — Sep 10, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
("reload"): use restarts-menu (select-from-menu): make prompt optional. display prompt in menu. (restarts-menu): new function (with-restarts-menu): new macro (with-restarts-menu): use handler-bind, not handler-case (restarts-menu): remove newlines from restarts, errors More... over 18 years ago
*** empty log message *** More... over 18 years ago
* user.lisp ("reload"): use restarts-menu (select-from-menu): make prompt optional. display prompt in menu. (restarts-menu): new function (with-restarts-menu): new macro More... over 18 years ago
* stumpwm.lisp (*timer-list*): new global (timer): new defstruct (timer-p): new function (run-with-timer): likewise (cancel-timer): likewise (schedule-timer): likewise (sort-timers): likewise (run-expired-timers): likewise (get-next-timeout): likewise (stumpwm-internal-loop): handle timers More... over 18 years ago
(toggle-mode-line): use :bottom not 'bottom in expand-tree calls More... over 18 years ago
* core.lisp (split-frame-h): properly handle modulo (split-frame-v): likewise (expand-tree): properly expand the children with modulo (join-subtrees): rewrite (offset-frames): new function (balance-frames): properly resize with modulo (expand-tree): resize proportionally More... over 18 years ago
* core.lisp (split-frame-h): properly handle modulo (split-frame-v): likewise (expand-tree): properly expand the children with modulo (join-subtrees): rewrite (offset-frames): new function (balance-frames): properly resize with modulo More... over 18 years ago
* user.lisp (*root-map*): add + binding (split-frame-in-dir): new function ("hsplit"): call split-frame-in-dir ("vsplit"): likewise (horiz-split-frame): remove function (vert-split-frame): likewise (remove-split): call closest-sibling ("resize"): display message when there's only 1 frame ("balance-frames"): new command More... over 18 years ago
*** empty log message *** More... over 18 years ago
* user.lisp ("command-mode"): echo a message about how to exit command mode More... over 18 years ago
*** empty log message *** More... over 18 years ago
*** empty log message *** More... over 18 years ago
* core.lisp (:key-press): only grab the key when reading another key More... over 18 years ago
(no-focus): call update-window-border More... over 18 years ago
(send-fake-key): add :x :y :root-x :root-y More... over 18 years ago
* input.lisp (setup-input-window): use xlib:with-state (draw-input-bucket): likewise More... over 18 years ago
(error-handler): ignore match-errors More... over 18 years ago
*** empty log message *** More... over 18 years ago
* user.lisp (:gravity): new arg type ("gravity"): new command More... over 18 years ago
(handle-managed-window): show the frame indicator on focus change More... over 18 years ago
(dformat): string out non base-char chars More... over 18 years ago
* user.lisp (banish-pointer): call screen-true-height More... over 18 years ago
(frame-raise-window): hide windows & raise before focusing window More... over 18 years ago
* user.lisp ("ratclick"): call current-window ("gmove"): likewise ("insert"): likewise ("mark"): likewise (other-hidden-window): remove unused lexical var f More... over 18 years ago
* primitives.lisp (screen): add withdrawn-windows slot More... over 18 years ago
(pull-other-hidden-window): rename from other-hidden-window. all callers updated. (other-hidden-window): new function More... over 18 years ago
* user.lisp (pull-other-hidden-window): rename from other-hidden-window. all callers updated. More... over 18 years ago
* core.lisp (split-frame-v): call *new-frame-hook* (split-frame-h): likewise More... over 18 years ago
(current-group): new function More... over 18 years ago
(set-font): open the font for each screen (add-group): put the new group at the end of the group list (remove-window): update the mode line (process-mapped-window): likewise More... over 18 years ago