]> git.armaanb.net Git - dmenu.git/history - dmenu.c
Switch to dark theme
[dmenu.git] / dmenu.c
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
2010-08-03 Connor Lane Smithcleaned up
2010-08-03 Connor Lane Smithmerged *{h,v} functions
2010-08-02 Connor Lane Smithretyped promptw
2010-08-02 Connor Lane Smithreplaced promptw
2010-08-02 Connor Lane Smithfixed bugs, no more config.h, updated manpage, new...
2010-07-31 Connor Lane Smithupdated manpage, added paste, cleaned up, new libdraw
2010-07-30 Connor Lane Smithmerged dmenu & dinput (clunky interface)
2010-07-30 Connor Lane Smithunderline match
2010-07-30 Connor Lane Smithnew libdraw
2010-07-30 Connor Lane Smithfixed vlist select
2010-07-27 Connor Lane Smithupdated to libdraw tip
2010-07-02 Connor Lane Smithadded dmenu.h, common.c
2010-07-02 Connor Lane Smithupdated to new libdraw
2010-07-02 Connor Lane Smithatexit cleanup
2010-06-30 Connor Lane Smithremoved -e flag (too buggy), cleaned up
2010-06-30 Connor Lane Smithfixed no-input invisible text bug
2010-06-30 Connor Lane Smithlibdraw now has own repo
2010-06-29 Connor Lane Smithresizing vlist, new dinput binding
2010-06-29 Connor Lane Smithcleaned up
2010-06-29 Connor Lane Smithdinput with dmenu flags, fixed usage & -v, cosmetics
2010-06-28 Connor Lane Smithextended libdraw
2010-06-25 Connor Lane Smithcleaned up
2010-06-24 Connor Lane Smithremoved colors from dc
2010-06-24 Connor Lane Smithdecoupled draw.c from dmenu & dinput
2010-06-24 Connor Lane Smithfixed offsets, updated eprint, cleaned up
2010-06-23 Connor Lane Smithcleaned up
2010-06-23 Connor Lane Smithcleaned up
2010-06-23 Connor Lane Smithadded draw.h
2010-06-23 Connor Lane Smithoverlapping code
2010-06-23 Connor Lane Smithinitial dmenu / dinput separation
2010-06-22 Connor Lane Smithfixed vlist cursor
2010-06-20 Connor Lane Smithupdated manpage, changed keybinds
2010-06-20 Connor Lane Smithcleaned up
2010-06-19 Connor Lane Smithadded ^K, optimisations
2010-06-16 Connor Lane Smithcleaned up
2010-06-11 Connor Lane Smithfixed vlist paging, cleaned up
2010-05-29 Anselm R Garbeapplied Ramils patch
2010-05-28 Anselm R Garbeprepared dmenu-4.1 release
2010-05-05 Connor Lane Smithfixed vlist alignment
2010-05-02 Connor Lane Smithcleaning up
2010-04-14 Connor Lane Smithfixed bad parenting, simpler vlist
2010-04-13 Connor Lane Smithfixed ^U cursor support
2010-04-07 Connor Lane Smithfixed 3 bugs and some inconsistency
2010-04-01 Anselm R Garbeapplied Troels' patch, thanks Troels!
2010-04-01 Anselm R Garbecommited Connor's sanity patch
2010-04-01 pancakeapply nibble patch removing per-item length limit
2010-04-01 pancakeadd ^a and ^e keybindings
2010-03-31 Anselm R Garbeapplied Connor's subwindow patch
2010-03-31 Anselm R Garbeapplied Connor's next nice patch, thanks a lot!
2010-03-22 anselm@garbe.usapplied cls' patch, thanks Connor!
2010-03-07 Anselm R Garbeapplied Connor's patch, thanks!
2009-12-05 Anselm R Garbethis is only a temporary workaround, the command execut...
2009-11-28 Anselm R Garbeapplied cursor, vertical and paste patches for upcoming...
2009-02-21 Anselm R Garbeapplied Matthias Christian Ott's sanity fixes (thanks...
2008-12-09 a@nullminor modification
2008-08-29 Anselm R Garbesimplified initfont
2008-08-25 Anselm R Garbereverted setlocale() call
2008-08-23 Anselm R Garberemoved artifact from wmii menu
2008-08-18 Anselm R Garbefixed a problem when backporting dwm's drawtext()
2008-08-18 Anselm R Garbeabc...
2008-08-18 Anselm R Garberemoved the i = textnw... as remarked by Martin Hurton
2008-08-18 Anselm R Garbebackported drawtext() simplifications to dmenu
2008-08-18 Anselm R Garbegetting rid of setlocale(), it doesn't seem to make...
2008-07-18 Anselm R Garbesimiliar change as in dwm
next