]> git.armaanb.net Git - dmenu.git/shortlog
dmenu.git
2021-07-15 Armaan BhojwaniSwitch to dark theme master
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-06-18 Armaan BhojwaniRemove config.def.h
2021-05-24 Armaan BhojwaniApply numbers patch
2021-05-24 Armaan BhojwaniAdd .gitignore file
2021-05-24 Armaan BhojwaniApply fuzzy matching patches
2020-09-02 Hiltjo Posthumabump version to 5.0
2020-06-11 Hiltjo PosthumaFix memory leaks in drw
2019-03-03 Hiltjo Posthumarevert IME support
2019-02-12 Hiltjo Posthumaimprove xopenim error message
2019-02-12 Hiltjo Posthumamake dmenu_path script executable
2019-02-12 Hiltjo Posthumafix crash when XOpenIM returns NULL
2019-02-04 Quentin RameauClose when the embedding window is destroyed
2019-02-02 Anselm R GarbePrepared 4.9 release.
2019-01-27 Hiltjo Posthumadmenu.1: document improved fastgrab behaviour from...
2019-01-27 dokUse slow path if stdin is a tty
2018-07-21 Quentin Rameaudmenu_path: always use the cachedir
2018-06-02 Hiltjo PosthumaMakefile: just show the compiler output
2018-06-02 Hiltjo PosthumaDo not strip at link stage
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-05-12 David DemelierUse bold for keyboard shortcuts in dmenu.1
2018-04-22 Quentin RameauFix cursor drawn position with wide glyphs
2018-04-22 Quentin RameauMakefile: bikesheddingly replace ${} with $()
2018-04-22 Quentin RameauHandle IME input
2018-04-22 Hiltjo PosthumaFix handling of input strings
2018-03-15 Quentin RameauUpdate LICENSE
2018-03-14 Hiltjo Posthumabump version to 4.8
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 Posthumadrw: drw_scm_create: use Clr type
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
2017-05-02 Hiltjo Posthumarelease 4.7
2016-12-11 Andrew GregoryRevert "fix input text matching"
2016-11-25 Thomas GardnerXinerama: correct variable declarations in preprocessor...
2016-11-05 Hiltjo Posthumadie() on calloc failure
2016-10-14 Quentin Rameauadd embedding support with -w option
2016-10-14 Quentin Rameaudmenu.1: group single options
2016-10-14 Quentin Rameaudmenu.1: fix -l option
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 Hiltjo Posthumaconfig.def.h: style improvement, use color Scheme enum
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.
2016-02-22 Lucas Gabriel... arg.h: fixed argv checks order
2016-01-14 Klemens NanniTypofix
2015-12-19 Quentin RameauShut up glibc about _BSD_SOURCE being deprecated
2015-12-19 Quentin RameauAdd config option for word delimiters
2015-11-08 Hiltjo Posthumaarg.h: remove unused ARGNUM* macros
2015-11-08 Hiltjo Posthumaunboolify dmenu
2015-11-08 Hiltjo PosthumaMakefile: package config.def.h on make dist
2015-11-08 Hiltjo Posthumaremove .hgtags file
2015-11-07 Hiltjo Posthumadmenu.1: clarify monitor numbers are starting from...
2015-11-07 Hiltjo Posthumafix: multimon: always spawn client on first monitor...
2015-10-20 Hiltjo Posthumadrw: cleanup drw_text, prevent gcc warning false-positi...
2015-10-20 Hiltjo Posthumadrw: simplify drw_font_xcreate and prevent a potential...
2015-10-20 Hiltjo Posthumadrw: a valid (non-NULL) Drw and Fnt context must be...
2015-10-20 Hiltjo Posthumaadd sbase-style ecalloc(), calloc: or die
2015-10-18 Hiltjo Posthumafree schemes as array
2015-10-04 Quentin Rameaufix input text matching
2015-10-04 Davide Del... fix 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 Posthumaconfig.mk: use -std=c99
2015-09-27 Hiltjo Posthumadmenu: style improvements
2015-09-27 Hiltjo Posthumadrw style improvements
2015-09-27 Hiltjo Posthumaseparate program-specific c99 bool and X11
2015-09-27 Hiltjo Posthumaconfig.mk: fix _XOPEN_SOURCE=700 for getline()
2015-09-27 Hiltjo Posthumaconfig.mk: improve feature test check
2015-08-06 Eric PruittFixed typo introduced by shared code
2015-07-19 Hiltjo Posthumastest: get rid of getopt, use suckless arg.h
2015-07-19 Hiltjo Posthumaconfig.mk: add FREETYPELIBS and FREETYPEINC
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-13 Anselm R Garbeapplied Martin Kühl's inverse matching flag to stest
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 Garbeforgot to add config.def.h, thanks William
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-07-30 Quentin Glidicdmenu_run: Split cache logic to dmenu_path again
2012-05-15 Moritz Wilhelmyignore prompt if it is empty in addition to NULL
2012-04-06 Connor Lane... _POSIX_C_SOURCE=200809L
next