about summary refs log tree commit diff stats
path: root/util.c
Commit message (Expand)AuthorAgeFilesLines
* Bump to 6.42023-02-241-11/+12
* die() on calloc failure2016-11-051-1/+1
* die() consistency: always add newline2016-08-121-0/+2
* sync updated drw code from dmenu2015-10-201-5/+21
* continued with draw.c abstraction, also started util.{h,c} implementation, th...2012-12-081-0/+17
* micromizing dwm step 12007-09-151-52/+0
* referred to LICENSE file2007-05-301-6/+1
* Jukka also belongs to Copyright holders after all he has contributed and done...2007-05-301-0/+1
* added nsz to copyright holders as well, because he did a lot recently2007-05-291-0/+1
* added anydot to Copyright holders, because he contributed a lot recently2007-05-291-0/+1
* yet another fix of copyright compactisition2007-04-131-1/+2
* making Copyright notices more compact2007-04-131-3/+2
* replaced Arg union with const char *arg, seems cleaner to me, even if we need...2007-02-221-4/+4
* several changes, made togglemax extern and separated it from zoom() - moved z...2007-02-221-4/+4
* removed erealloc (not used)2007-01-161-9/+0
* corrections2007-01-021-1/+1
* next version will contain updated copyright notice2007-01-021-1/+1
* code polishing, removed unnecessary newlines2006-10-061-3/+2
* reviewed util.c2006-09-201-1/+2
* removed a bunch of lines through making function signatures more consistent w...2006-09-121-8/+4
* added a comment to spawn2006-08-281-0/+1
* eliminated sentinel warning2006-08-231-1/+1
* removed badmalloc (thx for the pointer to Uriel)2006-08-221-10/+2
* small renamings of two static functions2006-08-211-3/+3
* implemented restack behavior (floats are on top in tiled mode)2006-08-141-0/+9
* applied grabbing-- and shell_minimal2006-08-071-1/+1
* using execl now, argv changed, using cmd and const char defs directly in the ...2006-08-041-4/+7
* small stylistic fix2006-08-041-1/+2
* made fullscreen apps working fine in floating mode (there is no sane way to m...2006-08-021-1/+0
* some cleanups/fixes inspired by Jukka Salmi's feedback2006-07-211-4/+2
* cleaned up code2006-07-201-0/+3
* using EXIT_stuff in exit() now2006-07-181-3/+3
* ordered variables in structs and source files alphabetically2006-07-171-2/+2
* proceeded with cleaning up, sorting functions, etc2006-07-151-11/+13
* rearranged several stuff2006-07-151-1/+1
* removed a bunch of lines through swap removal2006-07-141-8/+0
* searching for a better way to discard enter notifies2006-07-141-28/+0
* implemented tagging a client2006-07-131-1/+2
* changed default colors2006-07-131-1/+1
* added logo+description2006-07-131-1/+1
* new stuff (some warning elimination)2006-07-131-2/+2
* removed unnecessary crap2006-07-131-49/+2
* new stuff, fixed several issues2006-07-121-2/+3
* several changes, new stuff2006-07-111-1/+1
* removed unnecessary sel stuff2006-07-111-38/+0
* added bar event timer2006-07-111-17/+8
* added gridsel to gridwm2006-07-111-0/+38
* fixed several stuff (gridwm gets better and better)2006-07-111-6/+7
* implemented pipe_spawn2006-07-111-4/+52
* added several other stuff2006-07-101-0/+23