]> git.armaanb.net Git - dmenu.git/history - dmenu.c
add sbase-style ecalloc(), calloc: or die
[dmenu.git] / dmenu.c
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
2011-05-15 Connor Lane Smithfast but inexact
2011-05-14 Connor Lane Smithcleanup
2011-05-14 Connor Lane Smithinstant ^E
2011-05-14 Connor Lane Smithfix typo
2011-05-14 Connor Lane Smithuse array for items
2011-05-12 Connor Lane Smithfixed xinerama corner case
2011-05-11 Connor Lane Smithfixed -m bug (thanks Rob)
2011-05-08 Connor Lane Smithfast grab patch (thanks Rob)
2011-05-06 Connor Lane Smithhelpful errors
2011-05-05 Connor Lane Smithparing
2011-01-07 Connor Lane Smithupdate license
2010-11-17 Connor Lane Smithmoved main, updated args
2010-11-12 Connor Lane Smithrebound paste to ^Y
2010-11-11 Connor Lane Smithremoved libdc dependence
2010-11-02 Connor Lane Smith-m flag to fix dwm selmon bug
2010-09-13 Connor Lane Smithfixed linking bug (thanks Jacob Nixdorf) & iscntrl...
2010-09-11 Connor Lane Smithsimplification
2010-09-11 Connor Lane Smithupdate to libdc, fixed utf8 bug
2010-08-20 Connor Lane Smitharrow offset
2010-08-20 Connor Lane Smithfixed width bug
2010-08-20 Connor Lane Smithrebound paste, removed useless max widths
2010-08-19 Connor Lane Smithnew libdraw
2010-08-19 Connor Lane Smithnew libdraw
2010-08-18 Connor Lane Smithresorted globals
2010-08-18 Connor Lane Smithsigned ints, ignore negative -l value
2010-08-12 Connor Lane Smithfixed insert segfault, added nextrune
2010-08-11 Connor Lane Smithfixed paste
2010-08-11 Connor Lane Smithnew libdraw, replaced cistrstr with fstrstr, simpler...
2010-08-10 Connor Lane Smithmore efficient initfont
2010-08-10 Connor Lane Smithreverted calcoffsets
2010-08-10 Connor Lane Smithsimplifications
2010-08-09 Connor Lane Smithcursor fix + style
2010-08-06 Connor Lane Smithadded ^D, removed ^M
2010-08-05 Connor Lane Smithnew libdraw, typo fixes
2010-08-03 Connor Lane Smithanother typo fix (thanks, Gene Auyeung)
2010-08-03 Connor Lane Smithtypo fix
next