aboutsummaryrefslogtreecommitdiff
path: root/main.c
AgeCommit message (Expand)AuthorLines
2006-09-22implemented the maximization as I described on the mailinglist, this feels be...arg@mmvi-1/+0
2006-09-12removed a bunch of lines through making function signatures more consistent w...Anselm R. Garbe-19/+11
2006-09-12applied Christof Musik's multihead patch for a pathologic cornercaseAnselm R. Garbe-1/+2
2006-09-11fixed some other comments, now also the code side seems to be at a level to b...Anselm R. Garbe-2/+2
2006-09-07using a global stack for focus recovery on arrange() - seems to work greatAnselm R. Garbe-0/+1
2006-09-06small fixAnselm R. Garbe-0/+1
2006-09-04applied Sanders max_and_focus.patchAnselm R. Garbe-0/+1
2006-08-25trying a different configurationAnselm R. Garbe-3/+3
2006-08-25fixed typoAnselm R. Garbe-1/+1
2006-08-25removed a bunch of lines, made mode symbols configurableAnselm R. Garbe-1/+1
2006-08-25new color stuff/new rendering stuffAnselm R. Garbe-5/+9
2006-08-25back to 3 colorsAnselm R. Garbe-4/+3
2006-08-243->4 colorsAnselm R. Garbe-3/+4
2006-08-24changing tag indicator through underlineAnselm R. Garbe-0/+1
2006-08-23removed a blank lineAnselm R. Garbe-1/+0
2006-08-23separated setup stuff into main.c:setup() - this makes main() more readableAnselm R. Garbe-86/+95
2006-08-22rearranged getprotoAnselm R. Garbe-6/+5
2006-08-22removed winprop (merged into getproto)Anselm R. Garbe-27/+7
2006-08-22removed DEFTAGAnselm R. Garbe-1/+1
2006-08-21small renamings of two static functionsAnselm R.Garbe-2/+2
2006-08-21small changes to dwm.1, rearranged order within main event loopAnselm R.Garbe-4/+4
2006-08-16corrected order of cleanup code Anselm R.Garbe-1/+1
2006-08-16we close stdin as wellAnselm R.Garbe-3/+4
2006-08-15extended cleanupAnselm R.Garbe-0/+7
2006-08-15applied jk_to_tab patchAnselm R.Garbe-2/+1
2006-08-15changed main event loopAnselm R.Garbe-10/+7
2006-08-14removed NUMLOCKMASK, added dynamically calculated numlockmask insteadAnselm R.Garbe-7/+19
2006-08-14changed order of selecting input at root windowAnselm R.Garbe-4/+4
2006-08-14removed unneecessary crapAnselm R.Garbe-1/+0
2006-08-14some other small fixesAnselm R.Garbe-8/+8
2006-08-14removed ungrabkeys again (because of sander's mail)Anselm R.Garbe-1/+0
2006-08-14implemented ungrabkeys() which is called in cleanup()Anselm R.Garbe-0/+1
2006-08-14supplying NULL args in selectAnselm R.Garbe-1/+1
2006-08-14reducing ConnectionNumber calls to a bare minimumAnselm R.Garbe-4/+5
2006-08-11implemented viewextend and added M-S-C-n shortcuts for extending the current ...Anselm R.Garbe-3/+3
2006-08-11implement multi-tag selection through button3 click on the specific tagAnselm R.Garbe-1/+3
2006-08-10prepared 0.8Anselm R.Garbe-0/+1
2006-08-10readded border color, this sucks leastAnselm R.Garbe-0/+1
2006-08-10removed unnecessary border colorAnselm R.Garbe-1/+0
2006-08-08removed NET_ACTIVE_WINDOW handlingAnselm R.Garbe-1/+0
2006-08-08implemented NET_ACTIVE_WINDOW supportAnselm R.Garbe-0/+1
2006-08-08applied Sanders tiny patchesAnselm R.Garbe-1/+2
2006-08-07small fix of a commentarg@10ksloc.org-1/+1
2006-08-07changed getproto, maybe that might fix the killclient issue reported on the listarg@10ksloc.org-2/+3
2006-08-05slight fixarg@10ksloc.org-3/+2
2006-08-04switched to regexp matching for Rulesarg@10ksloc.org-0/+1
2006-08-03removed TLast tag enum, now tags is simple defined as char *[] array, the res...arg@10ksloc.org-0/+3
2006-08-02made fullscreen apps working fine in floating mode (there is no sane way to m...arg@10ksloc.org-7/+8
2006-08-02dwm is now exit, if stdin is closed due broken pipearg@10ksloc.org-8/+5
2006-08-01renamed WM_PROTOCOL_DELWIN into PROTODELWINarg@10ksloc.org-1/+1