47
I Use This!
Activity Not Available

Commits : Listings

Analyzed 12 months ago. based on code collected 12 months ago.
Jan 20, 2023 — Jan 20, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
*** empty log message ***
Shawn Betts
as sabetts
More... almost 19 years ago
(+default-foreground-color+): change to defparameter (+default-background-color+): likewise (+default-border-color+): likewise (+default-font-name+): likewise
Shawn Betts
as sabetts
More... almost 19 years ago
* user.lisp (*root-map*): add bindings for C-c and C-e
Shawn Betts
as sabetts
More... almost 19 years ago
*** empty log message ***
Shawn Betts
as sabetts
More... almost 19 years ago
(grab-keys-on-window): grab the keyboard synchronously.
Shawn Betts
as sabetts
More... almost 19 years ago
(run-prog): dont warn on sbcl.
Shawn Betts
as sabetts
More... almost 19 years ago
*** empty log message ***
Shawn Betts
as sabetts
More... almost 19 years ago
* core.lisp (window-type): check if hints is nil (geometry-hints): likewise (define-stump-event-handler): dont catch any errors (:configure-request): likewise (handle-event): catch drawable-error and window-error errors.
Shawn Betts
as sabetts
More... almost 19 years ago
* primitives.lisp (*foreground-color*): new defvar (*background-color*): likewise (*border-color*): likewise
Shawn Betts
as sabetts
More... almost 19 years ago
* user.lisp (choose-frame-by-number): call draw-frame-outlines
Shawn Betts
as sabetts
More... almost 19 years ago
* user.lisp (pull-window-by-number): get the window's frame after it's confirmed the window isn't nil.
Shawn Betts
as sabetts
More... almost 19 years ago
* primitives.lisp (dformat): ignore debug output
Shawn Betts
as sabetts
More... almost 19 years ago
* stumpwm.lisp (stumpwm): use ' not #' in mapc.
Shawn Betts
as sabetts
More... almost 19 years ago
* core.lisp (frame-raise-window): handle the case when w is nil.
Shawn Betts
as sabetts
More... almost 19 years ago
* stumpwm.lisp (stumpwm-internal-loop): flush output after processing events.
Shawn Betts
as sabetts
More... almost 19 years ago
(code-state->key): use #\Null if no keysym to char mapping exists.
Shawn Betts
as sabetts
More... almost 19 years ago
(other-window): display an error message when no other window can be selected
Shawn Betts
as sabetts
More... almost 19 years ago
(*root-map*): bind C-g to abort, not g. (send-meta-key): don't send a key if there's no current window
Shawn Betts
as sabetts
More... almost 19 years ago
*** empty log message ***
Shawn Betts
as sabetts
More... almost 19 years ago
* user.lisp (*root-map*): bind C-g to abort, not g.
Shawn Betts
as sabetts
More... almost 19 years ago
*** empty log message ***
Shawn Betts
as sabetts
More... almost 19 years ago
*** empty log message ***
Shawn Betts
as sabetts
More... almost 19 years ago
(stumpwm): give display-str a default value.
Shawn Betts
as sabetts
More... almost 19 years ago
* stumpwm.lisp (stumpwm): remove &key
Shawn Betts
as sabetts
More... almost 19 years ago
*** empty log message ***
Shawn Betts
as sabetts
More... almost 19 years ago
(remove-split): sync all frames ("resize"): new command (*root-map*): bind "Space" not " "
Shawn Betts
as sabetts
More... almost 19 years ago
* user.lisp (remove-split): sync all frames ("resize"): new command
Shawn Betts
as sabetts
More... almost 19 years ago
* user.lisp (*root-map*): bind "c" to "exec xterm". bind "other" to C-t
Shawn Betts
as sabetts
More... almost 19 years ago
* core.lisp (ungrab-keys-on-window): pass :any correctly. (grab-keys-on-window): grab all keybindings in *top-map* (sync-keys): new defun (handle-keymap): new defun (handle-command-key): remove defun (:key-press): lookup key event in *top-map* and execute matching command.
Shawn Betts
as sabetts
More... almost 19 years ago
(stumpwm-internal-loop): listen for events and process them when they come in.
Shawn Betts
as sabetts
More... almost 19 years ago