summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* 2.4.21.1METACITY_2_4_21_1gnome-2-2-0Havoc Pennington2003-02-0538-3791/+4952
|
* default to Simple instead of AtlantaHavoc Pennington2003-02-0534-5948/+2775
| | | | | | | | 2003-02-04 Havoc Pennington <hp@redhat.com> * src/metacity.schemas.in: default to Simple instead of Atlanta * src/themes/Makefile.am (THEMES): add Simple theme
* Change name in theme file to "Simple".Seth Nickell2003-01-312-1/+7
| | | | | | | | 2003-01-30 Seth Nickell <snickell@stanford.edu> * metacity-theme-1.xml: Change name in theme file to "Simple".
* updated ( thanks to Mugurel Tudor )Marius Andreiana2003-01-302-190/+178
| | | | | | 2003-01-30 Marius Andreiana <marius galuna.ro> * ro.po: updated ( thanks to Mugurel Tudor )
* don't create workspaces menu items if only 1 workspace. Fix for #101952Havoc Pennington2003-01-292-1/+7
| | | | | | | | 2003-01-29 Havoc Pennington <hp@pobox.com> * src/menu.c (meta_window_menu_new): don't create workspaces menu items if only 1 workspace. Fix for #101952 from Orien Vandenbergh
* Reinstated visual-bell patch, fix for bug 99886.Bill Haneman2003-01-2814-6/+391
|
* Updated French translation.Christophe Merlet2003-01-252-3/+3
|
* Updated french translation.Christophe Merlet2003-01-252-517/+554
|
* When checking if a window is fullscreen size, only require it to be at theHavoc Pennington2003-01-253-8/+41
| | | | | | | | | | | | | | 2003-01-25 Havoc Pennington <hp@pobox.com> * src/stack.c (window_is_fullscreen_size): When checking if a window is fullscreen size, only require it to be at the origin of the work area, not at the origin of the screen/xinerama. Still require it to be full screen in width x height. May fix xine in the case where the user has a top panel. * src/window.c (constrain_position): restore the ability for undecorated windows to position themselves overlapping the top panel, but don't let decorated windows do so. Oh the hacks...
* Updated Norwegian (bokmal) translation.Kjartan Maraas2003-01-252-180/+70
| | | | | | 2003-01-25 Kjartan Maraas <kmaraas@gnome.org> * no.po: Updated Norwegian (bokmal) translation.
* Updated Simplified Chinese translation by Xiong JiangHe Qiangqiang2003-01-232-702/+354
| | | | | | | 2003-01-23 He Qiangqiang <carton@linux.net.cn> * zh_CN.po: Updated Simplified Chinese translation by Xiong Jiang <jxiong@offtopic.org>.
* ru.po: Updated Russian translation from Russian team <gnome-cyr@gnome.org>.Dmitry Mastrukov2003-01-232-138/+144
|
* Updated traditional Chinese translation.Abel Cheung2003-01-232-332/+402
| | | | | | 2003-01-23 Abel Cheung <maddog@linux.org.hk> * zh_TW.po: Updated traditional Chinese translation.
* small code snippet to fix startup sequences that set legacy class/nameHavoc Pennington2003-01-232-15/+68
| | | | | | | 2003-01-08 Havoc Pennington <hp@pobox.com> * src/screen.c (meta_screen_apply_startup_properties): small code snippet to fix startup sequences that set legacy class/name
* do not read sizeof(long) off the X connection. The X protocol does notHavoc Pennington2003-01-222-1/+7
| | | | | | | | 2003-01-22 Havoc Pennington <hp@redhat.com> * src/async-getprop.c (async_get_property_handler): do not read sizeof(long) off the X connection. The X protocol does not vary by architecture. Fixes longstanding hang on all 64-bit platforms.
* fix conditional so we get metacity-properties.c in the distributionHavoc Pennington2003-01-222-2/+5
| | | | | | | 2003-01-22 Havoc Pennington <hp@redhat.com> * src/tools/Makefile.am: fix conditional so we get metacity-properties.c in the distribution #103071
* be robust against the panel's lame "set a negative number for struts"Havoc Pennington2003-01-222-0/+20
| | | | | | | | 2003-01-22 Havoc Pennington <hp@pobox.com> * src/window.c (update_struts): be robust against the panel's lame "set a negative number for struts" thing, even though we'll also fix the panel.
* Fix for the "mangles focus window when switching workspaces and usingHavoc Pennington2003-01-229-67/+217
| | | | | | | | | | | | | | | | | | | | | | 2003-01-21 Havoc Pennington <hp@pobox.com> Fix for the "mangles focus window when switching workspaces and using mouse focus" bug * src/stack.c (meta_stack_get_default_focus_window_at_point): new function * src/screen.c (meta_screen_focus_mouse_window): new function (meta_screen_focus_default_window): new function * src/workspace.c (meta_workspace_activate): use the new meta_screen_focus_default_window() 2003-01-17 Havoc Pennington <hp@pobox.com> * src/window.c (meta_window_handle_mouse_grab_op_event): fix event compression code to use GDK algorithm suggested by Owen, should be more efficient.
* Added "mn" to ALL_LINGUAS. Added Mongolian translation by Ochirbat BatzayaChristian Rose2003-01-224-1/+2731
| | | | | | | | 2003-01-22 Christian Rose <menthos@menthos.com> * configure.in: Added "mn" to ALL_LINGUAS. * po/mn.po: Added Mongolian translation by Ochirbat Batzaya <buuvei@yahoo.com>.
* only hop window to the current workspace if the window was previouslyHavoc Pennington2003-01-213-44/+189
| | | | | | | | | | | | | | | | | | | | | 2003-01-21 Havoc Pennington <hp@redhat.com> * src/display.c (event_callback): only hop window to the current workspace if the window was previously minimized. Should keep mozilla from popping windows over to your current workspace. 2003-01-20 Havoc Pennington <hp@redhat.com> Attempt to fix #85916 * src/keybindings.c (primary_modifier_still_pressed): new function (handle_workspace_switch): handle modifier release prior to getting the grab (do_choose_window): handle modifier release prior to getting the grab * src/keybindings.c (grab_keyboard): properly return failure if the GrabKeyboard doesn't work
* ru.po: Updated Russian translation from Russian team <gnome-cyr@gnome.org>.Dmitry Mastrukov2003-01-212-156/+99
|
* Updated Ukrainian translationYuri Syrota2003-01-211-2/+2
|
* Updated Norwegian (bokmal) translation.Kjartan Maraas2003-01-212-12/+16
| | | | | | 2003-01-21 Kjartan Maraas <kmaraas@gnome.org> * no.po: Updated Norwegian (bokmal) translation.
* Updated German translation.Christian Neumair2003-01-202-376/+380
|
* ru.po: Updated Russian translation from Russian team <gnome-cyr@gnome.org>.Dmitry Mastrukov2003-01-202-1/+6
|
* ru.po: Updated Russian translation from Russian team <gnome-cyr@gnome.org>.Dmitry Mastrukov2003-01-202-1/+6
|
* ru.po: Updated Russian translation from Russian team <gnome-cyr@gnome.org>.Dmitry Mastrukov2003-01-202-55/+67
|
* add note about how this is the unstable branch, set version to 2.5.0Havoc Pennington2003-01-192-1/+7
| | | | | | | 2003-01-19 Havoc Pennington <hp@pobox.com> * configure.in: add note about how this is the unstable branch, set version to 2.5.0
* Updated traditional Chinese translation, and replaced copyright symbolGNOME_2_2_BRANCHPOINTAbel Cheung2003-01-192-232/+355
| | | | | | | 2003-01-19 Abel Cheung <maddog@linux.org.hk> * zh_TW.po: Updated traditional Chinese translation, and replaced copyright symbol with correct one.
* Updated Slovenian translationAndraz Tori2003-01-191-0/+2417
|
* Added sl to ALL_LINGUASAndraz Tori2003-01-191-1/+1
|
* translation updateGustavo Noronha Silva2003-01-172-36/+52
|
* First checkin.GNOME_DESKTOP_THEMES_STARTSeth Nickell2003-01-170-0/+0
|
* Initial revisionSeth Nickell2003-01-176-0/+337
|
* Dutch translation updated by Tino Meinen.Vincent van Adrighem2003-01-162-24/+29
| | | | | | 2003-01-16 Vincent van Adrighem <V.vanAdrighem@dirck.mine.nu> * nl.po: Dutch translation updated by Tino Meinen.
* Dutch translation updated by Tino Meinen.Vincent van Adrighem2003-01-162-61/+132
| | | | | | 2003-01-16 Vincent van Adrighem <V.vanAdrighem@dirck.mine.nu> * nl.po: Dutch translation updated by Tino Meinen.
* recalc_window_features() after making these changes, should fix #103317Havoc Pennington2003-01-162-0/+11
| | | | | | | | | 2003-01-14 Havoc Pennington <hp@pobox.com> * src/window.c (meta_window_maximize, meta_window_unmaximize) (meta_window_make_fullscreen, meta_window_unmake_fullscreen): recalc_window_features() after making these changes, should fix #103317
* Increase the number of run_command bindings in screen_bindings from 12 toMETACITY_2_4_13_90Rob Adams2003-01-154-0/+91
| | | | | | | | | | | | | 2003-01-14 Rob Adams <robadams@ucla.edu> * src/prefs.c: Increase the number of run_command bindings in screen_bindings from 12 to 32. * src/prefs.h: Increase the number of META_KEYBINDING_COMMAND_N macros from 12 to 32. * src/keybindings.c: Increase the number of run_command handlers from 12 to 32.
* Full Bulgarian translation by Alexander Shopov <al_shopov@yahoo.com>.Yanko Kaneti2003-01-152-431/+783
| | | | | | | 2003-01-14 Yanko Kaneti <yaneti@declera.com> * bg.po: Full Bulgarian translation by Alexander Shopov <al_shopov@yahoo.com>.
* Updating Amharic translation.Daniel Yacob2003-01-141-4/+4
|
* implement compression of motion events (drop all but the most recentlyHavoc Pennington2003-01-112-7/+79
| | | | | | | | 2003-01-11 Havoc Pennington <hp@pobox.com> * src/window.c (meta_window_handle_mouse_grab_op_event): implement compression of motion events (drop all but the most recently received), guessing at fixes for #103009
* add ability to --disable-shapeHavoc Pennington2003-01-113-1/+18
| | | | | | 2003-01-11 Havoc Pennington <hp@pobox.com> * configure.in: add ability to --disable-shape
* Updated Norwegian (bokmal) translation.Kjartan Maraas2003-01-112-45/+37
| | | | | | 2003-01-11 Kjartan Maraas <kmaraas@gnome.org> * no.po: Updated Norwegian (bokmal) translation.
* fix the behavior of --enable-*.Akira TAGOH2003-01-112-6/+10
| | | | | | 2003-01-11 Akira TAGOH <tagoh@gnome.gr.jp> * configure.in: fix the behavior of --enable-*.
* revert that change, I got the wrong .desktop file. doh.Havoc Pennington2003-01-102-2/+5
| | | | | | | 2003-01-10 Havoc Pennington <hp@redhat.com> * src/Makefile.am (desktopfiles_in_files): revert that change, I got the wrong .desktop file. doh.
* don't install .desktop file for properties dialog if we aren'tHavoc Pennington2003-01-102-2/+11
| | | | | | | | 2003-01-10 Havoc Pennington <hp@redhat.com> * src/Makefile.am (desktopfiles_DATA): don't install .desktop file for properties dialog if we aren't building/installing the properties dialog.
* Dutch translation updated by Tino Meinen.Vincent van Adrighem2003-01-102-50/+58
| | | | | | 2003-01-10 Vincent van Adrighem <V.vanAdrighem@dirck.mine.nu> * nl.po: Dutch translation updated by Tino Meinen.
* Updated Hungarian translation.Andras Timar2003-01-102-49/+58
| | | | | | 2003-01-10 Andras Timar <timar@gnome.hu> * hu.po: Updated Hungarian translation.
* ja.po: Minor fix.Yukihiro Nakai2003-01-102-1/+5
|
* 2.4.13METACITY_2_4_13Havoc Pennington2003-01-104-4/+50
|