summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* 2.8.3 releaseMETACITY_2_8_3Rob Adams2004-08-1564-9289/+12091
| | | | | | 2004-08-15 Rob Adams <readams@readams.net> * NEWS: 2.8.3 release
* use height and top/bottom struts to compute gap (copy/paste bug).Rob Adams2004-08-152-2/+7
| | | | | | | 2004-08-15 Rob Adams <readams@readams.net> * src/windows.c (meta_window_update_struts): use height and top/bottom struts to compute gap (copy/paste bug).
* Allow struts larger than 1/2 the screen width/height, as long as there's aRob Adams2004-08-152-18/+34
| | | | | | | | | 2004-08-15 Rob Adams <readams@readams.net> * src/window.c (meta_window_update_struts): Allow struts larger than 1/2 the screen width/height, as long as there's a minimum sized gap between them. Patch from Bill Haneman <billh@gnome.org> for bug #144126.
* Updated Korean translationChangwoo Ryu2004-08-152-18/+19
|
* Unified po headers for Finnish TeamTommi Vainikainen2004-08-132-2/+5
|
* *** empty log message ***Ghorban Mohammad Tavakkoli2004-08-134-1/+2663
|
* ru.po: Updated Russian translation from Russian team <gnome-cyr@gnome.org>.Dmitry Mastrukov2004-08-112-223/+225
|
* Updated Polish translation by GNOME PL Team.Artur Flinta2004-08-102-287/+301
| | | | | | 2004-08-10 Artur Flinta <aflinta@cvs.gnome.org> * pl.po: Updated Polish translation by GNOME PL Team.
* I forgot to reference bug 149366 in a previous ChangeLog entryElijah Newren2004-08-091-1/+1
|
* ankit@redhat.com 09/08/04Ankitkumar Rameshchandra Patel2004-08-091-392/+344
|
* checkAmanpreet Singh Alam2004-08-091-900/+878
|
* ankit@redhat.com 09/08/04Ankitkumar Rameshchandra Patel2004-08-091-476/+447
|
* New function. Use it here to synchronize with the hardware between eachSoeren Sandmann2004-08-093-2/+26
| | | | | | | | Mon Aug 9 05:38:33 2004 Soeren Sandmann <sandmann@daimi.au.dk> * src/effects.c (graphics_sync): New function. * src/effects.c (effects_draw_box_animation_timeout): Use it here to synchronize with the hardware between each frame.
* Add #ifdef around XSYNC code; fixes compile problem if XSYNC is disabled.Rob Adams2004-08-082-0/+8
| | | | | | | | 2004-08-08 Rob Adams <readams@readams.net> * src/window.c (meta_window_move_resize_internal): Add #ifdef around XSYNC code; fixes compile problem if XSYNC is disabled. Path for #149314 from Peter O'Shea and independently Mike Castle.
* Flush after setting cursor. (Rest of #149413).Soeren Sandmann2004-08-082-0/+6
| | | | | | | Sun Aug 8 14:20:00 2004 Soeren Sandmann <sandmann@daimi.au.dk> * src/frame.c (meta_frame_set_screen_cursor): Flush after setting cursor. (Rest of #149413).
* activating the current workspace should be a no-op. This prevents a raceElijah Newren2004-08-082-5/+16
| | | | | | | | 2004-08-07 Elijah Newren <newren@math.utah.edu> * src/display.c (event_callback): activating the current workspace should be a no-op. This prevents a race condition in focus window choice when activating a window via the taskbar. Fix for #149589.
* Revert Rob's 2004-07-31 patch that ignored net_wm_user_time whenElijah Newren2004-08-083-9/+12
| | | | | | | | | | | 2004-08-07 Elijah Newren <newren@math.utah.edu> * window.c, window.h: Revert Rob's 2004-07-31 patch that ignored net_wm_user_time when unminimizing a window * window.c (meta_window_activate): If a nonzero timestamp is passed, update the window's net_wm_user_time accordingly. (see comments 102-108 of bug 118372)
* Remove some extraneous items that could sometimes appear in the windowRob Adams2004-08-073-6/+30
| | | | | | | | | | | | | | | | | 2004-08-07 Rob Adams <readams@readams.net> Remove some extraneous items that could sometimes appear in the window menu. Fix for #144493. * src/menu.c (menuitems): Change the second separator to key on whether there are any workspaces. (meta_window_menu_new): use NULL label instead of 0 op to identify separator * src/window.c (meta_window_show_menu): Change the conditions on the directions to take into account "holes" in the workspace layout and also only set META_MENU_OP_WORKSPACES when there's more than one workspace.
* add XFlush() after setting cursor, #149413Havoc Pennington2004-08-072-0/+6
| | | | | | | 2004-08-07 Havoc Pennington <hp@redhat.com> * src/screen.c (meta_screen_set_cursor): add XFlush() after setting cursor, #149413
* Updated Serbian translation.Danilo Šegan2004-08-073-1359/+583
|
* Focusing a window upon unshowing the desktop in various ways (panel appletElijah Newren2004-08-072-1/+12
| | | | | | | | | | 2004-08-06 Elijah Newren <newren@math.utah.edu> * src/display.c (event_callback): Focusing a window upon unshowing the desktop in various ways (panel applet or keybinding) was inconsistent for sloppy and click focus modes. Fix this by calling meta_workspace_focus_default_window after unshowing the desktop via a _NET_SHOWING_DESKTOP message. (resolves #149543)
* prevent keyboard from "getting locked" upon workspace switch, by makingElijah Newren2004-08-062-1/+16
| | | | | | | | | 2004-08-06 Elijah Newren <newren@math.utah.edu> * src/workspace.c (meta_workspace_focus_default_window): prevent keyboard from "getting locked" upon workspace switch, by making sure that the no_focus_window has focus if no other window does. (fixes #147475)
* Updated Simplified Chinese translationFunda Wang2004-08-062-162/+162
|
* 2004-08-06 Updated ja.po. T.Aihana <aihana@gnome.gr.jp>Updated ja.po. T.Aihana2004-08-062-577/+572
|
* Have newly mapped windows that are denied focus appear after the focusedElijah Newren2004-08-052-2/+61
| | | | | | | | | | | | | 2004-08-05 Elijah Newren <newren@math.utah.edu> Have newly mapped windows that are denied focus appear after the focused window in the alt-tab list. This allows one to switch to such a window with a single alt-tab press. * src/window.c (ensure_mru_position_after): new function, (meta_window_show): If newly mapped window is denied focus, call ensure_mru_position_after to make the window appear after the focus window in the mru list.
* prepend window to mru list instead of appending, since making the windowElijah Newren2004-08-052-1/+8
| | | | | | | | | 2004-08-05 Elijah Newren <newren@math.utah.edu> * src/window.c (meta_window_stick): prepend window to mru list instead of appending, since making the window sticky should imply that it is the most recently used, not the least recently. (fixes #149369)
* post-release version bump (2.8.3) that I forgot to do yesterday.Elijah Newren2004-08-052-1/+6
| | | | | | | 2004-08-04 Elijah Newren <newren@math.utah.edu> * configure.in: post-release version bump (2.8.3) that I forgot to do yesterday.
* Released 2.8.2METACITY_2_8_2Elijah Newren2004-08-033-2/+41
| | | | | | | | 2004-08-03 Elijah Newren <newren@math.utah.edu> Released 2.8.2 * NEWS, README: update
* Translation updated by Michiel Sikkes.Vincent van Adrighem2004-08-032-153/+163
| | | | | | 2004-08-03 Vincent van Adrighem <adrighem@gnome.org> * nl.po: Translation updated by Michiel Sikkes.
* Updated Portuguese translation.Duarte Loreto2004-08-022-292/+294
| | | | | | 2004-08-02 Duarte Loreto <happyguy_pt@hotmail.com> * pt.po: Updated Portuguese translation.
* Fix some bugs (reported in #120100) regarding the focus window when usingElijah Newren2004-08-023-3/+29
| | | | | | | | | | | | | | | | | | | 2004-08-02 Elijah Newren <newren@math.utah.edu> Fix some bugs (reported in #120100) regarding the focus window when using the workspace switcher. * src/display.c (event_callback): When switching workspaces due to a _NET_CURRENT_DESKTOP message, make sure to focus the default window as well. * src/workspace.c (meta_workspace_focus_default_window, meta_workspace_focus_mru_window): Make DOCK or DESKTOP windows have lower priority than others when choosing a window to focus. (For the former function, this means don't focus them at all; for the latter, this means only focus them (via the meta_workspace_focus_top_window call) if no other mru window can be found.)
* Updated Canadian English translation.Adam Weinberger2004-08-022-342/+337
| | | | * en_CA.po: Updated Canadian English translation.
* Updated Norwegian translation.Kjartan Maraas2004-08-012-221/+286
| | | | | | 2004-08-01 Kjartan Maraas <kmaraas@gnome.org> * no.po: Updated Norwegian translation.
* Fix bug that caused windows to not be focused on unminimizing because ofRob Adams2004-07-313-0/+21
| | | | | | | | | | | | | | | 2004-07-31 Rob Adams <readams@readams.net> Fix bug that caused windows to not be focused on unminimizing because of user time support. * src/window.c (meta_window_new_with_attrs): initialize focus_despite_user_time bit (window_takes_focus_on_map): focus if focus_despite_user_time despite user time, interestingly enough (meta_window_show): reset focus_despite_user_time after showing * src/window.h (_MetaWindow): add focus_despite_user_time bit
* Fix some support for EWMH hints, and fix USER_TIME support to include theRob Adams2004-07-317-27/+288
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 2004-07-31 Rob Adams <readams@readams.net> Fix some support for EWMH hints, and fix USER_TIME support to include the DEMANDS_ATTENTION hint. Also includes some code for implementing _NET_RESTACK_WINDOW and _NET_MOVERESIZE_WINDOW, but this is disabled pending feature thaw. * COMPLIANCE: update with new information * src/display.c (meta_display_open): add new hints to list * src/display.h (_MetaDisplay): Add new atoms to struct * src/screen.c (set_supported_hint): update the list of support hints. (set_desktop_viewport_hint): new function sets the viewport hint to (0,0) as required by the spec for WMs with no viewport support. (set_desktop_geometry_hint): new function to set the desktop size hint to the size of the display, since we don't implement large desktop support, as required by the spec. (meta_screen_resize): update the geometry hint on screen resize * src/window.c (meta_window_new_with_attrs): Initialize demands_attention state (set_net_wm_state): Set demands_attention hint in the window state (meta_window_show): If we don't pop up a window because of USER_TIME, set DEMANDS_ATTENTION on the window. (meta_window_focus): When a window receives focus, remove DEMANDS_ATTENTION hint (meta_window_client_message): Allow other apps to set DEMANDS_ATTENTION on a window. Also, if the _NET_ACTIVE_WINDOW hint includes a timestamp, use it. (update_net_wm_state): Read DEMANDS_ATTENTION state also * src/window.h (_MetaWindow): add wm_state_demands_attention bit.
* Reviewed and updated fuzzy messages.Martin Willemoes Hansen2004-07-302-465/+471
| | | | * da.po: Reviewed and updated fuzzy messages.
* *** empty log message ***Kartik B. Mistry2004-07-302-65/+6
|
* Updated Korean translationChangwoo Ryu2004-07-282-217/+207
|
* Updated Albanian translation.Laurent Dhima2004-07-282-142/+192
| | | | | | 2004-07-28 Laurent Dhima <laurenti@alblinux.net> * sq.po: Updated Albanian translation.
* Updated Bulgarian translation by Rostislav "zbrox" RaykovAlexander Shopov2004-07-272-3163/+3209
| | | | | | | 2004-07-27 Alexander Shopov <ash@contact.bg> * bg.po: Updated Bulgarian translation by Rostislav "zbrox" Raykov <zbrox@i-space.org>
* Updated Albanian translation.Laurent Dhima2004-07-272-340/+300
| | | | | | 2004-07-27 Laurent Dhima <laurenti@alblinux.net> * sq.po: Updated Albanian translation.
* Updated Swedish translation.Christian Rose2004-07-252-167/+171
| | | | | | 2004-07-25 Christian Rose <menthos@menthos.com> * sv.po: Updated Swedish translation.
* Updated German translation.Christian Neumair2004-07-252-151/+155
|
* Added British translation.David Lodge2004-07-252-309/+316
| | | | | | 2004-07-25 David Lodge <dave@cirt.net> * en_GB.po: Added British translation.
* Updated Spanish translation.Francisco Javier F. Serrador2004-07-242-329/+320
| | | | | | 2004-07-24 Francisco Javier F. Serrador <serrador@cvs.gnome.org> * es.po: Updated Spanish translation.
* Updated Czech translation.Miloslav Trmac2004-07-232-172/+164
| | | | | | 2004-07-23 Miloslav Trmac <mitr@volny.cz> * cs.po: Updated Czech translation.
* Updated Lithuanian translation.Žygimantas Beručka2004-07-232-292/+281
| | | | | | 2004-07-23 Žygimantas Beručka <uid0@akl.lt> * lt.po: Updated Lithuanian translation.
* Add trailing quotes to keybinding explanation text. Patch from EmilRob Adams2004-07-222-63/+68
| | | | | | | 2004-07-22 Rob Adams <readams@readams.net> * src/metacity.schemas.in: Add trailing quotes to keybinding explanation text. Patch from Emil Soleyman-Zomalan.
* Updated Brazilian Portuguese translation done by Goedson Teixeira PaixaoGustavo Maciel Dias Vieira2004-07-222-68/+71
| | | | | | | 2004-07-22 Gustavo Maciel Dias Vieira <gustavo@sagui.org> * pt_BR.po: Updated Brazilian Portuguese translation done by Goedson Teixeira Paixao <goedson@debian.org>.
* updated hindi translationGuntupalli Karunakar2004-07-212-647/+683
|