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