summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* 2.15.8 releaseMETACITY_2_15_8Elijah Newren2006-07-112-0/+18
| | | | | | 2006-07-10 Elijah Newren <newren gmail com> * NEWS: 2.15.8 release
* Updated Korean translation.Changwoo Ryu2006-07-081-493/+496
| | | | | | 2006-07-09 Changwoo Ryu <cwryu@debian.org> * ko.po: Updated Korean translation.
* Fixed misspelled 'phạm vị'Nguyen Thai Ngoc Duy2006-07-061-2/+2
|
* Added entry for addition of bengali India (bn_IN) translation and to LINGUASRuna Bhattacharjee2006-07-031-0/+5
|
* Added bengali India (bn_IN)Runa Bhattacharjee2006-07-031-0/+1
|
* Added Bengali India TranslationRuna Bhattacharjee2006-07-031-0/+3404
|
* Updated Finnish translationIlkka Tuohela2006-07-032-364/+444
|
* moap ignoreThomas Vander Stichele2006-06-292-0/+5
|
* mg.po: Added Malagasy translationThierry Randrianiriana2006-06-293-60/+3548
|
* committing changelogRajesh Ranjan2006-06-281-2/+2
|
* Updated TranslationRajesh Ranjan2006-06-282-57/+39
|
* Updated TranslationRajesh Ranjan2006-06-272-12/+13
|
* Updated TranslationRajesh Ranjan2006-06-262-417/+507
|
* post-release version bump to 2.15.8Elijah Newren2006-06-122-1/+5
| | | | | | 2006-06-12 Elijah Newren <newren gmail com> * configure.in: post-release version bump to 2.15.8
* 2.15.5 releaseMETACITY_2_15_5Elijah Newren2006-06-122-0/+28
| | | | | | 2006-06-12 Elijah Newren <newren gmail com> * NEWS: 2.15.5 release
* Patch from Aidan Delaney to tidy tabpopup.c by factoring outElijah Newren2006-06-112-91/+107
| | | | | | | | | | | 2006-06-10 Elijah Newren <newren gmail com> Patch from Aidan Delaney to tidy tabpopup.c by factoring out tab_entry_new(). #166890. * src/tabpopup.c (tab_entry_new): new function, (meta_ui_tab_popup_new): use tab_entry_new() to remove a big chunk of code, plus a few other small cleanups.
* Bunp intltool requirement to 0.35.0.Søren Sandmann2006-06-062-1/+6
| | | | | | | Tue Jun 6 12:46:42 2006 Søren Sandmann <sandmann@redhat.com> * configure.in (GETTEXT_PACKAGE): Bunp intltool requirement to 0.35.0.
* Slightly more detailed instructions on setting up a build environment toElijah Newren2006-05-292-2/+10
| | | | | | | | 2006-05-29 Elijah Newren <newren gmail com> * HACKING: Slightly more detailed instructions on setting up a build environment to mention relevant development tools in addition to the needed development libraries.
* *** empty log message ***Pema Geyleg2006-05-282-551/+671
|
* Run an unminimize effectSøren Sandmann2006-05-268-46/+267
| | | | | | | | | | | | | | | Fri May 26 16:48:29 2006 Søren Sandmann <sandmann@redhat.com> * src/effects.c (meta_effect_run_unminimize): Run an unminimize effect * src/window.c (meta_window_unminimize): Store a "was_minimized" boolean in the window. * src/window.c (meta_window_show): If the window was minimized, run an unminimize animation. * src/c-window.c (meta_comp_window_run_unminimize): Add an unminimize animation, running the minimize one in reverse.
* Rename from _bounce() to _focus().Søren Sandmann2006-05-264-30/+30
| | | | | | | Fri May 26 14:55:07 2006 Søren Sandmann <sandmann@redhat.com> * src/c-window.c (meta_comp_window_run_focus): Rename from _bounce() to _focus().
* Fix a crash on exit/logout from assuming a compositor would always existElijah Newren2006-05-262-1/+7
| | | | | | | 2006-05-26 Elijah Newren <newren gmail com> * src/display.c (meta_display_close): Fix a crash on exit/logout from assuming a compositor would always exist
* vi.po: Updated Vietnamese translation.Clytie Siddall2006-05-262-755/+887
|
* Remove MetaWindowEdgePosition enum that isn't used anymoreElijah Newren2006-05-263-11/+6
| | | | | | | | 2006-05-25 Elijah Newren <newren gmail com> * src/place.h: * src/common.h: Remove MetaWindowEdgePosition enum that isn't used anymore
* Move duplicated window field outside the unionSøren Sandmann2006-05-255-66/+43
| | | | | | | | | Thu May 25 15:56:43 2006 Søren Sandmann <sandmann@redhat.com> * src/effects.h (struct MetaEffect): Move duplicated window field outside the union * src/compositor.c: delete duplicated code to get at the window.
* Fix compilation in non-compositor case, by moving the stack functions intoSøren Sandmann2006-05-252-5/+8
| | | | | | | Thu May 25 15:17:29 2006 Søren Sandmann <sandmann@redhat.com> * src/c-window.c: Fix compilation in non-compositor case, by moving the stack functions into the HAVE_COMPOSITOR defines.
* Add a destroy notifier to the window.Søren Sandmann2006-05-255-327/+254
| | | | | | | | | | | | | | | Thu May 25 15:11:58 2006 Søren Sandmann <sandmann@redhat.com> * src/c-window.h: Add a destroy notifier to the window. * src/c-screen.c (on_window_destroy): New function. * src/c-screen.c (meta_comp_screen_add_window): Use the destroy notifier here. * src/c-window.c (generate_phases): New function. Simplify the minimize animation a lot by generating all the rectangle information into an array, then processing that.
* Bounce on window focus.Adam Jackson2006-05-259-10/+142
|
* Updated Basque translation.Inaki Larranaga2006-05-252-453/+524
| | | | | | 2006-05-25 Inaki Larranaga <dooteo@euskalgnu.org> * eu.po: Updated Basque translation.
* Make sure windows are kept on top of the panel during minimize.Søren Sandmann2006-05-254-6/+22
| | | | | | | Wed May 24 22:15:01 2006 Søren Sandmann <sandmann@redhat.com> * src/compositor.c (do_effect): Make sure windows are kept on top of the panel during minimize.
* Shrink the window instead of explode it.Søren Sandmann2006-05-254-57/+82
| | | | | | | | | | | | | | | | | | Wed May 24 21:17:59 2006 Søren Sandmann <sandmann@redhat.com> * src/compositor.c (do_effect): Shrink the window instead of explode it. * src/compositor.c (do_effect): don't read the frame if it is NULL. * src/c-window.c (meta_comp_window_run_minimize): Resurrect the shrinking minimize animation. * src/c-window.c (meta_comp_window_fade_in): Make dialogs 90% translucent. * src/c-window.c (update_fade): End at end_fade, not 1.0.
* Forgot to commit changelogSøren Sandmann Pedersen2006-05-241-0/+5
|
* Add a fade-in animation when windows are mapped.Søren Sandmann2006-05-241-31/+145
| | | | | | | Wed May 24 19:15:45 2006 Søren Sandmann <sandmann@redhat.com> * src/c-window.c (cancel_fade): Add a fade-in animation when windows are mapped.
* New functionSøren Sandmann2006-05-244-16/+34
| | | | | | | | | Wed May 24 16:37:11 2006 Søren Sandmann <sandmann@redhat.com> * src/c-window.c (private_metacity_window): New function * src/c-window.c (meta_comp_window_refresh_attrs): Map metacity's own windows directly.
* Add a stack-freeze feature to CWindow.Søren Sandmann2006-05-245-7/+44
| | | | | | | | | | Wed May 24 14:36:42 2006 Søren Sandmann <sandmann@redhat.com> * src/c-window.c (meta_comp_window_{freeze,thaw}_stack: Add a stack-freeze feature to CWindow. * src/c-screen.c (meta_comp_screen_restack): Don't restack if the window is frozen.
* Fix compilation in the non-composited case.Søren Sandmann2006-05-243-2/+10
| | | | | | Wed May 24 13:09:49 2006 Søren Sandmann <sandmann@redhat.com> * src/c-window.c: Fix compilation in the non-composited case.
* return TRUE when the window is actually freed.Søren Sandmann2006-05-246-48/+56
| | | | | | | | | | | | | | | | | | | | | Wed May 24 12:57:32 2006 Søren Sandmann <sandmann@redhat.com> * src/c-window.c (meta_comp_window_free): return TRUE when the window is actually freed. * src/compositor.c (do_effect): Disable updating before exploding the window. * src/c-window.c: Make MetaCompWindow refcounted. * src/c-window.[ch]: New functions meta_comp_window_{show,hide} * src/c-screen.c (meta_comp_screen_unmap): Call meta_comp_window_hide() instead of directly setting the viewable status of the node. * src/c-screen.c (meta_comp_screen_remove_window): Only remove the window when it is actually freed.
* Move shrink effect code from compositor.c to c-window.c. Stubs forAdam Jackson2006-05-237-339/+423
| | | | | restore effect. Notes in various places for where to hook in other effects.
* Also use explode when windows close.Søren Sandmann2006-05-236-26/+154
| | | | | | | | | | | | | | Tue May 23 16:36:04 2006 Søren Sandmann <sandmann@redhat.com> * src/compositor.c (do_effect): Also use explode when windows close. * src/c-window.c (meta_comp_window_explode): Add refcounting to comp window, and use it in the explosion effect * src/effects.h (struct MetaEffect): Add new MetaCloseEffect. * src/display.c (event_callback): Run it from the UnmapNotify event handler.
* New function to send a sync request to newly mapped windows.Søren Sandmann2006-05-232-14/+186
| | | | | | | | Tue May 23 15:23:58 2006 Søren Sandmann <sandmann@redhat.com> * src/c-window.c (send_sync_request): New function to send a sync request to newly mapped windows. (on_request_alarm): Show the window here.
* Add more effect tokens.Adam Jackson2006-05-232-1/+15
|
* Updated Thai translation.Theppitak Karoonboonyanan2006-05-232-35/+39
| | | | | | 2006-05-23 Theppitak Karoonboonyanan <thep@linux.thai.net> * th.po: Updated Thai translation.
* Beginning of new layer that abstracts transition effects.Søren Sandmann2006-05-2210-234/+430
| | | | | | | | | | | | | | | | | | Mon May 22 17:35:52 2006 Søren Sandmann <sandmann@redhat.com> * src/effects.[ch]: Beginning of new layer that abstracts transition effects. New functions: (meta_push_effect_handler): Install an effect handler (meta_pop_effect_handler): Remove last effect handler (meta_effect_run_minimize): Create a minimize effect and pass it to the handler. (meta_effect_end): Called by handler when the effect is finished. * src/compositor.c: Move explosion code form there to src/c-window.c. * src/c-screen.c: Delete explosion related code.
* Make mouse cursor when moving windows become a hand. Fixes #337376.Björn Lindqvist2006-05-223-9/+9
| | | | | | | | 2006-05-22 Björn Lindqvist <bjourne@gmail.com> * common.h (enum MetaCursor): * display.c (meta_display_create_x_cursor): Make mouse cursor when moving windows become a hand. Fixes #337376.
* Fix a logic bug so that the whole titlebar becomes sensitive to mouseBjörn Lindqvist2006-05-192-4/+6
| | | | | | | 2006-05-19 Björn Lindqvist <bjourne@gmail.com> * frames.c: Fix a logic bug so that the whole titlebar becomes sensitive to mouse clicks. Fixes #336320.
* Remove the unused attributes resize_gravity, width_inc, height_inc,Björn Lindqvist2006-05-184-60/+11
| | | | | | | | | | 2006-05-18 Björn Lindqvist <bjourne@gmail.com> * resizepopup.c: Remove the unused attributes resize_gravity, width_inc, height_inc, min_width, min_height, frame_left, frame_right, frame_top, frame_bottom, tick_origin_x, tick_origin_y from the MetaResizePopup struct. Delete all code that references those attributes.
* Avoid my difficulties finding previous WORKSPACE startup-notification bugs :)Elijah Newren2006-05-171-0/+6
|
* post-release version bump to 2.15.5Elijah Newren2006-05-152-1/+5
| | | | | | 2006-05-15 Elijah Newren <newren gmail com> * configure.in: post-release version bump to 2.15.5
* 2.15.3 releaseMETACITY_2_15_3Elijah Newren2006-05-152-0/+26
| | | | | | 2006-05-15 Elijah Newren <newren gmail com> * NEWS: 2.15.3 release
* I would forget to save the ChangeLog entry before committing...Elijah Newren2006-05-151-0/+16
|