- 03 Feb, 2009 2 commits
-
-
Thomas James Alexander Thurman authored
* src/ui/rpn.c: * src/ui/rpn.h: * src/ui/rpn.c (added): * src/ui/rpn.h (added): svn path=/branches/rpnparser/; revision=4109
-
Thomas James Alexander Thurman authored
(slightly) faster and (hopefully) clearer than the existing one; uses GScanner for tokenising; works on all themes tested, but doesn't use GError etc properly yet. * src/Makefile.am: * src/ui/theme-parser.c: * src/ui/theme.c: * src/ui/theme.h: svn path=/branches/rpnparser/; revision=4108
-
- 01 Feb, 2009 3 commits
-
-
Thomas James Alexander Thurman authored
svn path=/trunk/; revision=4106
-
Thomas James Alexander Thurman authored
svn path=/trunk/; revision=4104
-
Thomas James Alexander Thurman authored
* src/core/window-props.c: svn path=/trunk/; revision=4103
-
- 29 Jan, 2009 1 commit
-
-
Thomas James Alexander Thurman authored
by iteration over an array. Saves ~44us per window, but also makes the code cleaner. * src/core/display-private.h: * src/core/window-props.c: svn path=/trunk/; revision=4097
-
- 28 Jan, 2009 4 commits
-
-
Thomas James Alexander Thurman authored
* src/core/edge-resistance.c: some lists failed to keep track of their contents and therefore didn't free correctly. Closes #552303. svn path=/trunk/; revision=4095
-
Thomas James Alexander Thurman authored
* src/core/prefs.c: Free name of old theme when new theme is loaded. svn path=/trunk/; revision=4094
-
Thomas James Alexander Thurman authored
* src/ui/ui.c: free the result of gdk_text_property_to_utf8_list() even when it returns no data. svn path=/trunk/; revision=4093
-
Owen Taylor authored
2009-01-27 Owen Taylor <otaylor@redhat.com> GtkStyle is specific to a particular colormap. Metacity uses different colormaps for windows with different visuals, so it must specialize the GtkStyle. Closes #568365 and #513944. * src/ui/frames.[ch]: Keep a GtkStyle for each MetaUIFrame, which is obtained by calling gtk_style_attach() on the style for the MetaFrames. When the style of the MetaFrames changes, reattach everything. When we call gtk_style_set_background() pass in the right style. * src/ui/themes.[ch]: Create a _with_style() variant of functions that previously took the style from widget->style passed in, so we can draw with the right style for the colormap. svn path=/trunk/; revision=4092
-
- 27 Jan, 2009 3 commits
-
-
Thomas James Alexander Thurman authored
middle buttons when the modifier key is held down. Closes #437910. Thanks to Matt Kraai for looking over the patch. * src/core/display.c: * src/core/prefs.c: * src/include/prefs.h: * src/metacity.schemas.in.in: svn path=/trunk/; revision=4091
-
Thomas James Alexander Thurman authored
window property handlers. Closes #549886. * src/core/window-private.h: * src/core/window-props.c: * src/core/window.c: svn path=/trunk/; revision=4090
-
Thomas James Alexander Thurman authored
window property handlers. The ones which remain don't actually look up the new value in the ordinary way, and so are a little trickier to merge. Added an "initial" flag to be on the safe side that the behaviour is the same as before (so we don't do things when a window's first mapped that we only used to do when a property changed). Partial fix for bug #549886. * src/core/window-props.c: * src/core/window-props.h: * src/core/window.c: svn path=/trunk/; revision=4089
-
- 25 Jan, 2009 1 commit
-
-
Thomas James Alexander Thurman authored
* src/core/window.c: add support for _NET_WM_MOVERESIZE_CANCEL. svn path=/trunk/; revision=4088
-
- 11 Jan, 2009 1 commit
-
-
Thomas James Alexander Thurman authored
* src/ui/theme.[ch]: add meta_theme_draw_frame_by_name, which is needed for the theme editor. svn path=/trunk/; revision=4074
-
- 26 Dec, 2008 2 commits
-
-
Thomas James Alexander Thurman authored
svn path=/trunk/; revision=4068
-
Thomas James Alexander Thurman authored
svn path=/trunk/; revision=4066
-
- 25 Dec, 2008 2 commits
-
-
Thomas James Alexander Thurman authored
* src/include/all-keybindings.h: alt-F10 toggles maximisation, alt-F5 only restores. Also rename "unmaximize" to "restore". * src/ui/frames.c: Rename "unmaximize" to "restore". Closes #343824. svn path=/trunk/; revision=4064
-
Frederic Peters authored
* src/core/main.c: (main): added call to g_thread_init(), as ORBit2 stopped doing it and Metacity is using gconf; closes #565517. svn path=/trunk/; revision=4063
-
- 24 Dec, 2008 2 commits
-
-
Thomas James Alexander Thurman authored
* src/metacity.schemas.in.in: add screenshot commands which had mistakenly been removed; closes #564343, Launchpad bug 298463, Red Hat bug 474635, and probably others. svn path=/trunk/; revision=4062
-
Thomas James Alexander Thurman authored
* src/include/all-keybindings.h: fix move_to_corner_se svn path=/trunk/; revision=4061
-
- 21 Dec, 2008 1 commit
-
-
Thomas James Alexander Thurman authored
* src/core/window.c: windows which attempt to present themselves but are offscreen end up demanding attention, unless they are transient, when they move to the current workspace as before. Closes #482354. svn path=/trunk/; revision=4060
-
- 19 Dec, 2008 1 commit
-
-
Thomas James Alexander Thurman authored
* src/ui/frames.c: when the user double-clicks the title bar, end the grab op. Closes #401028. svn path=/trunk/; revision=4059
-
- 16 Dec, 2008 3 commits
-
-
Thomas James Alexander Thurman authored
svn path=/trunk/; revision=4058
-
Thomas James Alexander Thurman authored
svn path=/trunk/; revision=4056
-
Thomas James Alexander Thurman authored
* configure.in: fix build on Solaris. Closes #564123. svn path=/trunk/; revision=4055
-
- 02 Dec, 2008 3 commits
-
-
Thomas James Alexander Thurman authored
svn path=/trunk/; revision=4052
-
Thomas James Alexander Thurman authored
svn path=/trunk/; revision=4050
-
Thomas James Alexander Thurman authored
* src/core/iconcache.c: patches to fixes for -Wall. Closes #562939. svn path=/trunk/; revision=4049
-
- 01 Dec, 2008 3 commits
-
-
Thomas James Alexander Thurman authored
svn path=/trunk/; revision=4048
-
Thomas James Alexander Thurman authored
svn path=/trunk/; revision=4046
-
Thomas James Alexander Thurman authored
* configure.in: gnome-doc-tools version doesn't need to be so high. * src/compositor/compositor-xrender.c: disable the entire file if the compositor is disabled. * src/core/async-getprop.[ch]: fixes for -Wall * src/core/iconcache.c: fixes for -Wall * src/core/testasyncgetprop.c: fixes for -Wall * src/core/xprops.c: fixes for -Wall svn path=/trunk/; revision=4045
-
- 26 Nov, 2008 2 commits
-
-
Thomas James Alexander Thurman authored
* tools/announce-wrangler.py: linked language codes to po files * tools/commit-wrangler.py: print revision url svn path=/trunk/; revision=4044
-
Thomas James Alexander Thurman authored
* tools/announce-wrangler.py: renamed ini file * tools/commit-wrangler.py: rewriting in terms of moap svn path=/trunk/; revision=4043
-
- 25 Nov, 2008 5 commits
-
-
Thomas James Alexander Thurman authored
svn path=/trunk/; revision=4042
-
Thomas James Alexander Thurman authored
svn path=/trunk/; revision=4040
-
Thomas James Alexander Thurman authored
* tools/announce-wrangler.py (added): script to produce announcements svn path=/trunk/; revision=4039
-
Thomas James Alexander Thurman authored
* src/core/xprops.c: add casts (#562106) svn path=/trunk/; revision=4038
-
Thomas James Alexander Thurman authored
* metacity.doap: change to standard description. svn path=/trunk/; revision=4037
-
- 23 Nov, 2008 1 commit
-
-
Thomas James Alexander Thurman authored
svn path=/trunk/; revision=4035
-