mutter/src/core
Thomas Thurman 07939f235f When resizing a window with the keyboard, stay one pixels from the edges
2008-02-18  Thomas Thurman  <tthurman@gnome.org>

        * src/core/window.c (warp_grab_pointer): When
	resizing a window with the keyboard, stay one 
	pixels from the edges so that the cursor remains
	resting on a window edge even if we escape,
	whatever side it was on. Closes #436257.


svn path=/trunk/; revision=3578
2008-02-18 00:21:50 +00:00
..
async-getprop.c sort source files into these directories according to which part of the WM 2007-12-19 21:17:50 +00:00
async-getprop.h sort source files into these directories according to which part of the WM 2007-12-19 21:17:50 +00:00
bell.c Correct comment. Correct comment. Much commenting; #ifdeffed-out debug 2008-01-17 03:49:24 +00:00
bell.h sort source files into these directories according to which part of the WM 2007-12-19 21:17:50 +00:00
boxes.c sort source files into these directories according to which part of the WM 2007-12-19 21:17:50 +00:00
compositor.c only use compositor version if we have a compositor. Closes #514453. 2008-02-05 03:39:03 +00:00
compositor.h sort source files into these directories according to which part of the WM 2007-12-19 21:17:50 +00:00
constraints.c sort source files into these directories according to which part of the WM 2007-12-19 21:17:50 +00:00
constraints.h sort source files into these directories according to which part of the WM 2007-12-19 21:17:50 +00:00
core.c do not leak list. 2007-12-21 19:56:07 +00:00
delete.c fix a third warning about %d and long int 2007-12-19 21:38:15 +00:00
display.c fixups to allow compilation in non-verbose mode. Closes #515152. 2008-02-15 04:37:39 +00:00
display.h src/core/display.c (meta_display_open), fetch & use composite version, for 2008-02-04 15:57:07 +00:00
edge-resistance.c do not leak list. 2007-12-21 19:56:07 +00:00
edge-resistance.h sort source files into these directories according to which part of the WM 2007-12-19 21:17:50 +00:00
effects.c sort source files into these directories according to which part of the WM 2007-12-19 21:17:50 +00:00
effects.h sort source files into these directories according to which part of the WM 2007-12-19 21:17:50 +00:00
errors.c sort source files into these directories according to which part of the WM 2007-12-19 21:17:50 +00:00
errors.h sort source files into these directories according to which part of the WM 2007-12-19 21:17:50 +00:00
eventqueue.c sort source files into these directories according to which part of the WM 2007-12-19 21:17:50 +00:00
eventqueue.h sort source files into these directories according to which part of the WM 2007-12-19 21:17:50 +00:00
frame.c sort source files into these directories according to which part of the WM 2007-12-19 21:17:50 +00:00
frame.h sort source files into these directories according to which part of the WM 2007-12-19 21:17:50 +00:00
group-private.h sort source files into these directories according to which part of the WM 2007-12-19 21:17:50 +00:00
group-props.c sort source files into these directories according to which part of the WM 2007-12-19 21:17:50 +00:00
group-props.h sort source files into these directories according to which part of the WM 2007-12-19 21:17:50 +00:00
group.c sort source files into these directories according to which part of the WM 2007-12-19 21:17:50 +00:00
group.h sort source files into these directories according to which part of the WM 2007-12-19 21:17:50 +00:00
iconcache.c fix a third warning about %d and long int 2007-12-19 21:38:15 +00:00
iconcache.h sort source files into these directories according to which part of the WM 2007-12-19 21:17:50 +00:00
keybindings.c sort source files into these directories according to which part of the WM 2007-12-19 21:17:50 +00:00
keybindings.h sort source files into these directories according to which part of the WM 2007-12-19 21:17:50 +00:00
main.c Correct comment. Correct comment. Much commenting; #ifdeffed-out debug 2008-01-17 03:49:24 +00:00
metacity-Xatomtype.h sort source files into these directories according to which part of the WM 2007-12-19 21:17:50 +00:00
place.c sort source files into these directories according to which part of the WM 2007-12-19 21:17:50 +00:00
place.h sort source files into these directories according to which part of the WM 2007-12-19 21:17:50 +00:00
prefs.c Allow compilation when gconf mode is disabled. Closes #515019. 2008-02-17 22:43:28 +00:00
screen.c Use G_STRFUNC instead of the deprecated G_GNUC_FUNCTION. Bug #512561. 2008-01-28 14:52:34 +00:00
screen.h sort source files into these directories according to which part of the WM 2007-12-19 21:17:50 +00:00
session.c sort source files into these directories according to which part of the WM 2007-12-19 21:17:50 +00:00
session.h sort source files into these directories according to which part of the WM 2007-12-19 21:17:50 +00:00
spring-model.c sort source files into these directories according to which part of the WM 2007-12-19 21:17:50 +00:00
spring-model.h sort source files into these directories according to which part of the WM 2007-12-19 21:17:50 +00:00
stack.c sort source files into these directories according to which part of the WM 2007-12-19 21:17:50 +00:00
stack.h sort source files into these directories according to which part of the WM 2007-12-19 21:17:50 +00:00
testasyncgetprop.c sort source files into these directories according to which part of the WM 2007-12-19 21:17:50 +00:00
testboxes.c sort source files into these directories according to which part of the WM 2007-12-19 21:17:50 +00:00
util.c fixups to allow compilation in non-verbose mode. Closes #515152. 2008-02-15 04:37:39 +00:00
window-props.c sort source files into these directories according to which part of the WM 2007-12-19 21:17:50 +00:00
window-props.h sort source files into these directories according to which part of the WM 2007-12-19 21:17:50 +00:00
window.c When resizing a window with the keyboard, stay one pixels from the edges 2008-02-18 00:21:50 +00:00
window.h sort source files into these directories according to which part of the WM 2007-12-19 21:17:50 +00:00
workspace.c do not leak list. 2007-12-21 19:56:07 +00:00
workspace.h sort source files into these directories according to which part of the WM 2007-12-19 21:17:50 +00:00
xprops.c Use G_STRFUNC instead of the deprecated G_GNUC_FUNCTION. Bug #512561. 2008-01-28 14:52:34 +00:00
xprops.h sort source files into these directories according to which part of the WM 2007-12-19 21:17:50 +00:00