mutter/src/core
Thomas Thurman 7d67a9aee9 Since Patrick Niklaus's checkin of 2008-08-14 dealt with windows with no
2008-10-15  Thomas Thurman  <tthurman@gnome.org>

        Since Patrick Niklaus's checkin of 2008-08-14 dealt with windows with
        no icons not using fallback icons, we don't need fallback icons.

        * src/ui/theme.h: remove fallback icons from struct.
        * src/core/iconcache.c (meta_read_icons): don't look for fallbacks.
        * src/*/ui.[ch] (meta_ui_get_fallback_icons): removed
        * src/ui/theme-parser.c (typedef, parse_toplevel_element): don't
          parse fallback specifications.


svn path=/trunk/; revision=3958
2008-10-15 21:01:54 +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
atomnames.h All information should live in exactly one place. This means that the list 2008-05-02 18:49:01 +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 Lots of tiny fixes to make sure we compile with "gcc -ansi -Werror". 2008-02-27 04:39:10 +00:00
constraints.c Don't allocate memory for log messages unless we're logging. 2008-07-13 05:27:13 +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 An attempt to keep all information about window bindings in the same 2008-09-06 22:01:56 +00:00
delete.c src/include/frame.h src/include/display.h src/include/xprops.h 2008-05-19 00:00:09 +00:00
display-private.h src/include/frame.h src/include/display.h src/include/xprops.h 2008-05-19 00:00:09 +00:00
display.c Pass modified mouse button events down to panel windows instead of dealing 2008-10-06 01:34:17 +00:00
edge-resistance.c src/include/frame.h src/include/display.h src/include/xprops.h 2008-05-19 00:00:09 +00: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 src/include/frame.h src/include/display.h src/include/xprops.h 2008-05-19 00:00:09 +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 sort source files into these directories according to which part of the WM 2007-12-19 21:17:50 +00:00
group.c This function can now officially return NULL. Two windows can't belong to 2008-07-13 03:26:39 +00:00
group.h src/include/frame.h src/include/display.h src/include/xprops.h 2008-05-19 00:00:09 +00:00
iconcache.c Since Patrick Niklaus's checkin of 2008-08-14 dealt with windows with no 2008-10-15 21:01:54 +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.c Second half of the switch to using x-macros for keybindings so that we 2008-10-06 00:24:07 +00:00
keybindings.h Adding doxygen headers to some files. 2008-08-18 10:25:17 +00:00
main.c new function. turn the compositing manager on or off as necessary. 2008-08-31 22:55:18 +00:00
metacity-Xatomtype.h Adding doxygen headers to some files. 2008-08-18 10:25:17 +00:00
place.c re-enable cascade code which was wrongly removed a year ago. Closes 2008-04-27 20:09:47 +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 Second half of the switch to using x-macros for keybindings so that we 2008-10-06 00:24:07 +00:00
schema-bindings.c Make the bindings in src/core/*-bindings.h generate GConf schemas too. 2008-10-12 23:29:09 +00:00
screen-bindings.h Fix annoying bug where alt-tab and friends would jump backwards a space on 2008-10-12 15:09:48 +00:00
screen-private.h Adding doxygen headers to some files. 2008-08-18 10:25:17 +00:00
screen.c src/include/frame.h src/include/display.h src/include/xprops.h 2008-05-19 00:00:09 +00:00
session.c An attempt to make life a little easier for our beloved translators; this 2008-10-12 14:34:54 +00:00
session.h Adding doxygen headers to some files. 2008-08-18 10:25:17 +00:00
stack.c lose meta prefix since it's static. replace our own cast with glib macro 2008-06-29 18:44:21 +00:00
stack.h Commented everything. 2008-06-28 02:51:18 +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 Lots of tiny fixes to make sure we compile with "gcc -ansi -Werror". 2008-02-27 04:39:10 +00:00
util.c Lots of tiny fixes to make sure we compile with "gcc -ansi -Werror". 2008-02-27 04:39:10 +00:00
window-bindings.h Make the bindings in src/core/*-bindings.h generate GConf schemas too. 2008-10-12 23:29:09 +00:00
window-private.h Adding doxygen headers to some files. 2008-08-18 10:25:17 +00:00
window-props.c Some commenting. 2008-06-13 23:10:32 +00:00
window-props.h Adding doxygen headers to some files. 2008-08-18 10:25:17 +00:00
window.c Pass modified mouse button events down to panel windows instead of dealing 2008-10-06 01:34:17 +00:00
workspace.c When a workspace's list of struts is freed, free the struts too. Closes 2008-09-01 03:10:31 +00:00
workspace.h Adding doxygen headers to some files. 2008-08-18 10:25:17 +00:00
xprops.c add checks for HAVE_SHAPE where appropriate. fix type error which was 2008-06-29 03:23:08 +00:00