summaryrefslogtreecommitdiffstats
path: root/util.c
Commit message (Collapse)AuthorAgeFilesLines
* continued with draw.c abstraction, also started util.{h,c} implementation, ↵Gravatar Anselm R Garbe 2012-12-081-0/+17
| | | | that will be used by draw.c as well
* micromizing dwm step 1Gravatar Anselm R. Garbe 2007-09-151-52/+0
|
* referred to LICENSE fileGravatar Anselm R. Garbe 2007-05-301-6/+1
|
* Jukka also belongs to Copyright holders after all he has contributed and ↵Gravatar Anselm R. Garbe 2007-05-301-0/+1
| | | | done for dwm, updated -v as well
* added nsz to copyright holders as well, because he did a lot recentlyGravatar Anselm R. Garbe 2007-05-291-0/+1
|
* added anydot to Copyright holders, because he contributed a lot recentlyGravatar Anselm R. Garbe 2007-05-291-0/+1
|
* yet another fix of copyright compactisitionGravatar Anselm R. Garbe 2007-04-131-1/+2
|
* making Copyright notices more compactGravatar Anselm R. Garbe 2007-04-131-3/+2
|
* replaced Arg union with const char *arg, seems cleaner to me, even if we ↵Gravatar Anselm R. Garbe 2007-02-221-4/+4
| | | | need atoi() in some places
* several changes, made togglemax extern and separated it from zoom() - moved ↵Gravatar Anselm R. Garbe 2007-02-221-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
* removed erealloc (not used)Gravatar Anselm R. Garbe 2007-01-161-9/+0
|
* correctionsGravatar arg@mig29 2007-01-021-1/+1
|
* next version will contain updated copyright noticeGravatar arg@mig29 2007-01-021-1/+1
|
* code polishing, removed unnecessary newlinesGravatar Anselm R. Garbe 2006-10-061-3/+2
|
* reviewed util.cGravatar arg@mmvi 2006-09-201-1/+2
|
* removed a bunch of lines through making function signatures more consistent ↵Gravatar Anselm R. Garbe 2006-09-121-8/+4
| | | | with my style ( { does not belong to a new line, if function args are single-lined)
* added a comment to spawnGravatar Anselm R. Garbe 2006-08-281-0/+1
|
* eliminated sentinel warningGravatar Anselm R. Garbe 2006-08-231-1/+1
|
* removed badmalloc (thx for the pointer to Uriel)Gravatar Anselm R. Garbe 2006-08-221-10/+2
|
* small renamings of two static functionsGravatar Anselm R.Garbe 2006-08-211-3/+3
|
* implemented restack behavior (floats are on top in tiled mode)Gravatar Anselm R.Garbe 2006-08-141-0/+9
|
* applied grabbing-- and shell_minimalGravatar arg@10ksloc.org 2006-08-071-1/+1
|
* using execl now, argv changed, using cmd and const char defs directly in the ↵Gravatar arg@10ksloc.org 2006-08-041-4/+7
| | | | KEYS struct
* small stylistic fixGravatar arg@10ksloc.org 2006-08-041-1/+2
|
* made fullscreen apps working fine in floating mode (there is no sane way to ↵Gravatar arg@10ksloc.org 2006-08-021-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
* some cleanups/fixes inspired by Jukka Salmi's feedbackGravatar arg@10ksloc.org 2006-07-211-4/+2
|
* cleaned up codeGravatar arg@10ksloc.org 2006-07-201-0/+3
|
* using EXIT_stuff in exit() nowGravatar Anselm R. Garbe 2006-07-181-3/+3
|
* ordered variables in structs and source files alphabeticallyGravatar Anselm R. Garbe 2006-07-171-2/+2
|
* proceeded with cleaning up, sorting functions, etcGravatar Anselm R. Garbe 2006-07-151-11/+13
|
* rearranged several stuffGravatar Anselm R. Garbe 2006-07-151-1/+1
|
* removed a bunch of lines through swap removalGravatar Anselm R. Garbe 2006-07-141-8/+0
|
* searching for a better way to discard enter notifiesGravatar Anselm R. Garbe 2006-07-141-28/+0
|
* implemented tagging a clientGravatar Anselm R. Garbe 2006-07-131-1/+2
|
* changed default colorsGravatar Anselm R. Garbe 2006-07-131-1/+1
|
* added logo+descriptionGravatar Anselm R. Garbe 2006-07-131-1/+1
|
* new stuff (some warning elimination)Gravatar Anselm R. Garbe 2006-07-131-2/+2
|
* removed unnecessary crapGravatar Anselm R. Garbe 2006-07-131-49/+2
|
* new stuff, fixed several issuesGravatar Anselm R. Garbe 2006-07-121-2/+3
|
* several changes, new stuffGravatar Anselm R. Garbe 2006-07-111-1/+1
|
* removed unnecessary sel stuffGravatar Anselm R. Garbe 2006-07-111-38/+0
|
* added bar event timerGravatar Anselm R. Garbe 2006-07-111-17/+8
|
* added gridsel to gridwmGravatar Anselm R. Garbe 2006-07-111-0/+38
|
* fixed several stuff (gridwm gets better and better)Gravatar Anselm R. Garbe 2006-07-111-6/+7
|
* implemented pipe_spawnGravatar Anselm R. Garbe 2006-07-111-4/+52
|
* added several other stuffGravatar Anselm R. Garbe 2006-07-101-0/+23
|
* several new changes, made gridmenu workingGravatar Anselm R. Garbe 2006-07-101-0/+59
|
* added new stuffGravatar Anselm R. Garbe 2006-07-101-0/+18