0
I Use This!
Inactive

Commits : Listings

Analyzed 1 day ago. based on code collected 1 day ago.
Dec 08, 2024 — Dec 08, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
(set-font): open the font for each screen (add-group): put the new group at the end of the group list More... almost 19 years ago
(set-font): open the font for each screen More... almost 19 years ago
(mode-line-format-elt): use the symbol as a string if it's unbound. ignore T and NIL (screen-mode-line-mode): check the arg types (toggle-mode-line): likewise More... almost 19 years ago
* stumpwm.lisp (stumpwm-internal-loop): print the error before throwing :quit More... almost 19 years ago
*** empty log message *** More... almost 19 years ago
* core.lisp (reparent-window): give normal windows a black bg More... almost 19 years ago
*** empty log message *** More... almost 19 years ago
* core.lisp (reparent-window): give normal windows a black bg More... almost 19 years ago
* primitives.lisp (window): new slots x y width height border-width More... almost 19 years ago
(xwin-send-configuration-notify): take the geometry as arguments. all callers updated. (geometry-hints): use cached window geometry slots (reparent-window): likewise (maximize-window): call set-window-geometry (group-add-window): init x y width height border-width window slots (process-mapped-window): call set-window-geometry (handle-unmanaged-window): new function (handle-managed-window): likewise (:configure-request): call handle-managed-window and handle-unmanaged-window (update-window-properties): only maximize the window being updated (handle-event): catch xlib:window-error and xlib:drawable-error events More... almost 19 years ago
* stumpwm.lisp (error-handler): new function More... almost 19 years ago
* stumpwm.lisp (error-handler): new defun (stumpwm): set error handler (stumpwm-internal-loop): remove catch for drawable and window-error More... almost 19 years ago
* stumpwm.lisp (error-handler): new defun (stumpwm): set error handler More... almost 19 years ago
* core.lisp (set-font): use the first font that matches More... almost 19 years ago
* stumpwm.lisp (stumpwm-internal-loop): handle window-error and drawable-error errors More... almost 19 years ago
* user.lisp (window-send-string): handle RET and TAB More... almost 19 years ago
* core.lisp (key-to-keycode+state): new function (send-fake-key): use key-to-keycode+state More... almost 19 years ago
(draw-input-bucket): make room for the cursor More... almost 19 years ago
(draw-input-bucket): make room for the cursor More... almost 19 years ago
*** empty log message *** More... almost 19 years ago
*** empty log message *** More... almost 19 years ago
* primitives.lisp (*debug-level*): new defvar (*debug-stream*): likewise (dformat): send output to *debug-stream* More... almost 19 years ago
*** empty log message *** More... almost 19 years ago
only require :clx in sbcl More... almost 19 years ago
* core.lisp (show-frame-indicator): clear the frame indicator on all other screens. More... almost 19 years ago
* core.lisp (show-frame-indicator): clear the frame indicator on all other screens. More... almost 19 years ago
* user.lisp ("ratclick"): new function More... almost 19 years ago
* user.lisp (*root-map*): bind mark to C-t # and lastmsg back to m and C-m. Bind C-t C-t to other-in-frame. More... almost 19 years ago
*** empty log message *** More... almost 19 years ago
(input-find-completions): properly match strings More... almost 19 years ago