aboutsummaryrefslogtreecommitdiffstats
path: root/main.c
AgeCommit message (Expand)Author
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
2006-08-01renamed WM_PROTOCOL_DELWIN into PROTODELWINarg@10ksloc.org
2006-08-01centralized/externalized configuration to config.harg@10ksloc.org
2006-07-21some cleanups/fixes inspired by Jukka Salmi's feedbackarg@10ksloc.org
2006-07-21simplified main.c, switching back to single urxvt usagearg@10ksloc.org
2006-07-20added yet another CUTOMIZE tagarg@10ksloc.org
2006-07-20cleaned up codearg@10ksloc.org
2006-07-19applied Sanders resize patch, fixed lower bugarg@10ksloc.org
2006-07-18implemened distinguishing float/managed geometries of clients (works quite well)Anselm R. Garbe
2006-07-18using EXIT_stuff in exit() nowAnselm R. Garbe
2006-07-17ordered variables in structs and source files alphabeticallyAnselm R. Garbe
2006-07-15fixed XSync handling and finished man pageAnselm R. Garbe
2006-07-15changing XFlush into XSyncAnselm R. Garbe
2006-07-15sanitized other stuffAnselm R. Garbe
2006-07-15proceeded with cleaning up, sorting functions, etcAnselm R. Garbe
2006-07-15rearranged several stuffAnselm R. Garbe
2006-07-14sanitized namesAnselm R. Garbe
2006-07-14rearrangedAnselm R. Garbe
2006-07-14if stdin writer stops working, dwm consumed much IO load because it still tri...Anselm R. Garbe
2006-07-14removed a bottleneckAnselm R. Garbe
2006-07-14small fixAnselm R. Garbe