aboutsummaryrefslogtreecommitdiffstats
path: root/client.c
AgeCommit message (Expand)Author
2006-08-03removed TLast tag enum, now tags is simple defined as char *[] array, the res...arg@10ksloc.org
2006-08-03changed Client->tags and Rule->tags to be Bool (I'll also try to remove the T...arg@10ksloc.org
2006-08-02made fullscreen apps working fine in floating mode (there is no sane way to m...arg@10ksloc.org
2006-08-02new stuffarg@10ksloc.org
2006-08-02implemented focus on enterwindow on titlebarsarg@10ksloc.org
2006-08-02reverting to old resize policyarg@10ksloc.org
2006-08-02new resize stuff (using XConfigureWindow instead of XSendEvent)arg@10ksloc.org
2006-08-01renamed WM_PROTOCOL_DELWIN into PROTODELWINarg@10ksloc.org
2006-08-01removed artefacts of single-linked list (thanx to Jukka, I must have been mad)arg@10ksloc.org
2006-08-01uppercasing all define'd values (uppercase-prefixed should only be enum field...arg@10ksloc.org
2006-08-01applied Sanders patchesarg@10ksloc.org
2006-08-01committed a patch which fixes the hints of Jukkaarg@10ksloc.org
2006-07-21sanitization of several clunky stuff, removed heretag (rarely of use), simpli...arg@10ksloc.org
2006-07-20applied sanders no_sizehints for tiled mode patch (thx!)arg@10ksloc.org
2006-07-20serious mistake in pop() (forgot to set c->prev to NULL on pop)arg@10ksloc.org
2006-07-20using double-linked list in order to get correct prev focus handlingarg@10ksloc.org
2006-07-20made status bar drawing more robust, implemented togglemax and togglemode, wo...arg@10ksloc.org
2006-07-20cleaned up codearg@10ksloc.org
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
2006-07-19implemented regexp matching for rulesarg@10ksloc.org
2006-07-19applied Jukka's patch with s/ModKeyMask/MODKEY/garg@10ksloc.org
2006-07-19fixed the bug mentioned by Sanderarg@10ksloc.org
2006-07-19refactored Sanders code somewhatarg@10ksloc.org
2006-07-19implemented fallback for too many clients in stacked modearg@10ksloc.org
2006-07-19and another fix...arg@10ksloc.org
2006-07-19yet another typo fixarg@10ksloc.org
2006-07-19fixed a typoarg@10ksloc.org
2006-07-19floating clients get random (x,y) offsets nowarg@10ksloc.org
2006-07-19applied Sanders resize patch, fixed lower bugarg@10ksloc.org
2006-07-18implemened distinguishing float/managed geometries of clients (works quite well)Anselm R. Garbe
2006-07-18pop on heretagAnselm R. Garbe
2006-07-18added heretag command which allows to tag a client of a foreign tag with curr...Anselm R. Garbe
2006-07-16another XSyncAnselm R. Garbe
2006-07-16several additions in mouse handling ;)Anselm R. Garbe
2006-07-15fixed XSync handling and finished man pageAnselm R. Garbe
2006-07-15sanitized other stuffAnselm R. Garbe
2006-07-15proceeded with cleaning up, sorting functions, etcAnselm R. Garbe
2006-07-15rearranged several stuffAnselm R. Garbe
2006-07-14sanitized namesAnselm R. Garbe
2006-07-14rearrangedAnselm R. Garbe
2006-07-14bar shows if currently is tiled (Mod1-space) or floating (Mod1-Shift-space) modeAnselm R. Garbe
2006-07-14fixed crash on zoom if only 1 client existsAnselm R. Garbe
2006-07-14removed a bunch of lines through swap removalAnselm R. Garbe
2006-07-14searching for a better way to discard enter notifiesAnselm R. Garbe
2006-07-14focus on view change as wellAnselm R. Garbe
2006-07-14made stdin reader more robustAnselm R. Garbe
2006-07-14implemented bar for dwm (I miss status text), I plan that status text is read...Anselm R. Garbe
2006-07-14continued with man pageAnselm R. Garbe
2006-07-13except improvements to the mouse handling this is already nearly feature comp...Anselm R. Garbe
2006-07-13added mini stuffAnselm R. Garbe