aboutsummaryrefslogtreecommitdiff
path: root/client.c
AgeCommit message (Expand)AuthorLines
2006-08-11implement multi-tag selection through button3 click on the specific tagAnselm R.Garbe-2/+2
2006-08-11applied Sander's patch as wellAnselm R.Garbe-2/+1
2006-08-11simplified unmanageAnselm R.Garbe-7/+2
2006-08-11removed the if(clients) check from popping codeAnselm R.Garbe-2/+1
2006-08-10applied Sanders zoom_update patchAnselm R.Garbe-1/+1
2006-08-10respecting inc hints in floating mode on togglemaxAnselm R.Garbe-1/+1
2006-08-10reverting last patch, that sucks, I don't care about retarded apps like gvimAnselm R.Garbe-1/+1
2006-08-10togglemax repects inc-hints (this way gvim can be toggle'maxed as well)Anselm R.Garbe-1/+1
2006-08-10applied sumik's multihead patchAnselm R.Garbe-0/+2
2006-08-10disallow zoom on maximized clientsAnselm R.Garbe-7/+0
2006-08-08removed NET_ACTIVE_WINDOW handlingAnselm R.Garbe-5/+0
2006-08-08implemented NET_ACTIVE_WINDOW supportAnselm R.Garbe-0/+5
2006-08-07applied endless loop prevention on zoom()arg@10ksloc.org-1/+3
2006-08-05small fix of the last commitarg@10ksloc.org-1/+1
2006-08-05using -Os again, zoom is ignored in floating mode or on floating clientsarg@10ksloc.org-1/+1
2006-08-05mouse grab needs also to grab for combinations of numlock/lockmaskarg@10ksloc.org-0/+20
2006-08-03removed TLast tag enum, now tags is simple defined as char *[] array, the res...arg@10ksloc.org-1/+3
2006-08-03changed Client->tags and Rule->tags to be Bool (I'll also try to remove the T...arg@10ksloc.org-1/+1
2006-08-02made fullscreen apps working fine in floating mode (there is no sane way to m...arg@10ksloc.org-22/+10
2006-08-02new stuffarg@10ksloc.org-15/+21
2006-08-02implemented focus on enterwindow on titlebarsarg@10ksloc.org-1/+1
2006-08-02reverting to old resize policyarg@10ksloc.org-11/+19
2006-08-02new resize stuff (using XConfigureWindow instead of XSendEvent)arg@10ksloc.org-19/+11
2006-08-01renamed WM_PROTOCOL_DELWIN into PROTODELWINarg@10ksloc.org-1/+1
2006-08-01removed artefacts of single-linked list (thanx to Jukka, I must have been mad)arg@10ksloc.org-8/+3
2006-08-01uppercasing all define'd values (uppercase-prefixed should only be enum field...arg@10ksloc.org-3/+3
2006-08-01applied Sanders patchesarg@10ksloc.org-3/+3
2006-08-01committed a patch which fixes the hints of Jukkaarg@10ksloc.org-34/+8
2006-07-21sanitization of several clunky stuff, removed heretag (rarely of use), simpli...arg@10ksloc.org-2/+15
2006-07-20applied sanders no_sizehints for tiled mode patch (thx!)arg@10ksloc.org-10/+10
2006-07-20serious mistake in pop() (forgot to set c->prev to NULL on pop)arg@10ksloc.org-0/+1
2006-07-20using double-linked list in order to get correct prev focus handlingarg@10ksloc.org-15/+31
2006-07-20made status bar drawing more robust, implemented togglemax and togglemode, wo...arg@10ksloc.org-15/+38
2006-07-20cleaned up codearg@10ksloc.org-6/+10
2006-07-20removed c->f{x,y,w,h} and c->t{x,y,w,h} in favor for the new rule handling re...arg@10ksloc.org-76/+52
2006-07-19implemented regexp matching for rulesarg@10ksloc.org-2/+3
2006-07-19applied Jukka's patch with s/ModKeyMask/MODKEY/garg@10ksloc.org-3/+3
2006-07-19fixed the bug mentioned by Sanderarg@10ksloc.org-3/+7
2006-07-19refactored Sanders code somewhatarg@10ksloc.org-2/+2
2006-07-19implemented fallback for too many clients in stacked modearg@10ksloc.org-2/+3
2006-07-19and another fix...arg@10ksloc.org-1/+1
2006-07-19yet another typo fixarg@10ksloc.org-2/+2
2006-07-19fixed a typoarg@10ksloc.org-1/+1
2006-07-19floating clients get random (x,y) offsets nowarg@10ksloc.org-0/+7
2006-07-19applied Sanders resize patch, fixed lower bugarg@10ksloc.org-2/+8
2006-07-18implemened distinguishing float/managed geometries of clients (works quite well)Anselm R. Garbe-48/+68
2006-07-18pop on heretagAnselm R. Garbe-7/+14
2006-07-18added heretag command which allows to tag a client of a foreign tag with curr...Anselm R. Garbe-4/+4
2006-07-16another XSyncAnselm R. Garbe-0/+1
2006-07-16several additions in mouse handling ;)Anselm R. Garbe-6/+7