DateCommit messageAuthorFiles+-
2022-10-09 10:43Make input width dynamicOscar Benedito1+8-2
2020-06-23 21:11Change height calculationOscar Benedito1+1-1
2022-10-09 10:32Apply password patchOscar Benedito3+109-5
2020-06-21 19:50Add personal configuration and gitignoreOscar Benedito3+27-0
2022-10-04 17:36bump version to 5.2Hiltjo Posthuma1+1-1
2022-09-26 09:24dmenu: use die() to print the usage messageTom Schwindl1+2-3
2022-09-16 21:05remove workaround for a crash with color emojis on some systems, now fixed in libXft 2.3.5Hiltjo Posthuma1+0-14
2022-09-02 17:09fix a regression in the previous commit for tab completeHiltjo Posthuma1+1-1
2022-09-01 17:51tab-complete: figure out the size before copyingNRK1+2-2
2022-09-01 18:35readstdin: use getline(3)NRK1+7-7
2022-08-08 08:42sync code-style patch from libslHiltjo Posthuma1+12-11
2022-05-01 16:38Makefile: add manual path for OpenBSDHiltjo Posthuma1+1-0
2022-04-30 11:19fix incorrect comment, math is hardHiltjo Posthuma1+1-1
2022-04-29 18:15inputw: improve correctness and startup performance, by NRKHiltjo Posthuma1+2-8
2022-03-28 15:38drw_text: account for fallback fonts in ellipsis_widthNRK1+4-2
2022-03-27 19:02drw_text: don't segfault when called with 0 widthNRK1+1-1
2022-03-26 16:58fix UB with the function iscntrl()Hiltjo Posthuma1+1-1
2022-03-26 16:57Revert "avoid redraw when there's no change"Hiltjo Posthuma1+2-3
2022-03-25 21:51avoid redraw when there's no changeNRK1+3-2
2022-03-25 21:51free all allocated items, use %zu for size_tNRK1+6-3
2022-03-23 18:37drw_text: improve performance when there's no matchNRK1+12-1
2022-03-23 18:37inputw: improve correctness and startup performanceNRK1+9-10
2022-03-23 20:04significantly improve performance on large stringsNRK1+10-3
2022-03-23 20:00introduce drw_fontset_getwidth_clamp()NRK2+18-2
2022-03-23 18:37drw_text: improve both performance and correctnessNRK1+28-28
2022-03-01 21:45remove false-positive warning for int comparison as boolHiltjo Posthuma1+1-1
2022-02-11 11:26bump version to 5.1Hiltjo Posthuma2+2-2
2022-02-08 20:45code-style: rm newline (oops)Hiltjo Posthuma1+0-1
2022-02-08 18:32revert using strcasestr and use a more optimized portable versionHiltjo Posthuma2+21-2
2022-02-07 09:36follow-up fix: add -D_GNU_SOURCE for strcasestr for some systemsHiltjo Posthuma1+1-1
2022-02-06 23:21improve performance of case-insensitive matchingHiltjo Posthuma1+1-12
2021-08-20 21:05Revert "Improve speed of drw_text when provided with large strings"Hiltjo Posthuma1+2-5
2021-08-09 16:39add support for more keypad keysHiltjo Posthuma1+11-0
2021-08-08 01:34Improve speed of drw_text when provided with large stringsMiles Alan1+5-2
2021-07-25 01:55remove always true condition in if statementGuilherme Janczak1+1-1
2020-09-02 16:30bump version to 5.0Hiltjo Posthuma2+2-2
2020-06-11 16:45Fix memory leaks in drwHiltjo Posthuma1+1-0
2019-03-03 12:08revert IME supportHiltjo Posthuma1+3-12
2019-02-12 21:58improve xopenim error messageHiltjo Posthuma1+1-1
2019-02-12 21:13make dmenu_path script executableHiltjo Posthuma1+0-0
2019-02-12 18:10fix crash when XOpenIM returns NULLHiltjo Posthuma1+11-2
2019-02-03 23:29Close when the embedding window is destroyedQuentin Rameau2+7-2
2019-02-02 12:54Prepared 4.9 release.Anselm R Garbe3+18-4
2019-01-27 14:28dmenu.1: document improved fastgrab behaviour from previous patchHiltjo Posthuma1+2-2
2019-01-26 14:49Use slow path if stdin is a ttydok1+1-3
2018-07-21 10:47dmenu_path: always use the cachedirQuentin Rameau1+6-6
2018-06-02 15:09Makefile: just show the compiler outputHiltjo Posthuma1+28-38
2018-06-02 15:01Do not strip at link stageHiltjo Posthuma1+1-1
2018-05-25 11:07code-style for pledge: check the return code -1, not < 0Hiltjo Posthuma1+1-1
2018-05-25 11:03code-style for pledge(2)Hiltjo Posthuma1+5-6
2018-05-25 10:04Pledge on OpenBSDHiltjo Posthuma1+9-0
2018-05-09 19:27Use bold for keyboard shortcuts in dmenu.1David Demelier1+28-28
2018-04-22 12:18Fix cursor drawn position with wide glyphsQuentin Rameau1+1-1
2018-03-22 10:18Makefile: bikesheddingly replace ${} with $()Quentin Rameau2+43-43
2018-03-19 14:42Handle IME inputQuentin Rameau1+4-1
2018-03-16 15:51Fix handling of input stringsHiltjo Posthuma1+21-14
2018-03-15 09:16Update LICENSEQuentin Rameau1+6-4
2018-03-14 18:48bump version to 4.8Hiltjo Posthuma1+1-1
2018-03-13 16:15add key bindings for moving to the word start or endQuentin Rameau2+46-0
2018-01-04 22:45Fix regression in 84a1bc5Hiltjo Posthuma1+2-1
2018-01-04 12:27Instantiate j var outside #ifdef XINEMARA directive because it is used in loop outside directiveVincent Carluer1+2-3
2017-11-03 20:10drw: drw_scm_create: use Clr typeHiltjo Posthuma1+1-1
2017-11-03 14:31fix a possible free of a uninitialize variable in paste()Hiltjo Posthuma1+6-4
2017-11-03 20:05init colors using SchemeLastHiltjo Posthuma1+2-3
2017-11-03 16:49Set class name on menu windowOmar Sandoval1+2-0
2017-05-02 16:32release 4.7Hiltjo Posthuma1+1-1
2016-12-07 14:45Revert "fix input text matching"Andrew Gregory1+1-1
2016-11-25 12:38Xinerama: correct variable declarations in preprocessor conditionalThomas Gardner1+6-5
2016-11-05 10:36die() on calloc failureHiltjo Posthuma1+1-1
2016-10-08 12:08add embedding support with -w optionQuentin Rameau2+58-12
2016-10-08 12:42dmenu.1: group single optionsQuentin Rameau2+3-6
2016-10-08 12:36dmenu.1: fix -l optionQuentin Rameau1+1-1
2016-08-12 12:39die() consistency: always add newlineHiltjo Posthuma3+9-7
2016-07-26 21:13fix crash if negative monitor (< -1) was passedHiltjo Posthuma1+2-2
2016-07-26 21:02Revert "Print highlighted input text only on single match"Hiltjo Posthuma1+3-13
2016-07-26 10:48Print highlighted input text only on single matchQuentin Rameau1+13-3
2016-07-25 09:33Partially revert 44c7de3: fix items text width offset calculationQuentin Rameau1+2-2
2016-06-28 15:56config.def.h: style improvement, use color Scheme enumHiltjo Posthuma1+5-5
2016-06-28 05:11fix: Do not crash on e.g. dmenu < /dev/nullS. Gilles1+1-1
2016-05-21 19:51import new drw from libsl and minor fixes.Markus Teich5+231-236
2016-02-22 14:03arg.h: fixed argv checks orderLucas Gabriel Vuotto1+2-2
2016-01-11 12:26TypofixKlemens Nanni1+1-1
2015-12-19 18:58Shut up glibc about _BSD_SOURCE being deprecatedQuentin Rameau1+1-1
2015-12-19 08:32Add config option for word delimitersQuentin Rameau2+10-2
2015-11-08 22:37arg.h: remove unused ARGNUM* macrosHiltjo Posthuma1+0-14
2015-11-08 22:03unboolify dmenuHiltjo Posthuma2+7-9
2015-11-08 15:46Makefile: package config.def.h on make distHiltjo Posthuma1+3-2
2015-11-08 15:44remove .hgtags fileHiltjo Posthuma1+0-49
2015-11-07 11:53dmenu.1: clarify monitor numbers are starting from 0 (first mon)Hiltjo Posthuma1+2-1
2015-11-07 11:43fix: multimon: always spawn client on first monitor if specified with -m 0Hiltjo Posthuma1+1-1
2015-10-20 20:56drw: cleanup drw_text, prevent gcc warning false-positive of unused varHiltjo Posthuma1+14-21
2015-10-20 20:55drw: simplify drw_font_xcreate and prevent a potential unneeded allocationHiltjo Posthuma1+19-22
2015-10-20 20:53drw: a valid (non-NULL) Drw and Fnt context must be passedHiltjo Posthuma1+3-16
2015-10-20 20:51add sbase-style ecalloc(), calloc: or dieHiltjo Posthuma3+18-12
2015-10-18 16:37free schemes as arrayHiltjo Posthuma1+6-6
2015-10-04 12:47fix input text matchingQuentin Rameau1+1-1
2015-10-04 12:01fix incorrect ordering of match resultsDavide Del Zompo1+3-2
2015-10-04 10:32fix paste from clipboard (ctrl+shift+y)Hiltjo Posthuma1+1-0
2015-09-27 22:38minor style fixHiltjo Posthuma1+2-1
2015-09-27 22:19Remove function prototypes and reorder functions accordinglyFRIGN1+64-80
2015-09-27 22:15Untypedef struct itemFRIGN1+9-10
2015-09-27 22:18Fix the conversion from microseconds to nanosecondsQuentin Rameau1+1-1
2015-09-27 22:06Replace deprecated usleep() with nanosleep()Quentin Rameau1+3-2
2015-09-27 22:02config.mk: use -std=c99Hiltjo Posthuma1+1-1
2015-09-27 21:57dmenu: style improvementsHiltjo Posthuma1+213-204
2015-09-27 21:56drw style improvementsHiltjo Posthuma2+106-93
2015-09-27 21:02separate program-specific c99 bool and X11Hiltjo Posthuma2+10-11
2015-09-27 20:55config.mk: fix _XOPEN_SOURCE=700 for getline()Hiltjo Posthuma1+1-1
2015-09-27 20:38config.mk: improve feature test checkHiltjo Posthuma1+1-1
2015-08-06 02:19Fixed typo introduced by shared codeEric Pruitt1+1-1
2015-07-19 19:34stest: get rid of getopt, use suckless arg.hHiltjo Posthuma3+141-53
2015-07-19 18:32config.mk: add FREETYPELIBS and FREETYPEINCHiltjo Posthuma1+9-3
2015-07-19 18:29fix prompt color style how it used to beHiltjo Posthuma1+1-1
2015-05-04 19:54Use libdraw: add Xft and fallback-fonts support to graphics libHiltjo Posthuma11+684-316
2014-09-17 11:40applied Hiltjo's patch as suggested on the ml to fix ControlMask for C-j and C-mAnselm R Garbe2+5-2
2014-07-24 19:10fix crash with ctrl-enter as inputHiltjo Posthuma1+2-1
2014-05-29 16:03updated copyright notices in LICENSE and dmenu.c fileAnselm R Garbe2+2-2
2013-08-13 17:15applied Martin Kühl's inverse matching flag to stestAnselm R Garbe2+7-4
2013-08-02 20:30applied Martti Kühne's dmenu monitor patch https://gist.github.com/mar77i/3349298/raw/f6581ca96627f4c71c0bd1faf531daaf2a613b95/monarg.patch becomes upstream nowAnselm R Garbe3+14-4
2013-06-28 20:06accepted vi'is exit approach ^[ (suggested by Arkaduisz)Anselm R Garbe1+2-0
2013-04-17 19:16forgot to add config.def.h, thanks WilliamAnselm R Garbe1+17-0
2013-04-17 19:04adopted Alex Sedov's config.h revival patch to tipAnselm R Garbe2+7-11
2013-04-17 18:59applied Alex Sedov's Tab buffer termination patch, thanksAnselm R Garbe1+2-1
2013-04-17 18:56applied multisel patch to mainlineAnselm R Garbe2+21-3
2012-07-30 15:02dmenu_run: Split cache logic to dmenu_path againQuentin Glidic3+18-16
2012-05-15 09:47ignore prompt if it is empty in addition to NULLMoritz Wilhelmy1+2-2
2012-04-06 15:38_POSIX_C_SOURCE=200809LConnor Lane Smith1+1-1
2012-02-10 00:37listen for C-S-[jm]Connor Lane Smith1+4-2
2012-01-19 22:52add ^G escape keybindingKarl F2+4-0
2012-01-18 23:56remove _POSIX_C_SOURCE cflagConnor Lane Smith1+2-3
2012-01-08 12:13update version 4.5-hgConnor Lane Smith1+1-1
2012-01-04 12:30config.mk cleanupanselm@garbe.us1+3-2
2012-01-02 18:48align M-[hjkl] closer to vi keysConnor Lane Smith2+11-8
2012-01-01 19:33happy new year!Connor Lane Smith2+3-3
2012-01-01 19:32add Mod1Mask keybindingsConnor Lane Smith2+88-19
2011-12-19 15:52merge stest -> defaultConnor Lane Smith7+186-69
2011-12-19 15:05comment xdg fallback behaviourConnor Lane Smith1+1-1
2011-12-09 10:49stest: restore stream testingConnor Lane Smith2+10-2
2011-12-09 10:36fork dmenu_run to disown child shellConnor Lane Smith1+1-1
2011-11-27 22:40stest: cleanupConnor Lane Smith1+1-2
2011-11-27 22:37stest: remove unneeded lstatConnor Lane Smith1+1-2
2011-11-27 22:35simplify stestConnor Lane Smith3+53-62
2011-11-23 14:17dmenu_run: use $SHELLConnor Lane Smith1+1-1
2011-11-23 13:40set window background_pixelConnor Lane Smith1+2-2
2011-11-19 20:31fix dmenu_path exec shConnor Lane Smith1+1-1
2011-11-19 20:24faster dmenu_run -fConnor Lane Smith2+11-8
2011-11-19 18:54replace lsx with stestConnor Lane Smith7+189-69
2011-11-16 10:26update manpageConnor Lane Smith1+7-3
2011-11-15 19:32limit direction keys in vlineConnor Lane Smith1+4-0
2011-11-14 19:02fix C-n / C-p directions (thanks bastien)Connor Lane Smith1+2-2
2011-11-13 23:46new default colour schemeConnor Lane Smith1+4-4
2011-10-26 13:16makefile: *.o depend on draw.hConnor Lane Smith1+1-1
2011-10-26 12:28add paste from clipboardConnor Lane Smith1+4-2
2011-10-26 12:20add lots of commentsConnor Lane Smith1+33-18
2011-10-26 11:14input focus: calculate areas of intersectionConnor Lane Smith1+22-12
2011-10-17 09:22simplify dmenu_runConnor Lane Smith1+1-1
2011-10-17 09:11merge xim -> defaultConnor Lane Smith1+18-4
2011-10-17 09:08merge lsx -> defaultConnor Lane Smith1+13-8
2011-10-17 01:12use ~/.dmenu_cache if no xdg cacheConnor Lane Smith1+4-1
2011-10-17 00:44lsx: detect read errorsConnor Lane Smith1+9-7
2011-10-17 00:18xim: check for corner casesConnor Lane Smith1+6-4
2011-10-16 17:26fix extra warningConnor Lane Smith1+1-1
2011-10-16 17:14lsx: return failure on errorConnor Lane Smith1+5-2
2011-10-16 17:13merge default -> lsxConnor Lane Smith9+118-119
2011-10-16 16:21add xim supportTroels Henriksen1+15-3
2011-10-13 19:43limit lines to inputConnor Lane Smith1+1-0
2011-10-04 20:39input focus: fix for reparenting wmsConnor Lane Smith1+1-1
2011-09-30 20:08fix monitor select when no focusConnor Lane Smith1+1-1
2011-09-19 23:11merge token -> defaultConnor Lane Smith2+42-34
2011-09-19 23:09tweak matchConnor Lane Smith1+2-2
2011-09-19 23:06update manpageConnor Lane Smith1+6-9
2011-09-19 17:15detect active monitor using input focusConnor Lane Smith1+12-7
2011-09-19 09:40add token matchingConnor Lane Smith1+34-23
2011-09-19 09:40change version to 'hg'Connor Lane Smith1+1-1
2011-07-24 19:04dmenu_run: sh -cConnor Lane Smith1+1-1
2011-07-22 17:16fix loadfontConnor Lane Smith1+13-12
2011-07-19 20:30Added tag 4.4 for changeset 2b105eaae831Connor Lane Smith1+1-0
2011-07-19 20:30add lsx.1 to distConnor Lane Smith1+1-1
2011-07-17 13:06tweaksConnor Lane Smith2+2-2
2011-07-14 19:03efficiency tweaksConnor Lane Smith2+44-60
2011-07-14 19:03fix extra warningConnor Lane Smith1+1-1
2011-07-06 12:40simpler vlineConnor Lane Smith1+2-4
2011-07-04 15:55rebind ^N ^PConnor Lane Smith2+3-3
2011-06-25 16:02include limits.hConnor Lane Smith1+1-0
2011-06-23 21:39make clean lsxConnor Lane Smith1+1-1
2011-06-23 19:27merge lsx -> defaultConnor Lane Smith6+77-27
2011-06-23 19:26close lsx branchConnor Lane Smith0+0-0
2011-06-23 19:04lsx: check snprintfConnor Lane Smith1+3-4
2011-06-18 21:11update draw.cConnor Lane Smith2+14-14
2011-06-18 06:50simpler lsxConnor Lane Smith3+6-11
2011-06-13 20:50new dmenu_runConnor Lane Smith5+15-26
2011-06-13 18:32add lsx.1Connor Lane Smith1+15-0
2011-06-13 18:28new lsx branchConnor Lane Smith3+59-7
2011-06-13 18:25add ^MConnor Lane Smith1+1-0
2011-05-18 16:01Added tag 4.3.1 for changeset 34a2d77049a9Connor Lane Smith1+1-0
2011-05-18 16:01bugfixConnor Lane Smith2+2-2
2011-05-18 15:21Added tag 4.3 for changeset 14c79f054bdfConnor Lane Smith1+1-0
2011-05-18 15:20no -m, cleanupConnor Lane Smith3+33-41
2011-05-16 22:35fix possible overflowConnor Lane Smith1+4-4
2011-05-16 11:59fixed extra warningsConnor Lane Smith1+6-6
2011-05-15 20:54portabilityConnor Lane Smith3+19-15
2011-05-15 15:05efficient incremental searchConnor Lane Smith1+19-18
2011-05-15 13:21match firstConnor Lane Smith1+5-4
2011-05-15 13:13faster grabConnor Lane Smith1+12-11
2011-05-15 12:58cleanupConnor Lane Smith1+5-6
2011-05-15 12:02fast but inexactConnor Lane Smith1+7-4
2011-05-15 01:37cleanupConnor Lane Smith4+18-19
2011-05-14 22:26increment versionConnor Lane Smith1+1-1
2011-05-14 22:21only match linksConnor Lane Smith1+1-1
2011-05-14 22:14follow symlinksConnor Lane Smith1+1-1
2011-05-14 21:43cleanupConnor Lane Smith3+10-30
2011-05-14 21:12whoops, wrong dmenu_path versionConnor Lane Smith1+1-1
2011-05-14 19:43fast dmenu_path scriptConnor Lane Smith4+13-108
2011-05-14 17:39instant ^EConnor Lane Smith1+20-16
2011-05-14 16:47fix typoConnor Lane Smith1+1-1
2011-05-14 16:46use array for itemsConnor Lane Smith1+10-10
2011-05-12 12:17fixed xinerama corner caseConnor Lane Smith1+7-7
2011-05-11 11:25fixed -m bug (thanks Rob)Connor Lane Smith2+12-12
2011-05-08 14:15fast grab patch (thanks Rob)Connor Lane Smith2+27-13
2011-05-06 20:13helpful errorsConnor Lane Smith2+8-3
2011-05-05 14:46paringConnor Lane Smith2+13-24
2011-01-07 18:55update licenseConnor Lane Smith2+3-3
2011-01-07 18:54cache option in config.mkConnor Lane Smith2+5-5
2010-12-01 20:25gmake spewsConnor Lane Smith1+4-4
2010-12-01 20:23posix makefileConnor Lane Smith1+4-3
2010-11-20 09:25Added tag 4.2.1 for changeset abb6579a324fAnselm R Garbe1+1-0
2010-11-20 09:25fixed dist target bugAnselm R Garbe3+3-2
2010-11-19 11:51Added tag 4.2 for changeset 379813a051f0Anselm R Garbe1+1-0
2010-11-17 04:51removed unnecessary definesConnor Lane Smith1+0-2
2010-11-17 04:33moved main, updated argsConnor Lane Smith2+53-48
2010-11-12 00:30fixed config.mk depConnor Lane Smith1+2-2
2010-11-12 00:01updated manpageConnor Lane Smith1+1-1
2010-11-12 00:00rebound paste to ^YConnor Lane Smith1+3-4
2010-11-11 23:56removed libdc dependenceConnor Lane Smith6+269-34
2010-11-02 12:15-m flag to fix dwm selmon bugConnor Lane Smith1+5-1
2010-10-08 22:40updated manpageConnor Lane Smith1+1-1
2010-10-08 22:36cleaned upConnor Lane Smith1+15-15
2010-10-08 22:24dmenu_path.c (shell is a bottleneck)Connor Lane Smith3+108-34
2010-09-13 13:22fixed linking bug (thanks Jacob Nixdorf) & iscntrl corner caseConnor Lane Smith2+2-2
2010-09-11 18:48simplificationConnor Lane Smith1+1-1
2010-09-11 12:37update to libdc, fixed utf8 bugConnor Lane Smith2+3-3
2010-08-20 18:57arrow offsetConnor Lane Smith1+1-1
2010-08-20 18:42fixed width bugConnor Lane Smith1+3-3
2010-08-20 12:50rebound paste, removed useless max widthsConnor Lane Smith2+10-9
2010-08-19 15:43new libdrawConnor Lane Smith1+25-25
2010-08-19 15:17new libdrawConnor Lane Smith1+2-2
2010-08-18 16:35resorted globalsConnor Lane Smith1+1-1
2010-08-18 16:33signed ints, ignore negative -l valueConnor Lane Smith1+5-4
2010-08-12 14:35fixed insert segfault, added nextruneConnor Lane Smith1+35-37
2010-08-11 14:02fixed pasteConnor Lane Smith1+8-7
2010-08-11 13:24new libdraw, replaced cistrstr with fstrstr, simpler readstdinConnor Lane Smith1+34-40
2010-08-10 17:09more efficient initfontConnor Lane Smith1+4-3
2010-08-10 13:14reverted calcoffsetsConnor Lane Smith1+6-5
2010-08-10 12:38simplificationsConnor Lane Smith2+14-19
2010-08-09 10:54cursor fix + styleConnor Lane Smith1+19-25
2010-08-06 13:16added ^D, removed ^MConnor Lane Smith1+3-1
2010-08-05 14:41new libdraw, typo fixesConnor Lane Smith2+6-6
2010-08-03 17:19another typo fix (thanks, Gene Auyeung)Connor Lane Smith1+1-1
2010-08-03 16:29typo fixConnor Lane Smith1+1-1
2010-08-03 16:18cleaned upConnor Lane Smith1+2-2
2010-08-03 16:10merged *{h,v} functionsConnor Lane Smith1+40-59
2010-08-02 14:13retyped promptwConnor Lane Smith1+1-1
2010-08-02 13:49replaced promptwConnor Lane Smith2+6-3
2010-08-02 13:22fixed bugs, no more config.h, updated manpage, new libdrawConnor Lane Smith7+162-220
2010-07-31 13:56updated manpage, added paste, cleaned up, new libdrawConnor Lane Smith4+271-319
2010-07-30 12:40merged dmenu & dinput (clunky interface)Connor Lane Smith5+215-440
2010-07-30 09:26underline matchConnor Lane Smith1+5-0
2010-07-30 09:25new libdrawConnor Lane Smith2+6-3
2010-07-30 08:18fixed vlist selectConnor Lane Smith1+9-5
2010-07-27 12:40updated to libdraw tipConnor Lane Smith2+6-3
2010-07-02 05:49added dmenu.h, common.cConnor Lane Smith6+204-314
2010-07-02 04:50updated to new libdrawConnor Lane Smith2+20-32
2010-07-02 02:44atexit cleanupConnor Lane Smith2+36-46
2010-06-30 21:42removed -e flag (too buggy), cleaned upConnor Lane Smith2+20-38
2010-06-30 09:45fixed no-input invisible text bugConnor Lane Smith1+2-2
2010-06-30 00:36libdraw now has own repoConnor Lane Smith16+8-242
2010-06-29 23:52resizing vlist, new dinput bindingConnor Lane Smith1+16-18
2010-06-29 23:05cleaned upConnor Lane Smith1+6-5
2010-06-29 18:19decosmeticsConnor Lane Smith1+2-2
2010-06-29 15:07dinput with dmenu flags, fixed usage & -v, cosmeticsConnor Lane Smith2+32-14
2010-06-28 05:09extended libdrawConnor Lane Smith6+40-20
2010-06-25 03:33cleaned upConnor Lane Smith2+10-9
2010-06-24 16:44moved draw.c to libdraw.aConnor Lane Smith15+222-179
2010-06-24 15:24removed colors from dcConnor Lane Smith3+24-22
2010-06-24 15:18decoupled draw.c from dmenu & dinputConnor Lane Smith4+111-117
2010-06-24 13:22fixed offsets, updated eprint, cleaned upConnor Lane Smith4+42-33
2010-06-24 10:30fixed static symbols in config.def.hConnor Lane Smith1+6-6
2010-06-23 13:29fixed makefileConnor Lane Smith1+7-3
2010-06-23 12:49cleaned upConnor Lane Smith3+31-12
2010-06-23 12:31cleaned upConnor Lane Smith1+0-1
2010-06-23 12:29added draw.hConnor Lane Smith5+81-72
2010-06-23 11:42overlapping codeConnor Lane Smith3+0-13
2010-06-23 11:15typo fixesConnor Lane Smith2+2-2
2010-06-23 11:04initial dmenu / dinput separationConnor Lane Smith4+561-205
2010-06-22 09:45fixed vlist cursorConnor Lane Smith1+1-1
2010-06-20 14:04updated 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 modeConnor Lane Smith2+59-71
2010-06-20 00:19cleaned upConnor Lane Smith1+1-10
2010-06-19 23:44added ^K, optimisationsConnor Lane Smith1+15-11
2010-06-19 20:44added sselp requirement to readmeConnor Lane Smith1+1-0
2010-06-16 14:36cleaned upConnor Lane Smith1+21-31
2010-06-11 08:24fixed vlist paging, cleaned upConnor Lane Smith1+32-58
2010-06-09 09:13updated manpageConnor Lane Smith1+11-7
2010-05-29 11:56Added tag 4.1.1 for changeset 72749a826cabAnselm R Garbe1+1-0
2010-05-29 11:56prepared bugfix release 4.1.1Anselm R Garbe1+1-1
2010-05-29 11:55applied Ramils patchAnselm R Garbe1+21-10
2010-05-28 10:42Added tag 4.1 for changeset 844587572673Anselm R Garbe1+1-0
2010-05-28 10:42prepared dmenu-4.1 releaseAnselm R Garbe4+10-6
2010-05-05 10:42fixed vlist alignmentConnor Lane Smith1+1-2
2010-05-02 22:17cleaning upConnor Lane Smith1+5-9
2010-04-14 17:35fixed bad parenting, simpler vlistConnor Lane Smith1+20-21
2010-04-13 20:14fixed ^U cursor supportConnor Lane Smith1+1-1
2010-04-07 16:15fixed 3 bugs and some inconsistencyConnor Lane Smith1+8-7
2010-04-01 20:40applied Troels' patch, thanks Troels!Anselm R Garbe1+5-1
2010-04-01 20:32added Connor to LICENSE fileAnselm R Garbe1+1-0
2010-04-01 20:31commited Connor's sanity patchAnselm R Garbe1+32-51
2010-04-01 17:30apply nibble patch removing per-item length limitpancake1+14-7
2010-04-01 17:10add ^a and ^e keybindingspancake1+8-0
2010-03-31 21:43applied Connor's subwindow patchAnselm R Garbe1+5-1
2010-03-31 21:37applied Connor's next nice patch, thanks a lot!Anselm R Garbe1+29-36
2010-03-22 07:50applied cls' patch, thanks Connor!anselm@garbe.us1+13-11
2010-03-07 08:32applied Connor's patch, thanks!Anselm R Garbe1+33-44
2009-12-05 16:52this 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 soonAnselm R Garbe1+1-1
2009-11-28 12:28applied cursor, vertical and paste patches for upcoming 4.1 dmenu version (due to the fact that surf is using dmenu as well)Anselm R Garbe4+149-28
2009-04-18 11:50Added tag 4.0 for changeset 78f9f72cc9c6Anselm R Garbe1+1-0
2009-02-21 19:21applied Matthias Christian Ott's sanity fixes (thanks a lot!)Anselm R Garbe2+7-8
2008-12-12 19:58next release will be 4.0a@null1+1-1
2008-12-09 21:55minor modificationa@null1+1-4
2008-09-09 19:45Added tag 3.9 for changeset 21a1ed9a69b9Anselm R Garbe1+1-0
2008-08-29 09:09simplified initfontAnselm R Garbe1+1-4
2008-08-25 08:38reverted setlocale() callAnselm R Garbe1+2-1
2008-08-23 08:33removed artifact from wmii menuAnselm R Garbe1+0-2
2008-08-18 18:24fixed a problem when backporting dwm's drawtext()Anselm R Garbe1+1-1
2008-08-18 09:20abc...Anselm R Garbe1+1-1
2008-08-18 09:17removed the i = textnw... as remarked by Martin HurtonAnselm R Garbe1+1-1
2008-08-18 09:03backported drawtext() simplifications to dmenuAnselm R Garbe2+11-22
2008-08-18 08:31getting rid of setlocale(), it doesn't seem to make sense with Xmb, artifact of Xutf8 timesAnselm R Garbe1+1-2
2008-07-29 18:20Added tag 3.8 for changeset 644b0798fcccAnselm R Garbe1+1-0
2008-07-18 19:20similiar change as in dwmAnselm R Garbe1+4-5
2008-07-17 16:40removed compiler warning if XINERAMA is disabledAnselm R Garbe1+2-1
2008-07-16 17:38got rid of compile time xidx, grabbing the mouse pointer instead, falling back to screen 0 if no pointer availableAnselm R Garbe2+17-11
2008-07-16 17:18reverted uint/ulong introductionAnselm R Garbe2+20-22
2008-06-30 09:00minor update regarding locale supportAnselm R Garbe1+3-1
2008-06-21 15:43removed emalloc, used only once so obsoleteAnselm R Garbe1+2-11
2008-06-19 08:18minor fixAnselm R Garbe2+3-3
2008-06-18 17:21Added tag 3.7 for changeset 0508a3a6ee10Anselm R Garbe1+1-0
2008-06-18 17:20minor fixAnselm R Garbe1+0-1
2008-06-14 09:55reusing config.h's color values, note we have to use const char *, instead of const char [] here, because the pointer might changeAnselm R Garbe2+15-20
2008-06-13 11:04using xidxAnselm R Garbe1+3-3
2008-06-13 10:53yet another cosmetic changeAnselm R Garbe1+10-6
2008-06-13 10:46cosmetic fixesAnselm R Garbe4+74-82
2008-05-22 10:15s/unsigned int/uint/, s/unsigned long/ulong/Anselm R Garbe1+27-25
2008-05-20 14:07fooAnselm R Garbe1+1-2
2008-05-19 19:29added Xinerama support to dmenu, reverted -b behavior, removed -x, -y, -wanselm@anselm13+43-44
2008-04-10 17:12no exe should be unquoted, agreed to Peter HartlichAnselm R Garbe1+1-1
2008-04-10 15:46fixed unquoted dmenu_run $exe-use reported by JukkaAnselm R Garbe1+1-1
2008-04-09 22:32though sticking to |uniqAnselm R Garbe1+1-1
2008-04-09 22:31re-applied Peter Hartlich's and Jukkas dmenu-related patches, for odd reasons they disappearedAnselm R Garbe3+10-10
2008-04-03 20:56Added tag 3.6 for changeset 0bc2751d06e8anselm@anselm11+1-0
2008-03-25 18:18fix typoSander van Dijk1+1-1
2008-03-25 10:18using limits.hAnselm R Garbe1+3-2
2008-03-25 09:43bugfix of the -0 case in dmenu (thanks to Sander for his hint)Anselm R Garbe1+2-2
2008-03-24 15:56applied Jukkas hotfixAnselm R Garbe1+1-1
2008-03-23 21:06more cosmeticsSander van Dijk1+1-2
2008-03-23 20:17cosmeticsSander van Dijk1+3-5
2008-03-23 20:11made some whitespacing consistent.Sander van Dijk1+3-3
2008-03-23 11:09removed unused variable nitem.sander@localhost1+3-11
2008-03-22 14:52several performance tweaksanselm@anselm12+44-19
2008-03-18 16:52fixed match() to prefer prefix-matches to strstr-matches in the match list, extended the -y handling, next version is 3.6Anselm R Garbe3+46-30
2008-03-13 16:53Added tag 3.5 for changeset 05e5bd706b3bAnselm R Garbe1+1-0
2008-03-13 12:02applied next patch of SanderAnselm R Garbe1+2-3
2008-03-12 21:37applied Sanders patchanselm@anselm12+7-9
2008-03-12 15:41removed ido-matching, changed behavior of -i meaning case insensitive matching now, commented -x, -y, -w arguments in dmenu.1Anselm R Garbe4+37-36
2008-02-12 09:42removed setAnselm R Garbe1+1-1
2008-02-11 11:22updatedanselm@aab1+1-1
2007-12-22 12:20added dmenu runanselm@anselm13+7-3
2007-10-25 18:26Added tag 3.4 for changeset 9ab649b3b3e5Anselm R. Garbe1+1-0
2007-10-10 16:57adapted c99 for pedantic checks, even if those checks are somewhat brokenAnselm R. Garbe1+1-1
2007-10-01 13:28implemented strcasestr for dmenu (I call it cistrstr) for portability issues (cygwin has no strcasestr, oh dear)Anselm R. Garbe1+25-1
2007-10-01 09:44fixed font definitionAnselm R. Garbe1+1-1
2007-09-30 17:20fixed dmenuAnselm R. Garbe1+1-1
2007-09-30 10:47using saner defaultsAnselm R. Garbe1+4-4
2007-09-27 16:55applied new color nuanceAnselm R. Garbe1+2-2
2007-09-26 17:15applied my favorite color schemeAnselm R. Garbe1+5-5
2007-09-24 13:04casting char to int when using tolower (thanks to Jukkas careful cosmetic checking!)arg@suckless.org1+1-1
2007-09-23 16:49switching to whiteAnselm R. Garbe1+4-4
2007-09-23 16:32yet another cosmetic fixAnselm R. Garbe1+2-6
2007-09-23 16:31small cosmetic fixAnselm R. Garbe1+1-1
2007-09-23 16:26applied Michał Janeczek dmenu patch, made dmenu match case-insensitive by default, added -i command line option to enable ido matching, added Michał to Copyright holdersAnselm R. Garbe4+45-41
2007-09-22 07:12Added tag 3.3 for changeset 709df5a4bad7Anselm R. Garbe1+1-0
2007-09-19 15:33applied yiyus initfont fixarg@suckless.org1+3-4
2007-09-17 18:53reorganizedAnselm R. Garbe1+299-288
2007-09-17 07:13next version is 3.3arg@suckless.org2+2-2
2007-09-16 18:14micromizing dmenu step 1Anselm R. Garbe7+714-717
2007-09-15 18:28fixed fallbackAnselm R. Garbe1+4-2
2007-07-24 16:19applied ido-matching to dmenuarg@f00b4r1+21-0
2007-06-01 10:28fooooooAnselm R. Garbe1+6-6
2007-05-30 10:22Added tag 3.2 for changeset e4c81a78ffbaAnselm R. Garbe1+1-0
2007-05-30 10:19referred to LICENSE fileAnselm R. Garbe4+4-12
2007-05-24 08:34I 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, stupidAnselm R. Garbe1+17-17
2007-05-23 23:38Fix the uptodate logic (uptodate if !find newer dirs than the cache).Kris Maglione1+2-2
2007-05-23 22:35Silence the first find in dmenu_path.Kris Maglione1+1-1
2007-05-23 20:59Fix grouping in dmenu_path.Kris Maglione1+1-1
2007-05-23 20:44Merge.Kris Maglione1+8-8
2007-05-23 20:42Changed dmenu_path (fixed race, improved speed, check that $PATH is the same as the last run).Kris Maglione1+17-16
2007-05-23 20:32removed some superflous strncmp'sAnselm R. Garbe1+8-8
2007-05-23 20:13made dmenu_path the way anydot proposed in response to JukkaAnselm R. Garbe1+8-15
2007-05-23 11:22applied Jukka's fixAnselm R. Garbe2+7-5
2007-05-21 12:36Added tag 3.1 for changeset 8f0f917ac988Anselm R. Garbe1+1-0
2007-05-15 11:44removed strip, added -s to LDFLAGsAnselm R. Garbe2+1-2
2007-05-14 09:56applied anydot's dmenu_path caching patch, thank you!Anselm R. Garbe1+26-5
2007-05-02 13:25fixed a small bug in dmenu when an empty font is suppliedAnselm R. Garbe2+3-1
2007-04-19 07:27Added tag 3.0 for changeset 59b3024854dbAnselm R. Garbe1+1-0
2007-04-13 09:36making copyright notice more compactAnselm R. Garbe7+17-20
2007-03-28 06:17next version is 2.9Anselm R. Garbe1+1-1
2007-03-27 14:52allowing numpad keys as inpytAnselm R. Garbe1+7-0
2007-03-07 12:30Added tag 2.8 for changeset dd3d02b07cacAnselm R. Garbe1+1-0
2007-03-07 10:01attempt to grab the keyboard only 1000 times, not forever.Anselm R. Garbe2+12-6
2007-03-07 09:54reverting keyboard grab to root window - invoking several dmenu's now works again...Anselm R. Garbe1+24-22
2007-03-06 08:24Wait for an Expose and draw the menu immediately after mapping the window.Kris Maglione1+3-4
2007-03-05 10:25Added tag 2.7 for changeset fbd9e9d63f20Anselm R. Garbe1+1-0
2007-03-02 20:48keyboard grab works on the dmenu window now (not on the root window) - thx for Kris for this hintAnselm R. Garbe1+20-21
2007-03-02 14:16also, don't set the font all the timeAnselm R. Garbe3+7-12
2007-03-01 14:47Added tag 2.6 for changeset 775f761a5647Anselm R. Garbe1+1-0
2007-02-27 13:44useless var declaration prev_nitemAnselm R. Garbe1+1-1
2007-02-26 13:07changed Backspace/C-w behavior (now it only removes a single character)Anselm R. Garbe2+3-7
2007-02-26 10:44if isatty() first read from stdin and then grab the keyboard, otherwise first grab the keyboard and then read from stdinAnselm R. Garbe1+17-10
2007-02-26 09:47next is 2.6, but not yet ;)Anselm R. Garbe1+1-1
2007-02-25 21:41Escape -s in dmenu.1Kris Maglione1+11-11
2007-02-24 14:38Added tag 2.5 for changeset 041143e9fc54Anselm R. Garbe1+1-0
2007-02-24 14:38I also dislike sort -u, I support that each Unix tool does one job and does it right ;)Anselm R. Garbe1+1-1
2007-02-24 13:07removed superfluous externs as wellAnselm R. Garbe1+9-9
2007-02-23 14:28using the old-style fashion we uses earlierAnselm R. Garbe1+8-1
2007-02-23 13:39fixed a bug when dmenu is run with -vAnselm R. Garbe2+4-4
2007-02-23 12:51Added tag 2.4.2 for changeset 1ca5d430524eAnselm R. Garbe1+1-0
2007-02-23 12:51ok 2.4.2Anselm R. Garbe2+2-2
2007-02-23 12:28Added tag 2.4.1 for changeset 03e83e2788c8Anselm R. Garbe1+1-0
2007-02-23 12:28hotfixAnselm R. Garbe2+2-2
2007-02-23 09:42Added tag 2.4 for changeset 9e9036cbfb4bAnselm R. Garbe1+1-0
2007-02-23 09:16added dmenu_path convenience scriptAnselm R. Garbe2+6-3
2007-02-22 17:16made Fnt an anonymous structAnselm R. Garbe2+10-15
2007-02-21 10:05Added tag 2.3 for changeset b6e09682c8adcb6569656bee73c311f9ab457715Anselm R. Garbe1+1-0
2007-02-21 09:59applied the fix inspired by a recent wmii commitAnselm R. Garbe1+1-1
2007-02-20 12:57renamed getcolor to initcolorAnselm R. Garbe1+5-5
2007-02-20 12:54s/setfont/initfont/Anselm R. Garbe1+2-2
2007-02-20 12:54readded draw.c again (except getcolor and setfont)Anselm R. Garbe5+77-67
2007-02-19 20:18removed -t, now using isatty() instead of select() to prevent execution from an interactive shellAnselm R. Garbe2+15-31
2007-02-19 14:49removed draw.c, implemented C-w handling (backward word deletion)Anselm R. Garbe6+130-132
2007-02-14 08:42Added tag 2.2 for changeset 90f0e34e7f11Anselm R. Garbe1+1-0
2007-02-08 13:10fixed Copyright notice in MakefileAnselm R. Garbe1+1-1
2007-02-08 10:17nah nah nah, I can't get used to the bottom bar, pushing the conditional dmenu againAnselm R. Garbe2+11-3
2007-02-08 10:10letting dmenu appear at the bottom by defaultAnselm R. Garbe2+3-11
2007-02-05 10:10got rid of LD, inspired by JGs patch to wmiiAnselm R. Garbe2+3-5
2007-01-17 10:10Added tag 2.1 for changeset 7656557298c9Anselm R. Garbe1+1-0
2007-01-17 10:10hotfix changesAnselm R. Garbe3+4-7
2007-01-17 10:10Added tag 2.1 for changeset d91c79020430Anselm R. Garbe1+1-0
2007-01-16 10:42Added tag 2.0 for changeset 1fce5c464fcdAnselm R. Garbe1+1-0
2007-01-16 10:39small fixAnselm R. Garbe1+2-1
2007-01-16 10:38removed useless mx, myAnselm R. Garbe1+2-3
2007-01-16 10:24applied new default colorsAnselm R. Garbe1+4-4
2007-01-16 10:07small fix of Control-j in dmenu.1Anselm R. Garbe2+3-3
2007-01-12 11:43Added tag 1.9 for changeset c7f5f4d54317Anselm R. Garbe1+1-0
2007-01-11 14:52added evil key support to dmenuAnselm R. Garbe1+15-2
2007-01-11 12:51s/Mod1-Shift-g/Mod1-G/ in fact Sander is rightAnselm R. Garbe1+1-1
2007-01-11 10:41documenting undocumented vi-alike shortcuts of dmenuAnselm R. Garbe1+3-3
2007-01-11 09:17commented recent Control-shortcut additionsAnselm R. Garbe1+3-3
2007-01-10 22:07applied Sanders dmenu_ctrlchars.patch (thanks!)Anselm R. Garbe1+8-0
2007-01-10 17:06applied Alexis Hildebrandts patchesAnselm R. Garbe1+2-1
2007-01-02 14:44correctionsarg@mig292+3-3
2007-01-02 14:41correctedarg@mig293+4-4
2007-01-02 14:38next version will contain updated copyright noticearg@mig297+10-10
2006-12-19 10:49Added tag 1.8 for changeset d3e6fa22ae45b38b1bdb0d813390365e5930360barg@mig291+1-0
2006-12-19 10:49fixed a typo in dmenu.1arg@mig291+1-1
2006-12-19 10:39prepared dmenu-1.8, shortened command line options (-font is -fn, -selbg is -sb, -selfg is -sf, -normbg is -nb, -normfg is -nf now)arg@mig292+26-26
2006-12-18 12:46added wmii reference to dmenu(1)arg@mig291+2-1
2006-12-18 12:25agreed with Sanderarg@mig291+3-6
2006-12-18 11:52applied 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 Tibusarg@mig293+22-3
2006-12-14 13:41hotfixarg@mig291+13-13
2006-12-14 13:40added vi-like key-bindings for keyboards without cursor keys (they are undocumented features)arg@mig292+24-1
2006-12-14 08:45Added tag 1.7.1 for changeset 3696d77aaf02f5d15728dde3b9e35abcaf291496arg@mig291+1-0
2006-12-14 08:45fooarg@mig291+0-1
2006-12-14 08:34silent hotfixarg@mig291+1-1
2006-12-14 08:30Added tag 1.7.1 for changeset 8e0b9b09bf83c429c73e60a23997f32877a645bfarg@mig291+1-0
2006-12-14 08:30applied hotfix of sanderarg@mig292+14-10
2006-12-14 07:51Added tag 1.7 for changeset 58dbef4aef3d45c7a3da6945e53c9667c0f02d5barg@mig291+1-0
2006-12-13 13:36changed text in dmenu manpagearg@mig291+1-1
2006-12-13 13:14added prompt option (-p 'prompt text'), documented in man page as wellarg@mig292+23-3
2006-12-12 08:57ordered switch branches in kpress alphabetically, applied Sanders patch for PgUp/Dn and Home/End scrollingarg@mig292+64-33
2006-12-08 10:12fixed diagnostic error messagearg@mig291+1-1
2006-12-08 09:41removed hardcoded 'fixed' fallback, useless and misleadingarg@mig292+2-5
2006-12-07 13:54Added tag 1.6 for changeset dcc5427f99f51a978386a0dd770467cd911ac84barg@mig291+1-0
2006-12-07 13:38found compromisearg@mig292+2-2
2006-12-07 11:03people should define fixed being compatible with their localearg@mig291+1-1
2006-12-07 10:55using -*-fixed-*-*-*-*-*-*-*-*-*-*-iso10646-* fixed by defaultarg@mig291+1-1
2006-12-07 09:06also fixing dmenu accordinglyarg@mig292+2-2
2006-12-05 12:30only setting LC_CTYPEarg@mig292+2-3
2006-12-05 09:31enforcing using imcomplete fonsets anywaysarg@mig292+2-7
2006-11-30 08:21Added tag 1.5 for changeset e071fb045bd9e8574947acff7196360bc0270e68arg@mig291+1-0
2006-11-26 14:49next version will be 1.5arg@mig291+1-1
2006-11-26 14:49fixing sizeof stuffarg@mig292+7-7
2006-10-26 10:14Added tag 1.4 for changeset df3fbb050004c544d14e43c36f6a94cca6ed4a69arg@mig291+1-0
2006-10-23 10:53removed misleading input cursorAnselm R. Garbe1+0-2
2006-10-23 08:12fixing arg handling in dmenu (thanks to Sander for his report)Anselm R. Garbe2+19-13
2006-10-13 09:08Added tag 1.3 for changeset 2eb9997be51cb1b11a8900728ccc0904f9371157Anselm R. Garbe1+1-0
2006-10-12 10:59changing orderAnselm R. Garbe1+9-9
2006-10-12 10:58simplified util.cAnselm R. Garbe1+10-19
2006-10-10 17:15simplified main event loopAnselm R. Garbe2+2-3
2006-10-06 11:44Added tag 1.2 for changeset bee7fe6d1189174d0204ca3195b83cdc1bb4f82eAnselm R. Garbe1+1-0
2006-10-06 10:40small changeAnselm R. Garbe1+0-1
2006-10-06 10:39changing version infoAnselm R. Garbe1+1-1
2006-10-06 09:52removed useless newlinesAnselm R. Garbe4+8-37
2006-09-26 15:51small update to man page (backported)arg@zarathustra1+6-6
2006-09-26 15:39Added tag 1.1 for changeset e8c1e9733752db12f2dbd1fa93c46f5806242ba9arg@zarathustra1+1-0
2006-09-26 12:31updated READMEarg@mmvi1+1-7
2006-09-26 12:30removed crap from Makefilearg@mmvi1+1-2
2006-09-26 11:45error handlingarg@mmvi1+3-2
2006-09-26 11:41fooarg@mmvi1+1-1
2006-09-26 11:39revertingarg@mmvi3+7-9
2006-09-26 11:37added fallback to color initializationarg@mmvi3+9-7
2006-09-26 11:20removed config.h stuff, made dwm configurable due to command line optionsarg@mmvi7+67-48
2006-09-26 06:47uriel didn't understood dmenu code, he broke nearly everythingarg@mmvi1+13-2
2006-09-26 06:43applied a change made by Uriel to dmenu (though I didn't applied everything)arg@wmii.de1+4-17
2006-09-25 06:29applied something similiar to Jukkas patcharg@mmvi1+3-3
2006-09-16 09:20Added tag 1.0 for changeset 9e11140d4cc3eecac3b0ab752f91528fd5e04be8arg@mmvi1+1-0
2006-09-12 08:59made function signatures more consistent to my coding styleAnselm R. Garbe3+15-30
2006-09-11 11:18commented dmenuAnselm R. Garbe2+12-11
2006-09-08 06:31Added tag 0.9 for changeset d046c818ea467555cc338751c9bf3024609f1f12Anselm R. Garbe1+1-0
2006-09-08 05:33implemented early keyboard grab for dmenu with a timeout for stdin data writers to prevent endless grabbings of the keyboardAnselm R. Garbe3+21-4
2006-09-07 17:12new version of dmenuAnselm R. Garbe1+1-1
2006-09-07 07:40another fixAnselm R. Garbe1+9-12
2006-09-07 07:36made dmenu.1 also conciseAnselm R. Garbe2+24-26
2006-09-06 08:53Added tag 0.8 for changeset 409667a57221f7e50ba8b5248f638915cd61b366Anselm R. Garbe1+1-0
2006-09-04 17:47fixed man pageAnselm R. Garbe2+4-4
2006-09-04 15:17Added tag 0.7 for changeset 5fc20d7158bd16b4d5f8d1c25e177680b6d54252Anselm R. Garbe1+1-0
2006-09-04 05:28small change of main event loopAnselm R. Garbe1+2-2
2006-08-28 10:26updated versionAnselm R. Garbe1+1-1
2006-08-28 08:20Added tag 0.6 for changeset 25f679fb19686140a907684ffcb423b9e9d44b53Anselm R. Garbe1+1-0
2006-08-28 05:22updated man pageAnselm R. Garbe1+5-5
2006-08-25 16:15fixedAnselm R. Garbe1+1-1
2006-08-25 16:03switching back to a dark color scheme with larger fontAnselm R. Garbe1+5-5
2006-08-25 15:44small color fixesAnselm R. Garbe1+3-3
2006-08-25 12:45updated dmenu to borderless drawing as wellAnselm R. Garbe5+32-44
2006-08-25 05:54back to 3 colorsAnselm R. Garbe5+32-27
2006-08-24 10:04removed useless callAnselm R. Garbe1+1-3
2006-08-24 10:03fixed minor bugAnselm R. Garbe1+1-1
2006-08-24 09:57small color changeAnselm R. Garbe1+1-1
2006-08-24 09:47migrated dmenu to use 4 instead of 3 colorsAnselm R. Garbe6+28-31
2006-08-24 08:22Added tag 0.5 for changeset 4a0ecd881c4fc15de4a0bebd79308b064be020efAnselm R. Garbe1+1-0
2006-08-24 08:22prepared dmenu-0.5Anselm R. Garbe1+1-2
2006-08-24 07:27removed unnecessary Xlib callAnselm R. Garbe2+2-2
2006-08-23 17:05sanitizing my colorschemeAnselm R. Garbe1+2-2
2006-08-23 16:55back to terminus fontAnselm R. Garbe1+1-1
2006-08-22 08:01font fixAnselm R. Garbe1+4-4
2006-08-22 07:49fixedAnselm R. Garbe1+2-2
2006-08-21 15:45applied OpenBSD changes..arg@localhost.10kloc.org1+2-2
2006-08-21 05:34renamed bad_malloc into badmalloc as wellAnselm R.Garbe1+3-3
2006-08-21 05:31small changes in dmenu.1Anselm R.Garbe1+1-1
2006-08-16 17:25fixed a typo in config.mk, fixed cleanup code in dmenu (now frees all allocated stuff)Anselm R.Garbe2+16-5
2006-08-16 10:37applied sanders patchAnselm R.Garbe1+1-1
2006-08-16 06:57applied sanders Makefile patchAnselm R.Garbe1+1-1
2006-08-15 14:56fixed the same issue in dmenuAnselm R.Garbe1+2-2
2006-08-15 08:39Added tag 0.4 for changeset 7acf0dde1120542917bae12e0e42293f9d2cc899Anselm R.Garbe1+1-0
2006-08-14 14:11removed finished messageAnselm R.Garbe1+0-1
2006-08-14 08:56fixed string cuttingAnselm R.Garbe1+5-5
2006-08-14 06:52fixed string cuttingAnselm R.Garbe1+10-2
2006-08-14 06:44added commentAnselm R.Garbe1+1-1
2006-08-14 06:42applied Sanders LD patchAnselm R.Garbe2+3-1
2006-08-11 16:12applied my new color schemeAnselm R.Garbe1+3-3
2006-08-11 09:52simplified drawborderAnselm R.Garbe2+17-23
2006-08-10 13:19Added tag 0.3 for changeset d352e9dc112ee96aa5cad961a0ed880ae9ce7276Anselm R.Garbe1+1-0
2006-08-10 09:13readded border colors, this sucks leastAnselm R.Garbe5+38-26
2006-08-10 09:07drawing border around sel itemAnselm R.Garbe2+21-6
2006-08-10 08:28removed unnecessary border colorAnselm R.Garbe5+7-34
2006-08-10 08:21swapping my default colorsAnselm R.Garbe1+2-2
2006-08-10 08:10added uppercase chars for C-u and C-h as wellAnselm R.Garbe1+2-0
2006-08-10 08:09removed C-[ from source and man pageAnselm R.Garbe2+1-5
2006-08-09 16:45removed control sequences which actually aren't implemented anymore (only the real unix control sequences are implemented)Anselm R.Garbe1+4-4
2006-08-08 15:14fixes to READMEAnselm R.Garbe1+2-2
2006-08-08 10:47default colors are bestAnselm R.Garbe1+3-3
2006-08-08 09:47noborderAnselm R.Garbe1+2-2
2006-08-08 09:18ditoAnselm R.Garbe1+2-2
2006-08-08 09:07using a better colorschemeAnselm R.Garbe1+1-1
2006-08-07 15:17removed unnecessary typedefarg@10ksloc.org1+0-1
2006-08-07 12:07made dmenu(1) more dwm(1) alikearg@10ksloc.org1+22-23
2006-08-07 10:21font size changed as wellarg@10ksloc.org1+1-1
2006-08-07 09:58appliead Sanders manpage/Makefile pactharg@10ksloc.org2+2-2
2006-08-07 09:11fixed dmenu.1 version infoarg@10ksloc.org1+1-1
2006-08-07 09:10settle with greyarg@10ksloc.org1+2-2
2006-08-07 08:32next version is 0.3arg@10ksloc.org1+1-1
2006-08-07 08:28also made my colors tasting better with my overall colorschemearg@10ksloc.org1+3-3
2006-08-07 07:40next attempt for bright background switcharg@10ksloc.org1+3-3
2006-08-07 06:52Added tag 0.2 for changeset 656be0f47df545dfdd2e1e0663663b8b1b26f031arg@10ksloc.org1+1-0
2006-08-07 06:45added stripping to dmenu targetarg@10ksloc.org1+1-0
2006-08-07 06:40fixed a bad mistake setting the dmenu border to False;arg@10ksloc.org1+0-1
2006-08-07 05:39renamed some functions to make it more readablearg@10ksloc.org1+9-9
2006-08-07 05:37updated man pagearg@10ksloc.org1+1-1
2006-08-07 05:36updated man pagearg@10ksloc.org1+4-0
2006-08-07 05:30removed -t title crap from dmenuarg@10ksloc.org2+12-57
2006-08-05 12:57menu now also uses -Osarg@10ksloc.org1+2-2
2006-08-05 12:05small changearg@10ksloc.org1+1-1
2006-08-04 15:17yet another fixarg@10ksloc.org1+2-2
2006-08-04 15:15fixed README of dmenuarg@10ksloc.org1+10-27
2006-08-04 08:34fixed dist targetarg@10ksloc.org1+1-1
2006-08-04 08:32removed config.harg@10ksloc.org1+0-9
2006-08-04 08:31Added tag 0.1 for changeset fcc8a282cb52c6a9343b461026b386825590cd31arg@10ksloc.org1+1-0
2006-08-04 08:31prepared 0.1arg@10ksloc.org1+1-1
2006-08-04 08:31remove stderr spittingarg@10ksloc.org1+0-2
2006-08-04 08:23rearranged several stuffarg@10ksloc.org6+220-270
2006-08-04 07:35initial importarg@10ksloc.org12+972-0