aboutsummaryrefslogtreecommitdiff
path: root/main.c
Commit message (Collapse)AuthorAge
...
* 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
| | | | view... updated man page (works great!) nice feature
* 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 ↵arg@10ksloc.org2006-08-03
| | | | rest is calculated correctly, rules take an int array for the tags
* made fullscreen apps working fine in floating mode (there is no sane way to ↵arg@10ksloc.org2006-08-02
| | | | 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
* dwm is now exit, if stdin is closed due broken pipearg@10ksloc.org2006-08-02
|
* renamed WM_PROTOCOL_DELWIN into PROTODELWINarg@10ksloc.org2006-08-01
|
* centralized/externalized configuration to config.harg@10ksloc.org2006-08-01
|
* some cleanups/fixes inspired by Jukka Salmi's feedbackarg@10ksloc.org2006-07-21
|
* simplified main.c, switching back to single urxvt usagearg@10ksloc.org2006-07-21
|
* added yet another CUTOMIZE tagarg@10ksloc.org2006-07-20
|
* cleaned up codearg@10ksloc.org2006-07-20
|
* applied Sanders resize patch, fixed lower bugarg@10ksloc.org2006-07-19
|