dmenu
My custom build of dmenu.
Date - Commit message - Author
- 2022-07-07 20:39 - Merge branch 'master' into custom - Milo van der Tier
- 2022-05-01 16:38 - Makefile: add manual path for OpenBSD - Hiltjo Posthuma
- 2022-04-30 11:19 - fix incorrect comment, math is hard - Hiltjo Posthuma
- 2022-04-29 18:15 - inputw: improve correctness and startup performance, by NRK - Hiltjo Posthuma
- 2022-03-28 15:38 - drw_text: account for fallback fonts in ellipsis_width - NRK
- 2022-03-27 19:02 - drw_text: don't segfault when called with 0 width - NRK
- 2022-03-26 16:58 - fix UB with the function iscntrl() - Hiltjo Posthuma
- 2022-03-26 16:57 - Revert "avoid redraw when there's no change" - Hiltjo Posthuma
- 2022-03-25 21:51 - avoid redraw when there's no change - NRK
- 2022-03-25 21:51 - free all allocated items, use %zu for size_t - NRK
- 2022-03-23 18:37 - drw_text: improve performance when there's no match - NRK
- 2022-03-23 18:37 - inputw: improve correctness and startup performance - NRK
- 2022-03-23 20:04 - significantly improve performance on large strings - NRK
- 2022-03-23 20:00 - introduce drw_fontset_getwidth_clamp() - NRK
- 2022-03-23 18:37 - drw_text: improve both performance and correctness - NRK
- 2022-03-01 21:45 - remove false-positive warning for int comparison as bool - Hiltjo Posthuma
- 2022-02-11 11:26 - bump version to 5.1 - Hiltjo Posthuma
- 2022-02-08 20:45 - code-style: rm newline (oops) - Hiltjo Posthuma
- 2022-02-08 18:32 - revert using strcasestr and use a more optimized portable version - Hiltjo Posthuma
- 2022-02-07 09:36 - follow-up fix: add -D_GNU_SOURCE for strcasestr for some systems - Hiltjo Posthuma
- 2022-02-06 23:21 - improve performance of case-insensitive matching - Hiltjo Posthuma
- 2021-08-20 21:05 - Revert "Improve speed of drw_text when provided with large strings" - Hiltjo Posthuma
- 2021-08-09 16:39 - add support for more keypad keys - Hiltjo Posthuma
- 2021-08-08 01:34 - Improve speed of drw_text when provided with large strings - Miles Alan
- 2021-07-25 01:55 - remove always true condition in if statement - Guilherme Janczak
- 2021-07-18 11:44 - Add matched and total numbers with the numbers patch - Milo van der Tier
- 2021-07-18 11:24 - Add text scrolling via the scroll patch - Milo van der Tier
- 2021-07-08 22:04 - Use config.h instead of config.def.h - Milo van der Tier
- 2021-07-08 21:48 - Add more fonts for bigger unicode coverage - Milo van der Tier
- 2021-05-31 07:06 - Change colors to gruvbox - Milo van der Tier
- 2021-05-30 11:06 - Add support for colored emoji - Milo van der Tier
- 2020-09-02 16:30 - bump version to 5.0 - Hiltjo Posthuma
- 2020-06-11 16:45 - Fix memory leaks in drw - Hiltjo Posthuma
- 2019-03-03 12:08 - revert IME support - Hiltjo Posthuma
- 2019-02-12 21:58 - improve xopenim error message - Hiltjo Posthuma
- 2019-02-12 21:13 - make dmenu_path script executable - Hiltjo Posthuma
- 2019-02-12 18:10 - fix crash when XOpenIM returns NULL - Hiltjo Posthuma
- 2019-02-03 23:29 - Close when the embedding window is destroyed - Quentin Rameau
- 2019-02-02 12:54 - Prepared 4.9 release. - Anselm R Garbe
- 2019-01-27 14:28 - dmenu.1: document improved fastgrab behaviour from previous patch - Hiltjo Posthuma
- 2019-01-26 14:49 - Use slow path if stdin is a tty - dok
- 2018-07-21 10:47 - dmenu_path: always use the cachedir - Quentin Rameau
- 2018-06-02 15:09 - Makefile: just show the compiler output - Hiltjo Posthuma
- 2018-06-02 15:01 - Do not strip at link stage - Hiltjo Posthuma
- 2018-05-25 11:07 - code-style for pledge: check the return code -1, not < 0 - Hiltjo Posthuma
- 2018-05-25 11:03 - code-style for pledge(2) - Hiltjo Posthuma
- 2018-05-25 10:04 - Pledge on OpenBSD - Hiltjo Posthuma
- 2018-05-09 19:27 - Use bold for keyboard shortcuts in dmenu.1 - David Demelier
- 2018-04-22 12:18 - Fix cursor drawn position with wide glyphs - Quentin Rameau
- 2018-03-22 10:18 - Makefile: bikesheddingly replace ${} with $() - Quentin Rameau
- 2018-03-19 14:42 - Handle IME input - Quentin Rameau
- 2018-03-16 15:51 - Fix handling of input strings - Hiltjo Posthuma
- 2018-03-15 09:16 - Update LICENSE - Quentin Rameau
- 2018-03-14 18:48 - bump version to 4.8 - Hiltjo Posthuma
- 2018-03-13 16:15 - add key bindings for moving to the word start or end - Quentin Rameau
- 2018-01-04 22:45 - Fix regression in 84a1bc5 - Hiltjo Posthuma
- 2018-01-04 12:27 - Instantiate j var outside #ifdef XINEMARA directive because it is used in loop outside directive - Vincent Carluer
- 2017-11-03 20:10 - drw: drw_scm_create: use Clr type - Hiltjo Posthuma
- 2017-11-03 14:31 - fix a possible free of a uninitialize variable in paste() - Hiltjo Posthuma
- 2017-11-03 20:05 - init colors using SchemeLast - Hiltjo Posthuma
- 2017-11-03 16:49 - Set class name on menu window - Omar Sandoval
- 2017-05-02 16:32 - release 4.7 - Hiltjo Posthuma
- 2016-12-07 14:45 - Revert "fix input text matching" - Andrew Gregory
- 2016-11-25 12:38 - Xinerama: correct variable declarations in preprocessor conditional - Thomas Gardner
- 2016-11-05 10:36 - die() on calloc failure - Hiltjo Posthuma
- 2016-10-08 12:08 - add embedding support with -w option - Quentin Rameau
- 2016-10-08 12:42 - dmenu.1: group single options - Quentin Rameau
- 2016-10-08 12:36 - dmenu.1: fix -l option - Quentin Rameau
- 2016-08-12 12:39 - die() consistency: always add newline - Hiltjo Posthuma
- 2016-07-26 21:13 - fix crash if negative monitor (< -1) was passed - Hiltjo Posthuma
- 2016-07-26 21:02 - Revert "Print highlighted input text only on single match" - Hiltjo Posthuma
- 2016-07-26 10:48 - Print highlighted input text only on single match - Quentin Rameau
- 2016-07-25 09:33 - Partially revert 44c7de3: fix items text width offset calculation - Quentin Rameau
- 2016-06-28 15:56 - config.def.h: style improvement, use color Scheme enum - Hiltjo Posthuma
- 2016-06-28 05:11 - fix: Do not crash on e.g. dmenu < /dev/null - S. Gilles
- 2016-05-21 19:51 - import new drw from libsl and minor fixes. - Markus Teich
- 2016-02-22 14:03 - arg.h: fixed argv checks order - Lucas Gabriel Vuotto
- 2016-01-11 12:26 - Typofix - Klemens Nanni
- 2015-12-19 18:58 - Shut up glibc about _BSD_SOURCE being deprecated - Quentin Rameau
- 2015-12-19 08:32 - Add config option for word delimiters - Quentin Rameau
- 2015-11-08 22:37 - arg.h: remove unused ARGNUM* macros - Hiltjo Posthuma
- 2015-11-08 22:03 - unboolify dmenu - Hiltjo Posthuma
- 2015-11-08 15:46 - Makefile: package config.def.h on make dist - Hiltjo Posthuma
- 2015-11-08 15:44 - remove .hgtags file - Hiltjo Posthuma
- 2015-11-07 11:53 - dmenu.1: clarify monitor numbers are starting from 0 (first mon) - Hiltjo Posthuma
- 2015-11-07 11:43 - fix: multimon: always spawn client on first monitor if specified with -m 0 - Hiltjo Posthuma
- 2015-10-20 20:56 - drw: cleanup drw_text, prevent gcc warning false-positive of unused var - Hiltjo Posthuma
- 2015-10-20 20:55 - drw: simplify drw_font_xcreate and prevent a potential unneeded allocation - Hiltjo Posthuma
- 2015-10-20 20:53 - drw: a valid (non-NULL) Drw and Fnt context must be passed - Hiltjo Posthuma
- 2015-10-20 20:51 - add sbase-style ecalloc(), calloc: or die - Hiltjo Posthuma
- 2015-10-18 16:37 - free schemes as array - Hiltjo Posthuma
- 2015-10-04 12:47 - fix input text matching - Quentin Rameau
- 2015-10-04 12:01 - fix incorrect ordering of match results - Davide Del Zompo
- 2015-10-04 10:32 - fix paste from clipboard (ctrl+shift+y) - Hiltjo Posthuma
- 2015-09-27 22:38 - minor style fix - Hiltjo Posthuma
- 2015-09-27 22:19 - Remove function prototypes and reorder functions accordingly - FRIGN
- 2015-09-27 22:15 - Untypedef struct item - FRIGN
- 2015-09-27 22:18 - Fix the conversion from microseconds to nanoseconds - Quentin Rameau
- 2015-09-27 22:06 - Replace deprecated usleep() with nanosleep() - Quentin Rameau
- 2015-09-27 22:02 - config.mk: use -std=c99 - Hiltjo Posthuma
- 2015-09-27 21:57 - dmenu: style improvements - Hiltjo Posthuma
- 2015-09-27 21:56 - drw style improvements - Hiltjo Posthuma
- 2015-09-27 21:02 - separate program-specific c99 bool and X11 - Hiltjo Posthuma
- 2015-09-27 20:55 - config.mk: fix _XOPEN_SOURCE=700 for getline() - Hiltjo Posthuma
- 2015-09-27 20:38 - config.mk: improve feature test check - Hiltjo Posthuma
- 2015-08-06 02:19 - Fixed typo introduced by shared code - Eric Pruitt
- 2015-07-19 19:34 - stest: get rid of getopt, use suckless arg.h - Hiltjo Posthuma
- 2015-07-19 18:32 - config.mk: add FREETYPELIBS and FREETYPEINC - Hiltjo Posthuma
- 2015-07-19 18:29 - fix prompt color style how it used to be - Hiltjo Posthuma
- 2015-05-04 19:54 - Use libdraw: add Xft and fallback-fonts support to graphics lib - Hiltjo Posthuma
- 2014-09-17 11:40 - applied Hiltjo's patch as suggested on the ml to fix ControlMask for C-j and C-m - Anselm R Garbe
- 2014-07-24 19:10 - fix crash with ctrl-enter as input - Hiltjo Posthuma
- 2014-05-29 16:03 - updated copyright notices in LICENSE and dmenu.c file - Anselm R Garbe
- 2013-08-13 17:15 - applied Martin Kühl's inverse matching flag to stest - Anselm R Garbe
- 2013-08-02 20:30 - applied Martti Kühne's dmenu monitor patch https://gist.github.com/mar77i/3349298/raw/f6581ca96627f4c71c0bd1faf531daaf2a613b95/monarg.patch becomes upstream now - Anselm R Garbe
- 2013-06-28 20:06 - accepted vi'is exit approach ^[ (suggested by Arkaduisz) - Anselm R Garbe
- 2013-04-17 19:16 - forgot to add config.def.h, thanks William - Anselm R Garbe
- 2013-04-17 19:04 - adopted Alex Sedov's config.h revival patch to tip - Anselm R Garbe
- 2013-04-17 18:59 - applied Alex Sedov's Tab buffer termination patch, thanks - Anselm R Garbe
- 2013-04-17 18:56 - applied multisel patch to mainline - Anselm R Garbe
- 2012-07-30 15:02 - dmenu_run: Split cache logic to dmenu_path again - Quentin Glidic
- 2012-05-15 09:47 - ignore prompt if it is empty in addition to NULL - Moritz Wilhelmy
- 2012-04-06 15:38 - _POSIX_C_SOURCE=200809L - Connor Lane Smith
- 2012-02-10 00:37 - listen for C-S-[jm] - Connor Lane Smith
- 2012-01-19 22:52 - add ^G escape keybinding - Karl F
- 2012-01-18 23:56 - remove _POSIX_C_SOURCE cflag - Connor Lane Smith
- 2012-01-08 12:13 - update version 4.5-hg - Connor Lane Smith
- 2012-01-04 12:30 - config.mk cleanup - anselm@garbe.us
- 2012-01-02 18:48 - align M-[hjkl] closer to vi keys - Connor Lane Smith
- 2012-01-01 19:33 - happy new year! - Connor Lane Smith
- 2012-01-01 19:32 - add Mod1Mask keybindings - Connor Lane Smith
- 2011-12-19 15:52 - merge stest -> default - Connor Lane Smith
- 2011-12-19 15:05 - comment xdg fallback behaviour - Connor Lane Smith
- 2011-12-09 10:49 - stest: restore stream testing - Connor Lane Smith
- 2011-12-09 10:36 - fork dmenu_run to disown child shell - Connor Lane Smith
- 2011-11-27 22:40 - stest: cleanup - Connor Lane Smith
- 2011-11-27 22:37 - stest: remove unneeded lstat - Connor Lane Smith
- 2011-11-27 22:35 - simplify stest - Connor Lane Smith
- 2011-11-23 14:17 - dmenu_run: use $SHELL - Connor Lane Smith
- 2011-11-23 13:40 - set window background_pixel - Connor Lane Smith
- 2011-11-19 20:31 - fix dmenu_path exec sh - Connor Lane Smith
- 2011-11-19 20:24 - faster dmenu_run -f - Connor Lane Smith
- 2011-11-19 18:54 - replace lsx with stest - Connor Lane Smith
- 2011-11-16 10:26 - update manpage - Connor Lane Smith
- 2011-11-15 19:32 - limit direction keys in vline - Connor Lane Smith
- 2011-11-14 19:02 - fix C-n / C-p directions (thanks bastien) - Connor Lane Smith
- 2011-11-13 23:46 - new default colour scheme - Connor Lane Smith
- 2011-10-26 13:16 - makefile: *.o depend on draw.h - Connor Lane Smith
- 2011-10-26 12:28 - add paste from clipboard - Connor Lane Smith
- 2011-10-26 12:20 - add lots of comments - Connor Lane Smith
- 2011-10-26 11:14 - input focus: calculate areas of intersection - Connor Lane Smith
- 2011-10-17 09:22 - simplify dmenu_run - Connor Lane Smith
- 2011-10-17 09:11 - merge xim -> default - Connor Lane Smith
- 2011-10-17 09:08 - merge lsx -> default - Connor Lane Smith
- 2011-10-17 01:12 - use ~/.dmenu_cache if no xdg cache - Connor Lane Smith
- 2011-10-17 00:44 - lsx: detect read errors - Connor Lane Smith
- 2011-10-17 00:18 - xim: check for corner cases - Connor Lane Smith
- 2011-10-16 17:26 - fix extra warning - Connor Lane Smith
- 2011-10-16 17:14 - lsx: return failure on error - Connor Lane Smith
- 2011-10-16 17:13 - merge default -> lsx - Connor Lane Smith
- 2011-10-16 16:21 - add xim support - Troels Henriksen
- 2011-10-13 19:43 - limit lines to input - Connor Lane Smith
- 2011-10-04 20:39 - input focus: fix for reparenting wms - Connor Lane Smith
- 2011-09-30 20:08 - fix monitor select when no focus - Connor Lane Smith
- 2011-09-19 23:11 - merge token -> default - Connor Lane Smith
- 2011-09-19 23:09 - tweak match - Connor Lane Smith
- 2011-09-19 23:06 - update manpage - Connor Lane Smith
- 2011-09-19 17:15 - detect active monitor using input focus - Connor Lane Smith
- 2011-09-19 09:40 - add token matching - Connor Lane Smith
- 2011-09-19 09:40 - change version to 'hg' - Connor Lane Smith
- 2011-07-24 19:04 - dmenu_run: sh -c - Connor Lane Smith
- 2011-07-22 17:16 - fix loadfont - Connor Lane Smith
- 2011-07-19 20:30 - Added tag 4.4 for changeset 2b105eaae831 - Connor Lane Smith
- 2011-07-19 20:30 - add lsx.1 to dist - Connor Lane Smith
- 2011-07-17 13:06 - tweaks - Connor Lane Smith
- 2011-07-14 19:03 - efficiency tweaks - Connor Lane Smith
- 2011-07-14 19:03 - fix extra warning - Connor Lane Smith
- 2011-07-06 12:40 - simpler vline - Connor Lane Smith
- 2011-07-04 15:55 - rebind ^N ^P - Connor Lane Smith
- 2011-06-25 16:02 - include limits.h - Connor Lane Smith
- 2011-06-23 21:39 - make clean lsx - Connor Lane Smith
- 2011-06-23 19:27 - merge lsx -> default - Connor Lane Smith
- 2011-06-23 19:26 - close lsx branch - Connor Lane Smith
- 2011-06-23 19:04 - lsx: check snprintf - Connor Lane Smith
- 2011-06-18 21:11 - update draw.c - Connor Lane Smith
- 2011-06-18 06:50 - simpler lsx - Connor Lane Smith
- 2011-06-13 20:50 - new dmenu_run - Connor Lane Smith
- 2011-06-13 18:32 - add lsx.1 - Connor Lane Smith
- 2011-06-13 18:28 - new lsx branch - Connor Lane Smith
- 2011-06-13 18:25 - add ^M - Connor Lane Smith
- 2011-05-18 16:01 - Added tag 4.3.1 for changeset 34a2d77049a9 - Connor Lane Smith
- 2011-05-18 16:01 - bugfix - Connor Lane Smith
- 2011-05-18 15:21 - Added tag 4.3 for changeset 14c79f054bdf - Connor Lane Smith
- 2011-05-18 15:20 - no -m, cleanup - Connor Lane Smith
- 2011-05-16 22:35 - fix possible overflow - Connor Lane Smith
- 2011-05-16 11:59 - fixed extra warnings - Connor Lane Smith
- 2011-05-15 20:54 - portability - Connor Lane Smith
- 2011-05-15 15:05 - efficient incremental search - Connor Lane Smith
- 2011-05-15 13:21 - match first - Connor Lane Smith
- 2011-05-15 13:13 - faster grab - Connor Lane Smith
- 2011-05-15 12:58 - cleanup - Connor Lane Smith
- 2011-05-15 12:02 - fast but inexact - Connor Lane Smith
- 2011-05-15 01:37 - cleanup - Connor Lane Smith
- 2011-05-14 22:26 - increment version - Connor Lane Smith
- 2011-05-14 22:21 - only match links - Connor Lane Smith
- 2011-05-14 22:14 - follow symlinks - Connor Lane Smith
- 2011-05-14 21:43 - cleanup - Connor Lane Smith
- 2011-05-14 21:12 - whoops, wrong dmenu_path version - Connor Lane Smith
- 2011-05-14 19:43 - fast dmenu_path script - Connor Lane Smith
- 2011-05-14 17:39 - instant ^E - Connor Lane Smith
- 2011-05-14 16:47 - fix typo - Connor Lane Smith
- 2011-05-14 16:46 - use array for items - Connor Lane Smith
- 2011-05-12 12:17 - fixed xinerama corner case - Connor Lane Smith
- 2011-05-11 11:25 - fixed -m bug (thanks Rob) - Connor Lane Smith
- 2011-05-08 14:15 - fast grab patch (thanks Rob) - Connor Lane Smith
- 2011-05-06 20:13 - helpful errors - Connor Lane Smith
- 2011-05-05 14:46 - paring - Connor Lane Smith
- 2011-01-07 18:55 - update license - Connor Lane Smith
- 2011-01-07 18:54 - cache option in config.mk - Connor Lane Smith
- 2010-12-01 20:25 - gmake spews - Connor Lane Smith
- 2010-12-01 20:23 - posix makefile - Connor Lane Smith
- 2010-11-20 09:25 - Added tag 4.2.1 for changeset abb6579a324f - Anselm R Garbe
- 2010-11-20 09:25 - fixed dist target bug - Anselm R Garbe
- 2010-11-19 11:51 - Added tag 4.2 for changeset 379813a051f0 - Anselm R Garbe
- 2010-11-17 04:51 - removed unnecessary defines - Connor Lane Smith
- 2010-11-17 04:33 - moved main, updated args - Connor Lane Smith
- 2010-11-12 00:30 - fixed config.mk dep - Connor Lane Smith
- 2010-11-12 00:01 - updated manpage - Connor Lane Smith
- 2010-11-12 00:00 - rebound paste to ^Y - Connor Lane Smith
- 2010-11-11 23:56 - removed libdc dependence - Connor Lane Smith
- 2010-11-02 12:15 - -m flag to fix dwm selmon bug - Connor Lane Smith
- 2010-10-08 22:40 - updated manpage - Connor Lane Smith
- 2010-10-08 22:36 - cleaned up - Connor Lane Smith
- 2010-10-08 22:24 - dmenu_path.c (shell is a bottleneck) - Connor Lane Smith
- 2010-09-13 13:22 - fixed linking bug (thanks Jacob Nixdorf) & iscntrl corner case - Connor Lane Smith
- 2010-09-11 18:48 - simplification - Connor Lane Smith
- 2010-09-11 12:37 - update to libdc, fixed utf8 bug - Connor Lane Smith
- 2010-08-20 18:57 - arrow offset - Connor Lane Smith
- 2010-08-20 18:42 - fixed width bug - Connor Lane Smith
- 2010-08-20 12:50 - rebound paste, removed useless max widths - Connor Lane Smith
- 2010-08-19 15:43 - new libdraw - Connor Lane Smith
- 2010-08-19 15:17 - new libdraw - Connor Lane Smith
- 2010-08-18 16:35 - resorted globals - Connor Lane Smith
- 2010-08-18 16:33 - signed ints, ignore negative -l value - Connor Lane Smith
- 2010-08-12 14:35 - fixed insert segfault, added nextrune - Connor Lane Smith
- 2010-08-11 14:02 - fixed paste - Connor Lane Smith
- 2010-08-11 13:24 - new libdraw, replaced cistrstr with fstrstr, simpler readstdin - Connor Lane Smith
- 2010-08-10 17:09 - more efficient initfont - Connor Lane Smith
- 2010-08-10 13:14 - reverted calcoffsets - Connor Lane Smith
- 2010-08-10 12:38 - simplifications - Connor Lane Smith
- 2010-08-09 10:54 - cursor fix + style - Connor Lane Smith
- 2010-08-06 13:16 - added ^D, removed ^M - Connor Lane Smith
- 2010-08-05 14:41 - new libdraw, typo fixes - Connor Lane Smith
- 2010-08-03 17:19 - another typo fix (thanks, Gene Auyeung) - Connor Lane Smith
- 2010-08-03 16:29 - typo fix - Connor Lane Smith
- 2010-08-03 16:18 - cleaned up - Connor Lane Smith
- 2010-08-03 16:10 - merged *{h,v} functions - Connor Lane Smith
- 2010-08-02 14:13 - retyped promptw - Connor Lane Smith
- 2010-08-02 13:49 - replaced promptw - Connor Lane Smith
- 2010-08-02 13:22 - fixed bugs, no more config.h, updated manpage, new libdraw - Connor Lane Smith
- 2010-07-31 13:56 - updated manpage, added paste, cleaned up, new libdraw - Connor Lane Smith
- 2010-07-30 12:40 - merged dmenu & dinput (clunky interface) - Connor Lane Smith
- 2010-07-30 09:26 - underline match - Connor Lane Smith
- 2010-07-30 09:25 - new libdraw - Connor Lane Smith
- 2010-07-30 08:18 - fixed vlist select - Connor Lane Smith
- 2010-07-27 12:40 - updated to libdraw tip - Connor Lane Smith
- 2010-07-02 05:49 - added dmenu.h, common.c - Connor Lane Smith
- 2010-07-02 04:50 - updated to new libdraw - Connor Lane Smith
- 2010-07-02 02:44 - atexit cleanup - Connor Lane Smith
- 2010-06-30 21:42 - removed -e flag (too buggy), cleaned up - Connor Lane Smith
- 2010-06-30 09:45 - fixed no-input invisible text bug - Connor Lane Smith
- 2010-06-30 00:36 - libdraw now has own repo - Connor Lane Smith
- 2010-06-29 23:52 - resizing vlist, new dinput binding - Connor Lane Smith
- 2010-06-29 23:05 - cleaned up - Connor Lane Smith
- 2010-06-29 18:19 - decosmetics - Connor Lane Smith
- 2010-06-29 15:07 - dinput with dmenu flags, fixed usage & -v, cosmetics - Connor Lane Smith
- 2010-06-28 05:09 - extended libdraw - Connor Lane Smith
- 2010-06-25 03:33 - cleaned up - Connor Lane Smith
- 2010-06-24 16:44 - moved draw.c to libdraw.a - Connor Lane Smith
- 2010-06-24 15:24 - removed colors from dc - Connor Lane Smith
- 2010-06-24 15:18 - decoupled draw.c from dmenu & dinput - Connor Lane Smith
- 2010-06-24 13:22 - fixed offsets, updated eprint, cleaned up - Connor Lane Smith
- 2010-06-24 10:30 - fixed static symbols in config.def.h - Connor Lane Smith
- 2010-06-23 13:29 - fixed makefile - Connor Lane Smith
- 2010-06-23 12:49 - cleaned up - Connor Lane Smith
- 2010-06-23 12:31 - cleaned up - Connor Lane Smith
- 2010-06-23 12:29 - added draw.h - Connor Lane Smith
- 2010-06-23 11:42 - overlapping code - Connor Lane Smith
- 2010-06-23 11:15 - typo fixes - Connor Lane Smith
- 2010-06-23 11:04 - initial dmenu / dinput separation - Connor Lane Smith
- 2010-06-22 09:45 - fixed vlist cursor - Connor Lane Smith
- 2010-06-20 14:04 - updated manpage, changed keybinds M- binds tend to be wm level, and there were up to 3 binds for the same action M-{hjkl} also no longer made sense in vlist mode - Connor Lane Smith
- 2010-06-20 00:19 - cleaned up - Connor Lane Smith
- 2010-06-19 23:44 - added ^K, optimisations - Connor Lane Smith
- 2010-06-19 20:44 - added sselp requirement to readme - Connor Lane Smith
- 2010-06-16 14:36 - cleaned up - Connor Lane Smith
- 2010-06-11 08:24 - fixed vlist paging, cleaned up - Connor Lane Smith
- 2010-06-09 09:13 - updated manpage - Connor Lane Smith
- 2010-05-29 11:56 - Added tag 4.1.1 for changeset 72749a826cab - Anselm R Garbe
- 2010-05-29 11:56 - prepared bugfix release 4.1.1 - Anselm R Garbe
- 2010-05-29 11:55 - applied Ramils patch - Anselm R Garbe
- 2010-05-28 10:42 - Added tag 4.1 for changeset 844587572673 - Anselm R Garbe
- 2010-05-28 10:42 - prepared dmenu-4.1 release - Anselm R Garbe
- 2010-05-05 10:42 - fixed vlist alignment - Connor Lane Smith
- 2010-05-02 22:17 - cleaning up - Connor Lane Smith
- 2010-04-14 17:35 - fixed bad parenting, simpler vlist - Connor Lane Smith
- 2010-04-13 20:14 - fixed ^U cursor support - Connor Lane Smith
- 2010-04-07 16:15 - fixed 3 bugs and some inconsistency - Connor Lane Smith
- 2010-04-01 20:40 - applied Troels' patch, thanks Troels! - Anselm R Garbe
- 2010-04-01 20:32 - added Connor to LICENSE file - Anselm R Garbe
- 2010-04-01 20:31 - commited Connor's sanity patch - Anselm R Garbe
- 2010-04-01 17:30 - apply nibble patch removing per-item length limit - pancake
- 2010-04-01 17:10 - add ^a and ^e keybindings - pancake
- 2010-03-31 21:43 - applied Connor's subwindow patch - Anselm R Garbe
- 2010-03-31 21:37 - applied Connor's next nice patch, thanks a lot! - Anselm R Garbe
- 2010-03-22 07:50 - applied cls' patch, thanks Connor! - anselm@garbe.us
- 2010-03-07 08:32 - applied Connor's patch, thanks! - Anselm R Garbe
- 2009-12-05 16:52 - this is only a temporary workaround, the command executed by -p must be configurable through some switch, that was the initial idea, just using sselp is too limited, I'll look into the other issues soon - Anselm R Garbe
- 2009-11-28 12:28 - applied cursor, vertical and paste patches for upcoming 4.1 dmenu version (due to the fact that surf is using dmenu as well) - Anselm R Garbe
- 2009-04-18 11:50 - Added tag 4.0 for changeset 78f9f72cc9c6 - Anselm R Garbe
- 2009-02-21 19:21 - applied Matthias Christian Ott's sanity fixes (thanks a lot!) - Anselm R Garbe
- 2008-12-12 19:58 - next release will be 4.0 - a@null
- 2008-12-09 21:55 - minor modification - a@null
- 2008-09-09 19:45 - Added tag 3.9 for changeset 21a1ed9a69b9 - Anselm R Garbe
- 2008-08-29 09:09 - simplified initfont - Anselm R Garbe
- 2008-08-25 08:38 - reverted setlocale() call - Anselm R Garbe
- 2008-08-23 08:33 - removed artifact from wmii menu - Anselm R Garbe
- 2008-08-18 18:24 - fixed a problem when backporting dwm's drawtext() - Anselm R Garbe
- 2008-08-18 09:20 - abc... - Anselm R Garbe
- 2008-08-18 09:17 - removed the i = textnw... as remarked by Martin Hurton - Anselm R Garbe
- 2008-08-18 09:03 - backported drawtext() simplifications to dmenu - Anselm R Garbe
- 2008-08-18 08:31 - getting rid of setlocale(), it doesn't seem to make sense with Xmb, artifact of Xutf8 times - Anselm R Garbe
- 2008-07-29 18:20 - Added tag 3.8 for changeset 644b0798fccc - Anselm R Garbe
- 2008-07-18 19:20 - similiar change as in dwm - Anselm R Garbe
- 2008-07-17 16:40 - removed compiler warning if XINERAMA is disabled - Anselm R Garbe
- 2008-07-16 17:38 - got rid of compile time xidx, grabbing the mouse pointer instead, falling back to screen 0 if no pointer available - Anselm R Garbe
- 2008-07-16 17:18 - reverted uint/ulong introduction - Anselm R Garbe
- 2008-06-30 09:00 - minor update regarding locale support - Anselm R Garbe
- 2008-06-21 15:43 - removed emalloc, used only once so obsolete - Anselm R Garbe
- 2008-06-19 08:18 - minor fix - Anselm R Garbe
- 2008-06-18 17:21 - Added tag 3.7 for changeset 0508a3a6ee10 - Anselm R Garbe
- 2008-06-18 17:20 - minor fix - Anselm R Garbe
- 2008-06-14 09:55 - reusing config.h's color values, note we have to use const char *, instead of const char [] here, because the pointer might change - Anselm R Garbe
- 2008-06-13 11:04 - using xidx - Anselm R Garbe
- 2008-06-13 10:53 - yet another cosmetic change - Anselm R Garbe
- 2008-06-13 10:46 - cosmetic fixes - Anselm R Garbe
- 2008-05-22 10:15 - s/unsigned int/uint/, s/unsigned long/ulong/ - Anselm R Garbe
- 2008-05-20 14:07 - foo - Anselm R Garbe
- 2008-05-19 19:29 - added Xinerama support to dmenu, reverted -b behavior, removed -x, -y, -w - anselm@anselm1
- 2008-04-10 17:12 - no exe should be unquoted, agreed to Peter Hartlich - Anselm R Garbe
- 2008-04-10 15:46 - fixed unquoted dmenu_run $exe-use reported by Jukka - Anselm R Garbe
- 2008-04-09 22:32 - though sticking to |uniq - Anselm R Garbe
- 2008-04-09 22:31 - re-applied Peter Hartlich's and Jukkas dmenu-related patches, for odd reasons they disappeared - Anselm R Garbe
- 2008-04-03 20:56 - Added tag 3.6 for changeset 0bc2751d06e8 - anselm@anselm1
- 2008-03-25 18:18 - fix typo - Sander van Dijk
- 2008-03-25 10:18 - using limits.h - Anselm R Garbe
- 2008-03-25 09:43 - bugfix of the -0 case in dmenu (thanks to Sander for his hint) - Anselm R Garbe
- 2008-03-24 15:56 - applied Jukkas hotfix - Anselm R Garbe
- 2008-03-23 21:06 - more cosmetics - Sander van Dijk
- 2008-03-23 20:17 - cosmetics - Sander van Dijk
- 2008-03-23 20:11 - made some whitespacing consistent. - Sander van Dijk
- 2008-03-23 11:09 - removed unused variable nitem. - sander@localhost
- 2008-03-22 14:52 - several performance tweaks - anselm@anselm1
- 2008-03-18 16:52 - fixed match() to prefer prefix-matches to strstr-matches in the match list, extended the -y handling, next version is 3.6 - Anselm R Garbe
- 2008-03-13 16:53 - Added tag 3.5 for changeset 05e5bd706b3b - Anselm R Garbe
- 2008-03-13 12:02 - applied next patch of Sander - Anselm R Garbe
- 2008-03-12 21:37 - applied Sanders patch - anselm@anselm1
- 2008-03-12 15:41 - removed ido-matching, changed behavior of -i meaning case insensitive matching now, commented -x, -y, -w arguments in dmenu.1 - Anselm R Garbe
- 2008-02-12 09:42 - removed set - Anselm R Garbe
- 2008-02-11 11:22 - updated - anselm@aab
- 2007-12-22 12:20 - added dmenu run - anselm@anselm1
- 2007-10-25 18:26 - Added tag 3.4 for changeset 9ab649b3b3e5 - Anselm R. Garbe
- 2007-10-10 16:57 - adapted c99 for pedantic checks, even if those checks are somewhat broken - Anselm R. Garbe
- 2007-10-01 13:28 - implemented strcasestr for dmenu (I call it cistrstr) for portability issues (cygwin has no strcasestr, oh dear) - Anselm R. Garbe
- 2007-10-01 09:44 - fixed font definition - Anselm R. Garbe
- 2007-09-30 17:20 - fixed dmenu - Anselm R. Garbe
- 2007-09-30 10:47 - using saner defaults - Anselm R. Garbe
- 2007-09-27 16:55 - applied new color nuance - Anselm R. Garbe
- 2007-09-26 17:15 - applied my favorite color scheme - Anselm R. Garbe
- 2007-09-24 13:04 - casting char to int when using tolower (thanks to Jukkas careful cosmetic checking!) - arg@suckless.org
- 2007-09-23 16:49 - switching to white - Anselm R. Garbe
- 2007-09-23 16:32 - yet another cosmetic fix - Anselm R. Garbe
- 2007-09-23 16:31 - small cosmetic fix - Anselm R. Garbe
- 2007-09-23 16:26 - applied Michał Janeczek dmenu patch, made dmenu match case-insensitive by default, added -i command line option to enable ido matching, added Michał to Copyright holders - Anselm R. Garbe
- 2007-09-22 07:12 - Added tag 3.3 for changeset 709df5a4bad7 - Anselm R. Garbe
- 2007-09-19 15:33 - applied yiyus initfont fix - arg@suckless.org
- 2007-09-17 18:53 - reorganized - Anselm R. Garbe
- 2007-09-17 07:13 - next version is 3.3 - arg@suckless.org
- 2007-09-16 18:14 - micromizing dmenu step 1 - Anselm R. Garbe
- 2007-09-15 18:28 - fixed fallback - Anselm R. Garbe
- 2007-07-24 16:19 - applied ido-matching to dmenu - arg@f00b4r
- 2007-06-01 10:28 - foooooo - Anselm R. Garbe
- 2007-05-30 10:22 - Added tag 3.2 for changeset e4c81a78ffba - Anselm R. Garbe
- 2007-05-30 10:19 - referred to LICENSE file - Anselm R. Garbe
- 2007-05-24 08:34 - I agree with the race fix of JG, but I dislike the SUSV3-breaking find, and I don't care about PATH changes, keep it simple, stupid - Anselm R. Garbe
- 2007-05-23 23:38 - Fix the uptodate logic (uptodate if !find newer dirs than the cache). - Kris Maglione
- 2007-05-23 22:35 - Silence the first find in dmenu_path. - Kris Maglione
- 2007-05-23 20:59 - Fix grouping in dmenu_path. - Kris Maglione
- 2007-05-23 20:44 - Merge. - Kris Maglione
- 2007-05-23 20:42 - Changed dmenu_path (fixed race, improved speed, check that $PATH is the same as the last run). - Kris Maglione
- 2007-05-23 20:32 - removed some superflous strncmp's - Anselm R. Garbe
- 2007-05-23 20:13 - made dmenu_path the way anydot proposed in response to Jukka - Anselm R. Garbe
- 2007-05-23 11:22 - applied Jukka's fix - Anselm R. Garbe
- 2007-05-21 12:36 - Added tag 3.1 for changeset 8f0f917ac988 - Anselm R. Garbe
- 2007-05-15 11:44 - removed strip, added -s to LDFLAGs - Anselm R. Garbe
- 2007-05-14 09:56 - applied anydot's dmenu_path caching patch, thank you! - Anselm R. Garbe
- 2007-05-02 13:25 - fixed a small bug in dmenu when an empty font is supplied - Anselm R. Garbe
- 2007-04-19 07:27 - Added tag 3.0 for changeset 59b3024854db - Anselm R. Garbe
- 2007-04-13 09:36 - making copyright notice more compact - Anselm R. Garbe
- 2007-03-28 06:17 - next version is 2.9 - Anselm R. Garbe
- 2007-03-27 14:52 - allowing numpad keys as inpyt - Anselm R. Garbe
- 2007-03-07 12:30 - Added tag 2.8 for changeset dd3d02b07cac - Anselm R. Garbe
- 2007-03-07 10:01 - attempt to grab the keyboard only 1000 times, not forever. - Anselm R. Garbe
- 2007-03-07 09:54 - reverting keyboard grab to root window - invoking several dmenu's now works again... - Anselm R. Garbe
- 2007-03-06 08:24 - Wait for an Expose and draw the menu immediately after mapping the window. - Kris Maglione
- 2007-03-05 10:25 - Added tag 2.7 for changeset fbd9e9d63f20 - Anselm R. Garbe
- 2007-03-02 20:48 - keyboard grab works on the dmenu window now (not on the root window) - thx for Kris for this hint - Anselm R. Garbe
- 2007-03-02 14:16 - also, don't set the font all the time - Anselm R. Garbe
- 2007-03-01 14:47 - Added tag 2.6 for changeset 775f761a5647 - Anselm R. Garbe
- 2007-02-27 13:44 - useless var declaration prev_nitem - Anselm R. Garbe
- 2007-02-26 13:07 - changed Backspace/C-w behavior (now it only removes a single character) - Anselm R. Garbe
- 2007-02-26 10:44 - if isatty() first read from stdin and then grab the keyboard, otherwise first grab the keyboard and then read from stdin - Anselm R. Garbe
- 2007-02-26 09:47 - next is 2.6, but not yet ;) - Anselm R. Garbe
- 2007-02-25 21:41 - Escape -s in dmenu.1 - Kris Maglione
- 2007-02-24 14:38 - Added tag 2.5 for changeset 041143e9fc54 - Anselm R. Garbe
- 2007-02-24 14:38 - I also dislike sort -u, I support that each Unix tool does one job and does it right ;) - Anselm R. Garbe
- 2007-02-24 13:07 - removed superfluous externs as well - Anselm R. Garbe
- 2007-02-23 14:28 - using the old-style fashion we uses earlier - Anselm R. Garbe
- 2007-02-23 13:39 - fixed a bug when dmenu is run with -v - Anselm R. Garbe
- 2007-02-23 12:51 - Added tag 2.4.2 for changeset 1ca5d430524e - Anselm R. Garbe
- 2007-02-23 12:51 - ok 2.4.2 - Anselm R. Garbe
- 2007-02-23 12:28 - Added tag 2.4.1 for changeset 03e83e2788c8 - Anselm R. Garbe
- 2007-02-23 12:28 - hotfix - Anselm R. Garbe
- 2007-02-23 09:42 - Added tag 2.4 for changeset 9e9036cbfb4b - Anselm R. Garbe
- 2007-02-23 09:16 - added dmenu_path convenience script - Anselm R. Garbe
- 2007-02-22 17:16 - made Fnt an anonymous struct - Anselm R. Garbe
- 2007-02-21 10:05 - Added tag 2.3 for changeset b6e09682c8adcb6569656bee73c311f9ab457715 - Anselm R. Garbe
- 2007-02-21 09:59 - applied the fix inspired by a recent wmii commit - Anselm R. Garbe
- 2007-02-20 12:57 - renamed getcolor to initcolor - Anselm R. Garbe
- 2007-02-20 12:54 - s/setfont/initfont/ - Anselm R. Garbe
- 2007-02-20 12:54 - readded draw.c again (except getcolor and setfont) - Anselm R. Garbe
- 2007-02-19 20:18 - removed -t, now using isatty() instead of select() to prevent execution from an interactive shell - Anselm R. Garbe
- 2007-02-19 14:49 - removed draw.c, implemented C-w handling (backward word deletion) - Anselm R. Garbe
- 2007-02-14 08:42 - Added tag 2.2 for changeset 90f0e34e7f11 - Anselm R. Garbe
- 2007-02-08 13:10 - fixed Copyright notice in Makefile - Anselm R. Garbe
- 2007-02-08 10:17 - nah nah nah, I can't get used to the bottom bar, pushing the conditional dmenu again - Anselm R. Garbe
- 2007-02-08 10:10 - letting dmenu appear at the bottom by default - Anselm R. Garbe
- 2007-02-05 10:10 - got rid of LD, inspired by JGs patch to wmii - Anselm R. Garbe
- 2007-01-17 10:10 - Added tag 2.1 for changeset 7656557298c9 - Anselm R. Garbe
- 2007-01-17 10:10 - hotfix changes - Anselm R. Garbe
- 2007-01-17 10:10 - Added tag 2.1 for changeset d91c79020430 - Anselm R. Garbe
- 2007-01-16 10:42 - Added tag 2.0 for changeset 1fce5c464fcd - Anselm R. Garbe
- 2007-01-16 10:39 - small fix - Anselm R. Garbe
- 2007-01-16 10:38 - removed useless mx, my - Anselm R. Garbe
- 2007-01-16 10:24 - applied new default colors - Anselm R. Garbe
- 2007-01-16 10:07 - small fix of Control-j in dmenu.1 - Anselm R. Garbe
- 2007-01-12 11:43 - Added tag 1.9 for changeset c7f5f4d54317 - Anselm R. Garbe
- 2007-01-11 14:52 - added evil key support to dmenu - Anselm R. Garbe
- 2007-01-11 12:51 - s/Mod1-Shift-g/Mod1-G/ in fact Sander is right - Anselm R. Garbe
- 2007-01-11 10:41 - documenting undocumented vi-alike shortcuts of dmenu - Anselm R. Garbe
- 2007-01-11 09:17 - commented recent Control-shortcut additions - Anselm R. Garbe
- 2007-01-10 22:07 - applied Sanders dmenu_ctrlchars.patch (thanks!) - Anselm R. Garbe
- 2007-01-10 17:06 - applied Alexis Hildebrandts patches - Anselm R. Garbe
- 2007-01-02 14:44 - corrections - arg@mig29
- 2007-01-02 14:41 - corrected - arg@mig29
- 2007-01-02 14:38 - next version will contain updated copyright notice - arg@mig29
- 2006-12-19 10:49 - Added tag 1.8 for changeset d3e6fa22ae45b38b1bdb0d813390365e5930360b - arg@mig29
- 2006-12-19 10:49 - fixed a typo in dmenu.1 - arg@mig29
- 2006-12-19 10:39 - prepared dmenu-1.8, shortened command line options (-font is -fn, -selbg is -sb, -selfg is -sf, -normbg is -nb, -normfg is -nf now) - arg@mig29
- 2006-12-18 12:46 - added wmii reference to dmenu(1) - arg@mig29
- 2006-12-18 12:25 - agreed with Sander - arg@mig29
- 2006-12-18 11:52 - applied Stefan Tibus' sun patch, added -bottom option to dmenu which makes it appear in the bottom (for wmii compliance), slightly modified version than the patch proposed by Stefan Tibus - arg@mig29
- 2006-12-14 13:41 - hotfix - arg@mig29
- 2006-12-14 13:40 - added vi-like key-bindings for keyboards without cursor keys (they are undocumented features) - arg@mig29
- 2006-12-14 08:45 - Added tag 1.7.1 for changeset 3696d77aaf02f5d15728dde3b9e35abcaf291496 - arg@mig29
- 2006-12-14 08:45 - foo - arg@mig29
- 2006-12-14 08:34 - silent hotfix - arg@mig29
- 2006-12-14 08:30 - Added tag 1.7.1 for changeset 8e0b9b09bf83c429c73e60a23997f32877a645bf - arg@mig29
- 2006-12-14 08:30 - applied hotfix of sander - arg@mig29
- 2006-12-14 07:51 - Added tag 1.7 for changeset 58dbef4aef3d45c7a3da6945e53c9667c0f02d5b - arg@mig29
- 2006-12-13 13:36 - changed text in dmenu manpage - arg@mig29
- 2006-12-13 13:14 - added prompt option (-p 'prompt text'), documented in man page as well - arg@mig29
- 2006-12-12 08:57 - ordered switch branches in kpress alphabetically, applied Sanders patch for PgUp/Dn and Home/End scrolling - arg@mig29
- 2006-12-08 10:12 - fixed diagnostic error message - arg@mig29
- 2006-12-08 09:41 - removed hardcoded 'fixed' fallback, useless and misleading - arg@mig29
- 2006-12-07 13:54 - Added tag 1.6 for changeset dcc5427f99f51a978386a0dd770467cd911ac84b - arg@mig29
- 2006-12-07 13:38 - found compromise - arg@mig29
- 2006-12-07 11:03 - people should define fixed being compatible with their locale - arg@mig29
- 2006-12-07 10:55 - using -*-fixed-*-*-*-*-*-*-*-*-*-*-iso10646-* fixed by default - arg@mig29
- 2006-12-07 09:06 - also fixing dmenu accordingly - arg@mig29
- 2006-12-05 12:30 - only setting LC_CTYPE - arg@mig29
- 2006-12-05 09:31 - enforcing using imcomplete fonsets anyways - arg@mig29
- 2006-11-30 08:21 - Added tag 1.5 for changeset e071fb045bd9e8574947acff7196360bc0270e68 - arg@mig29
- 2006-11-26 14:49 - next version will be 1.5 - arg@mig29
- 2006-11-26 14:49 - fixing sizeof stuff - arg@mig29
- 2006-10-26 10:14 - Added tag 1.4 for changeset df3fbb050004c544d14e43c36f6a94cca6ed4a69 - arg@mig29
- 2006-10-23 10:53 - removed misleading input cursor - Anselm R. Garbe
- 2006-10-23 08:12 - fixing arg handling in dmenu (thanks to Sander for his report) - Anselm R. Garbe
- 2006-10-13 09:08 - Added tag 1.3 for changeset 2eb9997be51cb1b11a8900728ccc0904f9371157 - Anselm R. Garbe
- 2006-10-12 10:59 - changing order - Anselm R. Garbe
- 2006-10-12 10:58 - simplified util.c - Anselm R. Garbe
- 2006-10-10 17:15 - simplified main event loop - Anselm R. Garbe
- 2006-10-06 11:44 - Added tag 1.2 for changeset bee7fe6d1189174d0204ca3195b83cdc1bb4f82e - Anselm R. Garbe
- 2006-10-06 10:40 - small change - Anselm R. Garbe
- 2006-10-06 10:39 - changing version info - Anselm R. Garbe
- 2006-10-06 09:52 - removed useless newlines - Anselm R. Garbe
- 2006-09-26 15:51 - small update to man page (backported) - arg@zarathustra
- 2006-09-26 15:39 - Added tag 1.1 for changeset e8c1e9733752db12f2dbd1fa93c46f5806242ba9 - arg@zarathustra
- 2006-09-26 12:31 - updated README - arg@mmvi
- 2006-09-26 12:30 - removed crap from Makefile - arg@mmvi
- 2006-09-26 11:45 - error handling - arg@mmvi
- 2006-09-26 11:41 - foo - arg@mmvi
- 2006-09-26 11:39 - reverting - arg@mmvi
- 2006-09-26 11:37 - added fallback to color initialization - arg@mmvi
- 2006-09-26 11:20 - removed config.h stuff, made dwm configurable due to command line options - arg@mmvi
- 2006-09-26 06:47 - uriel didn't understood dmenu code, he broke nearly everything - arg@mmvi
- 2006-09-26 06:43 - applied a change made by Uriel to dmenu (though I didn't applied everything) - arg@wmii.de
- 2006-09-25 06:29 - applied something similiar to Jukkas patch - arg@mmvi
- 2006-09-16 09:20 - Added tag 1.0 for changeset 9e11140d4cc3eecac3b0ab752f91528fd5e04be8 - arg@mmvi
- 2006-09-12 08:59 - made function signatures more consistent to my coding style - Anselm R. Garbe
- 2006-09-11 11:18 - commented dmenu - Anselm R. Garbe
- 2006-09-08 06:31 - Added tag 0.9 for changeset d046c818ea467555cc338751c9bf3024609f1f12 - Anselm R. Garbe
- 2006-09-08 05:33 - implemented early keyboard grab for dmenu with a timeout for stdin data writers to prevent endless grabbings of the keyboard - Anselm R. Garbe
- 2006-09-07 17:12 - new version of dmenu - Anselm R. Garbe
- 2006-09-07 07:40 - another fix - Anselm R. Garbe
- 2006-09-07 07:36 - made dmenu.1 also concise - Anselm R. Garbe
- 2006-09-06 08:53 - Added tag 0.8 for changeset 409667a57221f7e50ba8b5248f638915cd61b366 - Anselm R. Garbe
- 2006-09-04 17:47 - fixed man page - Anselm R. Garbe
- 2006-09-04 15:17 - Added tag 0.7 for changeset 5fc20d7158bd16b4d5f8d1c25e177680b6d54252 - Anselm R. Garbe
- 2006-09-04 05:28 - small change of main event loop - Anselm R. Garbe
- 2006-08-28 10:26 - updated version - Anselm R. Garbe
- 2006-08-28 08:20 - Added tag 0.6 for changeset 25f679fb19686140a907684ffcb423b9e9d44b53 - Anselm R. Garbe
- 2006-08-28 05:22 - updated man page - Anselm R. Garbe
- 2006-08-25 16:15 - fixed - Anselm R. Garbe
- 2006-08-25 16:03 - switching back to a dark color scheme with larger font - Anselm R. Garbe
- 2006-08-25 15:44 - small color fixes - Anselm R. Garbe
- 2006-08-25 12:45 - updated dmenu to borderless drawing as well - Anselm R. Garbe
- 2006-08-25 05:54 - back to 3 colors - Anselm R. Garbe
- 2006-08-24 10:04 - removed useless call - Anselm R. Garbe
- 2006-08-24 10:03 - fixed minor bug - Anselm R. Garbe
- 2006-08-24 09:57 - small color change - Anselm R. Garbe
- 2006-08-24 09:47 - migrated dmenu to use 4 instead of 3 colors - Anselm R. Garbe
- 2006-08-24 08:22 - Added tag 0.5 for changeset 4a0ecd881c4fc15de4a0bebd79308b064be020ef - Anselm R. Garbe
- 2006-08-24 08:22 - prepared dmenu-0.5 - Anselm R. Garbe
- 2006-08-24 07:27 - removed unnecessary Xlib call - Anselm R. Garbe
- 2006-08-23 17:05 - sanitizing my colorscheme - Anselm R. Garbe
- 2006-08-23 16:55 - back to terminus font - Anselm R. Garbe
- 2006-08-22 08:01 - font fix - Anselm R. Garbe
- 2006-08-22 07:49 - fixed - Anselm R. Garbe
- 2006-08-21 15:45 - applied OpenBSD changes.. - arg@localhost.10kloc.org
- 2006-08-21 05:34 - renamed bad_malloc into badmalloc as well - Anselm R.Garbe
- 2006-08-21 05:31 - small changes in dmenu.1 - Anselm R.Garbe
- 2006-08-16 17:25 - fixed a typo in config.mk, fixed cleanup code in dmenu (now frees all allocated stuff) - Anselm R.Garbe
- 2006-08-16 10:37 - applied sanders patch - Anselm R.Garbe
- 2006-08-16 06:57 - applied sanders Makefile patch - Anselm R.Garbe
- 2006-08-15 14:56 - fixed the same issue in dmenu - Anselm R.Garbe
- 2006-08-15 08:39 - Added tag 0.4 for changeset 7acf0dde1120542917bae12e0e42293f9d2cc899 - Anselm R.Garbe
- 2006-08-14 14:11 - removed finished message - Anselm R.Garbe
- 2006-08-14 08:56 - fixed string cutting - Anselm R.Garbe
- 2006-08-14 06:52 - fixed string cutting - Anselm R.Garbe
- 2006-08-14 06:44 - added comment - Anselm R.Garbe
- 2006-08-14 06:42 - applied Sanders LD patch - Anselm R.Garbe
- 2006-08-11 16:12 - applied my new color scheme - Anselm R.Garbe
- 2006-08-11 09:52 - simplified drawborder - Anselm R.Garbe
- 2006-08-10 13:19 - Added tag 0.3 for changeset d352e9dc112ee96aa5cad961a0ed880ae9ce7276 - Anselm R.Garbe
- 2006-08-10 09:13 - readded border colors, this sucks least - Anselm R.Garbe
- 2006-08-10 09:07 - drawing border around sel item - Anselm R.Garbe
- 2006-08-10 08:28 - removed unnecessary border color - Anselm R.Garbe
- 2006-08-10 08:21 - swapping my default colors - Anselm R.Garbe
- 2006-08-10 08:10 - added uppercase chars for C-u and C-h as well - Anselm R.Garbe
- 2006-08-10 08:09 - removed C-[ from source and man page - Anselm R.Garbe
- 2006-08-09 16:45 - removed control sequences which actually aren't implemented anymore (only the real unix control sequences are implemented) - Anselm R.Garbe
- 2006-08-08 15:14 - fixes to README - Anselm R.Garbe
- 2006-08-08 10:47 - default colors are best - Anselm R.Garbe
- 2006-08-08 09:47 - noborder - Anselm R.Garbe
- 2006-08-08 09:18 - dito - Anselm R.Garbe
- 2006-08-08 09:07 - using a better colorscheme - Anselm R.Garbe
- 2006-08-07 15:17 - removed unnecessary typedef - arg@10ksloc.org
- 2006-08-07 12:07 - made dmenu(1) more dwm(1) alike - arg@10ksloc.org
- 2006-08-07 10:21 - font size changed as well - arg@10ksloc.org
- 2006-08-07 09:58 - appliead Sanders manpage/Makefile pacth - arg@10ksloc.org
- 2006-08-07 09:11 - fixed dmenu.1 version info - arg@10ksloc.org
- 2006-08-07 09:10 - settle with grey - arg@10ksloc.org
- 2006-08-07 08:32 - next version is 0.3 - arg@10ksloc.org
- 2006-08-07 08:28 - also made my colors tasting better with my overall colorscheme - arg@10ksloc.org
- 2006-08-07 07:40 - next attempt for bright background switch - arg@10ksloc.org
- 2006-08-07 06:52 - Added tag 0.2 for changeset 656be0f47df545dfdd2e1e0663663b8b1b26f031 - arg@10ksloc.org
- 2006-08-07 06:45 - added stripping to dmenu target - arg@10ksloc.org
- 2006-08-07 06:40 - fixed a bad mistake setting the dmenu border to False; - arg@10ksloc.org
- 2006-08-07 05:39 - renamed some functions to make it more readable - arg@10ksloc.org
- 2006-08-07 05:37 - updated man page - arg@10ksloc.org
- 2006-08-07 05:36 - updated man page - arg@10ksloc.org
- 2006-08-07 05:30 - removed -t title crap from dmenu - arg@10ksloc.org
- 2006-08-05 12:57 - menu now also uses -Os - arg@10ksloc.org
- 2006-08-05 12:05 - small change - arg@10ksloc.org
- 2006-08-04 15:17 - yet another fix - arg@10ksloc.org
- 2006-08-04 15:15 - fixed README of dmenu - arg@10ksloc.org
- 2006-08-04 08:34 - fixed dist target - arg@10ksloc.org
- 2006-08-04 08:32 - removed config.h - arg@10ksloc.org
- 2006-08-04 08:31 - Added tag 0.1 for changeset fcc8a282cb52c6a9343b461026b386825590cd31 - arg@10ksloc.org
- 2006-08-04 08:31 - prepared 0.1 - arg@10ksloc.org
- 2006-08-04 08:31 - remove stderr spitting - arg@10ksloc.org
- 2006-08-04 08:23 - rearranged several stuff - arg@10ksloc.org
- 2006-08-04 07:35 - initial import - arg@10ksloc.org