Thomas James Alexander Thurman
8e6c0bec78
some lists failed to keep track of their contents and therefore didn't
...
* 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
2009-01-28 02:30:30 +00:00
Thomas James Alexander Thurman
69ae9e4a9d
Free name of old theme when new theme is loaded.
...
* src/core/prefs.c: Free name of old theme when new theme
is loaded.
svn path=/trunk/; revision=4094
2009-01-28 02:08:09 +00:00
Thomas James Alexander Thurman
1381f6d5f2
free the result of gdk_text_property_to_utf8_list() even when it returns
...
* 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
2009-01-28 02:00:33 +00:00
Owen Taylor
a6c951352f
GtkStyle is specific to a particular colormap. Metacity uses different
...
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
2009-01-28 01:47:18 +00:00
Thomas James Alexander Thurman
0a172cc053
Added a gconf key to swap the meanings of the right and
...
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
2009-01-27 21:05:42 +00:00
Thomas James Alexander Thurman
f5fa4a3866
All the window properties are now handled using simple
...
window property handlers. Closes #549886 .
* src/core/window-private.h:
* src/core/window-props.c:
* src/core/window.c:
svn path=/trunk/; revision=4090
2009-01-27 05:03:06 +00:00
Thomas James Alexander Thurman
8cbcbb0655
More of the window properties are checked using simple
...
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
2009-01-27 03:53:07 +00:00
Thomas James Alexander Thurman
35d9d2864f
add support for _NET_WM_MOVERESIZE_CANCEL.
...
* src/core/window.c: add support for _NET_WM_MOVERESIZE_CANCEL.
svn path=/trunk/; revision=4088
2009-01-25 22:59:50 +00:00
Raivis DEjus
bb5c0d0c34
Updated Latvian translation.
...
2009-01-24 Raivis DEjus <orvils@gmail.com>
* lv.po: Updated Latvian translation.
svn path=/trunk/; revision=4087
2009-01-24 13:59:43 +00:00
Yair Hershkovitz
226cdc9645
updated hebrew translation
...
svn path=/trunk/; revision=4084
2009-01-22 18:36:45 +00:00
Thomas James Alexander Thurman
1b35154e2b
Added Igbo, Yoruba and Hausa
...
svn path=/trunk/; revision=4077
2009-01-18 01:25:57 +00:00
Matej Urbančič
7c69ab987a
Updated Slovenian translation
...
svn path=/trunk/; revision=4076
2009-01-17 08:20:58 +00:00
Gabor Kelemen
ba03230e72
Translation updated.
...
2009-01-17 Gabor Kelemen <kelemeng@gnome.hu>
* hu.po: Translation updated.
svn path=/trunk/; revision=4075
2009-01-17 07:15:18 +00:00
Thomas James Alexander Thurman
77cb0db9c2
add meta_theme_draw_frame_by_name, which is needed for the theme editor.
...
* src/ui/theme.[ch]: add meta_theme_draw_frame_by_name, which
is needed for the theme editor.
svn path=/trunk/; revision=4074
2009-01-11 04:48:54 +00:00
Daniel Nylander
ad080410a3
sv.po: Updated Swedish translation
...
svn path=/trunk/; revision=4073
2009-01-09 01:34:39 +00:00
Lu Gan
dab72c3efa
Update zh_CN.po
...
svn path=/trunk/; revision=4072
2009-01-05 12:30:47 +00:00
Lu Gan
32f882093b
Updated Chinese Simplified translation
...
svn path=/trunk/; revision=4071
2009-01-05 12:07:05 +00:00
Priit Laes
57dec338ba
Translation updated by Mattias Põldaru
...
2009-01-03 Priit Laes <plaes at svn dot gnome dot org>
* et.po: Translation updated by Mattias Põldaru
svn path=/trunk/; revision=4070
2009-01-03 12:44:51 +00:00
Thomas James Alexander Thurman
9ecc00a33b
Post-release bump to 2.25.144.
...
svn path=/trunk/; revision=4068
2008-12-26 18:22:00 +00:00
Thomas James Alexander Thurman
ae6032e58e
2.25.89 release.
...
svn path=/trunk/; revision=4066
2008-12-26 18:14:40 +00:00
Jorge Gonzalez Gonzalez
c4d7e0568f
Updated Spanish translation
...
svn path=/trunk/; revision=4065
2008-12-26 11:45:07 +00:00
Thomas James Alexander Thurman
c311e96b63
alt-F10 toggles maximisation, alt-F5 only restores. Also rename
...
* 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
2008-12-25 16:53:33 +00:00
Frederic Peters
b66fbc0369
added call to g_thread_init(), as ORBit2 stopped doing it and Metacity is
...
* 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
2008-12-25 13:06:00 +00:00
Thomas James Alexander Thurman
151ddc08ec
add screenshot commands which had mistakenly been removed; closes #564343 ,
...
* 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
2008-12-24 20:39:00 +00:00
Thomas James Alexander Thurman
b81c7c48d5
fix move_to_corner_se
...
* src/include/all-keybindings.h: fix move_to_corner_se
svn path=/trunk/; revision=4061
2008-12-24 06:03:56 +00:00
Thomas James Alexander Thurman
01027006a7
windows which attempt to present themselves but are offscreen end up
...
* 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
2008-12-21 05:35:30 +00:00
Thomas James Alexander Thurman
38faa8fe10
when the user double-clicks the title bar, end the grab op. Closes
...
* src/ui/frames.c: when the user double-clicks the title bar,
end the grab op. Closes #401028 .
svn path=/trunk/; revision=4059
2008-12-19 12:47:11 +00:00
Thomas James Alexander Thurman
9abdc6c0fa
Post-release bump to 2.25.89.
...
svn path=/trunk/; revision=4058
2008-12-16 01:40:23 +00:00
Thomas James Alexander Thurman
34b483ed75
2.25.55 release.
...
svn path=/trunk/; revision=4056
2008-12-16 01:36:00 +00:00
Thomas James Alexander Thurman
c48c5e44bd
fix build on Solaris. Closes #564123 .
...
* configure.in: fix build on Solaris. Closes #564123 .
svn path=/trunk/; revision=4055
2008-12-16 01:35:30 +00:00
Luca Ferretti
b943a74476
Imported updated translation from gnome-2-24 branch.
...
2008-12-12 Luca Ferretti <elle.uca@libero.it>
* it.po: Imported updated translation from gnome-2-24 branch.
svn path=/trunk/; revision=4054
2008-12-12 12:39:46 +00:00
Priit Laes
e1e5cc8f42
Translation updated by Mattias Põldaru
...
2008-12-08 Priit Laes <plaes at svn dot gnome dot org>
* et.po: Translation updated by Mattias Põldaru
svn path=/trunk/; revision=4053
2008-12-08 08:35:17 +00:00
Thomas James Alexander Thurman
6e1ed9ad55
Post-release bump to 2.25.55.
...
svn path=/trunk/; revision=4052
2008-12-02 09:30:37 +00:00
Thomas James Alexander Thurman
dd2370d9dd
2.25.34 release.
...
svn path=/trunk/; revision=4050
2008-12-02 09:26:21 +00:00
Thomas James Alexander Thurman
45f2ec5f64
patches to fixes for -Wall. Closes #562939 .
...
* src/core/iconcache.c: patches to fixes for -Wall. Closes #562939 .
svn path=/trunk/; revision=4049
2008-12-02 08:15:00 +00:00
Thomas James Alexander Thurman
e7a69b6a13
Post-release bump to 2.25.34.
...
svn path=/trunk/; revision=4048
2008-12-01 23:01:20 +00:00
Thomas James Alexander Thurman
10b12f24f0
2.25.21 release.
...
svn path=/trunk/; revision=4046
2008-12-01 22:56:19 +00:00
Thomas James Alexander Thurman
3b1e91342e
gnome-doc-tools version doesn't need to be so high. disable the entire
...
* 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
2008-12-01 22:54:57 +00:00
Thomas James Alexander Thurman
e7cef5bbcb
linked language codes to po files print revision url
...
* tools/announce-wrangler.py: linked language codes to po files
* tools/commit-wrangler.py: print revision url
svn path=/trunk/; revision=4044
2008-11-26 16:38:17 +00:00
Thomas James Alexander Thurman
6ddec0d855
renamed ini file rewriting in terms of moap
...
* tools/announce-wrangler.py: renamed ini file
* tools/commit-wrangler.py: rewriting in terms of moap
svn path=/trunk/; revision=4043
2008-11-26 05:28:02 +00:00
Thomas James Alexander Thurman
c0d90e5b76
Post-release bump to 2.25.21.
...
svn path=/trunk/; revision=4042
2008-11-25 23:29:08 +00:00
Thomas James Alexander Thurman
6c22a997e6
2.25.13 release.
...
svn path=/trunk/; revision=4040
2008-11-25 23:22:01 +00:00
Thomas James Alexander Thurman
945c9cb8e0
script to produce announcements
...
* tools/announce-wrangler.py (added): script to produce announcements
svn path=/trunk/; revision=4039
2008-11-25 23:20:46 +00:00
Thomas James Alexander Thurman
cf2206352f
add casts ( #562106 )
...
* src/core/xprops.c: add casts (#562106 )
svn path=/trunk/; revision=4038
2008-11-25 23:18:08 +00:00
Thomas James Alexander Thurman
4c5f125a6a
change to standard description.
...
* metacity.doap: change to standard description.
svn path=/trunk/; revision=4037
2008-11-25 21:59:25 +00:00
Jorge Gonzalez Gonzalez
1fd45f10a2
Updated Spanish translation
...
svn path=/trunk/; revision=4036
2008-11-23 22:24:32 +00:00
Thomas James Alexander Thurman
3592f8e92e
Post-release bump to 2.25.13.
...
svn path=/trunk/; revision=4035
2008-11-23 22:03:37 +00:00
Thomas James Alexander Thurman
036fe284c2
2.25.8 release.
...
svn path=/trunk/; revision=4033
2008-11-23 21:59:32 +00:00
Thomas James Alexander Thurman
a1cc5fea1f
add new bindings file
...
* po/POTFILES.in: add new bindings file
svn path=/trunk/; revision=4032
2008-11-23 21:55:33 +00:00
Thomas James Alexander Thurman
9442d21f44
2.25.8 release.
...
svn path=/trunk/; revision=4031
2008-11-23 21:43:36 +00:00