Xinqi Bao's Git
projects
/
dmenu.git
/ history
summary
|
log
|
commit
|
diff
|
tree
first ⋅ prev ⋅
next
dmenu.git
2022-04-05
Xinqi Bao
patch: mousesupport
master
|
commitdiff
2022-04-05
Xinqi Bao
patch: fuzzymatch
|
commitdiff
2022-04-05
Xinqi Bao
patch: alpha
|
commitdiff
2022-04-05
Xinqi Bao
patch: center
|
commitdiff
2022-04-05
Xinqi Bao
add .gitignore
|
commitdiff
2022-03-26
Hiltjo Posthuma
fix UB with the function iscntrl()
|
commitdiff
2022-03-26
Hiltjo Posthuma
Revert "avoid redraw when there's no change"
|
commitdiff
2022-03-25
NRK
avoid redraw when there's no change
|
commitdiff
2022-03-25
NRK
free all allocated items, use %zu for size_t
|
commitdiff
2022-03-25
NRK
drw_text: improve performance when there's no match
|
commitdiff
2022-03-25
NRK
inputw: improve correctness and startup performance
|
commitdiff
2022-03-25
NRK
significantly improve performance on large strings
|
commitdiff
2022-03-25
NRK
introduce drw_fontset_getwidth_clamp()
|
commitdiff
2022-03-25
NRK
drw_text: improve both performance and correctness
|
commitdiff
2022-03-01
Hiltjo Posthuma
remove false-positive warning for int comparison as...
|
commitdiff
2022-02-11
Hiltjo Posthuma
bump version to 5.1
|
commitdiff
2022-02-08
Hiltjo Posthuma
code-style: rm newline (oops)
|
commitdiff
2022-02-08
Hiltjo Posthuma
revert using strcasestr and use a more optimized portab...
|
commitdiff
2022-02-07
Hiltjo Posthuma
follow-up fix: add -D_GNU_SOURCE for strcasestr for...
|
commitdiff
2022-02-06
Hiltjo Posthuma
improve performance of case-insensitive matching
|
commitdiff
2021-08-20
Hiltjo Posthuma
Revert "Improve speed of drw_text when provided with...
|
commitdiff
2021-08-09
Hiltjo Posthuma
add support for more keypad keys
|
commitdiff
2021-08-09
Miles Alan
Improve speed of drw_text when provided with large...
|
commitdiff
2021-07-25
Guilherme Janczak
remove always true condition in if statement
|
commitdiff
2020-09-02
Hiltjo Posthuma
bump version to 5.0
|
commitdiff
2020-06-11
Hiltjo Posthuma
Fix memory leaks in drw
|
commitdiff
2019-03-03
Hiltjo Posthuma
revert IME support
|
commitdiff
2019-02-12
Hiltjo Posthuma
improve xopenim error message
|
commitdiff
2019-02-12
Hiltjo Posthuma
make dmenu_path script executable
|
commitdiff
2019-02-12
Hiltjo Posthuma
fix crash when XOpenIM returns NULL
|
commitdiff
2019-02-04
Quentin Rameau
Close when the embedding window is destroyed
|
commitdiff
2019-02-02
Anselm R Garbe
Prepared 4.9 release.
|
commitdiff
2019-01-27
Hiltjo Posthuma
dmenu.1: document improved fastgrab behaviour from...
|
commitdiff
2019-01-27
dok
Use slow path if stdin is a tty
|
commitdiff
2018-07-21
Quentin Rameau
dmenu_path: always use the cachedir
|
commitdiff
2018-06-02
Hiltjo Posthuma
Makefile: just show the compiler output
|
commitdiff
2018-06-02
Hiltjo Posthuma
Do not strip at link stage
|
commitdiff
2018-05-25
Hiltjo Posthuma
code-style for pledge: check the return code -1, not < 0
|
commitdiff
2018-05-25
Hiltjo Posthuma
code-style for pledge(2)
|
commitdiff
2018-05-25
Hiltjo Posthuma
Pledge on OpenBSD
|
commitdiff
2018-05-12
David Demelier
Use bold for keyboard shortcuts in dmenu.1
|
commitdiff
2018-04-22
Quentin Rameau
Fix cursor drawn position with wide glyphs
|
commitdiff
2018-04-22
Quentin Rameau
Makefile: bikesheddingly replace ${} with $()
|
commitdiff
2018-04-22
Quentin Rameau
Handle IME input
|
commitdiff
2018-04-22
Hiltjo Posthuma
Fix handling of input strings
|
commitdiff
2018-03-15
Quentin Rameau
Update LICENSE
|
commitdiff
2018-03-14
Hiltjo Posthuma
bump version to 4.8
|
commitdiff
2018-03-13
Quentin Rameau
add key bindings for moving to the word start or end
|
commitdiff
2018-01-04
Hiltjo Posthuma
Fix regression in 84a1bc5
|
commitdiff
2018-01-04
Vincent Carluer
Instantiate j var outside #ifdef XINEMARA directive...
|
commitdiff
2017-11-03
Hiltjo Posthuma
drw: drw_scm_create: use Clr type
|
commitdiff
2017-11-03
Hiltjo Posthuma
fix a possible free of a uninitialize variable in paste()
|
commitdiff
2017-11-03
Hiltjo Posthuma
init colors using SchemeLast
|
commitdiff
2017-11-03
Omar Sandoval
Set class name on menu window
|
commitdiff
2017-05-02
Hiltjo Posthuma
release 4.7
|
commitdiff
2016-12-11
Andrew Gregory
Revert "fix input text matching"
|
commitdiff
2016-11-25
Thomas Gardner
Xinerama: correct variable declarations in preprocessor...
|
commitdiff
2016-11-05
Hiltjo Posthuma
die() on calloc failure
|
commitdiff
2016-10-14
Quentin Rameau
add embedding support with -w option
|
commitdiff
2016-10-14
Quentin Rameau
dmenu.1: group single options
|
commitdiff
2016-10-14
Quentin Rameau
dmenu.1: fix -l option
|
commitdiff
2016-08-12
Hiltjo Posthuma
die() consistency: always add newline
|
commitdiff
2016-07-26
Hiltjo Posthuma
fix crash if negative monitor (< -1) was passed
|
commitdiff
2016-07-26
Hiltjo Posthuma
Revert "Print highlighted input text only on single...
|
commitdiff
2016-07-26
Quentin Rameau
Print highlighted input text only on single match
|
commitdiff
2016-07-25
Quentin Rameau
Partially revert 44c7de3: fix items text width offset...
|
commitdiff
2016-06-28
Hiltjo Posthuma
config.def.h: style improvement, use color Scheme enum
|
commitdiff
2016-06-28
S. Gilles
fix: Do not crash on e.g. dmenu < /dev/null
|
commitdiff
2016-06-03
Markus Teich
import new drw from libsl and minor fixes.
|
commitdiff
2016-02-22
Lucas Gabriel Vuotto
arg.h: fixed argv checks order
|
commitdiff
2016-01-14
Klemens Nanni
Typofix
|
commitdiff
2015-12-19
Quentin Rameau
Shut up glibc about _BSD_SOURCE being deprecated
|
commitdiff
2015-12-19
Quentin Rameau
Add config option for word delimiters
|
commitdiff
2015-11-08
Hiltjo Posthuma
arg.h: remove unused ARGNUM* macros
|
commitdiff
2015-11-08
Hiltjo Posthuma
unboolify dmenu
|
commitdiff
2015-11-08
Hiltjo Posthuma
Makefile: package config.def.h on make dist
|
commitdiff
2015-11-08
Hiltjo Posthuma
remove .hgtags file
|
commitdiff
2015-11-07
Hiltjo Posthuma
dmenu.1: clarify monitor numbers are starting from...
|
commitdiff
2015-11-07
Hiltjo Posthuma
fix: multimon: always spawn client on first monitor...
|
commitdiff
2015-10-20
Hiltjo Posthuma
drw: cleanup drw_text, prevent gcc warning false-positi...
|
commitdiff
2015-10-20
Hiltjo Posthuma
drw: simplify drw_font_xcreate and prevent a potential...
|
commitdiff
2015-10-20
Hiltjo Posthuma
drw: a valid (non-NULL) Drw and Fnt context must be...
|
commitdiff
2015-10-20
Hiltjo Posthuma
add sbase-style ecalloc(), calloc: or die
|
commitdiff
2015-10-18
Hiltjo Posthuma
free schemes as array
|
commitdiff
2015-10-04
Quentin Rameau
fix input text matching
|
commitdiff
2015-10-04
Davide Del Zompo
fix incorrect ordering of match results
|
commitdiff
2015-10-04
Hiltjo Posthuma
fix paste from clipboard (ctrl+shift+y)
|
commitdiff
2015-09-27
Hiltjo Posthuma
minor style fix
|
commitdiff
2015-09-27
FRIGN
Remove function prototypes and reorder functions accord...
|
commitdiff
2015-09-27
FRIGN
Untypedef struct item
|
commitdiff
2015-09-27
Quentin Rameau
Fix the conversion from microseconds to nanoseconds
|
commitdiff
2015-09-27
Quentin Rameau
Replace deprecated usleep() with nanosleep()
|
commitdiff
2015-09-27
Hiltjo Posthuma
config.mk: use -std=c99
|
commitdiff
2015-09-27
Hiltjo Posthuma
dmenu: style improvements
|
commitdiff
2015-09-27
Hiltjo Posthuma
drw style improvements
|
commitdiff
2015-09-27
Hiltjo Posthuma
separate program-specific c99 bool and X11
|
commitdiff
2015-09-27
Hiltjo Posthuma
config.mk: fix _XOPEN_SOURCE=700 for getline()
|
commitdiff
2015-09-27
Hiltjo Posthuma
config.mk: improve feature test check
|
commitdiff
2015-08-06
Eric Pruitt
Fixed typo introduced by shared code
|
commitdiff
2015-07-19
Hiltjo Posthuma
stest: get rid of getopt, use suckless arg.h
|
commitdiff
next