2007-01-23 |
Anselm R. Garbe | I think this is the best solution of multihead support |
blob | commitdiff |
2007-01-22 |
Anselm R. Garbe | this variant is known to work, but focus() is ugly... |
blob | commitdiff | diff to current |
2007-01-22 |
Anselm R. Garbe | applied Sanders all5.patch (thanks for your weekend... |
blob | commitdiff | diff to current |
2007-01-19 |
Anselm R. Garbe | leavenotify also don't needs the check |
blob | commitdiff | diff to current |
2007-01-19 |
Anselm R. Garbe | deciding for focus(NULL); |
blob | commitdiff | diff to current |
2007-01-19 |
Anselm R. Garbe | replaced XSetBorder.../focus() |
blob | commitdiff | diff to current |
2007-01-19 |
Anselm R. Garbe | yet another multihead fix by Christof Musik |
blob | commitdiff | diff to current |
2007-01-18 |
Anselm R. Garbe | applied a modified version of Christof Musik's multihea... |
blob | commitdiff | diff to current |
2007-01-15 |
Anselm R. Garbe | Jukka, thanks for being faster than me! |
blob | commitdiff | diff to current |
2007-01-15 |
Anselm R. Garbe | removed drawclient and drawall (they performed useless... |
blob | commitdiff | diff to current |
2007-01-14 |
Anselm R. Garbe | removed client title bar |
blob | commitdiff | diff to current |
2007-01-10 |
Anselm R. Garbe | added comment to %u in config.default.h, added Button... |
blob | commitdiff | diff to current |
2007-01-04 |
Anselm R. Garbe | renamed drawtitle into drawclient |
blob | commitdiff | diff to current |
2007-01-02 |
arg@mig29 | corrections |
blob | commitdiff | diff to current |
2007-01-02 |
arg@mig29 | next version will contain updated copyright notice |
blob | commitdiff | diff to current |
2007-01-01 |
arg@mig29 | renamed updatesize into updatesizehints (thx to Sander... |
blob | commitdiff | diff to current |
2006-12-11 |
arg@mig29 | removed gravitate for the moment |
blob | commitdiff | diff to current |
2006-11-27 |
arg@mig29 | applied Alex Elide's tricky patch, thanks! |
blob | commitdiff | diff to current |
2006-11-27 |
arg@mig29 | returning to old Key struct |
blob | commitdiff | diff to current |
2006-11-27 |
arg@mig29 | changing Key.func into Key.func[NFUNCS], this allows... |
blob | commitdiff | diff to current |
2006-11-26 |
arg@mig29 | applied Jukka's sizeof K&R compliance patch, applied... |
blob | commitdiff | diff to current |
2006-11-16 |
arg@mig29 | applied Gottox' windowarea patch |
blob | commitdiff | diff to current |
2006-10-31 |
arg@mig29 | make sure that changing sx has no impact on snapping |
blob | commitdiff | diff to current |
2006-10-30 |
arg@mig29 | fixed stupid bug of snap-to-screen |
blob | commitdiff | diff to current |
2006-10-30 |
arg@mig29 | changing snap priority |
blob | commitdiff | diff to current |
2006-10-30 |
arg@mig29 | removed useless abs() calls |
blob | commitdiff | diff to current |
2006-10-30 |
arg@mig29 | added screen-border snapping in floating mode, feels... |
blob | commitdiff | diff to current |
2006-10-27 |
arg@mig29 | and another fix |
blob | commitdiff | diff to current |
2006-10-27 |
arg@mig29 | applied sanders try2 patch |
blob | commitdiff | diff to current |
2006-10-16 |
Anselm R. Garbe | moved MOUSEMASK into event.c (not used in other places) |
blob | commitdiff | diff to current |
2006-10-06 |
Anselm R. Garbe | do* has no Arg arument anymore (never called directly) |
blob | commitdiff | diff to current |
2006-10-06 |
Anselm R. Garbe | code polishing, removed unnecessary newlines |
blob | commitdiff | diff to current |
2006-10-05 |
Anselm R. Garbe | removed the stack position stuff |
blob | commitdiff | diff to current |
2006-10-05 |
Anselm R. Garbe | Button3 click on mode label toggles stack position now |
blob | commitdiff | diff to current |
2006-09-29 |
Anselm R. Garbe | added the new dotile as described on ml |
blob | commitdiff | diff to current |
2006-09-29 |
Anselm R. Garbe | I changed sanders patch to fix the ff issue to be simpl... |
blob | commitdiff | diff to current |
2006-09-29 |
Anselm R. Garbe | first step to a more flexible dotile() algorithm |
blob | commitdiff | diff to current |
2006-09-27 |
Anselm R. Garbe | fixing the settags issue, preparing 1.7.1 |
blob | commitdiff | diff to current |
2006-09-26 |
arg@zarathustra | removed an unused var |
blob | commitdiff | diff to current |
2006-09-26 |
arg@mmvi | removed useless debug info |
blob | commitdiff | diff to current |
2006-09-26 |
arg@mmvi | added configure(), but this doesn't really fix those... |
blob | commitdiff | diff to current |
2006-09-25 |
arg@mmvi | slight change of event handling order |
blob | commitdiff | diff to current |
2006-09-25 |
arg@mmvi | simplified mouse resizals |
blob | commitdiff | diff to current |
2006-09-25 |
arg@mmvi | applied sanders jukka patch |
blob | commitdiff | diff to current |
2006-09-25 |
arg@mmvi | applied Jukkas patch |
blob | commitdiff | diff to current |
2006-09-22 |
arg@mmvi | ismax toggling on mouse based action |
blob | commitdiff | diff to current |
2006-09-22 |
arg@mmvi | patched resizemouse according to sanders remark |
blob | commitdiff | diff to current |
2006-09-22 |
arg@mmvi | sander check this |
blob | commitdiff | diff to current |
2006-09-22 |
arg@mmvi | implemented the maximization as I described on the... |
blob | commitdiff | diff to current |
2006-09-15 |
arg@mmvi | added visibility check to enternotify as well |
blob | commitdiff | diff to current |
2006-09-12 |
Anselm R. Garbe | removed a bunch of lines through making function signat... |
blob | commitdiff | diff to current |
2006-09-11 |
Anselm R. Garbe | small change to comments, renamed two set* functions... |
blob | commitdiff | diff to current |
2006-09-04 |
Anselm R. Garbe | applied Sanders max_and_focus.patch |
blob | commitdiff | diff to current |
2006-09-01 |
Anselm R. Garbe | simplified buttonpress |
blob | commitdiff | diff to current |
2006-09-01 |
Anselm R. Garbe | applied sanders patch |
blob | commitdiff | diff to current |
2006-08-31 |
Anselm R. Garbe | implemented Button2 press on tags for toggletag on... |
blob | commitdiff | diff to current |
2006-08-29 |
Anselm R. Garbe | simplified configurerequest |
blob | commitdiff | diff to current |
2006-08-29 |
Anselm R. Garbe | now dwm enforces max screen size also in tiled mode... |
blob | commitdiff | diff to current |
2006-08-29 |
Anselm R. Garbe | fixed |
blob | commitdiff | diff to current |
2006-08-29 |
Anselm R. Garbe | configurenotify remembers max geom now, and restores... |
blob | commitdiff | diff to current |
2006-08-28 |
Anselm R. Garbe | applied sanders focus_ patches |
blob | commitdiff | diff to current |
2006-08-28 |
Anselm R. Garbe | applied sanders somepatches.patch |
blob | commitdiff | diff to current |
2006-08-25 |
Anselm R. Garbe | trying a different configuration |
blob | commitdiff | diff to current |
2006-08-25 |
Anselm R. Garbe | changed symbols for float/tiled mode, added mouse-drive... |
blob | commitdiff | diff to current |
2006-08-25 |
Anselm R. Garbe | new color stuff/new rendering stuff |
blob | commitdiff | diff to current |
2006-08-21 |
Anselm R.Garbe | applied Sanders focus_* patches, removed the unnecessar... |
blob | commitdiff | diff to current |
2006-08-15 |
Anselm R.Garbe | changed main event loop |
blob | commitdiff | diff to current |
2006-08-14 |
Anselm R.Garbe | removed NUMLOCKMASK, added dynamically calculated numlo... |
blob | commitdiff | diff to current |
2006-08-14 |
Anselm R.Garbe | applied sanders man page patch, removed button2 from... |
blob | commitdiff | diff to current |
2006-08-14 |
Anselm R.Garbe | fixed |
blob | commitdiff | diff to current |
2006-08-14 |
Anselm R.Garbe | remove unnecessary XSync |
blob | commitdiff | diff to current |
2006-08-14 |
Anselm R.Garbe | added mappingnotify event for kb refreshes |
blob | commitdiff | diff to current |
2006-08-14 |
Anselm R.Garbe | removed unneecessary crap |
blob | commitdiff | diff to current |
2006-08-14 |
Anselm R.Garbe | pplied Sanders appendtag patch |
blob | commitdiff | diff to current |
2006-08-14 |
Anselm R.Garbe | some other small fixes |
blob | commitdiff | diff to current |
2006-08-14 |
Anselm R.Garbe | removed ungrabkeys again (because of sander's mail) |
blob | commitdiff | diff to current |
2006-08-14 |
Anselm R.Garbe | implemented ungrabkeys() which is called in cleanup() |
blob | commitdiff | diff to current |
2006-08-14 |
Anselm R.Garbe | implemented restack behavior (floats are on top in... |
blob | commitdiff | diff to current |
2006-08-14 |
Anselm R.Garbe | applied Sanders LD and resize patches |
blob | commitdiff | diff to current |
2006-08-14 |
Anselm R.Garbe | removed viewnext/viewprev |
blob | commitdiff | diff to current |
2006-08-13 |
Anselm R.Garbe | made shortcuts like proposed by Sander, renamed viewext... |
blob | commitdiff | diff to current |
2006-08-11 |
Anselm R.Garbe | implemented viewextend and added M-S-C-n shortcuts... |
blob | commitdiff | diff to current |
2006-08-11 |
Anselm R.Garbe | implement multi-tag selection through button3 click... |
blob | commitdiff | diff to current |
2006-08-11 |
Anselm R.Garbe | realized that client focussing through the bar is prett... |
blob | commitdiff | diff to current |
2006-08-11 |
Anselm R.Garbe | implemented focusprev on button1 press in the bar,... |
blob | commitdiff | diff to current |
2006-08-10 |
Anselm R.Garbe | applied Sanders zoom_update patch |
blob | commitdiff | diff to current |
2006-08-10 |
Anselm R.Garbe | applied sumik's multihead patch |
blob | commitdiff | diff to current |
2006-08-10 |
Anselm R.Garbe | applied sander's patch |
blob | commitdiff | diff to current |
2006-08-10 |
Anselm R.Garbe | disallow zoom on maximized clients |
blob | commitdiff | diff to current |
2006-08-09 |
Anselm R.Garbe | added zoom on Mod1-Button1 on managed clients only... |
blob | commitdiff | diff to current |
2006-08-08 |
Anselm R.Garbe | removed NET_ACTIVE_WINDOW handling |
blob | commitdiff | diff to current |
2006-08-08 |
Anselm R.Garbe | implemented NET_ACTIVE_WINDOW support |
blob | commitdiff | diff to current |
2006-08-07 |
arg@10ksloc.org | applied grabbing-- and shell_minimal |
blob | commitdiff | diff to current |
2006-08-04 |
arg@10ksloc.org | small performance tweak ;) |
blob | commitdiff | diff to current |
2006-08-04 |
arg@10ksloc.org | fixed xterm font change (all other related apps should... |
blob | commitdiff | diff to current |
2006-08-03 |
arg@10ksloc.org | removed TLast tag enum, now tags is simple defined... |
blob | commitdiff | diff to current |
2006-08-02 |
arg@10ksloc.org | made fullscreen apps working fine in floating mode... |
blob | commitdiff | diff to current |
2006-08-02 |
arg@10ksloc.org | new stuff |
blob | commitdiff | diff to current |
2006-08-02 |
arg@10ksloc.org | implemented focus on enterwindow on titlebars |
blob | commitdiff | diff to current |
2006-08-02 |
arg@10ksloc.org | applied Sanders patches (numlock2) |
blob | commitdiff | diff to current |
next |