]> git.armaanb.net Git - dmenu.git/history - dmenu.c
Switch to dark theme
[dmenu.git] / dmenu.c
2021-06-29 Armaan BhojwaniRemove unnecesary highlight color options
2021-06-26 Armaan BhojwaniSwitch to a light theme
2021-06-22 Armaan BhojwaniChange default paste binding
2021-05-24 Armaan BhojwaniApply numbers patch
2021-05-24 Armaan BhojwaniApply fuzzy matching patches
2019-03-03 Hiltjo Posthumarevert IME support
2019-02-12 Hiltjo Posthumaimprove xopenim error message
2019-02-12 Hiltjo Posthumafix crash when XOpenIM returns NULL
2019-02-04 Quentin RameauClose when the embedding window is destroyed
2019-01-27 dokUse slow path if stdin is a tty
2018-05-25 Hiltjo Posthumacode-style for pledge: check the return code -1, not < 0
2018-05-25 Hiltjo Posthumacode-style for pledge(2)
2018-05-25 Hiltjo PosthumaPledge on OpenBSD
2018-04-22 Quentin RameauFix cursor drawn position with wide glyphs
2018-04-22 Quentin RameauHandle IME input
2018-04-22 Hiltjo PosthumaFix handling of input strings
2018-03-13 Quentin Rameauadd key bindings for moving to the word start or end
2018-01-04 Hiltjo PosthumaFix regression in 84a1bc5
2018-01-04 Vincent CarluerInstantiate j var outside #ifdef XINEMARA directive...
2017-11-03 Hiltjo Posthumafix a possible free of a uninitialize variable in paste()
2017-11-03 Hiltjo Posthumainit colors using SchemeLast
2017-11-03 Omar SandovalSet class name on menu window
2016-12-11 Andrew GregoryRevert "fix input text matching"
2016-11-25 Thomas GardnerXinerama: correct variable declarations in preprocessor...
2016-10-14 Quentin Rameauadd embedding support with -w option
2016-10-14 Quentin Rameaudmenu.1: group single options
2016-08-12 Hiltjo Posthumadie() consistency: always add newline
2016-07-26 Hiltjo Posthumafix crash if negative monitor (< -1) was passed
2016-07-26 Hiltjo PosthumaRevert "Print highlighted input text only on single...
2016-07-26 Quentin RameauPrint highlighted input text only on single match
2016-07-25 Quentin RameauPartially revert 44c7de3: fix items text width offset...
2016-06-28 S. Gillesfix: Do not crash on e.g. dmenu < /dev/null
2016-06-03 Markus Teichimport new drw from libsl and minor fixes.
2015-12-19 Quentin RameauAdd config option for word delimiters
2015-11-08 Hiltjo Posthumaunboolify dmenu
2015-11-07 Hiltjo Posthumafix: multimon: always spawn client on first monitor...
2015-10-18 Hiltjo Posthumafree schemes as array
2015-10-04 Quentin Rameaufix input text matching
2015-10-04 Davide Del Zompofix incorrect ordering of match results
2015-10-04 Hiltjo Posthumafix paste from clipboard (ctrl+shift+y)
2015-09-27 Hiltjo Posthumaminor style fix
2015-09-27 FRIGNRemove function prototypes and reorder functions accord...
2015-09-27 FRIGNUntypedef struct item
2015-09-27 Quentin RameauFix the conversion from microseconds to nanoseconds
2015-09-27 Quentin RameauReplace deprecated usleep() with nanosleep()
2015-09-27 Hiltjo Posthumadmenu: style improvements
2015-09-27 Hiltjo Posthumaseparate program-specific c99 bool and X11
2015-08-06 Eric PruittFixed typo introduced by shared code
2015-07-19 Hiltjo Posthumafix prompt color style how it used to be
2015-06-27 Hiltjo PosthumaUse libdraw: add Xft and fallback-fonts support to...
2014-09-17 Anselm R Garbeapplied Hiltjo's patch as suggested on the ml to fix...
2014-07-30 Hiltjo Posthumafix crash with ctrl-enter as input
2014-05-29 Anselm R Garbeupdated copyright notices in LICENSE and dmenu.c file
2013-08-02 Anselm R Garbeapplied Martti Kühne's dmenu monitor patch
2013-06-28 Anselm R Garbeaccepted vi'is exit approach ^[ (suggested by Arkaduisz)
2013-04-17 Anselm R Garbeadopted Alex Sedov's config.h revival patch to tip
2013-04-17 Anselm R Garbeapplied Alex Sedov's Tab buffer termination patch,...
2013-04-17 Anselm R Garbeapplied multisel patch to mainline
2012-05-15 Moritz Wilhelmyignore prompt if it is empty in addition to NULL
2012-02-10 Connor Lane Smithlisten for C-S-[jm]
2012-01-19 Karl Fadd ^G escape keybinding
2012-01-02 Connor Lane Smithalign M-[hjkl] closer to vi keys
2012-01-01 Connor Lane Smithhappy new year!
2012-01-01 Connor Lane Smithadd Mod1Mask keybindings
2011-12-19 Connor Lane Smithmerge stest -> default
2011-11-23 Connor Lane Smithset window background_pixel
2011-11-19 Connor Lane Smithfaster dmenu_run -f
2011-11-15 Connor Lane Smithlimit direction keys in vline
2011-11-14 Connor Lane Smithfix C-n / C-p directions (thanks bastien)
2011-11-13 Connor Lane Smithnew default colour scheme
2011-10-26 Connor Lane Smithadd paste from clipboard
2011-10-26 Connor Lane Smithadd lots of comments
2011-10-26 Connor Lane Smithinput focus: calculate areas of intersection
2011-10-17 Connor Lane Smithmerge xim -> default
2011-10-17 Connor Lane Smithmerge lsx -> default
2011-10-17 Connor Lane Smithxim: check for corner cases
2011-10-16 Connor Lane Smithfix extra warning
2011-10-16 Connor Lane Smithmerge default -> lsx
2011-10-16 Troels Henriksenadd xim support
2011-10-13 Connor Lane Smithlimit lines to input
2011-10-04 Connor Lane Smithinput focus: fix for reparenting wms
2011-09-30 Connor Lane Smithfix monitor select when no focus
2011-09-19 Connor Lane Smithmerge token -> default
2011-09-19 Connor Lane Smithtweak match
2011-09-19 Connor Lane Smithdetect active monitor using input focus
2011-09-19 Connor Lane Smithadd token matching
2011-07-17 Connor Lane Smithtweaks
2011-07-14 Connor Lane Smithefficiency tweaks
2011-07-06 Connor Lane Smithsimpler vline
2011-07-04 Connor Lane Smithrebind ^N ^P
2011-06-13 Connor Lane Smithadd ^M
2011-05-18 Connor Lane Smithbugfix
2011-05-18 Connor Lane Smithno -m, cleanup
2011-05-16 Connor Lane Smithfix possible overflow
2011-05-16 Connor Lane Smithfixed extra warnings
2011-05-15 Connor Lane Smithportability
2011-05-15 Connor Lane Smithefficient incremental search
2011-05-15 Connor Lane Smithmatch first
2011-05-15 Connor Lane Smithfaster grab
2011-05-15 Connor Lane Smithcleanup
next