thingmenu

A simple graphical menu launcher for X11.
git clone git://r-36.net/thingmenu
Log | Files | Refs | LICENSE

DateCommit messageAuthorFiles+-
2022-12-28 21:23Add numpad shortcuts.Christoph Lohmann3+86-9
2019-05-26 14:52Handle sigchld to reap zombies immideatelyPlaton Ryzhikov1+13-4
2019-05-24 18:19Wait for children to exit, so there are no zombies left.Christoph Lohmann1+7-3
2019-05-24 17:30Fix runentry to not spawn zombies.Christoph Lohmann1+13-12
2018-12-08 12:36check memory allocations, malloc+memset to callocHiltjo Posthuma1+19-14
2018-12-08 10:47config.mk: use X11INC for default includeHiltjo Posthuma1+1-1
2016-03-03 12:44Fix oob in arg.h.Christoph Lohmann1+27-20
2016-02-04 05:48Fix the examples and their description.Christoph Lohmann1+2-2
2012-08-04 20:30Adding ARGBEGIN for flexible parameter handling and fixing the manpage.Christoph Lohmann3+91-74
2012-02-05 11:42Correcting spelling for the manpage change.Christoph Lohmann1+1-1
2012-02-05 11:41Changing config.mk to standard suckless behaviour.Christoph Lohmann1+1-1
2012-02-05 11:40Adding a menu notice to the manpage.Christoph Lohmann1+4-0
2011-11-13 20:01Adding Stephen Paul Weber to LICENSE.Christoph Lohmann1+1-0
2011-11-13 18:25Pushing up to v0.8.Christoph Lohmann1+1-1
2011-11-13 18:23Removing some obvious comments.Christoph Lohmann1+0-3
2011-10-31 23:32whitespaceStephen Paul Weber1+1-1
2011-11-01 18:10Keyboard navigationStephen Paul Weber1+54-3
2011-10-31 23:21Cleaner exitStephen Paul Weber1+1-2
2011-10-31 22:54Ignore right-click, etcStephen Paul Weber1+8-0
2011-10-31 23:32Build as ISO C99Stephen Paul Weber1+2-2
2011-10-09 16:21Noone's expecting the coding style inquisition.Christoph Lohmann1+6-6
2011-10-09 16:14Add xgeometry support and remove old non-standard.Christoph Lohmann2+32-38
2011-09-12 13:55Adding expected behaviour to highlight and press.Christoph Lohmann1+14-1
2011-09-12 13:46Changing the behaviour to run on buttonrelease.Christoph Lohmann1+45-39
2011-09-12 13:34Minor typo in the comments.Christoph Lohmann1+1-1
2011-09-12 13:30Adding fat finger mode.Christoph Lohmann3+20-7
2011-09-08 13:48Fixing the commandline -ws.Christoph Lohmann1+1-1
2011-09-07 20:32Removing bzero calls. Thanks Streng.Christoph Lohmann1+2-2
2011-09-07 20:27I want mk.Christoph Lohmann1+1-1
2011-09-07 20:25thing, think, thing, think …Christoph Lohmann1+8-8
2011-09-07 20:23Fixing the example file.Christoph Lohmann1+8-8
2011-09-07 20:22Fixing the makefile behaviour.Christoph Lohmann1+3-3
2011-09-07 20:16Reflecting changes in the manpage.Christoph Lohmann1+127-123
2011-09-07 20:09Make widthscaling a commandline parameter.Christoph Lohmann2+5-1
2011-09-07 20:00Adding the width scaling as a parameter.Christoph Lohmann3+57-3
2011-09-07 19:47Pushing to 0.7.Christoph Lohmann1+1-1
2011-09-07 19:46Changing the parameter layout.Christoph Lohmann2+8-10
2011-07-02 10:34Change version.Christoph Lohmann1+1-1
2011-07-02 10:32README.md is gone.Christoph Lohmann1+1-1
2011-07-02 10:14Adding horizontal and manpage.Christoph Lohmann4+192-49
2011-06-30 19:59Thanks to Bogdan Ionuț <bogdan@punctweb.ro>.Christoph Lohmann1+1-1
2011-06-30 18:07Helping the user a bit with config.h.Christoph Lohmann1+1-1
2011-06-30 18:05Bumping up the version number.Christoph Lohmann1+2-2
2011-06-30 18:05Removing the config.h from tracking.Christoph Lohmann1+0-9
2011-06-30 18:05Highlight and simple menu items added.Christoph Lohmann3+58-15
2011-03-27 20:10Initial commit.Christoph Lohmann7+703-0