summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* 2.13.144 releaseMETACITY_2_13_144Elijah Newren2006-02-272-0/+22
| | | | | | 2006-02-27 Elijah Newren <newren gmail com> * NEWS: 2.13.144 release
* Patch from Thomas Thurman to prevent setting cycle_windows to keybindingsElijah Newren2006-02-274-0/+114
| | | | | | | | | | | | | | 2006-02-27 Elijah Newren <newren gmail com> Patch from Thomas Thurman to prevent setting cycle_windows to keybindings that won't work. #329676 * src/prefs.c (update_binding): Make sure that bindings which require a modifier key are set to a keybinding with one or else that the binding is reverted. * src/ui.[ch] (meta_ui_accelerator_name): New function
* Patch from Thomas Thurman to work around buggy application grouping withElijah Newren2006-02-273-2/+28
| | | | | | | | | | | | | 2006-02-27 Elijah Newren <newren gmail com> Patch from Thomas Thurman to work around buggy application grouping with transient windows. #328211 * src/group.c (meta_window_compute_group): Put transients in the same group with their parent, always. * src/window.c (update_transient_for): Update group too
* Patch from Sylvain Bertrand to fix build issues with library search order.Elijah Newren2006-02-272-4/+10
| | | | | | | | 2006-02-27 Elijah Newren <newren gmail com> * configure.in: Patch from Sylvain Bertrand to fix build issues with library search order. #330695.
* Insert #ifdef's to make it build againSøren Sandmann2006-02-162-3/+13
| | | | | | Thu Feb 16 15:54:48 2006 Søren Sandmann <sandmann@redhat.com> * src/compositor.c: Insert #ifdef's to make it build again
* Add code to destroy compositor. Implement unmanage_screen() functionality.GNOME_2_14_BRANCHPOINTSøren Sandmann2006-02-153-457/+502
| | | | | | | Wed Feb 15 18:42:03 2006 Søren Sandmann <sandmann@redhat.com> * src/compositor.[ch]: Add code to destroy compositor. Implement unmanage_screen() functionality.
* Add unused wobbly unminimize animation by KristianSøren Sandmann2006-02-154-55/+624
| | | | | | | | | | | | | | | Wed Feb 15 14:47:50 2006 Søren Sandmann <sandmann@redhat.com> * src/compositor.c (meta_compositor_unminimize): Add unused wobbly unminimize animation by Kristian * src/compositor.c (meta_compositor_minimize): Add wobbly minimize animation by Kristian. * src/compositor.c: Add support for turning updates on and off. * src/window.c (meta_window_move_resize_internal): Use sync counter to make composited resizing tear free
* Patch from Jens Granseuer to fix more build issues with gcc 2.95. #331166.Elijah Newren2006-02-142-2/+12
| | | | | | | | | | 2006-02-14 Elijah Newren <newren gmail com> Patch from Jens Granseuer to fix more build issues with gcc 2.95. #331166. * src/prefs.c (meta_prefs_init): Remove C99 style variable initiailization
* post-release version bump to 2.13.144Elijah Newren2006-02-132-1/+5
| | | | | | 2006-02-13 Elijah Newren <newren gmail com> * configure.in: post-release version bump to 2.13.144
* 2.13.89 releaseMETACITY_2_13_89Elijah Newren2006-02-132-0/+28
| | | | | | 2006-02-13 Elijah Newren <newren gmail com> * NEWS: 2.13.89 release
* We had that prev_window code in multiple places and it was all identical.Elijah Newren2006-02-132-28/+16
| | | | | | | | | 2006-02-13 Elijah Newren <newren gmail com> * src/keybindings.c (process_tab_grab): We had that prev_window code in multiple places and it was all identical. Let's just stick it in one place to make the function easier to read.
* Allow alt-escape to cancel alt-tabbing, and vice versa. Fixes #141425.Thomas Thurman2006-02-132-3/+58
| | | | | | | | 2006-02-13 Thomas Thurman <thomas thurman org uk> * src/keybindings.c (process_tab_grab): Allow alt-escape to cancel alt-tabbing, and vice versa. Fixes #141425.
* Updated Czech translation.Miloslav Trmac2006-02-132-311/+338
| | | | | | 2006-02-13 Miloslav Trmac <mitr@volny.cz> * cs.po: Updated Czech translation.
* Disable alt-f7 if a window can't be moved, and alt-f8 if it can't beThomas Thurman2006-02-122-2/+10
| | | | | | | | | | 2006-02-11 Thomas Thurman <thomas thurman org uk> Disable alt-f7 if a window can't be moved, and alt-f8 if it can't be resized. Fixes #328920. * src/keybindings.c (handle_begin_move, handle_begin_resize): check window->has_*_func before beginning operation
* Add a man page for metacity. Original version taken from Debian (writtenElijah Newren2006-02-123-1/+68
| | | | | | | | | 2006-02-11 Elijah Newren <newren gmail com> Add a man page for metacity. Original version taken from Debian (written by Thom May and Akira Tagoh) and updated by Luke Morton and Philip O'Brien. Necessary auto-fu supplied by Philip O'Brien. Fixes #321279.
* actually use META_LAYER_TOP but just manually make it equal toElijah Newren2006-02-123-2/+10
| | | | | | | | | | 2006-02-11 Elijah Newren <newren gmail com> * src/stack.h (enum MetaStackLayer): * src/stack.c (get_standalone_layer): actually use META_LAYER_TOP but just manually make it equal to META_LAYER_DOCK. Add a note point to the EWMH for why we do this. #330717
* remove this legacy cruft that we stopped using years agoElijah Newren2006-02-112-11/+5
| | | | | | | 2006-02-11 Elijah Newren <newren gmail com> * src/window.c (enum GnomeWinLayer): remove this legacy cruft that we stopped using years ago
* ko.po updatedKang Jeong-Hee2006-02-111-313/+349
|
* Avoid a memory leak when checking which workspace(s) a window is on. FixesThomas Thurman2006-02-114-1/+18
| | | | | | | | | | | | | | | 2006-02-10 Thomas Thurman <thomas thurman org uk> Avoid a memory leak when checking which workspace(s) a window is on. Fixes #322059. * src/workspace.h (struct MetaWorkspace): * src/workspace.c (meta_workspace_new, meta_workspace_free): added list_containing_self member to MetaWorkspace * src/window.c (meta_window_get_workspaces): use window->workspace->list_containing_self instead of allocating (and leaking) such a list on the fly.
* add messages to explain that warnings are harmlessThomas Thurman2006-02-112-0/+11
| | | | | | | 2006-02-09 Thomas Thurman <thomas thurman org uk> * src/testboxes.c (test_regions_okay, test_clamping_to_region): add messages to explain that warnings are harmless
* Wrap fade code in #ifdef HAVE_COMPOSITE_EXTENSIONSSoeren Sandmann2006-02-072-0/+6
| | | | | | Tue Feb 7 00:58:05 2006 Soeren Sandmann <sandmann@redhat.com> * src/compositor.c: Wrap fade code in #ifdef HAVE_COMPOSITE_EXTENSIONS
* New fancy minimize animation. Fade windows in and out.Søren Sandmann2006-02-062-43/+418
| | | | | | | | | Mon Feb 6 17:45:39 2006 Søren Sandmann <sandmann@redhat.com> * src/compositor.c: New fancy minimize animation. Fade windows in and out. 2
* Updated metacity zh_CN translation.Funda Wang2006-02-052-25/+29
|
* Updated Norwegian bokmål translation. Same.Kjartan Maraas2006-02-033-54/+55
| | | | | | | 2006-02-03 Kjartan Maraas <kmaraas@gnome.org> * nb.po: Updated Norwegian bokmål translation. * no.po: Same.
* produce warning when invalid events with no timestamp are received, ratherThomas Thurman2006-02-032-3/+21
| | | | | | | | 2006-02-03 Thomas Thurman <thomas thurman org uk> * src/display.c (event_callback): produce warning when invalid events with no timestamp are received, rather than failing an assertion
* update the pixmap. (update) print out framerate. (dump_stacking_order) newSøren Sandmann2006-02-022-52/+191
| | | | | | | | | | | Thu Feb 2 17:58:22 2006 Søren Sandmann <sandmann@redhat.com> * compositor.c (process_map): update the pixmap. (update) print out framerate. (dump_stacking_order) new debug function. (meta_compositor_add_window) error trap fixes (MiniInfo): Make the minimize animation fade out.
* Translation updated by Tino Meinen.Vincent van Adrighem2006-01-312-143/+178
| | | | | | 2006-01-31 Vincent van Adrighem <adrighem@gnome.org> * nl.po: Translation updated by Tino Meinen.
* Updated Serbian translationSlobodan D. Sredojevic2006-01-313-884/+1012
| | | | | | 2006-01-31 Slobodan D. Sredojevic <slobo@akrep.be> * sr.po, sr@Latn.po: Updated Serbian translation
* Oops, I forgot to save the final changes before committing; fix that nowElijah Newren2006-01-301-1/+7
|
* post-release version bump to 2.13.89Elijah Newren2006-01-302-1/+5
| | | | | | 2006-01-30 Elijah Newren <newren gmail.com> * configure.in: post-release version bump to 2.13.89
* 2.13.55 releaseMETACITY_2_13_55Elijah Newren2006-01-302-0/+19
| | | | | | 2006-01-30 Elijah Newren <newren gmail com> * NEWS: 2.13.55 release
* Track the active_screen, (event_callback): If the mouse enters a window onElijah Newren2006-01-303-3/+38
| | | | | | | | | | | | 2006-01-30 Elijah Newren <newren gmail com> * src/display.[ch] (struct MetaDisplay), meta_display_open, meta_display_set_input_focus_window, meta_display_focus_the_no_focus_window): Track the active_screen, (event_callback): If the mouse enters a window on a different screen, activate the default window on the new screen. May need to be modified for click-to-focus; we'll wait for feedback. Fixes #319348.
* Updated Thai translation.Theppitak Karoonboonyanan2006-01-282-154/+169
| | | | | | 2006-01-28 Theppitak Karoonboonyanan <thep@linux.thai.net> * th.po: Updated Thai translation.
* Updated Catalan translation.Josep Puigdemont i Casamajó2006-01-272-349/+420
|
* Updated Canadian English translation.Adam Weinberger2006-01-262-151/+168
| | | | | | 2006-01-26 Adam Weinberger <adamw@gnome.org> * en_CA.po: Updated Canadian English translation.
* Updated Brazilian Portuguese translation.Evandro Fernandes Giovanini2006-01-262-352/+421
| | | | | | 2006-01-26 Evandro Fernandes Giovanini <evandrofg@ig.com.br> * pt_BR.po: Updated Brazilian Portuguese translation.
* *** empty log message ***Ignacio Casal Quinteiro2006-01-242-29/+38
|
* change the order of the ||'ed items in the if to avoid using anElijah Newren2006-01-243-6/+18
| | | | | | | | | | | 2006-01-23 Elijah Newren <newren gmail com> * src/display.c (meta_display_check_threshold_reached): change the order of the ||'ed items in the if to avoid using an uninitialized value * src/prefs.c (meta_prefs_init): fix a couple uninitialized value problems
* Updated TranslationAnkitkumar Rameshchandra Patel2006-01-232-156/+174
|
* Updated metacity translation.Funda Wang2006-01-232-143/+157
|
* Updated Norwegian bokmål translation. Same.Kjartan Maraas2006-01-223-612/+671
| | | | | | | 2006-01-22 Kjartan Maraas <kmaraas@gnome.org> * nb.po: Updated Norwegian bokmål translation. * no.po: Same.
* Updated Finnish translationIlkka Tuohela2006-01-222-19/+26
|
* vi.po: Updated Vietnamese translation.Clytie Siddall2006-01-222-157/+182
|
* Patch from Christian Kirbach to prevent a critical warning crasher whenElijah Newren2006-01-212-6/+23
| | | | | | | | | | | 2006-01-21 Elijah Newren <newren gmail com> Patch from Christian Kirbach to prevent a critical warning crasher when switching themes. #327847. * src/theme.c (meta_theme_free): since themes are only constructed as needed and may be NULL, check for that before freeing theme hash tables
* Updated Finnish translationIlkka Tuohela2006-01-212-135/+147
|
* Updated Spanish translation.Francisco Javier F. Serrador2006-01-212-173/+217
| | | | | | 2006-01-21 Francisco Javier F. Serrador <serrador@cvs.gnome.org> * es.po: Updated Spanish translation.
* Patch from Dick Marinus to add a minimize double-click-titlebar-action;Elijah Newren2006-01-215-4/+31
| | | | | | | | | | | | 2006-01-21 Elijah Newren <newren gmail com> * src/common.h (enum MetaActionDoubleClickTitlebar): * src/frames.c (meta_frames_button_press_event): * src/prefs.c (action_double_click_titlebar_from_string): * src/metacity.schemas.in: Patch from Dick Marinus to add a minimize double-click-titlebar-action; slightly modified to also include a none action. #300210.
* post-release version bump to 2.13.55Elijah Newren2006-01-212-1/+5
| | | | | | 2006-01-20 Elijah Newren <newren gmail.com> * configure.in: post-release version bump to 2.13.55
* 2.13.34 releaseMETACITY_2_13_34Elijah Newren2006-01-212-0/+40
| | | | | | 2006-01-20 Elijah Newren <newren gmail com> * NEWS: 2.13.34 release
* fixed_directions is only meant for explicit user interactions; disable itElijah Newren2006-01-212-0/+22
| | | | | | | | | | 2006-01-20 Elijah Newren <newren gmail com> * src/constraints.c (setup_constraint_info): fixed_directions is only meant for explicit user interactions; disable it for everything else. There are other bugs and improvements that could be made with fixed_directions that I should be filing too, but at least put a FIXME there for now--I'm so lame. Fixes #327822.