| Commit message (Collapse) | Author | Age | Files | Lines |
... | |
|
|
|
|
|
|
|
| |
* src/ui/frames.c: when the user double-clicks the title bar,
end the grab op. Closes #401028.
svn path=/trunk/; revision=4059
|
|
|
|
| |
svn path=/trunk/; revision=4058
|
|
|
|
| |
svn path=/trunk/; revision=4056
|
|
|
|
|
|
|
| |
* configure.in: fix build on Solaris. Closes #564123.
svn path=/trunk/; revision=4055
|
|
|
|
| |
svn path=/trunk/; revision=4052
|
|
|
|
| |
svn path=/trunk/; revision=4050
|
|
|
|
|
|
|
| |
* src/core/iconcache.c: patches to fixes for -Wall. Closes #562939.
svn path=/trunk/; revision=4049
|
|
|
|
| |
svn path=/trunk/; revision=4048
|
|
|
|
| |
svn path=/trunk/; revision=4046
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
* 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
|
|
|
|
|
|
|
|
| |
* tools/announce-wrangler.py: linked language codes to po files
* tools/commit-wrangler.py: print revision url
svn path=/trunk/; revision=4044
|
|
|
|
|
|
|
|
| |
* tools/announce-wrangler.py: renamed ini file
* tools/commit-wrangler.py: rewriting in terms of moap
svn path=/trunk/; revision=4043
|
|
|
|
| |
svn path=/trunk/; revision=4042
|
|
|
|
| |
svn path=/trunk/; revision=4040
|
|
|
|
|
|
|
| |
* tools/announce-wrangler.py (added): script to produce announcements
svn path=/trunk/; revision=4039
|
|
|
|
|
|
|
| |
* src/core/xprops.c: add casts (#562106)
svn path=/trunk/; revision=4038
|
|
|
|
|
|
|
| |
* metacity.doap: change to standard description.
svn path=/trunk/; revision=4037
|
|
|
|
| |
svn path=/trunk/; revision=4035
|
|
|
|
| |
svn path=/trunk/; revision=4033
|
|
|
|
|
|
|
| |
* po/POTFILES.in: add new bindings file
svn path=/trunk/; revision=4032
|
|
|
|
| |
svn path=/trunk/; revision=4031
|
|
|
|
| |
svn path=/trunk/; revision=4030
|
|
|
|
|
|
|
|
| |
* src/Makefile.am: reorder compiler flags so local includes come last.
Closes #562033.
svn path=/trunk/; revision=4029
|
|
|
|
|
|
|
|
| |
* configure.in: only accept --enable-compositor if we find we can
actually composite.
svn path=/trunk/; revision=4028
|
|
|
|
|
|
|
|
| |
* src/core/display.c: remove apparently spurious warnings about
operations on window "none"
svn path=/trunk/; revision=4026
|
|
|
|
|
|
|
| |
* configure.in: Set -ansi so people stop complaining about C99.
svn path=/trunk/; revision=4025
|
|
|
|
|
|
|
| |
* src/core/prefs.c: fix stupid infinite loop when GConf is turned off.
svn path=/trunk/; revision=4024
|
|
|
|
|
|
|
|
| |
* src/core/prefs.c: fix two places where there was a warning
if GConf was turned off.
svn path=/trunk/; revision=4023
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
is why we need bzr.)
2008-11-22 Thomas Thurman <tthurman@gnome.org>
* src/core/all-keybindings.h: "backward", not "backwards" throughout.
2008-11-20 Thomas Thurman <tthurman@gnome.org>
* configure.in: turned on -Wall and -Werror in order to
trap as many problems as possible.
* src/ui/resizepopup.c: added correct #include.
* src/ui/theme-viewer.c: initialised variable.
* src/core/xprops.c: corrected cast.
* src/core/main.c: added warning if chdir() fails.
* src/core/schema-bindings.c: checking the return
result of fgets().
2008-11-20 Thomas Thurman <tthurman@gnome.org>
Merged screen and window keybinding tables so that
we can use just one file for the both. Also incidentally
closes #528337. Further efficiencies of scale to come.
* src/include/prefs.h: replace META_PREF_*_KEYBINDINGS
with META_PREF_KEYBINDINGS
* src/core/keybindings.c: replace *_bindings with key_bindings
and similar throughout; all window-based functions are now
guaranteed to receive a window so don't need to check for
themselves
(find_handler): moved so it can also be called from
rebuild_binding_table
* src/core/display-private.h: replace *_bindings with key_bindings
* src/core/prefs.c: update_*_binding becomes update_key_binding;
(change_notify): tidy up references to "enormous if statement"
since it's almost entirely gone now
* src/core/all-keybindings.h: new merged version of
screen-bindings.h and window-bindings.h.
svn path=/trunk/; revision=4022
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
property and client message. This allows client applications to request
that a fullscreen window cover more than one monitor.
* src/include/boxes.h:
* src/core/boxes.c: Add meta_rectangle_union
* src/core/window-private.h:
* src/core/window.c:
(meta_window_new_with_attrs, meta_window_free, set_net_wm_state,
meta_window_update_fullscreen_monitors, meta_window_client_message): Add
MetaWindow property to store fullscreen monitors field, update
_NET_WM_FULLSCREEN_MONITORS property on windows, and handle client
message.
* src/core/atomnames.h: Add _NET_WM_FULLSCREEN_MONITORS atom.
* src/core/constraints.c (setup_constraint_info): If
_NET_WM_FULLSCREEN_MONITORS is interesting, use the data stored in
MetaWindow::fullscreen_monitors to determine the fullscreen area instead
of the basic xinerama_info area.
svn path=/trunk/; revision=4021
|
|
|
|
|
|
|
|
|
| |
* src/core/delete.c: remove deprecated g_strcasecmp.
* src/include/main.h: no actual deprecated call, but
a mention of one which was out of date.
svn path=/trunk/; revision=4018
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Closes #560449. Patch is 122467.
* src/core/place.c:
* src/ui/draw-workspace.h:
* src/ui/gradient.h:
* src/ui/metaaccellabel.c:
* src/ui/metaaccellabel.h:
* src/ui/preview-widget.c:
* src/ui/preview-widget.h:
* src/ui/resizepopup.c:
* src/ui/theme.c:
* src/ui/theme.h:
* src/ui/themewidget.h:
svn path=/trunk/; revision=4017
|
|
|
|
|
|
|
|
|
| |
* src/metacity.schemas.in.in: updated description of
raise_on_click:
http://bugzilla.gnome.org/show_bug.cgi?id=445447#c6
svn path=/trunk/; revision=4016
|
|
|
|
|
|
|
|
|
|
|
|
| |
* configure.in: added dependency on Zenity
* src/core/keybindings.c: remove error_on_generic_command() and
error_on_terminal_command(); rewrite error_on_command
in terms of meta_show_dialog()
* src/core/util.c: add meta_show_dialog() to call Zenity
* src/include/util.h: ditto
svn path=/trunk/; revision=4013
|
|
|
|
|
|
|
|
| |
* src/ui/theme-parser.c: Fix build by readding accidentally removed
'}'.
svn path=/trunk/; revision=4010
|
|
|
|
|
|
|
|
| |
* src/ui/theme-parser.c: variable names in messages should be
double-quoted. Closes #558309.
svn path=/trunk/; revision=4009
|
|
|
|
|
|
|
|
| |
* src/include/screen-bindings.h: fix accidental name change of
run_command_terminal. Closes #557943.
svn path=/trunk/; revision=4008
|
|
|
|
|
|
|
|
|
|
|
| |
2008-10-27 Thomas Thurman <tthurman@gnome.org>
* src/core/prefs.c (titlebar_handler, handle_preference_update_enum):
Add initialisation which I missed on the previous checkin. Also
an extra comment.
svn path=/trunk/; revision=4004
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
2008-10-27 Brian Cameron <brian.cameron@sun.com>
Fix some crashes with the new GDM 2.24. Closes #558058.
* src/ui/ui.c (meta_ui_parse_modifier): another null check
* src/core/prefs.c (titlebar_handler, button_layout_handler):
more null checks.
svn path=/trunk/; revision=4003
|
|
|
|
|
|
|
|
|
|
|
| |
2008-10-26 Thomas Thurman <tthurman@gnome.org>
* src/core/prefs.c (mouse_button_mods_handler): Ignore values
of .../mouse_button_modifier key if the key's missing.
Closes Launchpad bug #258054, Launchpad bug #266929.
svn path=/trunk/; revision=4001
|
|
|
|
|
|
|
|
| |
* doc/creating_themes/C/creating-metacity-themes.xml: added missing @id
on <book> top element.
svn path=/trunk/; revision=3998
|
|
|
|
|
|
|
|
|
| |
* doc/creating_themes/Makefile.am:
* doc/creating_themes/C/creating_metacity_themes.xml: renamed document
to creating-metacity-themes to match other manuals usage of dashes.
svn path=/trunk/; revision=3997
|
|
|
|
| |
svn path=/trunk/; revision=3996
|
|
|
|
| |
svn path=/trunk/; revision=3994
|
|
|
|
|
|
|
|
|
| |
2008-10-23 Thomas Thurman <tthurman@gnome.org>
* configure.in: Post-release bump to 2.25.5.
svn path=/trunk/; revision=3993
|
|
|
|
|
|
|
|
|
|
|
|
| |
2008-10-23 Thomas Thurman <tthurman@gnome.org>
* src/core/schema-bindings.c: fix stupid thinko which
caused defaults to be incorrect
* src/include/window-bindings.h: "space" needs to be
lowercase
svn path=/trunk/; revision=3992
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
2008-10-23 Thomas Thurman <tthurman@gnome.org>
Support _NET_WM_STATE_STICKY (i.e. allow third-party apps to decide
whether a window is on all workspaces). Bug found by Ka-Hing
Cheung. Closes #557536.
* src/core/window.c (set_net_wm_state): report it
* src/core/window.c (meta_window_client_message): set sticky
if we receive it
* src/core/window-props.c: set sticky if we find it
* src/core/atomnames.h: add _NET_WM_STATE_STICKY
svn path=/trunk/; revision=3991
|
|
|
|
|
|
|
|
|
|
|
| |
2008-10-22 Thomas Thurman <tthurman@gnome.org>
* src/core/schema-bindings.c: support builds outside tree properly.
* src/Makefile.am: ditto.
* po/POTFILES.skip: ditto.
svn path=/trunk/; revision=3990
|
|
|
|
|
|
|
|
|
|
| |
2008-10-22 Thomas Thurman <tthurman@gnome.org>
* src/core/schema-bindings.c: support builds outside tree properly.
* src/Makefile.am: ditto.
svn path=/trunk/; revision=3989
|
|
|
|
|
|
|
|
|
| |
2008-10-22 Thomas Thurman <tthurman@gnome.org>
* src/core/schema-bindings.c: support builds outside tree properly.
svn path=/trunk/; revision=3988
|