aboutsummaryrefslogtreecommitdiff
path: root/client.c
AgeCommit message (Expand)AuthorLines
2006-09-04simplified manageAnselm R. Garbe-5/+2
2006-09-04hotfixing with sanders hintAnselm R. Garbe-1/+3
2006-09-04fixing the issue that new clients appear loweredAnselm R. Garbe-0/+2
2006-09-04applied Sanders max_and_focus.patchAnselm R. Garbe-21/+29
2006-08-29still something wrong with reorder()Anselm R. Garbe-1/+4
2006-08-29added attach/detach functions which don't attach at the begin of list, but at...Anselm R. Garbe-12/+4
2006-08-28removed crappy variablesAnselm R. Garbe-3/+1
2006-08-28applied sanders focus_ patchesAnselm R. Garbe-25/+48
2006-08-23updated man pageAnselm R. Garbe-13/+9
2006-08-22separated several functions into view.cAnselm R. Garbe-61/+0
2006-08-21windows which have set transient_for hint inherit the transient_for window ta...arg@localhost.10kloc.org-1/+6
2006-08-21after switching to OpenBSD again, I switched back to a saner color schemearg@localhost.10kloc.org-5/+7
2006-08-21applied Sanders focus_* patches, removed the unnecessary clean-prefix from th...Anselm R.Garbe-28/+30
2006-08-18applied Sanders patchAnselm R.Garbe-6/+2
2006-08-18made a new client position strategy similiar to that one proposed by Sander, ...Anselm R.Garbe-7/+7
2006-08-17fixed a bug reported by sanderAnselm R.Garbe-1/+1
2006-08-17centering apps only if transient_for is not(!) setAnselm R.Garbe-9/+1
2006-08-17fixed issue Sander reportedAnselm R.Garbe-4/+3
2006-08-16condition was insufficientAnselm R.Garbe-2/+2
2006-08-16fixed issue reported by sanderAnselm R.Garbe-0/+4
2006-08-16added general centralization rule for new clients (works around various borke...Anselm R.Garbe-1/+10
2006-08-14removed NUMLOCKMASK, added dynamically calculated numlockmask insteadAnselm R.Garbe-6/+6
2006-08-14fixedAnselm R.Garbe-8/+4
2006-08-14added some flicker preventionAnselm R.Garbe-1/+3
2006-08-14fixed a core dumpAnselm R.Garbe-1/+0
2006-08-14implemented restack behavior (floats are on top in tiled mode)Anselm R.Garbe-18/+8
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