summaryrefslogtreecommitdiff
path: root/user.lisp
AgeCommit message (Expand)Author
2019-09-08LIST-WINDOW-PROPERTIES: Avoid unnecessary coercionJavier Olaechea
2019-04-10Revert "Revert "Add function DESTROY-ALL-MODE-LINES and call it before restar...Joram Schrijver
2019-04-09Revert "Add function DESTROY-ALL-MODE-LINES and call it before restarting."Javier Olaechea
2019-03-20Add function DESTROY-ALL-MODE-LINES and call it before restarting.Audun Hoem
2019-02-15disable hooks in RESTART-MENU to avoid deadlocksAudun Hoem
2018-08-25Added thread for rehashing users $PATHDavid Bjergaard
2018-08-23Fixing path hashing performance by removing unecessary sortDavid Bjergaard
2018-02-07LOADRC: Remove unnecessary progn (#441)Moch Deden
2017-12-20Replaced all tab characters with an appropriate number of spaces.Grayson Croom
2017-06-17Make RUN-OR-RAISE just use FOCUS-ALLJoram Schrijver
2017-06-12Documentation typo fix: Capitalize new sentencesKarl F
2017-02-04remove floating-group packageDany Haddad
2017-01-27PROGRAMS-IN-PATH: Correct IndentationJavier Olaechea
2017-01-27Remove directory-no-derefJavier Olaechea
2017-01-27Remove PORTABLE-FILE-WRITE-DATEJavier Olaechea
2015-09-27Handle show-window-properties error when no windows are openCody Reichert
2015-02-27Fix exports for floating group, fixes #193Joram Schrijver
2014-11-20Fix DEFPROGRAM-SHORTCUT to be compilation-friendlyJoram Schrijver
2014-11-06Fixed Makefile bug for stumpwm-contribDavid Bjergaard
2014-08-19export `run-or-pull`Sunrim KIM (keen)
2014-08-13Enable RUN-OR-RAISE to focus floating groupJoram Schrijver
2014-03-02Remove duplicate call to frame-raise-window from run-or-raise.Ben Spencer
2014-02-04fixed missing symbol goto-win-tile, may still be brokeDavid Bjergaard
2014-02-03add run-or-raise support for float-groupsDavid Bjergaard
2011-11-13Update FSF addressWesley Dawson
2011-03-11Add hooks for entering and leaving command mode.Matt Spear
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-12-26Reword documentation.Julian Stecklina
2009-07-15fix restart-hard for newer versions of sbclShawn Betts
2009-07-13make programs-in-path return a sorted listShawn Betts
2009-07-12Don't dereference symlinks in program completion list.Ben Spencer
2009-07-12rename soft-restart to restart-soft. add restart-hard. add execv and argv fun...Shawn Betts
2009-05-14fix programs-in-path for clispShawn Betts
2009-05-13in programs-in-path, use :wild for both name and type when searching for exec...Shawn Betts
2009-04-24ensure that name argument to defprogram-shortcut can be a symbolFriedrich Delgado Friedrichs
2009-04-24implement intern1 and use it instead of internShawn Betts
2009-04-24Modify defprogram-shortcut to define a run-or-pull command/binding.John Li
2009-04-24Clean up run-or-raise, add run-or-pull.John Li
2008-10-24fix unmatched parenShawn
2008-10-24in list-window-properties, show the properties of the root window when there ...Shawn
2008-10-24in list-window-properties, only print the first 20 digits in :cardinal proper...Shawn
2008-10-24new command, list-window-propertiesShawn
2008-10-22Added time.lispIvy Foster
2008-10-21Merge branch 'master' into testShawn
2008-10-21change kmaps from a hashtable to a struct containing a listShawn
2008-10-21allow commands to belong to a class and tag commands appropriatelyShawn
2008-10-03only catch errors in eval-lineShawn
2008-09-24fix error handlers to catch any kind of condition and handle warningsShawn
2008-08-30Add show-window-properties command.John Li