summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* 2.13.0 releaseMETACITY_2_13_0Elijah Newren2005-10-242-0/+34
| | | | | | 2005-10-24 Elijah Newren <newren@gmail.com> * NEWS: 2.13.0 release
* Fix edge snapping for multi-screen (non-xinerama) setups. #319425Elijah Newren2005-10-232-5/+19
| | | | | | | | | | | | | | 2005-10-23 Elijah Newren <newren@gmail.com> Fix edge snapping for multi-screen (non-xinerama) setups. #319425 * src/place.c (get_windows_showing_on_same_screen, get_vertical_edges, get_horizontal_edges): rename get_windows_on_same_workspace() to get_windows_showing_on_same_screen() * src/place.c (get_windows_showing_on_same_screen): exclude windows in the list that are on a different screen
* Clarify why METACITY_VERBOSE=1 is bad without META_USE_LOGFILE=1; point toElijah Newren2005-10-212-5/+11
| | | | | | | 2005-10-20 Elijah Newren <newren@gmail.com> * HACKING: Clarify why METACITY_VERBOSE=1 is bad without META_USE_LOGFILE=1; point to bug 305091 for details.
* Updated Slovak translation.Marcel Telka2005-10-172-60/+78
| | | | | | 2005-10-17 Marcel Telka <marcel@telka.sk> * sk.po: Updated Slovak translation.
* Translation updated.Vincent van Adrighem2005-10-152-66/+57
| | | | | | 2005-10-15 Vincent van Adrighem <adrighem@gnome.org> * nl.po: Translation updated.
* Translation updated.Vincent van Adrighem2005-10-142-59/+76
| | | | | | 2005-10-14 Vincent van Adrighem <adrighem@gnome.org> * nl.po: Translation updated.
* Updated Greek translationKostas Papadimas2005-10-142-60/+77
|
* Make the unfocussed Simple window border visible with high contrastMuktha2005-10-132-5/+41
| | | | | | | | 2005-10-13 Muktha <muktha.narayan@wipro.com> * src/themes/Simple/metacity-theme-1.xml: Make the unfocussed Simple window border visible with high contrast inverse theme. Fixes #121361.
* Translation updated by Ivar Smolin.Priit Laes2005-10-102-2/+13
| | | | | | 2005-10-10 Priit Laes <plaes@cvs.gnome.org> * et.po: Translation updated by Ivar Smolin.
* Fix a crash that occurs when removing some virtual desktops and windowsElijah Newren2005-10-082-1/+10
| | | | | | | | | | | 2005-10-08 Elijah Newren <newren@gmail.com> Fix a crash that occurs when removing some virtual desktops and windows happen to be on those desktops. #318306. * src/workspace.c (meta_workspace_relocate_windows): Since windows cannot be on more than one workspace at a time, remove the window from the old workspace before adding it to the new one.
* Add my copyright notice to a number of files on which it should alreadyElijah Newren2005-10-0823-0/+27
| | | | | | | 2005-10-08 Elijah Newren <newren@gmail.com> Add my copyright notice to a number of files on which it should already exist.
* Updated Bulgarian translation by Alexander Shopov <ash@contact.bg>Alexander Shopov2005-10-042-22/+54
| | | | | | | 2005-10-04 Alexander Shopov <ash@contact.bg> * bg.po: Updated Bulgarian translation by Alexander Shopov <ash@contact.bg>
* Updated Simplified Chinese translationFunda Wang2005-10-042-23/+39
|
* Updated Canadian English translation.Adam Weinberger2005-10-042-516/+514
| | | | | | 2005-10-04 Adam Weinberger <adamw@gnome.org> * en_CA.po: Updated Canadian English translation.
* clarify the meaning of the auto_raise preference. Fixes one of the issuesElijah Newren2005-10-032-0/+15
| | | | | | | 2005-10-03 Elijah Newren <newren@gmail.com> * src/metacity.schemas.in: clarify the meaning of the auto_raise preference. Fixes one of the issues in #312421.
* Patch from Ross Cohen to make alt-esc consistent with alt-tab by leavingElijah Newren2005-10-032-1/+13
| | | | | | | | | | | 2005-10-03 Elijah Newren <newren@gmail.com> Patch from Ross Cohen to make alt-esc consistent with alt-tab by leaving stacking of unselected windows unchanged. Fixes #314285. * src/keybindings.c (process_tab_grab): before raising and showing the next candidate, reset the stack positions to what they were at the beginning of the grab
* Patch from Ross Cohen to make alt-esc (show windows instantly) actuallyElijah Newren2005-10-034-1/+56
| | | | | | | | | | | | | | | | | | | 2005-10-03 Elijah Newren <newren@gmail.com> Patch from Ross Cohen to make alt-esc (show windows instantly) actually show minimized windows too. Fixes #107072. * src/keybindings.c (process_tab_grab): initialize tab_unminimized to FALSE for the target window when starting the grab, when advancing through the list check to find the previous window and re-minimize it if it was tab-unminimized, unminimize the new window we're alt-esc'ing to if it's minimized, (do_choose_window): raise and unminimize the initial window as well in alt-esc'ing * src/window.h (struct _MetaWindow): add a tab_unminimized field * src/window.c (meta_window_new_with_attrs): initialize tab_unminimized to false
* Branched for Gnome 2.13. :-)Elijah Newren2005-10-033-4/+11
| | | | | | | | | 2005-10-03 Elijah Newren <newren@gmail.com> Branched for Gnome 2.13. :-) * configure.in: bump version to 2.13.0. Add UNSTABLE warning. * README: add 2.13.x to the list of unstable branches
* A combination of a couple memory leaks fixes, from Kjartan, Soeren, and I.GNOME_2_12_BRANCHPOINTElijah Newren2005-10-034-5/+17
| | | | | | | | | | | | | | 2005-10-03 Elijah Newren <newren@gmail.com> A combination of a couple memory leaks fixes, from Kjartan, Soeren, and I. Fixes #313030. * src/bell.c (meta_bell_flash_screen): call XFreeGC() * src/frames.c (invalidate_cache): free pixels * src/window.c (meta_window_show_menu): call meta_screen_free_workspace_layout()
* Patch from Björn Lindqvist fix the workspace switcher tabpopup to displayElijah Newren2005-10-033-22/+54
| | | | | | | | | | | | | | | | | | | 2005-10-03 Elijah Newren <newren@gmail.com> Patch from Björn Lindqvist fix the workspace switcher tabpopup to display the right windows and to fix the pick-a-new-window-to-focus algorithm in order to not select windows that aren't showing. Fixes #170475. * src/tabpopup.c (meta_convert_meta_to_wnck, meta_select_workspace_expose_event): factor out conversion code from meta_select_workspace_expose_event() into the new meta_convert_meta_to_wnck() function * src/tabpopup.c (meta_select_workspace_expose_event): * src/workspace.c (focus_ancestor_or_mru_window): replace the buggy window->minimized logic with !meta_window_showing_on_its_workspace (window)
* Patch from Björn Lindqvist to have ancestors come along with theElijah Newren2005-10-032-0/+11
| | | | | | | | | | | 2005-10-03 Elijah Newren <newren@gmail.com> Patch from Björn Lindqvist to have ancestors come along with the transient when moving the window from one workspace to another. Fixes #314977. * src/window.c (meta_window_change_workspace): have all ancestors change workspaces too
* post-release version bump to 2.12.2Elijah Newren2005-10-032-1/+5
| | | | | | 2005-10-03 Elijah Newren <newren@gmail.com> * configure.in: post-release version bump to 2.12.2
* 2.12.1 releaseMETACITY_2_12_1Elijah Newren2005-10-032-0/+20
| | | | | | 2005-10-03 Elijah Newren <newren@gmail.com> * NEWS: 2.12.1 release
* Truncate ridiculously long titles to avoid crashing or letting the pagerElijah Newren2005-10-039-40/+96
| | | | | | | | | | | | | | | | | | | | | | | | | | | 2005-10-03 Elijah Newren <newren@gmail.com> Truncate ridiculously long titles to avoid crashing or letting the pager crash. Based on patch from Ray, incorporating suggestions from Havoc and some extensions of my own. Fixes #315070. * src/display.c (set_utf8_string_hint, meta_display_open): * src/xprops.[ch] (meta_prop_set_utf8_string_hint): Move set_utf8_string_hint() to props.[ch], namespace it ("meta_prop_"), and make it public * src/tabpopup.c (utf8_strndup, meta_ui_tab_popup_new): * src/util.[ch] (meta_g_utf8_strndup): Move utf8_strndup() to util.[ch], namespace it ("meta_g_"), and make it public * src/display.c (meta_display_open): * src/display.h (struct _MetaDisplay): add net_wm_visible_name and net_wm_visible_icon_name atoms to the list of atoms we work with * src/window-props.c (set_window_title, set_icon_title): If title length is greater than 512, truncate it and set _NET_WM_VISIBLE_NAME or _NET_WM_VISIBLE_ICON_NAME accordingly
* Get the tabbing window outline to work with gtk+ 2.8.4 again. FixesElijah Newren2005-10-032-1/+14
| | | | | | | | | | | | 2005-10-03 Elijah Newren <newren@gmail.com> Get the tabbing window outline to work with gtk+ 2.8.4 again. Fixes #317528. * src/tabpopup.c (display_entry): gtk+ 2.8.4 needs to know the mapped state of its windows (see bug 316180), and since we manually map with gdk_window_show_unraised() we need to manually set the mapped state too
* Added Entry for Updation of Bengali (bn) Translation:10/03Runa Bhattacharjee2005-10-031-0/+3
|
* Updated Bengali (bn) Translation:10/03Runa Bhattacharjee2005-10-031-440/+406
|
* Fix the date in the ChangeLog entry.Christian Rose2005-10-021-1/+1
|
* Reverted unauthorized changes made by user 'kloczek'.Christian Rose2005-10-022-1/+420
| | | | | | | 2005-09-29 Christian Rose <menthos@menthos.com> * sv.po: Reverted unauthorized changes made by user 'kloczek'.
* Updated Italian translation.Alessio Frusciante2005-09-262-8/+16
|
* Updated Simplified Chinese translationFunda Wang2005-09-242-4/+8
|
* Updated Spanish translation.Francisco Javier F. Serrador2005-09-212-229/+196
| | | | | | 2005-09-21 Francisco Javier F. Serrador <serrador@cvs.gnome.org> * es.po: Updated Spanish translation.
* Updated Swedish translation.Christian Rose2005-09-202-8/+12
| | | | | | 2005-09-20 Christian Rose <menthos@menthos.com> * sv.po: Updated Swedish translation.
* removed outdated strings and run "make update-po".Tomasz Kłoczko2005-09-1969-18580/+17955
|
* Fixed KôngNguyen Thai Ngoc Duy2005-09-171-1/+1
|
* vi.po: Updated Vietnamese translation.Clytie Siddall2005-09-162-14/+17
|
* Updated Basque translation.Inaki Larranaga2005-09-082-514/+556
| | | | | | 2005-09-08 Inaki Larranaga <dooteo@euskalgnu.org> * eu.po: Updated Basque translation.
* Translation updated by Ivar Smolin.Priit Laes2005-09-072-387/+832
| | | | | | 2005-09-07 Priit Laes <plaes@cvs.gnome.org> * et.po: Translation updated by Ivar Smolin.
* file constraints-ideas.txt was initially added on branch ↵Elijah Newren2005-09-060-0/+0
| | | | constraints_experiments.
* post-release version bump to 2.12.1CONSTRAINTS_EXPERIMENTS_BRANCHPOINTElijah Newren2005-09-052-1/+5
| | | | | | 2005-09-05 Elijah Newren <newren@gmail.com> * configure.in: post-release version bump to 2.12.1
* 2.12.0 releaseMETACITY_2_12_0Elijah Newren2005-09-054-4/+25
| | | | | | | | | 2005-09-05 Elijah Newren <newren@gmail.com> * configure.in: * README: * NEWS: 2.12.0 release
* Added Armenian translation.Danilo Šegan2005-09-044-1/+2734
|
* *** empty log message ***Ignacio Casal Quinteiro2005-09-042-27/+30
|
* Add tips on how to more easily get the ids of windows, and how to shortenElijah Newren2005-09-032-7/+18
| | | | | | | 2005-09-03 Elijah Newren <newren@gmail.com> * HACKING: Add tips on how to more easily get the ids of windows, and how to shorten xprop output.
* Updated Serbian translation.Danilo Šegan2005-09-033-1156/+1242
|
* update by amanpreetalam@yahoo.comAmanpreet Singh Alam2005-09-021-535/+551
|
* Moved the call to meta_screen_get_natural_xinerama_list to earlier inBrent Smith2005-09-022-4/+11
| | | | | | | | | 2005-09-02 Brent Smith <gnome@nextreality.net> * src/place.c: (meta_window_place): Moved the call to meta_screen_get_natural_xinerama_list to earlier in function so that xineramas_list is allocated before find_first_fit is called. Fixes #315000
* Updated Russian translationLeonid Kanter2005-09-022-549/+565
|
* Updated Turkish translationBaris Cicek2005-09-012-499/+544
|
* Updated Lithuanian translation.Žygimantas Beručka2005-08-312-499/+545
| | | | | | 2005-08-31 Žygimantas Beručka <zygis@gnome.org> * lt.po: Updated Lithuanian translation.