mutter/src/core
Tomas Frydrych 2e0cd7af5e Fixed focus handling in finish_minize().
When the window being hidden/mimimized has focus, is modal, but is not on the
  currently active workspace (e.g., during workspace switch before the new
  focus window is activated), we must prevent focus being passed to the modal
  window ancestor (otherwise the ancestor ends up being forcefully moved onto
  the active workspace).
2009-04-07 13:02:57 +01:00
..
async-getprop.c gnome-doc-tools version doesn't need to be so high. disable the entire 2008-12-01 22:54:57 +00:00
async-getprop.h gnome-doc-tools version doesn't need to be so high. disable the entire 2008-12-01 22:54:57 +00:00
bell.c 2008-06-30 Thomas Thurman <tthurman@gnome.org 2008-06-30 16:42:19 +00:00
bell.h Move comments for non-statics from the .c to .h. adapt better for C, and 2008-06-30 13:42:37 +00:00
boxes.c Cleanup: split MetaSide from MetaDirection 2009-03-17 16:53:01 -04:00
constraints.c Merge branch 'upstream-2.25.55' into next-generation 2008-12-18 11:00:19 +00:00
constraints.h src/include/frame.h src/include/display.h src/include/xprops.h 2008-05-19 00:00:09 +00:00
core.c Adds support in src/core for tracking override redirect windows. 2008-11-23 19:28:40 +00:00
delete.c Removed deprecated calls. Closes #560445. 2008-11-12 03:56:01 +00:00
display-private.h Moved bunch of prototypes from display-private.h to display. 2009-03-12 14:48:22 +00:00
display.c Sync up to upstream 2.25.144 2009-02-12 17:14:12 +00:00
edge-resistance.c Cleanup: split MetaSide from MetaDirection 2009-03-17 16:53:01 -04:00
edge-resistance.h src/include/frame.h src/include/display.h src/include/xprops.h 2008-05-19 00:00:09 +00:00
effects.c Allow toggling of non-compositor effects (since there's a non-Metacity key 2008-06-29 21:57:39 +00:00
effects.h Some refactoring, simplifying, and commenting of the non-composited 2008-06-29 03:20:52 +00:00
errors.c src/include/frame.h src/include/display.h src/include/xprops.h 2008-05-19 00:00:09 +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-private.h src/include/frame.h src/include/display.h src/include/xprops.h 2008-05-19 00:00:09 +00:00
frame.c Rename keybindings.h to keybindings-private.h 2009-01-29 14:16:01 +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 Added curly brackets in two places to keep -pedantic happy. 2008-05-04 17:57:11 +00:00
group-props.h Exposed MetaGroup API. 2009-01-15 15:37:48 +00:00
group.c Exposed MetaGroup API. 2009-01-15 15:37:48 +00:00
iconcache.c patches to fixes for -Wall. Closes #562939. 2008-12-02 08:15:00 +00:00
iconcache.h src/include/frame.h src/include/display.h src/include/xprops.h 2008-05-19 00:00:09 +00:00
keybindings-private.h Expose keybindings data types; add user_data parameter the handler signature. 2009-01-29 14:53:03 +00:00
keybindings.c Use GDestroyNotify instead of custom type, for better introspectability 2009-03-25 10:50:40 -04:00
main.c Sync up to upstream 2.25.144 2009-02-12 17:14:12 +00:00
metacity-Xatomtype.h Adding doxygen headers to some files. 2008-08-18 10:25:17 +00:00
place.c Merge commit 'clutter/override-redirect-core-1' into next-generation 2008-12-18 12:28:01 +00:00
place.h src/include/frame.h src/include/display.h src/include/xprops.h 2008-05-19 00:00:09 +00:00
prefs.c Sync up to upstream 2.25.144 2009-02-12 17:14:12 +00:00
schema-bindings.c (Apologies for huge commit; these were done on a transatlantic flight. This is why we need bzr.) 2008-11-22 19:02:54 +00:00
screen-private.h Add a MetaScreen:restacked signal and expose MetaWindow.layer 2009-03-12 17:07:27 -04:00
screen.c Postpone creation of the guard window until we are ready to manage windows. 2009-04-02 12:25:53 +01:00
session.c Merge commit 'clutter/override-redirect-core-1' into next-generation 2008-12-18 12:28:01 +00:00
session.h Adding doxygen headers to some files. 2008-08-18 10:25:17 +00:00
stack.c Add a MetaScreen:restacked signal and expose MetaWindow.layer 2009-03-12 17:07:27 -04:00
stack.h Add a MetaScreen:restacked signal and expose MetaWindow.layer 2009-03-12 17:07:27 -04:00
testasyncgetprop.c gnome-doc-tools version doesn't need to be so high. disable the entire 2008-12-01 22:54:57 +00:00
testboxes.c Lots of tiny fixes to make sure we compile with "gcc -ansi -Werror". 2008-02-27 04:39:10 +00:00
util.c remove apparently spurious warnings about operations on window "none" 2008-11-23 18:53:55 +00:00
window-private.h Expose meta_window_get_icon_geometry() 2009-03-31 17:29:48 -04:00
window-props.c Added MetaWindow::fullscreen property (read only). 2009-03-17 12:27:13 +00:00
window-props.h More of the window properties are checked using simple 2009-01-27 03:53:07 +00:00
window.c Fixed focus handling in finish_minize(). 2009-04-07 13:02:57 +01:00
workspace-private.h Make MetaScreen and MetaWorkspace GObjects 2008-11-17 15:56:34 -05:00
workspace.c Removed unnecessary g_object_ref/unref() bracketing around g_object_notify(). 2009-03-17 12:28:00 +00:00
xprops.c gnome-doc-tools version doesn't need to be so high. disable the entire 2008-12-01 22:54:57 +00:00