summaryrefslogtreecommitdiff
path: root/core.lisp
AgeCommit message (Expand)Author
2008-05-02restructure almost all the code in core.lisp into seperate files.Shawn
2008-05-02add border stylesShawn
2008-05-02Merge branch 'male'Shawn
2008-05-02in echo-string-list don't do anything if STRINGS is nil.Shawn
2008-05-02Add bytes-to-string and string-to-bytes. use them in handle-stumpwm-commands.Shawn
2008-04-23Add option *default-group-name* instead of hardcoding "Default"Jonathan Moore Liles
2008-04-23When ignoring cloned heads, ignore heads with *any* overlap.Jonathan Moore Liles
2008-03-02in focus-frame only show the frame indicator when focusing a frame that is no...Shawn
2008-03-02add frame indicator windowShawn
2008-03-01don't change the timeout when redrawing the message from an exposure eventShawn
2008-03-01deprecate define-stumpwm-command in favor of defcommandShawn
2008-02-22Make C-h list the keybindings of the current keymapShawn
2008-02-22update modeline on font changeShawn
2008-02-19grab keys asynchronouslyShawn
2008-02-08Keep track of the remainder in expand-tree.Shawn
2008-02-08change is-modifier to use *all-modifiers* and exclude No Symbol keysymsShawn
2008-02-08add a new key-window only for reading keys from the userShawn
2008-02-07fix new/destroy window hooks. improve run-hooks with restart menu.Shawn
2008-02-06change the way input is handledShawn
2008-01-07Oops. Get rid of no longer necessary ignore declaration.Jonathan Moore Liles
2008-01-07Avoid sync'ing windows during window-hiding interactive resize.Jonathan Moore Liles
2007-12-16Oops. Accidentally broke stumpwm command results in that last commit.Jonathan Moore Liles
2007-12-13Fixup expose handler for message window.Jonathan Moore Liles
2007-12-13Only redraw mode-line if contents have changed.Jonathan Moore Liles
2007-12-05Unmap message windows in (focus-all) instead of merely obscuring them.Jonathan Moore Liles
2007-12-05Add exposure handler for message windows.Jonathan Moore Liles
2007-12-04Reinstate accidentally deleted function (populate-frames).Jonathan Moore Liles
2007-11-30Add some missing set-.* exports to core.lisp.Jonathan Moore Liles
2007-11-16Merge branch 'master' of git://git.savannah.nongnu.org/stumpwmJonathan Moore Liles
2007-11-08Renumber remaining heads to be contiguous after removing cloned heads.Jonathan Moore Liles
2007-10-27Allow pagers to activate windows regardless of the value of *deny-raise-reque...Jonathan Moore Liles
2007-10-25Reintroduce (frame-by-number) and (head-by-number) functions.Jonathan Moore Liles
2007-10-23Fix completely broken *deny-raise-request*.Jonathan Moore Liles
2007-10-14move function documentation from texi manual to .lisp files and generate texi...Shawn Betts
2007-10-14Optimize group switching.Jonathan Moore Liles
2007-10-14Use :exposure handler for redrawing the frame indicator.Jonathan Moore Liles
2007-10-13Move exported symbols from package.lisp to their respective files.Shawn Betts
2007-10-12Provide pointer x/y in click hooks and allow click-focusing of empty frames.Jonathan Moore Liles
2007-10-12Don't draw the frame indicator if there's only one head and one frame.Jonathan Moore Liles
2007-10-11Avoid hiding already hidden windows in (xwin-hide).Jonathan Moore Liles
2007-10-10Add *root-click-hook* and *mode-line-click-hook*.Jonathan Moore Liles
2007-10-09Don't lose track of focus in (hide-window).Jonathan Moore Liles
2007-10-09Improve debugging output for windows.Jonathan Moore Liles
2007-10-08Fix :sloppy mouse focus for group switching and dialogs.Jonathan Moore Liles
2007-10-08Fix sloppy focus.Jonathan Moore Liles
2007-10-08Focus frame AFTER hiding windows.Jonathan Moore Liles
2007-10-08Fix mismerge of button-press handler.Jonathan Moore Liles
2007-10-07Update mode-lines in focus-window.Jonathan Moore Liles
2007-10-07Don't fail in string-match for small lengths of PAT.Jonathan Moore Liles
2007-10-07Merge branch 'male.' discard the fdump code but keep the placement rule stuffShawn Betts