aboutsummaryrefslogtreecommitdiffstats
path: root/event.c
AgeCommit message (Collapse)Author
2006-08-14added mappingnotify event for kb refreshesAnselm R.Garbe
2006-08-14removed unneecessary crapAnselm R.Garbe
2006-08-14pplied Sanders appendtag patchAnselm R.Garbe
2006-08-14some other small fixesAnselm R.Garbe
2006-08-14removed ungrabkeys again (because of sander's mail)Anselm R.Garbe
2006-08-14implemented ungrabkeys() which is called in cleanup()Anselm R.Garbe
2006-08-14implemented restack behavior (floats are on top in tiled mode)Anselm R.Garbe
2006-08-14applied Sanders LD and resize patchesAnselm R.Garbe
2006-08-14removed viewnext/viewprevAnselm R.Garbe
2006-08-13made shortcuts like proposed by Sander, renamed viewextend to toggleview ↵Anselm R.Garbe
(more clear)
2006-08-11implemented viewextend and added M-S-C-n shortcuts for extending the current ↵Anselm R.Garbe
view... updated man page (works great!) nice feature
2006-08-11implement multi-tag selection through button3 click on the specific tagAnselm R.Garbe
2006-08-11realized that client focussing through the bar is pretty useless, better is ↵Anselm R.Garbe
sloppy view focussing for B1/B3 as well instead
2006-08-11implemented focusprev on button1 press in the bar, and focusnext on button3 ↵Anselm R.Garbe
press in the bar
2006-08-10applied Sanders zoom_update patchAnselm R.Garbe
2006-08-10applied sumik's multihead patchAnselm R.Garbe
2006-08-10applied sander's patchAnselm R.Garbe
2006-08-10disallow zoom on maximized clientsAnselm R.Garbe
2006-08-09added zoom on Mod1-Button1 on managed clients only (there is no moving possible)Anselm R.Garbe
2006-08-08removed NET_ACTIVE_WINDOW handlingAnselm R.Garbe
2006-08-08implemented NET_ACTIVE_WINDOW supportAnselm R.Garbe
2006-08-07applied grabbing-- and shell_minimalarg@10ksloc.org
2006-08-04small performance tweak ;)arg@10ksloc.org
2006-08-04fixed xterm font change (all other related apps should work fine with this ↵arg@10ksloc.org
fix as well)
2006-08-03removed TLast tag enum, now tags is simple defined as char *[] array, the ↵arg@10ksloc.org
rest is calculated correctly, rules take an int array for the tags
2006-08-02made fullscreen apps working fine in floating mode (there is no sane way to ↵arg@10ksloc.org
make them work in tiled mode, thus I switch to floating mode if I run such kind of app), also fixed the xterm issue reported by Sander
2006-08-02new stuffarg@10ksloc.org
2006-08-02implemented focus on enterwindow on titlebarsarg@10ksloc.org
2006-08-02applied Sanders patches (numlock2)arg@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-01removed 1 missing LOCarg@10ksloc.org
2006-08-01saved 2LOCarg@10ksloc.org
2006-08-01uppercasing all define'd values (uppercase-prefixed should only be enum ↵arg@10ksloc.org
field qualifiers)
2006-08-01centralized/externalized configuration to config.harg@10ksloc.org
2006-08-01applied Cedric's NumLock patcharg@10ksloc.org
2006-08-01applied Jukkas prev/next patch with XK_{h,l}arg@10ksloc.org
2006-08-01applied Sanders patchesarg@10ksloc.org
2006-07-21prepared 0.50.5arg@10ksloc.org
2006-07-21some cleanups/fixes inspired by Jukka Salmi's feedbackarg@10ksloc.org
2006-07-21simplified main.c, switching back to single urxvt usagearg@10ksloc.org
2006-07-21applied sanders maxfix patcharg@10ksloc.org
2006-07-21sanitization of several clunky stuff, removed heretag (rarely of use), ↵arg@10ksloc.org
simplified pop(), changed shortcuts to always contain MODKEY
2006-07-20cleaned the CUSTOMIZE flagsarg@10ksloc.org
2006-07-20made status bar drawing more robust, implemented togglemax and togglemode, ↵arg@10ksloc.org
works quite well
2006-07-20cleaned up codearg@10ksloc.org
2006-07-20prepared 0.40.4arg@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 ↵arg@10ksloc.org
remembering two kinds of geometries is unnecessary, removed the randomized (x,y) setting on dofloat startup, was kind too random und unpredictable
2006-07-19implemented regexp matching for rulesarg@10ksloc.org
2006-07-19applied Jukka's patch with s/ModKeyMask/MODKEY/garg@10ksloc.org