log event.c @ 425:67f37b93ac73

age author description
2006-09-04 Anselm R. Garbe applied Sanders max_and_focus.patch
2006-09-01 Anselm R. Garbe simplified buttonpress
2006-09-01 Anselm R. Garbe applied sanders patch
2006-08-31 Anselm R. Garbe implemented Button2 press on tags for toggletag on the focused client
2006-08-29 Anselm R. Garbe simplified configurerequest
2006-08-29 Anselm R. Garbe now dwm enforces max screen size also in tiled mode on non-floating clients which are maximized
2006-08-29 Anselm R. Garbe fixed
2006-08-29 Anselm R. Garbe configurenotify remembers max geom now, and restores this if necessary, however it accepts to touch the max size on configurerequest, this shouldn't break fillscreen apps (tested with mplayer)
2006-08-28 Anselm R. Garbe applied sanders focus_ patches
2006-08-28 Anselm R. Garbe applied sanders somepatches.patch
2006-08-25 Anselm R. Garbe trying a different configuration
2006-08-25 Anselm R. Garbe changed symbols for float/tiled mode, added mouse-driven mode toggle to buttonpress()
2006-08-25 Anselm R. Garbe new color stuff/new rendering stuff
2006-08-21 Anselm R.Garbe applied Sanders focus_* patches, removed the unnecessary clean-prefix from the new function names
2006-08-15 Anselm R.Garbe changed main event loop
2006-08-14 Anselm R.Garbe removed NUMLOCKMASK, added dynamically calculated numlockmask instead
2006-08-14 Anselm R.Garbe applied sanders man page patch, removed button2 from bar click
2006-08-14 Anselm R.Garbe fixed
2006-08-14 Anselm R.Garbe remove unnecessary XSync
2006-08-14 Anselm R.Garbe added mappingnotify event for kb refreshes
2006-08-14 Anselm R.Garbe removed unneecessary crap
2006-08-14 Anselm R.Garbe pplied Sanders appendtag patch
2006-08-14 Anselm R.Garbe some other small fixes
2006-08-14 Anselm R.Garbe removed ungrabkeys again (because of sander's mail)
2006-08-14 Anselm R.Garbe implemented ungrabkeys() which is called in cleanup()
2006-08-14 Anselm R.Garbe implemented restack behavior (floats are on top in tiled mode)
2006-08-14 Anselm R.Garbe applied Sanders LD and resize patches
2006-08-14 Anselm R.Garbe removed viewnext/viewprev
2006-08-13 Anselm R.Garbe made shortcuts like proposed by Sander, renamed viewextend to toggleview (more clear)
2006-08-11 Anselm R.Garbe implemented viewextend and added M-S-C-n shortcuts for extending the current view... updated man page (works great!) nice feature
2006-08-11 Anselm R.Garbe implement multi-tag selection through button3 click on the specific tag
2006-08-11 Anselm R.Garbe realized that client focussing through the bar is pretty useless, better is sloppy view focussing for B1/B3 as well instead
2006-08-11 Anselm R.Garbe implemented focusprev on button1 press in the bar, and focusnext on button3 press in the bar
2006-08-10 Anselm R.Garbe applied Sanders zoom_update patch
2006-08-10 Anselm R.Garbe applied sumik's multihead patch
2006-08-10 Anselm R.Garbe applied sander's patch
2006-08-10 Anselm R.Garbe disallow zoom on maximized clients
2006-08-09 Anselm R.Garbe added zoom on Mod1-Button1 on managed clients only (there is no moving possible)
2006-08-08 Anselm R.Garbe removed NET_ACTIVE_WINDOW handling
2006-08-08 Anselm R.Garbe implemented NET_ACTIVE_WINDOW support
2006-08-07 arg applied grabbing-- and shell_minimal
2006-08-04 arg small performance tweak ;)
2006-08-04 arg fixed xterm font change (all other related apps should work fine with this fix as well)
2006-08-03 arg removed TLast tag enum, now tags is simple defined as char *[] array, the rest is calculated correctly, rules take an int array for the tags
2006-08-02 arg made fullscreen apps working fine in floating mode (there is no sane way to 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-02 arg new stuff
2006-08-02 arg implemented focus on enterwindow on titlebars
2006-08-02 arg applied Sanders patches (numlock2)
2006-08-02 arg reverting to old resize policy
2006-08-02 arg new resize stuff (using XConfigureWindow instead of XSendEvent)
2006-08-01 arg removed 1 missing LOC
2006-08-01 arg saved 2LOC
2006-08-01 arg uppercasing all define'd values (uppercase-prefixed should only be enum field qualifiers)
2006-08-01 arg centralized/externalized configuration to config.h
2006-08-01 arg applied Cedric's NumLock patch
2006-08-01 arg applied Jukkas prev/next patch with XK_{h,l}
2006-08-01 arg applied Sanders patches
2006-07-21 arg prepared 0.5 0.5
2006-07-21 arg some cleanups/fixes inspired by Jukka Salmi's feedback
2006-07-21 arg simplified main.c, switching back to single urxvt usage
2006-07-21 arg applied sanders maxfix patch
2006-07-21 arg sanitization of several clunky stuff, removed heretag (rarely of use), simplified pop(), changed shortcuts to always contain MODKEY
2006-07-20 arg cleaned the CUSTOMIZE flags
2006-07-20 arg made status bar drawing more robust, implemented togglemax and togglemode, works quite well
2006-07-20 arg cleaned up code
2006-07-20 arg prepared 0.4 0.4
2006-07-20 arg removed c->f{x,y,w,h} and c->t{x,y,w,h} in favor for the new rule handling remembering two kinds of geometries is unnecessary, removed the randomized (x,y) setting on dofloat startup, was kind too random und unpredictable
2006-07-19 arg implemented regexp matching for rules
2006-07-19 arg applied Jukka's patch with s/ModKeyMask/MODKEY/g
2006-07-19 arg reapplied my default keybindings
2006-07-19 arg prepared 0.3
2006-07-19 arg refactored Sanders code somewhat
2006-07-19 arg applied Sanders resize patch, fixed lower bug
2006-07-18 Anselm R. Garbe implemened distinguishing float/managed geometries of clients (works quite well)
2006-07-18 Anselm R. Garbe added heretag command which allows to tag a client of a foreign tag with current tag
2006-07-17 Anselm R. Garbe ordered variables in structs and source files alphabetically
2006-07-15 Anselm R. Garbe several additions in mouse handling ;)
2006-07-15 Anselm R. Garbe fixed XSync handling and finished man page
2006-07-15 Anselm R. Garbe changing XFlush into XSync
2006-07-15 Anselm R. Garbe sanitized other stuff
2006-07-15 Anselm R. Garbe proceeded with cleaning up, sorting functions, etc
2006-07-15 Anselm R. Garbe rearranged several stuff
2006-07-14 Anselm R. Garbe sanitized names
2006-07-14 Anselm R. Garbe rearranged
2006-07-14 Anselm R. Garbe draw bar on exposure ;)
2006-07-14 Anselm R. Garbe searching for a better way to discard enter notifies
2006-07-14 Anselm R. Garbe made barclick to select the specific tag
2006-07-14 Anselm R. Garbe continued with man page
2006-07-13 Anselm R. Garbe added mini stuff
2006-07-13 Anselm R. Garbe changed default colors
2006-07-12 Anselm R. Garbe removed unnecessary crap
2006-07-12 Anselm R. Garbe before leaning things up
2006-07-12 Anselm R. Garbe new stuff, fixed several issues
2006-07-12 Anselm R. Garbe added gravity stuff
2006-07-12 Anselm R. Garbe simplified several portions of code through replacing rect structs with x,y,h,w counterparts (much more readable)
2006-07-11 Anselm R. Garbe fixed configurerequest
2006-07-11 Anselm R. Garbe some more additions/fixes
2006-07-11 Anselm R. Garbe fixed several other stuff, coming closer to something useful
2006-07-11 Anselm R. Garbe implemented draw_client stuff
2006-07-11 Anselm R. Garbe made code more readable
2006-07-11 Anselm R. Garbe added basic mouse support (actually we don't need more)
2006-07-11 Anselm R. Garbe added mouse-based resizals
2006-07-11 Anselm R. Garbe several changes, new stuff
2006-07-11 Anselm R. Garbe added protocol killing stuff
2006-07-11 Anselm R. Garbe added gridsel to gridwm
2006-07-11 Anselm R. Garbe changed how manage client works
2006-07-11 Anselm R. Garbe fixed several stuff (gridwm gets better and better)
2006-07-11 Anselm R. Garbe implemented pipe_spawn
2006-07-10 Anselm R. Garbe added several other stuff