0
I Use This!
Inactive

Commits : Listings

Analyzed 1 day ago. based on code collected 1 day ago.
Aug 18, 2024 — Aug 18, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
* user.lisp (*root-map*): add C-SPC binding. bind lastmsg to M. bind mark to m and C-m ("fselect"): make arg non-optional ("mark"): new command ("clear-marks"): likewise ("pull-marked"): likewise More... over 18 years ago
* user.lisp (focus-forward): add predicate function (other-hidden-window): fix hidden windows predicate function ("pull-hidden-next"): pass predicate function to focus-forward ("pull-hidden-previous"): likewise ("prev-in-frame"): call frame-sort-windows ("next-in-frame"): likewise ("command-mode"): new command ("abort"): pop the top map More... over 18 years ago
* user.lisp (focus-forward): add predicate function (other-hidden-window): fix hidden windows predicate function ("pull-hidden-next"): pass predicate function to focus-forward ("pull-hidden-previous"): likewise ("prev-in-frame"): call frame-sort-windows ("next-in-frame"): likewise More... over 18 years ago
(format-expand): handle the case when % is the last char in the string. More... over 18 years ago
(*root-map*): bind pull-hidden-next, pull-hidden-previous, pull-hidden-other, other-in-frame, next-in-frame, prev-in-frame (pull-window): new function (focus-forward): new argument pull-p. use pull-window (pull-window-by-number): use pull-window (other-hidden-window): new function (other-window-in-frame): likewise ("pull-hidden-next"): new command ("pull-hidden-previous"): likewise ("pull-hidden-other"): likewise ("next-in-frame"): likewise ("prev-in-frame"): likewise ("other-in-frame"): likewise (other-window): use the group's window list to find the other window. ("other"): show the frame indicator if a frame switch occurred. More... over 18 years ago
(*root-map*): bind pull-hidden-next, pull-hidden-previous, pull-hidden-other, other-in-frame, next-in-frame, prev-in-frame (pull-window): new function (focus-forward): new argument pull-p. use pull-window (pull-window-by-number): use pull-window (other-hidden-window): new function (other-window-in-frame): likewise ("pull-hidden-next"): new command ("pull-hidden-previous"): likewise ("pull-hidden-other"): likewise ("next-in-frame"): likewise ("prev-in-frame"): likewise ("other-in-frame"): likewise More... over 18 years ago
("putsel"): new command ("getsel"): likewise More... over 18 years ago
properly error out when clx isn't detected. More... over 18 years ago
(font-exists-p): rewrite using xlib:list-font-names (xwin-grab-keys): only grab the key if it has a corresponding keycode. More... over 18 years ago
(font-exists-p): rewrite using xlib:list-font-names More... over 18 years ago
(format-time-string): new function (echo-date): call format-time-string More... over 18 years ago
* user.lisp (format-time-string): new function (echo-date): call format-time-string More... over 18 years ago
*** empty log message *** More... over 18 years ago
(run-prog-collect-output): collect error output as well for sbcl and cmucl (split-string): return ("") when splitting the empty string More... over 18 years ago
* stumpwm.asd (:stumpwm): change around dependencies More... over 18 years ago
(font-exists-p): query something about the font. catch xlib:font-error conditions. More... over 18 years ago
(font-exists-p): query something about the font. catch xlib:font-error conditions. More... over 18 years ago
(font-exists-p): query something about the font. catch xlib:font-error conditions. More... over 18 years ago
(argument-pop-or-read): new function (argument-pop-rest-or-read): likewise (run-or-raise): search only the current group when *run-or-raise-all-groups* is NIL. More... over 18 years ago
* primitives.lisp (*run-or-raise-all-groups*): new global var More... over 18 years ago
*** empty log message *** More... over 18 years ago
*** empty log message *** More... over 18 years ago
*** empty log message *** More... over 18 years ago
* core.lisp (setup-win-gravity): make sure the window doesn't go off the left side of the screen. More... over 18 years ago
* input.lisp (input-forward-kill-word): new function (input-backward-kill-word): likewise (*input-map*): bind M-d and M-DEL More... over 18 years ago
(programs-in-path): new function ("exec"): change arg to type :shell (parse-and-run-command): handle :shell type ("insert"): new command (window-send-string): new function ("insert"): use window-send-string More... over 18 years ago
("insert"): new command More... over 18 years ago
* user.lisp (programs-in-path): new function ("exec"): change arg to type :shell (parse-and-run-command): handle :shell type ("insert"): new command More... over 18 years ago
*** empty log message *** More... over 18 years ago
* user.lisp (all-commands): new function ("select"): change arg type to :window-name (parse-and-run-command): use completing-read on some arg types ("colon"): using completing-read ("pull"): change arg type to :window-number ("gselect"): change arg type to :group-name More... over 18 years ago