aboutsummaryrefslogtreecommitdiffstats
path: root/client.c
AgeCommit message (Expand)Author
2006-08-21after switching to OpenBSD again, I switched back to a saner color schemearg@localhost.10kloc.org
2006-08-21applied Sanders focus_* patches, removed the unnecessary clean-prefix from th...Anselm R.Garbe
2006-08-18applied Sanders patchAnselm R.Garbe
2006-08-18made a new client position strategy similiar to that one proposed by Sander, ...Anselm R.Garbe
2006-08-17fixed a bug reported by sanderAnselm R.Garbe
2006-08-17centering apps only if transient_for is not(!) setAnselm R.Garbe
2006-08-17fixed issue Sander reportedAnselm R.Garbe
2006-08-16condition was insufficientAnselm R.Garbe
2006-08-16fixed issue reported by sanderAnselm R.Garbe
2006-08-16added general centralization rule for new clients (works around various borke...Anselm R.Garbe
2006-08-14removed NUMLOCKMASK, added dynamically calculated numlockmask insteadAnselm R.Garbe
2006-08-14fixedAnselm R.Garbe
2006-08-14added some flicker preventionAnselm R.Garbe
2006-08-14fixed a core dumpAnselm R.Garbe
2006-08-14implemented restack behavior (floats are on top in tiled mode)Anselm R.Garbe
2006-08-11implement multi-tag selection through button3 click on the specific tagAnselm R.Garbe
2006-08-11applied Sander's patch as wellAnselm R.Garbe
2006-08-11simplified unmanageAnselm R.Garbe
2006-08-11removed the if(clients) check from popping codeAnselm R.Garbe
2006-08-10applied Sanders zoom_update patchAnselm R.Garbe
2006-08-10respecting inc hints in floating mode on togglemaxAnselm R.Garbe
2006-08-10reverting last patch, that sucks, I don't care about retarded apps like gvimAnselm R.Garbe
2006-08-10togglemax repects inc-hints (this way gvim can be toggle'maxed as well)Anselm R.Garbe
2006-08-10applied sumik's multihead patchAnselm R.Garbe
2006-08-10disallow zoom on maximized clientsAnselm R.Garbe
2006-08-08removed NET_ACTIVE_WINDOW handlingAnselm R.Garbe
2006-08-08implemented NET_ACTIVE_WINDOW supportAnselm R.Garbe
2006-08-07applied endless loop prevention on zoom()arg@10ksloc.org
2006-08-05small fix of the last commitarg@10ksloc.org
2006-08-05using -Os again, zoom is ignored in floating mode or on floating clientsarg@10ksloc.org
2006-08-05mouse grab needs also to grab for combinations of numlock/lockmaskarg@10ksloc.org
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