summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* 2.23.8 release.METACITY_2_23_8Thomas James Alexander Thurman2008-04-222-0/+26
| | | | svn path=/trunk/; revision=3689
* sigh. I blame morningsThomas James Alexander Thurman2008-04-221-22/+0
| | | | svn path=/trunk/; revision=3688
* Thanks to Lucas Rocha, Iain Holmes, and Jens Granseuer for changes in thisThomas Thurman2008-04-221-0/+22
| | | | | | | | | | | | | | | | | | | | | | | | | | | 2008-04-22 Thomas Thurman <tthurman@gnome.org> Thanks to Lucas Rocha, Iain Holmes, and Jens Granseuer for changes in this release. * No need to symlink to .desktop files (Lucas) * Fixes to compositor's dealings with overlay windows (Iain) * C89 fixes (Jens) Translators: Khaled Hosny (ar), Amitakhya Phukan (as), Ihar Hrachyshka (be@latin), Petr Kovar (cs), Rhys Jones (cy), Kenneth Nielsen (da), Andre Klapper (de), Jorge González (es), Iñaki Larrañaga Murgoitio (eu), Ilkka Tuohela (fi), Claude Paroz (fr), Seán de Búrca (ga), Ignacio Casal Quinteiro (gl), Yuval Tanny (he), Gabor Kelemen (hu), Luca Ferretti (it), Takeshi AIHANA (ja), Shankar Prasad (kn), Changwoo Ryu (ko), Arangel Angov (mk), sandeep shedmake (mr), Kjartan Maraas (nb), Nabin Gautam (ne), Wouter Bolsterlee (nl), Eskild Hustvedt (nn), Yannig Marchegay (Kokoyaya) (oc), Tomasz Dominikowski (pl), Duarte Loreto (pt), Vasiliy Faronov (ru), Daniel Nylander (sv), Theppitak Karoonboonyanan (th), Baris Cicek (tr), Maxim Dziumanenko (uk), Clytie Siddall (vi), Woodman Tuen (zh_HK), Woodman Tuen (zh_TW) svn path=/trunk/; revision=3687
* Post-release bump to 2.21.8. (Which was seriously belated. Sorry, folks.)Thomas Thurman2008-04-222-1/+6
| | | | | | | | | | 2008-04-22 Thomas Thurman <tthurman@gnome.org> * configure.in: Post-release bump to 2.21.8. (Which was seriously belated. Sorry, folks.) svn path=/trunk/; revision=3686
* a few commentsThomas Thurman2008-04-222-3/+18
| | | | | | | | | 2008-04-22 Thomas Thurman <tthurman@gnome.org> * src/core/effects.c: a few comments svn path=/trunk/; revision=3685
* updated hebrew translationYair Hershkovitz2008-04-202-149/+198
| | | | svn path=/trunk/; revision=3683
* Updated Slovenian translationMatej Urbančič2008-04-131-168/+181
| | | | svn path=/trunk/; revision=3682
* no need to create a symlink to .desktop file in default-session directoryLucas Rocha2008-04-102-8/+6
| | | | | | | | | | 2008-04-10 Lucas Rocha <lucasr@gnome.org> * src/Makefile.am: no need to create a symlink to .desktop file in default-session directory anymore as gnome-session will find metacity's .desktop in its original place. svn path=/trunk/; revision=3681
* updated hebrew translationYair Hershkovitz2008-04-102-790/+801
| | | | svn path=/trunk/; revision=3680
* Hide the overlay window (meta_compositor_unmanage_screen): Release theiain2008-04-072-2/+14
| | | | | | | | | | | | | 2008-04-07 iain <iain@gnome.org> * src/core/compositor.c (hide_overlay_window): Hide the overlay window (meta_compositor_unmanage_screen): Release the compositor overlay. (#526770) svn path=/trunk/; revision=3678
* reorder declarations so we don't break C89 compilers.Jens Granseuer2008-04-072-6/+15
| | | | | | | | | | 2008-04-07 Jens Granseuer <jensgr@gmx.net> * src/core/session.c: (save_state), (warn_about_lame_clients_and_finish_interact): reorder declarations so we don't break C89 compilers. svn path=/trunk/; revision=3677
* 2.23.5 release.Thomas James Alexander Thurman2008-04-062-0/+22
| | | | svn path=/trunk/; revision=3676
* Updated the Norwegian Nynorsk translationEskild Hustvedt2008-04-042-1046/+1291
| | | | svn path=/trunk/; revision=3674
* preferences which have a null target don't get updated! (#526016)Thomas Thurman2008-04-032-0/+9
| | | | | | | | | | 2008-04-03 Thomas Thurman <tthurman@gnome.org> * src/core/prefs.c (handle_preference_update_bool): preferences which have a null target don't get updated! (#526016) svn path=/trunk/; revision=3673
* Updated turkish translationBaris Cicek2008-03-312-397/+325
| | | | svn path=/trunk/; revision=3671
* Updated Spanish translationJorge Gonzalez Gonzalez2008-03-302-60/+71
| | | | svn path=/trunk/; revision=3670
* make Metacity install its desktop files in the default session directoryLucas Rocha2008-03-303-0/+19
| | | | | | | | | | | 2008-03-29 Lucas Rocha <lucasr.at.mundo@gmail.com> * src/metacity.desktop.in, src/Makefile.am: make Metacity install its desktop files in the default session directory as required by the new gnome-session. (Closes #525051.) svn path=/trunk/; revision=3669
* prevent null dereference if the theme was invalid, which caused crashes inThomas Thurman2008-03-292-8/+21
| | | | | | | | | | | | | 2008-03-29 Thomas Thurman <tthurman@gnome.org> * src/ui/preview-widget.c (meta_preview_get_clip_region): prevent null dereference if the theme was invalid, which caused crashes in gnome-appearance-properties. No GNOME bug number, but I believe this is a fix for Launchpad bug #199402 and its many duplicates. svn path=/trunk/; revision=3668
* Don't immediately unminimize an initially iconic window (#491090)Owen Taylor2008-03-282-1/+9
| | | | | | | | | | 2008-03-28 Owen Taylor <otaylor@redhat.com> * src/core/window.c (meta_window_new_with_attrs): Don't immediately unminimize an initially iconic window (#491090) svn path=/trunk/; revision=3667
* files are saved in ~/.config/metacity/sessions and checked for there andThomas Thurman2008-03-272-11/+50
| | | | | | | | | | | 2008-03-27 Thomas Thurman <tthurman@gnome.org> * src/core/session.c (regenerate_save_file, save_state, load_state): files are saved in ~/.config/metacity/sessions and checked for there and in ~/.metacity/sessions. Fixes #518596. svn path=/trunk/; revision=3666
* fix regression where Metacity sometimes wouldn't quit when replacedThomas Thurman2008-03-272-4/+7
| | | | | | | | | | 2008-03-27 Thomas Thurman <tthurman@gnome.org> * src/core/display.c (meta_display_close): fix regression where Metacity sometimes wouldn't quit when replaced svn path=/trunk/; revision=3665
* meta_display_screen_for_root is quite capable of returning NULL.Thomas Thurman2008-03-262-9/+15
| | | | | | | | | | 2008-03-26 Thomas Thurman <tthurman@gnome.org> * src/core/display.c (event_callback): meta_display_screen_for_root is quite capable of returning NULL. svn path=/trunk/; revision=3664
* MetaDisplay becomes a singleton. The static variable which holds thisThomas Thurman2008-03-257-566/+507
| | | | | | | | | | | | | | | | | | | | | | 2008-03-25 Thomas Thurman <tthurman@gnome.org> * src/core/display.c (meta_display_queue_retheme_all_windows, meta_set_syncing, meta_display_set_cursor_theme, disable_compositor, meta_display_for_x_display, meta_display_open, meta_display_close, meta_display_ungrab): MetaDisplay becomes a singleton. The static variable which holds this singleton is renamed "the_display" so as not to mask the this parameter in the methods. * src/core/main.c (main): * src/core/session.c (warn_about_lame_clients_and_finish_inte, save_state, io_from_warning_dialog): * src/core/core.c (meta_core_increment_event_serial): * src/core/delete.c (release_window_with_fd, search_and_destroy_window): sympathy changes for this, and consequent simplification. Closes #499301. svn path=/trunk/; revision=3663
* Update Vietnamese translationNguyễn Thái Ngọc Duy2008-03-232-998/+1055
| | | | | | | | | 2008-03-23 Nguyễn Thái Ngọc Duy <pclouds@gmail.com> * vi.po: Update Vietnamese translation svn path=/trunk/; revision=3661
* Post-release bump to 2.23.5.Thomas James Alexander Thurman2008-03-212-1/+5
| | | | svn path=/trunk/; revision=3660
* 2.23.3 release.METACITY_2_23_3Thomas James Alexander Thurman2008-03-212-0/+26
| | | | svn path=/trunk/; revision=3658
* Workspaces whose name is the standard name plus a non-empty string areThomas Thurman2008-03-212-2/+13
| | | | | | | | | | | 2008-03-21 Thomas Thurman <tthurman@gnome.org> * src/ui/menu.c (activate_cb, get_workspace_name_with_accel): Workspaces whose name is the standard name plus a non-empty string are handled correctly in menus. Closes #453678. svn path=/trunk/; revision=3657
* Typo fix for zh_HK and zh_TWKwok-Koon Cheung2008-03-203-4/+8
| | | | svn path=/trunk/; revision=3656
* Handle compositor being disabled and don't crash.Iain Holmes2008-03-192-4/+17
| | | | | | | | | | | 2008-03-19 Iain Holmes <iain@gnome.org> * src/core/compositor.c (meta_compositor_set_active_window): Handle compositor being disabled and don't crash. svn path=/trunk/; revision=3655
* Add a screen argument. (process_property_notify): Damage the whole screenIain Holmes2008-03-194-6/+32
| | | | | | | | | | | | | | | | | | | | 2008-03-19 Iain Holmes <iain@gnome.org> * src/core/compositor.c (meta_compositor_set_active_window): Add a screen argument. (process_property_notify): Damage the whole screen when the background changes. Fixes 522599 (add_repair): Use the idle instead of the timeout. Fixes 522166 (unmap_win): If the window is also focus window NULLify it. * src/core/window.c (meta_window_notify_focus): Notify when a window has lost focus, pass in screen as well. svn path=/trunk/; revision=3654
* Allow shaped windows _with frames_ to have shadows.Iain Holmes2008-03-184-68/+266
| | | | | | | | | | | | | | | | | | | | 2008-03-18 Iain Holmes <iain@gnome.org> * src/core/compositor.c (window_has_shadow): Allow shaped windows _with frames_ to have shadows. (meta_compositor_set_active_window): Watch for the focus of windows and change the size of the drop shadows. (generate_shadows): Create differently sized shadows. (meta_compositor_get_window_pixmap): Get the xwindow correctly. * src/core/window.c (meta_window_notify_focus): Set the active window in the compositor. svn path=/trunk/; revision=3653
* Translation updatedGabor Kelemen2008-03-182-1/+5
| | | | | | | | | 2008-03-18 Gabor Kelemen <kelemeng@gnome.hu> * hu.po: Translation updated svn path=/trunk/; revision=3652
* newly created windows can't be considered to be above themselves; fixesMarco Pesenti Gritti2008-03-182-1/+6
| | | | | | | | | | 2008-03-18 Marco Pesenti Gritti <mpgritti@gmail.com> * src/core/window.c (window_would_be_covered): newly created windows can't be considered to be above themselves; fixes bug #519188. svn path=/trunk/; revision=3650
* allow moving workspace while moving window with modifier remove theMatthew Wilson2008-03-113-116/+112
| | | | | | | | | | | | | 2008-03-11 Matthew Wilson <msw@gimp.org> * src/core/keybindings.c (meta_display_process_key_event, process_event, find_handler, process_mouse_move_resize_grab): allow moving workspace while moving window with modifier * src/core/workspace.c (meta_workspace_activate_with_focus): remove the correct window on jumping workspace while moving svn path=/trunk/; revision=3649
* Don't shadow shaped windows.Josh Lee2008-03-102-0/+11
| | | | | | | | | | 2008-03-10 Josh Lee <jleedev@gmail.com> * src/core/compositor.c (window_has_shadow): Don't shadow shaped windows. svn path=/trunk/; revision=3648
* Updated Danish translationKenneth Nielsen2008-03-092-875/+922
| | | | svn path=/trunk/; revision=3646
* Translation updatedGabor Kelemen2008-03-092-1295/+1244
| | | | | | | | | 2008-03-09 Gabor Kelemen <kelemeng@gnome.hu> * hu.po: Translation updated svn path=/trunk/; revision=3640
* sv.po: Updated Swedish translationDaniel Nylander2008-03-082-159/+153
| | | | svn path=/trunk/; revision=3638
* Updated Russian translation.Vasiliy Faronov2008-03-082-1345/+1370
| | | | | | | | | 2008-03-09 Vasiliy Faronov <qvvx@yandex.ru> * ru.po: Updated Russian translation. svn path=/trunk/; revision=3636
* Updated Occitan translationYannig MARCHEGAY2008-03-081-114/+128
| | | | svn path=/trunk/; revision=3635
* Update Ukrainian translation.Maxim Dziumanenko2008-03-072-879/+897
| | | | | | | | 2008-03-07 Maxim Dziumanenko <dziumanenko@gmail.com> * Update Ukrainian translation. svn path=/trunk/; revision=3633
* Post-release bump to 2.23.3.Thomas James Alexander Thurman2008-03-072-1/+5
| | | | svn path=/trunk/; revision=3632
* 2.23.2 release.METACITY_2_23_2Thomas James Alexander Thurman2008-03-072-0/+10
| | | | svn path=/trunk/; revision=3630
* remove debug statements (*blush*)Thomas Thurman2008-03-072-7/+6
| | | | | | | | | | 2008-03-07 Thomas Thurman <tthurman@gnome.org> * src/core/prefs.c (mouse_button_mods_handler): remove debug statements (*blush*) svn path=/trunk/; revision=3629
* Post-release bump to 2.23.2.Thomas James Alexander Thurman2008-03-062-1/+5
| | | | svn path=/trunk/; revision=3628
* 2.23.1 release.METACITY_2_23_1Thomas James Alexander Thurman2008-03-062-16/+24
| | | | svn path=/trunk/; revision=3626
* basic md5 printing (not used yet); also print release announcements toThomas Thurman2008-03-062-0/+14
| | | | | | | | | | | 2008-03-06 Thomas Thurman <tthurman@gnome.org> * tools/release-wrangler.py: basic md5 printing (not used yet); also print release announcements to stdout (eventually will need to be emailed to release list and blogged) svn path=/trunk/; revision=3625
* Part three of the great prefs refactor, this time dealing with stringThomas Thurman2008-03-062-355/+349
| | | | | | | | | | | | | | | | | | | | | 2008-03-06 Thomas Thurman <tthurman@gnome.org> Part three of the great prefs refactor, this time dealing with string preferences. (This was the most complicated part, and has been especially tested and valground before committing. As ever, though, let us know if you find a problem.) * src/core/prefs.c (MetaStringPreference): new struct. * src/core/prefs.c (update_*): replaced with *_handler * src/core/prefs.c (meta_prefs_init): uses new string prefs init; uses array of gconf dirs to monitor rather than repeating code. * src/core/prefs.c (handle_preference_init_enum): tidying * src/core/prefs.c (change_notify): uses new string prefs svn path=/trunk/; revision=3624
* added some spacing to see whether it helps PulseThomas Thurman2008-03-042-0/+7
| | | | | | | | | | 2008-03-04 Thomas Thurman <tthurman@gnome.org> * MAINTAINERS: added some spacing to see whether it helps Pulse svn path=/trunk/; revision=3623
* Updated Spanish translationJorge Gonzalez Gonzalez2008-03-032-140/+185
| | | | svn path=/trunk/; revision=3622