aboutsummaryrefslogtreecommitdiff
path: root/client.c
Commit message (Expand)AuthorAge
...
* applied sanders focus_ patchesAnselm R. Garbe2006-08-28
* updated man pageAnselm R. Garbe2006-08-23
* separated several functions into view.cAnselm R. Garbe2006-08-22
* windows which have set transient_for hint inherit the transient_for window ta...arg@localhost.10kloc.org2006-08-21
* after switching to OpenBSD again, I switched back to a saner color schemearg@localhost.10kloc.org2006-08-21
* applied Sanders focus_* patches, removed the unnecessary clean-prefix from th...Anselm R.Garbe2006-08-21
* applied Sanders patchAnselm R.Garbe2006-08-18
* made a new client position strategy similiar to that one proposed by Sander, ...Anselm R.Garbe2006-08-18
* fixed a bug reported by sanderAnselm R.Garbe2006-08-17
* centering apps only if transient_for is not(!) setAnselm R.Garbe2006-08-17
* fixed issue Sander reportedAnselm R.Garbe2006-08-17
* condition was insufficientAnselm R.Garbe2006-08-16
* fixed issue reported by sanderAnselm R.Garbe2006-08-16
* added general centralization rule for new clients (works around various borke...Anselm R.Garbe2006-08-16
* removed NUMLOCKMASK, added dynamically calculated numlockmask insteadAnselm R.Garbe2006-08-14
* fixedAnselm R.Garbe2006-08-14
* added some flicker preventionAnselm R.Garbe2006-08-14
* fixed a core dumpAnselm R.Garbe2006-08-14
* implemented restack behavior (floats are on top in tiled mode)Anselm R.Garbe2006-08-14
* implement multi-tag selection through button3 click on the specific tagAnselm R.Garbe2006-08-11
* applied Sander's patch as wellAnselm R.Garbe2006-08-11
* simplified unmanageAnselm R.Garbe2006-08-11
* removed the if(clients) check from popping codeAnselm R.Garbe2006-08-11
* applied Sanders zoom_update patchAnselm R.Garbe2006-08-10
* respecting inc hints in floating mode on togglemaxAnselm R.Garbe2006-08-10
* reverting last patch, that sucks, I don't care about retarded apps like gvimAnselm R.Garbe2006-08-10
* togglemax repects inc-hints (this way gvim can be toggle'maxed as well)Anselm R.Garbe2006-08-10
* applied sumik's multihead patchAnselm R.Garbe2006-08-10
* disallow zoom on maximized clientsAnselm R.Garbe2006-08-10
* removed NET_ACTIVE_WINDOW handlingAnselm R.Garbe2006-08-08
* implemented NET_ACTIVE_WINDOW supportAnselm R.Garbe2006-08-08
* applied endless loop prevention on zoom()arg@10ksloc.org2006-08-07
* small fix of the last commitarg@10ksloc.org2006-08-05
* using -Os again, zoom is ignored in floating mode or on floating clientsarg@10ksloc.org2006-08-05
* mouse grab needs also to grab for combinations of numlock/lockmaskarg@10ksloc.org2006-08-05
* removed TLast tag enum, now tags is simple defined as char *[] array, the res...arg@10ksloc.org2006-08-03
* changed Client->tags and Rule->tags to be Bool (I'll also try to remove the T...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
* new stuffarg@10ksloc.org2006-08-02
* implemented focus on enterwindow on titlebarsarg@10ksloc.org2006-08-02
* reverting to old resize policyarg@10ksloc.org2006-08-02
* new resize stuff (using XConfigureWindow instead of XSendEvent)arg@10ksloc.org2006-08-02
* renamed WM_PROTOCOL_DELWIN into PROTODELWINarg@10ksloc.org2006-08-01
* removed artefacts of single-linked list (thanx to Jukka, I must have been mad)arg@10ksloc.org2006-08-01
* uppercasing all define'd values (uppercase-prefixed should only be enum field...arg@10ksloc.org2006-08-01
* applied Sanders patchesarg@10ksloc.org2006-08-01
* committed a patch which fixes the hints of Jukkaarg@10ksloc.org2006-08-01
* sanitization of several clunky stuff, removed heretag (rarely of use), simpli...arg@10ksloc.org2006-07-21
* applied sanders no_sizehints for tiled mode patch (thx!)arg@10ksloc.org2006-07-20
* serious mistake in pop() (forgot to set c->prev to NULL on pop)arg@10ksloc.org2006-07-20