summaryrefslogtreecommitdiff
path: root/core.lisp
AgeCommit message (Expand)Author
2019-11-27Fixing issue 226 by adding a synthetic click when no-focus is calledDavid B
2018-06-12Extends send-fake-key to send key-press and key-release eventsRam Krishnan
2015-01-28Exporting symbolsDavid Bjergaard
2015-01-27Fixing merge conflict for #146David Bjergaard
2014-11-30Remove scary unused macro DEF-THING-ATTR-MACROJoram Schrijver
2014-09-16Export pointer-grabbing functionalityJoram Schrijver
2013-12-08Add configuring of the grabbed pointerAlex Kost
2011-11-13Update FSF addressWesley Dawson
2011-03-11Add hooks for entering and leaving command mode.Matt Spear
2010-12-31Use feature test to check for XTEST support at compile time.Ben Spencer
2010-12-28Check X server supports XTEST before using it.Ben Spencer
2010-12-28Implement send-fake-click using XTEST where available.Ben Spencer
2009-04-24implement intern1 and use it instead of internShawn Betts
2008-07-28change with-focus to use grab-keyboardShawn
2008-05-25Fix docs of send-fake-key/click functions.Xan Lopez
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