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