summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* forget about distcheck for nowtest-systemThomas James Alexander Thurman2008-06-041-4/+5
| | | | svn path=/branches/test-system/; revision=3750
* considerable improvementsThomas James Alexander Thurman2008-06-021-28/+122
| | | | svn path=/branches/test-system/; revision=3746
* Can build stuff. Whee.Thomas James Alexander Thurman2008-05-281-9/+44
| | | | svn path=/branches/test-system/; revision=3742
* partway checkinThomas James Alexander Thurman2008-05-281-10/+42
| | | | svn path=/branches/test-system/; revision=3740
* fix test name readingThomas James Alexander Thurman2008-05-281-5/+26
| | | | svn path=/branches/test-system/; revision=3739
* Demonstration that the WM poll system worksThomas James Alexander Thurman2008-05-272-25/+27
| | | | svn path=/branches/test-system/; revision=3738
* actually start to hash some kind of a skeleton togetherThomas James Alexander Thurman2008-05-271-11/+53
| | | | svn path=/branches/test-system/; revision=3737
* Basic version (in flux)Thomas James Alexander Thurman2008-05-221-0/+105
| | | | svn path=/branches/test-system/; revision=3721
* Partial checkinThomas James Alexander Thurman2008-05-204-10/+96
| | | | svn path=/branches/test-system/; revision=3719
* First hack at centralising testingThomas James Alexander Thurman2008-05-194-3/+178
| | | | svn path=/branches/test-system/; revision=3718
* First pass with the testing subsystemThomas James Alexander Thurman2008-05-185-0/+126
| | | | svn path=/branches/test-system/; revision=3714
* Updated Norwegian bokmål translation.Kjartan Maraas2008-05-142-36/+40
| | | | | | | | 2008-05-14 Kjartan Maraas <kmaraas@gnome.org> * nb.po: Updated Norwegian bokmål translation. svn path=/trunk/; revision=3710
* Translation updated by Tino Meinen.Vincent van Adrighem2008-05-132-161/+164
| | | | | | | | 2008-05-13 Vincent van Adrighem <adrighem@gnome.org> * nl.po: Translation updated by Tino Meinen. svn path=/trunk/; revision=3709
* remove color_set flag remove check of color_set flag before rendering (weRobert Escriva2008-05-133-20/+15
| | | | | | | | | | | | 2008-05-13 Robert Escriva <me@robescriva.com> * src/ui/theme.h (struct): remove color_set flag * src/ui/theme.c (meta_color_spec_render, meta_color_spec_new_from_string): remove check of color_set flag before rendering (we always do it now). Closes #511826. svn path=/trunk/; revision=3708
* Basic Python-based Xlib client for testing and building upon.Thomas Thurman2008-05-122-0/+48
| | | | | | | | | | 2008-05-12 Thomas Thurman <tthurman@gnome.org> * tools/xlib.py: Basic Python-based Xlib client for testing and building upon. svn path=/trunk/; revision=3707
* Remove src/ui/color.[ch] since they are not used anywhereElijah Newren2008-05-113-427/+5
| | | | svn path=/trunk/; revision=3706
* Updated Norwegian bokmål translation.Kjartan Maraas2008-05-062-343/+354
| | | | | | | | 2008-05-06 Kjartan Maraas <kmaraas@gnome.org> * nb.po: Updated Norwegian bokmål translation. svn path=/trunk/; revision=3705
* Added curly brackets in two places to keep -pedantic happy.Thomas Thurman2008-05-043-2/+13
| | | | | | | | | | | | 2008-05-04 Thomas Thurman <tthurman@gnome.org> Added curly brackets in two places to keep -pedantic happy. * src/core/window-props.c (meta_display_init_window_prop_hooks) * src/core/group-props.c (meta_display_init_group_prop_hooks) svn path=/trunk/; revision=3704
* fix type of "len" variable (refs #526049)Matt Krai2008-05-032-2/+6
| | | | | | | | | 2008-05-03 Matt Krai <mkraai@beckman.com> * src/core/delete.c (io_from_ping_dialog): fix type of "len" variable (refs #526049) svn path=/trunk/; revision=3703
* All information should live in exactly one place. This means that the listThomas Thurman2008-05-0217-628/+477
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 2008-05-02 Thomas Thurman <tthurman@gnome.org> All information should live in exactly one place. This means that the list of atoms should not be replicated anywhere. Therefore, we include it via x-macros. Closes #530843. * src/core/atomnames.h: added list of atom names * src/Makefile.am: added reference to new file * src/core/display.h * src/core/display.c (twice) * src/core/screen.c: #included atomnames.h instead of having an enormous list of atoms * src/core/group-props.c * src/core/window.c * src/core/compositor.c * src/core/window-props.c * src/core/delete.c * src/core/workspace.c * src/core/stack.c * src/core/keybindings.c * src/core/iconcache.c * src/core/group.c * src/core/xprops.c: changed to new, simpler identifiers for atoms svn path=/trunk/; revision=3702
* -megGabor Keleman2008-05-011-1/+1
| | | | svn path=/trunk/; revision=3701
* Translation updated.Gabor Kelemen2008-05-012-1/+5
| | | | | | | | 2008-05-01 Gabor Kelemen <kelemeng@gnome.org> * hu.po: Translation updated. svn path=/trunk/; revision=3699
* XGetWindowAttributes can return an error value, and if it does its otherChris Wang2008-04-292-14/+29
| | | | | | | | | | | 2008-04-29 Chris Wang <chris.wang@sun.com> * src/core/window.c (meta_window_new): XGetWindowAttributes can return an error value, and if it does its other results are invalid! (#530485) svn path=/trunk/; revision=3698
* documentationThomas Thurman2008-04-293-2/+59
| | | | | | | | | 2008-04-29 Thomas Thurman <tthurman@gnome.org> * src/ui/fixedtip.[ch]: documentation svn path=/trunk/; revision=3697
* Post-release bump to 2.23.21.Thomas James Alexander Thurman2008-04-272-1/+5
| | | | svn path=/trunk/; revision=3696
* 2.23.13 release.METACITY_2_23_13Thomas James Alexander Thurman2008-04-272-0/+16
| | | | svn path=/trunk/; revision=3694
* re-enable cascade code which was wrongly removed a year ago. ClosesErwann Chenede2008-04-272-4/+11
| | | | | | | | | | 2008-04-27 Erwann Chenede <erwann.chenede@sun.com> * src/core/place.c (meta_window_place): re-enable cascade code which was wrongly removed a year ago. Closes #529925. svn path=/trunk/; revision=3693
* Propagate opacity to frame window.Carlos Garnacho2008-04-222-1/+32
| | | | | | | | | | 2008-04-22 Carlos Garnacho <carlos@imendio.com> * src/core/compositor.c (process_property_notify, find_window_in_display): Propagate opacity to frame window. svn path=/trunk/; revision=3692
* Post-release bump to 2.23.13.Thomas James Alexander Thurman2008-04-222-1/+5
| | | | svn path=/trunk/; revision=3691
* 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