- Jul 21, 2010
-
-
Michael Cardell Widerkrantz authored
Removed --pedantic for now.
-
Michael Cardell Widerkrantz authored
-
Michael Cardell Widerkrantz authored
xcb_wait_for_event() so we can react on signals right away instead of waiting for the next event.
-
Michael Cardell Widerkrantz authored
another window.
-
Michael Cardell Widerkrantz authored
-
- Jul 20, 2010
-
-
Michael Cardell Widerkrantz authored
-
Michael Cardell Widerkrantz authored
Bumped version.
-
Michael Cardell Widerkrantz authored
Changed wording. Added more keys.
-
Michael Cardell Widerkrantz authored
Redated one point from 07-16 to 07-18. Oops. git log says the work was done the 17th and 18th.
-
Michael Cardell Widerkrantz authored
Added comments about pathological case of findclient() returning NULL to setfocus().
-
Michael Cardell Widerkrantz authored
it.
-
Michael Cardell Widerkrantz authored
-
Michael Cardell Widerkrantz authored
on modern GCCs and Linux. Cast to void * when using %p.
-
Michael Cardell Widerkrantz authored
-
Michael Cardell Widerkrantz authored
without DEBUG for the release. Sorry. Changed comment about ConfigureNotify. Added FIXME.
-
Michael Cardell Widerkrantz authored
for spotting that I didn't use it.
-
- Jul 19, 2010
-
-
Michael Cardell Widerkrantz authored
-
Michael Cardell Widerkrantz authored
Removed the decleration and use e->child and corresponding variables instead. Used focuswin in several places instead with explicit checks for the disastrous case focuswin == NULL.
-
Michael Cardell Widerkrantz authored
-
Michael Cardell Widerkrantz authored
-
Michael Cardell Widerkrantz authored
-
Michael Cardell Widerkrantz authored
-
Michael Cardell Widerkrantz authored
Changed resizestep() to use getpointer() and getgeom().
-
Michael Cardell Widerkrantz authored
-
Michael Cardell Widerkrantz authored
Change types to correct types.
-
Michael Cardell Widerkrantz authored
Also added helper functions to get geometry and pointer information. Used the getgeom() function in arrangewindows() and discovered memory leaks.
-
- Jul 18, 2010
-
-
Michael Cardell Widerkrantz authored
keyboard resize. Instead, only warp when we risk losing the pointer to another window.
-
- Jul 17, 2010
-
-
Michael Cardell Widerkrantz authored
-
Michael Cardell Widerkrantz authored
-
Michael Cardell Widerkrantz authored
-
Michael Cardell Widerkrantz authored
the old relative pointer coordinates are outside the new geometry, warp the pointer to the middle of the window.
-
Michael Cardell Widerkrantz authored
-
Michael Cardell Widerkrantz authored
to that cursor position when done if it's still inside the window. If not, warp pointer to the middle of window.
-
Michael Cardell Widerkrantz authored
moving and resizing. Only raise window once when resizing! Stop querying for pointer position ourself. Don't use motion hinting anymore and get real coordinates with motion event. See Gajewska and Manasse: "Why X Is Not Our Ideal Window System". Updated some comments.
-
Michael Cardell Widerkrantz authored
-
Michael Cardell Widerkrantz authored
-
Michael Cardell Widerkrantz authored
-
MC authored
another window when we ungrab the pointer we get an EnterNotify to that window and change focus. This is not what we want. To get around this, we warp the pointer to the middle of the focused window (that is, the window we just resize) just before ungrabbing.
-
- Jul 16, 2010
-
-
MC authored
-
- Jul 13, 2010
-
-
MC authored
-