*** empty log message *** |
|
More...
|
almost 19 years ago
|
(+default-foreground-color+): change to defparameter (+default-background-color+): likewise (+default-border-color+): likewise (+default-font-name+): likewise |
|
More...
|
almost 19 years ago
|
* user.lisp (*root-map*): add bindings for C-c and C-e |
|
More...
|
almost 19 years ago
|
*** empty log message *** |
|
More...
|
almost 19 years ago
|
(grab-keys-on-window): grab the keyboard synchronously. |
|
More...
|
almost 19 years ago
|
(run-prog): dont warn on sbcl. |
|
More...
|
almost 19 years ago
|
*** empty log message *** |
|
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. |
|
More...
|
almost 19 years ago
|
* primitives.lisp (*foreground-color*): new defvar (*background-color*): likewise (*border-color*): likewise |
|
More...
|
almost 19 years ago
|
* user.lisp (choose-frame-by-number): call draw-frame-outlines |
|
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. |
|
More...
|
almost 19 years ago
|
* primitives.lisp (dformat): ignore debug output |
|
More...
|
almost 19 years ago
|
* stumpwm.lisp (stumpwm): use ' not #' in mapc. |
|
More...
|
almost 19 years ago
|
* core.lisp (frame-raise-window): handle the case when w is nil. |
|
More...
|
almost 19 years ago
|
* stumpwm.lisp (stumpwm-internal-loop): flush output after processing events. |
|
More...
|
almost 19 years ago
|
(code-state->key): use #\Null if no keysym to char mapping exists. |
|
More...
|
almost 19 years ago
|
(other-window): display an error message when no other window can be selected |
|
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 |
|
More...
|
almost 19 years ago
|
*** empty log message *** |
|
More...
|
almost 19 years ago
|
* user.lisp (*root-map*): bind C-g to abort, not g. |
|
More...
|
almost 19 years ago
|
*** empty log message *** |
|
More...
|
almost 19 years ago
|
*** empty log message *** |
|
More...
|
almost 19 years ago
|
(stumpwm): give display-str a default value. |
|
More...
|
almost 19 years ago
|
* stumpwm.lisp (stumpwm): remove &key |
|
More...
|
almost 19 years ago
|
*** empty log message *** |
|
More...
|
almost 19 years ago
|
(remove-split): sync all frames ("resize"): new command (*root-map*): bind "Space" not " " |
|
More...
|
almost 19 years ago
|
* user.lisp (remove-split): sync all frames ("resize"): new command |
|
More...
|
almost 19 years ago
|
* user.lisp (*root-map*): bind "c" to "exec xterm". bind "other" to C-t |
|
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. |
|
More...
|
almost 19 years ago
|
(stumpwm-internal-loop): listen for events and process them when they come in. |
|
More...
|
almost 19 years ago
|