summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* 2.15.1 release belated post-release version bump to 2.15.1 Include boxes.hMETACITY_2_15_1Elijah Newren2006-04-254-1/+17
| | | | | | | | | 2006-04-25 Elijah Newren <newren gmail com> * NEWS: 2.15.1 release * configure.in: belated post-release version bump to 2.15.1 * src/Makefile.am: Include boxes.h so that control-center won't fail to build #339708.
* 2.15.0 releaseMETACITY_2_15_0Elijah Newren2006-04-243-36/+188
| | | | | | 2006-04-24 Elijah Newren <newren gmail com> * NEWS: 2.15.0 release
* Updated Thai translation.metacity-theme-2-branchpointTheppitak Karoonboonyanan2006-04-212-501/+615
| | | | | | 2006-04-21 Theppitak Karoonboonyanan <thep@linux.thai.net> * th.po: Updated Thai translation.
* #337951.Brian Pepple2006-04-203-2/+82
| | | | | | | | | | | | 2006-04-20 Brian Pepple <bdpepple@gmail.com> #337951. * po/LINGUAS: New file listing all supported languages. * configure.in: Use po/LINGUAS instead of including all languages directly in this file. See the wiki for more information: http://live.gnome.org/GnomeGoals/PoLinguas.
* Updated TranslationAnkitkumar Rameshchandra Patel2006-04-202-21/+96
|
* warn and ignore if transient_for is set to a non-top-level window. FixesThomas Andersen2006-04-192-0/+16
| | | | | | | 2006-04-19 Thomas Andersen <phomes@gmail.com> * src/window-props.c (reload_transient_for): warn and ignore if transient_for is set to a non-top-level window. Fixes #335524.
* Replace while loops iterating over sequences with for loops. Also, replaceBjörn Lindqvist2006-04-192-122/+103
| | | | | | | | | | | | | | 2006-04-19 Björn Lindqvist <bjourne@gmail.com> * src/frames.c (struct CachedPixels, meta_frames_destroy, invalidate_cache, generate_pixmap, populate_cache, cached_pixels_draw, meta_frames_expose_event, meta_frames_paint_to_drawable): Replace while loops iterating over sequences with for loops. Also, replace the attributes in the CachedPixels struct with a list of four CachedFramePiece:s, this allows iteration over the four pixmaps instead of treating each one separately. Fixes #338359.
* Updated TranslationAnkitkumar Rameshchandra Patel2006-04-192-457/+463
|
* Add boxes.{c,h} to libmetacity_privateBjörn Lindqvist2006-04-186-314/+179
| | | | | | | | | | | | | | | | | 2006-04-18 Björn Lindqvist <bjourne@gmail.com> * makefile.am: Add boxes.{c,h} to libmetacity_private * src/theme-parser.c (check_expression): * src/theme-viewer.c (run_position_expression_tests): Use meta_rect (). * src/theme.c: Replace while loops iterating over sequences with for loops. * src/theme.c, src/theme.h (struct _MetaPositionExprEnv, meta_draw_op_draw, meta_draw_op_list_draw, meta_theme_draw_menu_icon): Use MetaRectangles in function prototypes instead of x, y, with, height ints where applicable.
* Remove obsolete entry for no_NO And the translation.Kjartan Maraas2006-04-183-3289/+6
| | | | | | | 2006-04-18 Kjartan Maraas <kmaraas@gnome.org> * configure.in: Remove obsolete entry for no_NO * po/no.po: And the translation.
* Allow any keybinding pref to be specified either with <foo>, a string, orThomas Thurman2006-04-174-154/+476
| | | | | | | | | | | | 2004-04-17 Thomas Thurman <thomas@thurman.org.uk> * keybindings.c (count_bindings, rebuild_binding_table): * prefs.c (change_notify, screen_bindings, window_bindings, init_bindings, update_binding, find_and_update_list_binding, update_list_binding, meta_prefs_get_window_binding): Allow any keybinding pref to be specified either with <foo>, a string, or <foo>_list, a list of strings, or both. Fixes #164831.
* vi.po: Updated Vietnamese translation.Clytie Siddall2006-04-172-308/+348
|
* Updated Catalan translation.Josep Puigdemont i Casamajó2006-04-172-293/+421
|
* Patch from Dan Sanders to fix #334899.Elijah Newren2006-04-172-1/+16
| | | | | | | | | | | 2006-04-16 Elijah Newren <newren gmail com> Patch from Dan Sanders to fix #334899. * window.c (meta_window_new_with_attrs): Unminimize ancestors of new windows when mapped; this prevents e.g. confirmation windows from causing applications to appear locked when closing via the window list.
* Updated metacity zh_CN translation.Funda Wang2006-04-162-181/+197
|
* Patch from Dan Sanders to fix #335076.Elijah Newren2006-04-163-4/+38
| | | | | | | | | | | 2006-04-15 Elijah Newren <newren gmail com> Patch from Dan Sanders to fix #335076. * src/core.c (meta_core_maximize, meta_core_toggle_maximize, meta_core_unmaximize): * src/window.c (meta_window_client_message): Raise windows on maximize/unmaximize.
* Patch from Andy Morum to fix the build with --disable-xsync. #336605Elijah Newren2006-04-152-2/+7
| | | | | | | 2006-04-15 Elijah Newren <newren gmail com> * src/display.h: Patch from Andy Morum to fix the build with --disable-xsync. #336605
* Include instructions on setting up a minimal building/testing environmentElijah Newren2006-04-152-0/+27
| | | | | | | 2006-04-14 Elijah Newren <newren gmail com> * HACKING: Include instructions on setting up a minimal building/testing environment
* Good grief, can I never get the bug number right? #94682Thomas James Alexander Thurman2006-04-151-1/+1
|
* Add a tabbing function, bound to alt-f6 by default, to cycle through theThomas Thurman2006-04-159-10/+216
| | | | | | | | | | | | | | | | | | | 2006-04-14 Thomas Thurman <thomas@thurman.org.uk> Add a tabbing function, bound to alt-f6 by default, to cycle through the windows of the current application. Fixes #164831. * src/common.h: two new MetaGrabOpts values for group switching * src/display.c (ping_data_free, meta_display_in_grab_op, IN_TAB_CHAIN): adapt to new MetaGrabOpts * src/display.h: new enum value for MetaTabList for group switching * src/keybindings.c (meta_display_process_key_event): adapt to new MetaGrabOpts (process_tab_grab): adapt to new MetaGrabOpts, and use switch statement for cancelling instead of if statement * src/metacity.schemas.in: new keybindings * src/prefs.c, src/prefs.h: handle new keybindings * src/window.h: define META_WINDOW_IN_GROUP_TAB_CHAIN macro
* Include reasons why gdk/gtk.h and core includes like display.h/window.hElijah Newren2006-04-142-5/+30
| | | | | | | | 2006-04-14 Elijah Newren <newren gmail com> * HACKING: Include reasons why gdk/gtk.h and core includes like display.h/window.h must be kept separate. Taken from a private email from Havoc.
* Updated Spanish translation.Francisco Javier F. Serrador2006-04-142-322/+282
| | | | | | 2006-04-14 Francisco Javier F. Serrador <serrador@cvs.gnome.org> * es.po: Updated Spanish translation.
* Updated Brazilian Portuguese translationRaphael Higino2006-04-142-1588/+551
|
* Updated Norwegian Nynorsk translation.Åsmund Skjæveland2006-04-142-576/+649
| | | | | | 2006-04-14 Åsmund Skjæveland <aasmunds@fys.uio.no> * nn.po: Updated Norwegian Nynorsk translation.
* Updated Finnish translationIlkka Tuohela2006-04-142-277/+329
|
* Translation updated by Wouter Bolsterlee.Wouter Bolsterlee2006-04-142-4/+8
| | | | | | 2006-04-14 Wouter Bolsterlee <uws+gnome@xs4all.nl> * nl.po: Translation updated by Wouter Bolsterlee.
* Updated Bulgarian translation by Alexander Shopov <ash@contact.bg>Alexander Shopov2006-04-142-299/+268
| | | | | | | 2006-04-14 Alexander Shopov <ash@contact.bg> * bg.po: Updated Bulgarian translation by Alexander Shopov <ash@contact.bg>
* Fixed broken links. #333303Alejandro Andres2006-04-142-5/+6
| | | | | | 2006-04-13 Alejandro Andres <fuzzy.alej@gmail.com> * README: Fixed broken links. #333303
* Check for both POPUP and DROPDOWN.Søren Sandmann2006-04-132-4/+15
| | | | | | | Thu Apr 13 12:23:28 2006 Søren Sandmann <sandmann@redhat.com> * src/c-screen.c (meta_screen_info_add_window): Check for both POPUP and DROPDOWN.
* *** empty log message ***Björn Lindqvist2006-04-139-23/+44
|
* Patch from Ron Yorston to add a focus_new_windows option. Default isElijah Newren2006-04-127-8/+123
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 2006-04-12 Elijah Newren <newren gmail com> Patch from Ron Yorston to add a focus_new_windows option. Default is 'smart' (focus by default but normal focus-stealing-prevention can kick in); 'strict' is current other choice (like 'smart' except that programs launched by the terminal will not be focused). Fixes remainder of #326159. Should also close #152004 and a bunch of others. * src/common.h: Add a MetaFocusNewWindows enum giving the current types allowed * src/display.h: Update docs on allow_terminal_deactivation to note that it is only relevant when focus_new_windows is 'strict' * src/prefs.c: * src/prefs.h: * src/metacity.schemas.in: add the new gconf key and explanation * src/prefs.[ch] (#define KEY_FOCUS_NEW_WINDOWS, static gboolean focus_new_windows, update_focus_new_windows, meta_prefs_init, change_notify, meta_prefs_get_focus_new_windows, meta_preference_to_string): Add all the normal preference handling stuff for this new focus-new-windows option. * src/window.c (window_state_on_map, meta_window_set_user_time): Don't focus windows launched from a terminal
* Check if the window is a menu and make it 90% opaque in that case.Søren Sandmann2006-04-104-52/+132
| | | | | | | | | | | | | | Mon Apr 10 16:44:51 2006 Søren Sandmann <sandmann@redhat.com> * src/c-screen.c (is_menu): Check if the window is a menu and make it 90% opaque in that case. * src/c-screen.c (claim_selection): Handle CM_Sn selection properly. * src/c-screen.c: Remove debug spew * src/screen.c (meta_screen_composite_all_windows): Remove debug spew
* *** empty log message ***Björn Lindqvist2006-04-105-76/+12
|
* Translation updated by Michiel Sikkes.Vincent van Adrighem2006-04-092-148/+164
| | | | | | 2006-04-09 Vincent van Adrighem <adrighem@gnome.org> * nl.po: Translation updated by Michiel Sikkes.
* Changes strings to make them more readable, and more translatable. FixesGora Mohanty2006-04-073-132/+103
| | | | | | | | | 2006-03-27 Gora Mohanty <gmohanty@cvs.gnome.org> * src/metacity.schemas.in: * src/theme.c: Changes strings to make them more readable, and more translatable. Fixes #335720.
* file br.po was initially added on branch gnome-2-14.Jeremy Le Floc'h2006-04-050-0/+0
|
* Fix constraints bug causing negative width windows and crashes. #336651Elijah Newren2006-04-022-1/+12
| | | | | | | | | | | 2006-04-02 Elijah Newren <newren gmail com> Fix constraints bug causing negative width windows and crashes. #336651 * src/constraints.c (constrain_partially_onscreen): Don't accidentally shove & resize the window by requiring more pixels to be onscreen than the size of the window.
* Updated Norwegian bokmål translation. Same.Kjartan Maraas2006-04-023-60/+95
| | | | | | | 2006-04-02 Kjartan Maraas <kmaraas@gnome.org> * nb.po: Updated Norwegian bokmål translation. * no.po: Same.
* Release the GL window here. Disconect from the magnifier, not the stacker.Søren Sandmann2006-03-312-1/+9
| | | | | | | Fri Mar 31 16:44:56 2006 Søren Sandmann <sandmann@redhat.com> * src/c-screen.c (meta_screen_info_unredirect): Release the GL window here. Disconect from the magnifier, not the stacker.
* Only use magnifier when USE_MAGNIFIER is set.Søren Sandmann2006-03-313-1/+27
| | | | | | | | | | Fri Mar 31 12:24:26 2006 Søren Sandmann <sandmann@redhat.com> * src/c-screen.c (meta_screen_info_redirect): Only use magnifier when USE_MAGNIFIER is set. * src/compositor.c (meta_compositor_free_window): Only wobble when USE_WOBBLE is set.
* Don't hardcode screen size.Søren Sandmann2006-03-312-10/+22
| | | | | | | Fri Mar 31 12:13:21 2006 Søren Sandmann <sandmann@redhat.com> * src/c-screen.c (meta_screen_info_redirect): Don't hardcode screen size.
* Fix the memory corruption in a better way.Søren Sandmann2006-03-302-22/+52
| | | | | | | Thu Mar 30 17:01:12 2006 Søren Sandmann <sandmann@redhat.com> * src/compositor.c (struct MetaCompositor): Fix the memory corruption in a better way.
* Fix an illegal write.Søren Sandmann2006-03-302-1/+9
| | | | | | Thu Mar 30 16:38:35 2006 Søren Sandmann <sandmann@redhat.com> * src/compositor.c (meta_compositor_begin_move): Fix an illegal write.
* Turn wobbling back on Add new explosion effect.Søren Sandmann2006-03-304-11/+118
| | | | | | Thu Mar 30 16:13:52 2006 Søren Sandmann <sandmann@redhat.com> * composite.c: Turn wobbling back on Add new explosion effect.
* Fix grouping in the presence of ancestors; caught by Björn. #336184Elijah Newren2006-03-304-9/+38
| | | | | | | | | | | | | | | | | 2006-03-29 Elijah Newren <newren gmail com> Fix grouping in the presence of ancestors; caught by Björn. #336184 * src/group.c (meta_window_compute_group): Use new meta_window_find_root_ancestor() function to get ancestor; for the computed group, use the ancestor's group instead of the ancestor itself * src/window.[ch] (meta_window_find_root_ancestor, meta_window_raise): split meta_window_find_root_ancestor() functionality of meta_window_raise() and make it available elsewhere
* Added Dzongkha translationGuntupalli Karunakar2006-03-301-0/+2296
|
* Add bugs about pointer warping; update raise-on-click ones.Elijah Newren2006-03-302-3/+19
| | | | | | | 2006-03-29 Elijah Newren <newren gmail com> * rationales.txt: Add bugs about pointer warping; update raise-on-click ones.
* That was #305882, not what I said.Thomas James Alexander Thurman2006-03-291-1/+1
|
* mark a window as needing or not needing the user's attention use the newThomas Thurman2006-03-293-15/+94
| | | | | | | | | | | 2006-03-29 Thomas Thurman <thomas@thurman.org.uk> * src/window.c, src/window.h (meta_window_set_demands_attention, meta_window_unset_demands_attention): mark a window as needing or not needing the user's attention * src/window.c (meta_window_show, window_activate, meta_window_focus, meta_window_configure_request, meta_window_client_message): use the new set/unset demands attention functions. Fixes #305822.
* *** empty log message ***Björn Lindqvist2006-03-294-36/+27
|