2007-02-07 |
Anselm R. Garbe |
replaced getproto with a saner function, now old-school artifacts of WM times in the early 90s completely disappeared, no punned pointer warning anymore ;)
|
2007-01-23 |
Anselm R. Garbe |
renamed activescreen into selscreen
3.2
|
2007-01-23 |
Anselm R. Garbe |
small changes
|
2007-01-23 |
Anselm R. Garbe |
I think this is the best solution of multihead support
|
2007-01-22 |
Anselm R. Garbe |
this variant is known to work, but focus() is ugly - we need in general a better way to handle multihead, this issel-stuff looks awkward (maybe it might be a good idea to set sel to NULL but to introduce a Client *revert which is set if a screen is unfocused, have to think about it further).
|
2007-01-22 |
Anselm R. Garbe |
applied Sanders all5.patch (thanks for your weekend session, Sander!)
|
2007-01-19 |
Anselm R. Garbe |
leavenotify also don't needs the check
|
2007-01-19 |
Anselm R. Garbe |
deciding for focus(NULL);
|
2007-01-19 |
Anselm R. Garbe |
replaced XSetBorder.../focus()
|
2007-01-19 |
Anselm R. Garbe |
yet another multihead fix by Christof Musik
|
2007-01-18 |
Anselm R. Garbe |
applied a modified version of Christof Musik's multihead patch (though this is not sure if it works in all cases, have to wait for an ACK by Christof)
|
2007-01-15 |
Anselm R. Garbe |
Jukka, thanks for being faster than me!
|
2007-01-15 |
Anselm R. Garbe |
removed drawclient and drawall (they performed useless operations/consumed useless cpu cycles)
|
2007-01-14 |
Anselm R. Garbe |
removed client title bar
|
2007-01-10 |
Anselm R. Garbe |
added comment to %u in config.default.h, added Button{4.5} support on mode label
|
2007-01-04 |
Anselm R. Garbe |
renamed drawtitle into drawclient
|
2007-01-02 |
arg |
corrections
|
2007-01-02 |
arg |
next version will contain updated copyright notice
|
2007-01-01 |
arg |
renamed updatesize into updatesizehints (thx to Sander for this hint)
|
2006-12-11 |
arg |
removed gravitate for the moment
|
2006-11-27 |
arg |
applied Alex Elide's tricky patch, thanks!
|
2006-11-27 |
arg |
returning to old Key struct
|
2006-11-27 |
arg |
changing Key.func into Key.func[NFUNCS], this allows sequences execution of functions per keypress (avoids implementing useless masterfunctions which call atomic ones)
|
2006-11-26 |
arg |
applied Jukka's sizeof K&R compliance patch, applied Manuels' last-line printage proposal for stdin reading.
|
2006-11-16 |
arg |
applied Gottox' windowarea patch
|
2006-10-31 |
arg |
make sure that changing sx has no impact on snapping
2.0
|
2006-10-30 |
arg |
fixed stupid bug of snap-to-screen
|
2006-10-30 |
arg |
changing snap priority
|
2006-10-30 |
arg |
removed useless abs() calls
|
2006-10-30 |
arg |
added screen-border snapping in floating mode, feels quite well
|
2006-10-27 |
arg |
and another fix
|
2006-10-27 |
arg |
applied sanders try2 patch
|
2006-10-16 |
Anselm R. Garbe |
moved MOUSEMASK into event.c (not used in other places)
|
2006-10-06 |
Anselm R. Garbe |
do* has no Arg arument anymore (never called directly)
1.9
|
2006-10-06 |
Anselm R. Garbe |
code polishing, removed unnecessary newlines
|
2006-10-05 |
Anselm R. Garbe |
removed the stack position stuff
|
2006-10-05 |
Anselm R. Garbe |
Button3 click on mode label toggles stack position now
|
2006-09-29 |
Anselm R. Garbe |
added the new dotile as described on ml
|
2006-09-29 |
Anselm R. Garbe |
I changed sanders patch to fix the ff issue to be simplier, though it needs testing if this really fixes the issue
|
2006-09-29 |
Anselm R. Garbe |
first step to a more flexible dotile() algorithm
|
2006-09-27 |
Anselm R. Garbe |
fixing the settags issue, preparing 1.7.1
1.7.1
|
2006-09-26 |
arg |
removed an unused var
|
2006-09-26 |
arg |
removed useless debug info
|
2006-09-26 |
arg |
added configure(), but this doesn't really fix those frking broken SDL apps
|
2006-09-25 |
arg |
slight change of event handling order
|
2006-09-25 |
arg |
simplified mouse resizals
|
2006-09-25 |
arg |
applied sanders jukka patch
|
2006-09-25 |
arg |
applied Jukkas patch
|
2006-09-22 |
arg |
ismax toggling on mouse based action
|
2006-09-22 |
arg |
patched resizemouse according to sanders remark
|
2006-09-22 |
arg |
sander check this
|
2006-09-22 |
arg |
implemented the maximization as I described on the mailinglist, this feels better to me.
|
2006-09-15 |
arg |
added visibility check to enternotify as well
1.6
|
2006-09-12 |
Anselm R. Garbe |
removed a bunch of lines through making function signatures more consistent with my style ( { does not belong to a new line, if function args are single-lined)
|
2006-09-11 |
Anselm R. Garbe |
small change to comments, renamed two set* functions in client.c into update*
|
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
|