Age | Commit message (Expand) | Author |
2006-08-23 | updated man page | Anselm R. Garbe |
2006-08-22 | separated several functions into view.c | Anselm R. Garbe |
2006-08-21 | windows which have set transient_for hint inherit the transient_for window ta... | arg@localhost.10kloc.org |
2006-08-21 | after switching to OpenBSD again, I switched back to a saner color scheme | arg@localhost.10kloc.org |
2006-08-21 | applied Sanders focus_* patches, removed the unnecessary clean-prefix from th... | Anselm R.Garbe |
2006-08-18 | applied Sanders patch | Anselm R.Garbe |
2006-08-18 | made a new client position strategy similiar to that one proposed by Sander, ... | Anselm R.Garbe |
2006-08-17 | fixed a bug reported by sander | Anselm R.Garbe |
2006-08-17 | centering apps only if transient_for is not(!) set | Anselm R.Garbe |
2006-08-17 | fixed issue Sander reported | Anselm R.Garbe |
2006-08-16 | condition was insufficient | Anselm R.Garbe |
2006-08-16 | fixed issue reported by sander | Anselm R.Garbe |
2006-08-16 | added general centralization rule for new clients (works around various borke... | Anselm R.Garbe |
2006-08-14 | removed NUMLOCKMASK, added dynamically calculated numlockmask instead | Anselm R.Garbe |
2006-08-14 | fixed | Anselm R.Garbe |
2006-08-14 | added some flicker prevention | Anselm R.Garbe |
2006-08-14 | fixed a core dump | Anselm R.Garbe |
2006-08-14 | implemented restack behavior (floats are on top in tiled mode) | Anselm R.Garbe |
2006-08-11 | implement multi-tag selection through button3 click on the specific tag | Anselm R.Garbe |
2006-08-11 | applied Sander's patch as well | Anselm R.Garbe |
2006-08-11 | simplified unmanage | Anselm R.Garbe |
2006-08-11 | removed the if(clients) check from popping code | Anselm R.Garbe |
2006-08-10 | applied Sanders zoom_update patch | Anselm R.Garbe |
2006-08-10 | respecting inc hints in floating mode on togglemax | Anselm R.Garbe |
2006-08-10 | reverting last patch, that sucks, I don't care about retarded apps like gvim | Anselm R.Garbe |
2006-08-10 | togglemax repects inc-hints (this way gvim can be toggle'maxed as well) | Anselm R.Garbe |
2006-08-10 | applied sumik's multihead patch | Anselm R.Garbe |
2006-08-10 | disallow zoom on maximized clients | Anselm R.Garbe |
2006-08-08 | removed NET_ACTIVE_WINDOW handling | Anselm R.Garbe |
2006-08-08 | implemented NET_ACTIVE_WINDOW support | Anselm R.Garbe |
2006-08-07 | applied endless loop prevention on zoom() | arg@10ksloc.org |
2006-08-05 | small fix of the last commit | arg@10ksloc.org |
2006-08-05 | using -Os again, zoom is ignored in floating mode or on floating clients | arg@10ksloc.org |
2006-08-05 | mouse grab needs also to grab for combinations of numlock/lockmask | arg@10ksloc.org |
2006-08-03 | removed TLast tag enum, now tags is simple defined as char *[] array, the res... | arg@10ksloc.org |
2006-08-03 | changed Client->tags and Rule->tags to be Bool (I'll also try to remove the T... | arg@10ksloc.org |
2006-08-02 | made fullscreen apps working fine in floating mode (there is no sane way to m... | arg@10ksloc.org |
2006-08-02 | new stuff | arg@10ksloc.org |
2006-08-02 | implemented focus on enterwindow on titlebars | arg@10ksloc.org |
2006-08-02 | reverting to old resize policy | arg@10ksloc.org |
2006-08-02 | new resize stuff (using XConfigureWindow instead of XSendEvent) | arg@10ksloc.org |
2006-08-01 | renamed WM_PROTOCOL_DELWIN into PROTODELWIN | arg@10ksloc.org |
2006-08-01 | removed artefacts of single-linked list (thanx to Jukka, I must have been mad) | arg@10ksloc.org |
2006-08-01 | uppercasing all define'd values (uppercase-prefixed should only be enum field... | arg@10ksloc.org |
2006-08-01 | applied Sanders patches | arg@10ksloc.org |
2006-08-01 | committed a patch which fixes the hints of Jukka | arg@10ksloc.org |
2006-07-21 | sanitization of several clunky stuff, removed heretag (rarely of use), simpli... | arg@10ksloc.org |
2006-07-20 | applied sanders no_sizehints for tiled mode patch (thx!) | arg@10ksloc.org |
2006-07-20 | serious mistake in pop() (forgot to set c->prev to NULL on pop) | arg@10ksloc.org |
2006-07-20 | using double-linked list in order to get correct prev focus handling | arg@10ksloc.org |