47
I Use This!
Activity Not Available

Commits : Listings

Analyzed 11 months ago. based on code collected 11 months ago.
Jan 20, 2023 — Jan 20, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
add renumber. add cheap modifiers.
Shawn Betts
as sabetts
More... over 20 years ago
(process-new-window): set the window state to normal (process-existing-windows): don't process internal windows (process-existing-windows): print the name of the window being processed (internal-window-p): new function (init-screen): grab the prefix key on the focus window. don't listen for any events on the focus-window.
Shawn Betts
as sabetts
More... over 20 years ago
(split-frame): don't give the new frame a window
Shawn Betts
as sabetts
More... almost 21 years ago
*** empty log message ***
Shawn Betts
as sabetts
More... almost 21 years ago
Added frame support
Shawn Betts
as sabetts
More... almost 21 years ago
(:stumpwm): update system description to reflect new file names.
Shawn Betts
as sabetts
More... about 21 years ago
*** empty log message ***
Shawn Betts
as sabetts
More... about 21 years ago
* stumpwm.lisp (stumpwm-internal-loop): handle a timer. Call unmap-all-message-windows when the timer times out.
Shawn Betts
as sabetts
More... about 21 years ago
(stumpwm): call set-default-bindings
Shawn Betts
as sabetts
More... about 21 years ago
* stumpwm-user.lisp (shell-command): use *shell-program*
Shawn Betts
as sabetts
More... about 21 years ago
* stumpwm.lisp (stumpwm): run *start-hook*
Shawn Betts
as sabetts
More... about 21 years ago
install docs
Shawn Betts
as sabetts
More... about 21 years ago
Create an ASDF package.
Shawn Betts
as sabetts
More... about 21 years ago
*** empty log message ***
Shawn Betts
as sabetts
More... over 21 years ago
* stumpwm-input.lisp (read-key): remove screen argument. All callers updated. (read-key-handle-event): declare display as ignorable. (read-key-handle-event): in key-press, declare event-slots and root as ignorable.
Shawn Betts
as sabetts
More... over 21 years ago
* stumpwm.lisp (*window-format-fn*): bound to default-window-format (*key-binding-alist*): bind #\a to echo-date (mapcar-hash): declare key as ignorable in lambda fn (default-window-format): new function (find-free-window-number): remove window parameter (process-existing-windows): call absorb-mapped-window. give the first window in the mapped window list focus. (echo-string-list): new function (echo-window-list): remove (echo-string): new function (:configure-request): focus the window if a :bave stack-mode request was made. (:map-request): call absorb-mapped-window (absorb-mapped-window): new function (handle-events): remove function (stumpwm-internal-loop): call xlib:process-event directly. (error-handler): correctly detect another WM running and signal an error. (:destroy-notify): call remove-window. (:unmap-notify): call remove-window (remove-window): new function (add-window): add a window-table entry and the window's new number.
Shawn Betts
as sabetts
More... over 21 years ago
* stumpwm-user.lisp (select-window): pass a prompt to read-one-line.
Shawn Betts
as sabetts
More... over 21 years ago
* stumpwm.lisp (init-screen): select events on the root window first. (error-handler): new function (stumpwm): set the display's error handler
Shawn Betts
as sabetts
More... over 21 years ago
*** empty log message ***
Shawn Betts
as sabetts
More... over 21 years ago
*** empty log message ***
Shawn Betts
as sabetts
More... over 21 years ago
* stumpwm-input.lisp (read-one-line): renamed from read-line. Callers updated.
Shawn Betts
as sabetts
More... over 21 years ago
* stumpwm-input.lisp (keycode->string): use keysym->character.
Shawn Betts
as sabetts
More... over 21 years ago
*** empty log message ***
Shawn Betts
as sabetts
More... over 21 years ago
* stumpwm.lisp (handle-unmap-notify): remove the window's entry in screen-window-table.
Shawn Betts
as sabetts
More... over 21 years ago
* stumpwm.lisp (*key-binding-alist*): add select-window (key-binding): new structure (*editor-bindings*): new global (modifiers): new structure (screen): add input-bucket, modifiers and font slots (conc1): new function (init-screen): set the input-window's background to black, border to white and border-width to 1. (init-screen): init font and input-bucket (*event-fn-table*): new global (define-stump-event-handler): new macro (:map-notify): new event handler (:configure-request): likewise (:map-request): likewise (:unmap-notify): likewise (:create-notify): likewise (:destroy-notify): likewise (:key-press): likewise (handle-event): new function (handle-events): use xlib:process-event and handle-event to process events. (handle-configure-request): check the value-mask before setting the attribute. New function argument, stack-mode. (create-message-window-gcontext): remove font function argument. Use screen-font instead. (setup-message-window): likewise (echo-window-list): likewise
Shawn Betts
as sabetts
More... over 21 years ago
(geometry-hints): truncate the values where division is used.
Shawn Betts
as sabetts
More... over 21 years ago
* stumpwm.lisp (#:stumpwm): change package name from stump. (stumpwm): change name from stump (stumpwm-internal-loop): change name from stump-internal-loop.
Shawn Betts
as sabetts
More... over 21 years ago