aboutsummaryrefslogtreecommitdiff
path: root/util.c
AgeCommit message (Collapse)AuthorLines
2016-11-05die() on calloc failureHiltjo Posthuma-1/+1
thanks Markus Teich and David!
2016-08-12die() consistency: always add newlineHiltjo Posthuma-0/+2
2015-10-20sync updated drw code from dmenuHiltjo Posthuma-5/+21
important: - drw_rect: didn't use w and h, change the dwm code accordingly. - drw_text: text is NULL is not allowed, use drw_rect().
2012-12-08continued with draw.c abstraction, also started util.{h,c} implementation, ↵Anselm R Garbe-0/+17
that will be used by draw.c as well
2007-09-15micromizing dwm step 1Anselm R. Garbe-52/+0
2007-05-30referred to LICENSE fileAnselm R. Garbe-6/+1
2007-05-30Jukka also belongs to Copyright holders after all he has contributed and ↵Anselm R. Garbe-0/+1
done for dwm, updated -v as well
2007-05-29added nsz to copyright holders as well, because he did a lot recentlyAnselm R. Garbe-0/+1
2007-05-29added anydot to Copyright holders, because he contributed a lot recentlyAnselm R. Garbe-0/+1
2007-04-13yet another fix of copyright compactisitionAnselm R. Garbe-1/+2
2007-04-13making Copyright notices more compactAnselm R. Garbe-3/+2
2007-02-22replaced Arg union with const char *arg, seems cleaner to me, even if we ↵Anselm R. Garbe-4/+4
need atoi() in some places
2007-02-22several changes, made togglemax extern and separated it from zoom() - moved ↵Anselm R. Garbe-4/+4
zoom() and togglemax() into layout.c, changed void (*func)(Arg *) into void (*func)(Arg), changed default keybindings of focusnext/focusprev and incmasterw to h/j/k/l accordingly, made keys in config*h appear alphabetically (special keys first), renamed resizemaster into incmasterw, renamed MASTER into MASTERWIDTH
2007-01-16removed erealloc (not used)Anselm R. Garbe-9/+0
2007-01-02correctionsarg@mig29-1/+1
2007-01-02next version will contain updated copyright noticearg@mig29-1/+1
2006-10-06code polishing, removed unnecessary newlinesAnselm R. Garbe-3/+2
2006-09-20reviewed util.carg@mmvi-1/+2
2006-09-12removed a bunch of lines through making function signatures more consistent ↵Anselm R. Garbe-8/+4
with my style ( { does not belong to a new line, if function args are single-lined)
2006-08-28added a comment to spawnAnselm R. Garbe-0/+1
2006-08-23eliminated sentinel warningAnselm R. Garbe-1/+1
2006-08-22removed badmalloc (thx for the pointer to Uriel)Anselm R. Garbe-10/+2
2006-08-21small renamings of two static functionsAnselm R.Garbe-3/+3
2006-08-14implemented restack behavior (floats are on top in tiled mode)Anselm R.Garbe-0/+9
2006-08-07applied grabbing-- and shell_minimalarg@10ksloc.org-1/+1
2006-08-04using execl now, argv changed, using cmd and const char defs directly in the ↵arg@10ksloc.org-4/+7
KEYS struct
2006-08-04small stylistic fixarg@10ksloc.org-1/+2
2006-08-02made fullscreen apps working fine in floating mode (there is no sane way to ↵arg@10ksloc.org-1/+0
make them work in tiled mode, thus I switch to floating mode if I run such kind of app), also fixed the xterm issue reported by Sander
2006-07-21some cleanups/fixes inspired by Jukka Salmi's feedbackarg@10ksloc.org-4/+2
2006-07-20cleaned up codearg@10ksloc.org-0/+3
2006-07-18using EXIT_stuff in exit() nowAnselm R. Garbe-3/+3
2006-07-17ordered variables in structs and source files alphabeticallyAnselm R. Garbe-2/+2
2006-07-15proceeded with cleaning up, sorting functions, etcAnselm R. Garbe-11/+13
2006-07-15rearranged several stuffAnselm R. Garbe-1/+1
2006-07-14removed a bunch of lines through swap removalAnselm R. Garbe-8/+0
2006-07-14searching for a better way to discard enter notifiesAnselm R. Garbe-28/+0
2006-07-13implemented tagging a clientAnselm R. Garbe-1/+2
2006-07-13changed default colorsAnselm R. Garbe-1/+1
2006-07-13added logo+descriptionAnselm R. Garbe-1/+1
2006-07-13new stuff (some warning elimination)Anselm R. Garbe-2/+2
2006-07-13removed unnecessary crapAnselm R. Garbe-49/+2
2006-07-12new stuff, fixed several issuesAnselm R. Garbe-2/+3
2006-07-11several changes, new stuffAnselm R. Garbe-1/+1
2006-07-11removed unnecessary sel stuffAnselm R. Garbe-38/+0
2006-07-11added bar event timerAnselm R. Garbe-17/+8
2006-07-11added gridsel to gridwmAnselm R. Garbe-0/+38
2006-07-11fixed several stuff (gridwm gets better and better)Anselm R. Garbe-6/+7
2006-07-11implemented pipe_spawnAnselm R. Garbe-4/+52
2006-07-10added several other stuffAnselm R. Garbe-0/+23
2006-07-10several new changes, made gridmenu workingAnselm R. Garbe-0/+59