aboutsummaryrefslogtreecommitdiff
path: root/client.c
Commit message (Expand)AuthorAge
* 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
* using double-linked list in order to get correct prev focus handlingarg@10ksloc.org2006-07-20
* made status bar drawing more robust, implemented togglemax and togglemode, wo...arg@10ksloc.org2006-07-20
* cleaned up codearg@10ksloc.org2006-07-20
* removed c->f{x,y,w,h} and c->t{x,y,w,h} in favor for the new rule handling re...arg@10ksloc.org2006-07-20
* implemented regexp matching for rulesarg@10ksloc.org2006-07-19
* applied Jukka's patch with s/ModKeyMask/MODKEY/garg@10ksloc.org2006-07-19
* fixed the bug mentioned by Sanderarg@10ksloc.org2006-07-19
* refactored Sanders code somewhatarg@10ksloc.org2006-07-19
* implemented fallback for too many clients in stacked modearg@10ksloc.org2006-07-19
* and another fix...arg@10ksloc.org2006-07-19
* yet another typo fixarg@10ksloc.org2006-07-19
* fixed a typoarg@10ksloc.org2006-07-19
* floating clients get random (x,y) offsets nowarg@10ksloc.org2006-07-19
* applied Sanders resize patch, fixed lower bugarg@10ksloc.org2006-07-19
* implemened distinguishing float/managed geometries of clients (works quite well)Anselm R. Garbe2006-07-18
* pop on heretagAnselm R. Garbe2006-07-18
* added heretag command which allows to tag a client of a foreign tag with curr...Anselm R. Garbe2006-07-18
* another XSyncAnselm R. Garbe2006-07-16
* several additions in mouse handling ;)Anselm R. Garbe2006-07-16