summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* pre 2.16.0METACITY_2_16_0Thomas James Alexander Thurman2006-09-043-4/+19
|
* Updated translationRahul Bhalerao2006-09-042-99/+104
|
* Added Entry for Bengali India Translation UpdationRuna Bhattacharjee2006-09-041-0/+4
|
* Updated Bengali India TranslationRuna Bhattacharjee2006-09-041-184/+121
|
* Updated Chinese (Hong Kong) translation from Woodman TuenKwok-Koon Cheung2006-09-043-1236/+375
| | | | | | | * zh_HK.po: Updated Chinese (Hong Kong) translation from Woodman Tuen <wmtuen@gmail.com>. * zh_TW.po: Updated Chinese (Taiwan) translation from Woodman Tuen <wmtuen@gmail.com>.
* Updated Greek translationKostas Papadimas2006-09-042-65/+83
|
* Updated Malayalam translationAni Peter2006-09-042-565/+647
|
* Updated translationRahul Bhalerao2006-09-033-0/+2780
|
* Updated French translation.Christophe Merlet2006-09-032-92/+100
|
* Updated Serbian by Goran Rakić.Danilo Šegan2006-09-033-928/+1164
|
* Translation updated.Gabor Kelemen2006-09-032-6/+9
| | | | | | 2006-09-03 Gabor Kelemen <kelemeng@gnome.hu> * hu.po: Translation updated.
* Translation updated.Gabor Kelemen2006-09-032-308/+94
| | | | | | 2006-09-03 Gabor Kelemen <kelemeng@gnome.hu> * hu.po: Translation updated.
* recover changelogKwok-Koon Cheung2006-09-011-3/+3475
|
* Add missing entries into LINGUASKwok-Koon Cheung2006-09-012-3476/+5
|
* Update Ukrainian translation.Maxim Dziumanenko2006-09-012-456/+573
| | | | | | 2006-09-01 Maxim Dziumanenko <dziumanenko@gmail.com> * Update Ukrainian translation.
* Fixed two typosLeonid Kanter2006-09-011-2/+2
|
* Updated Portuguese translation.Duarte Loreto2006-08-312-469/+593
| | | | | | 2006-09-01 Duarte Loreto <happyguy_pt@hotmail.com> * pt.po: Updated Portuguese translation.
* Updated Catalan translation.Josep Puigdemont i Casamajó2006-08-302-275/+275
|
* Updated Lithuanian translation.Gintautas Miliauskas2006-08-272-467/+594
|
* Patch from Jens Granseuer to fix the build with c89/gcc 2.95.Elijah Newren2006-08-222-1/+6
| | | | | | | 2006-08-22 Elijah Newren <newren gmail com> * src/metacity-dialog.c (main): Patch from Jens Granseuer to fix the build with c89/gcc 2.95.
* Oops, forgot to mention the translators in the 2.15.34 release; add themElijah Newren2006-08-212-0/+10
| | | | | | | 2006-08-21 Elijah Newren <newren gmail com> * NEWS: Oops, forgot to mention the translators in the 2.15.34 release; add them retroactively
* post-release version bump to 2.15.55Elijah Newren2006-08-212-1/+5
| | | | | | 2006-08-21 Elijah Newren <newren gmail com> * configure.in: post-release version bump to 2.15.55
* 2.15.34 releaseMETACITY_2_15_34Elijah Newren2006-08-212-0/+25
| | | | | | 2006-08-21 Elijah Newren <newren gmail com> * NEWS: 2.15.34 release
* Patch from Thomas Andersen to fix metacity-dialog handling of arguments.Elijah Newren2006-08-212-25/+78
| | | | | | | | | | 2006-08-21 Elijah Newren <newren gmail com> Patch from Thomas Andersen to fix metacity-dialog handling of arguments. #340690 * src/metacity-dialog.c (main): replace hackish argument parsing with GOption parsing. Much nicer. :)
* Patch from Ed Catmur to fix keybindings with hex-values (coming fromElijah Newren2006-08-216-23/+88
| | | | | | | | | | | | | | | | | | | | | | | | | 2006-08-21 Elijah Newren <newren gmail com> Patch from Ed Catmur to fix keybindings with hex-values (coming from special extended keyboard keys). #140448. * src/keybindings.c (struct _MetaKeyBinding): change keycode from KeyCode to unsigned int (comment from Elijah: why???), (reload_keycodes): only grab keysyms for keybindings that have them, (count_bindings, rebuild_binding_table): bindings can be valid either due to a valid keysym or a valid keycode, (display_get_keybinding_action, meta_change_keygrab, process_tab_grab, process_workspace_switch_grab): handle keycode as well as keysym * src/prefs.[ch] (struct MetaKeyCombo, update_binding, update_list_binding): handle keycode as well as keysym * src/ui.[ch] (meta_ui_accelerator_parse): new function special cases strings of the form "0x[0-9a-fA-F]+" and otherwise calling gtk_accelerator_parse(), (meta_ui_parse_accelerator, meta_ui_parse_modifier): call meta_ui_accelerator_parse instead of gtk_accelerator_parse.
* Updated Georgian translationVladimer Sichinava2006-08-212-456/+803
|
* Allow drags & resizes to be reverted by hitting escape. Based on patchElijah Newren2006-08-215-22/+138
| | | | | | | | | | | | | | | | | | | | | | | | 2006-08-21 Elijah Newren <newren gmail com> Allow drags & resizes to be reverted by hitting escape. Based on patch from Thomas Andersen. #126497. * src/display.c (grab_op_is_mouse_only): new function, (meta_display_begin_grab_op): grab the keyboard when moving or resizing too so that we can get escape keypresses * src/display.h (struct _MetaDisplay): add a comment to remind that grab_was_cancelled is only used in wireframe mode * src/keybindings.[ch] (process_mouse_move_resize_grab): add new function for handling keypresses during mouse-only moving and resizing, (meta_window_grab_all_keys): add a timestamp parameter and pass it to meta_window_focus(), (meta_display_process_key_event): make sure process_mouse_move_resize_grab() gets called when needed, (process_keyboard_move_grab, process_keyboard_resize_grab): rearrange some code slightly and improve the comments to make it more readable
* Fix several bugs with handling of fullscreen windows, causing them to notElijah Newren2006-08-215-48/+74
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 2006-08-21 Elijah Newren <newren gmail com> Fix several bugs with handling of fullscreen windows, causing them to not actually be fullscreen. #343115 (and also #346927, #350547, #351643, the recent additional WINE-related issue mentioned on the mailing list, and probably others...) * src/constraints.c (setup_constraint_info): if a window tries to resize to fullscreen-size and it has a fullscreen function but isn't actually marked as fullscreen then assist it by marking it as such, (constrain_fully_onscreen, constrain_titlebar_visible): ignore this constraint for fullscreen windows since such windows have a separate specialized constraint * src/stack.c (window_is_fullscreen_size, get_standalone_layer): remove the old window_is_fullscreen_size() hack for detecting windows to treat as fullscreen since it doesn't work well with the new constraints framework (i.e. we needed a slightly different hack) * src/window.[ch] (meta_window_new_with_addrs): shuffle the order of adding the window to the stack and moveresizing the window since moveresizing can cause stack changes if the window's initial size is fullscreen size, (meta_window_make_fullscreen, meta_window_make_fullscreen_internal): split meta_window_make_fullscreen() similar to meta_window_maximize() so that constraints can make use of it
* Update the pixmap to a new one which fit better with the other pixmaps ofBaptiste Mille-Mathias2006-08-202-0/+6
| | | | | | | | 2006-08-19 Baptiste Mille-Mathias <baptiste.millemathias@gmail.com> * src/stock_delete.png: Update the pixmap to a new one which fit better with the other pixmaps of the menu. First patch in metacity, woot! #345498
* Updated Swedish translation.Daniel Nylander2006-08-202-439/+554
| | | | | | 2006-08-20 Daniel Nylander <po@danielnylander.se> * sv.po: Updated Swedish translation.
* Updated.Ahmad Riza H Nst2006-08-192-537/+712
| | | | | | 2006-08-19 Ahmad Riza H Nst <rizahnst@eriagempita.co.id> * id.po: Updated.
* Patch from Willie Walker to restore the part of the patch that I shouldElijah Newren2006-08-182-0/+15
| | | | | | | | 2006-08-18 Elijah Newren <newren gmail com> * src/tabpopup.c (meta_ui_tab_popup_new): Patch from Willie Walker to restore the part of the patch that I should not have reverted in #123372, in order to fix accessibility. #350624
* Updated Bulgarian translation by Alexander Shopov <ash@contact.bg>Alexander Shopov2006-08-182-323/+394
| | | | | | | 2006-08-18 Alexander Shopov <ash@contact.bg> * bg.po: Updated Bulgarian translation by Alexander Shopov <ash@contact.bg>
* Fixes small mistakes in Catalan translationJordi Mas2006-08-172-6/+10
|
* Translation updated.Gabor Kelemen2006-08-162-462/+664
| | | | | | 2006-08-16 Gabor Kelemen <kelemeng@gnome.hu> * hu.po: Translation updated.
* Translation updated by Wouter Bolsterlee.Wouter Bolsterlee2006-08-122-95/+99
| | | | | | 2006-08-13 Wouter Bolsterlee <uws+gnome@xs4all.nl> * nl.po: Translation updated by Wouter Bolsterlee.
* Get the date right, sheesh. You'd think I'd remember what the day was today.Elijah Newren2006-08-091-1/+1
|
* Vytautus Liuolia totally rocks; he tested and debugged and tracked downElijah Newren2006-08-092-2/+22
| | | | | | | | | | | 2006-08-07 Elijah Newren <newren gmail com> * src/window.c (intervening_user_event_occurred): Vytautus Liuolia totally rocks; he tested and debugged and tracked down where we were using the focus window's net_wm_user_time even when it was uninitialized. This may fix bug 311868 and others I've heard about (with Valknut, IIRC). It definitely fixes the issues Vytas was seeing with his single instance library. :-)
* Updated metacity zh_CN translation.Funda Wang2006-08-092-110/+115
|
* Translation updated by Wouter Bolsterlee.Wouter Bolsterlee2006-08-082-363/+485
| | | | | | 2006-08-08 Wouter Bolsterlee <uws+gnome@xs4all.nl> * nl.po: Translation updated by Wouter Bolsterlee.
* patch from Stéphane Rosi to allow moving maximized windows betweenElijah Newren2006-08-082-3/+10
| | | | | | | | 2006-08-07 Elijah Newren <newren gmail com> * src/constraints.c (setup_constraint_info): patch from Stéphane Rosi to allow moving maximized windows between xineramas again. #323820
* post-release version bump to 2.15.34Elijah Newren2006-08-072-1/+5
| | | | | | 2006-08-07 Elijah Newren <newren gmail com> * configure.in: post-release version bump to 2.15.34
* 2.15.21 releaseMETACITY_2_15_21Elijah Newren2006-08-072-0/+38
| | | | | | 2006-08-07 Elijah Newren <newren gmail com> * NEWS: 2.15.21 release
* Add a constrain_titlebar_visible constraint; should fix both bug 333328Elijah Newren2006-08-077-34/+176
| | | | | | | | | | | | | | | | | | | | | | | | 2006-08-07 Elijah Newren <newren gmail com> Add a constrain_titlebar_visible constraint; should fix both bug 333328 and bug 345522. Not perfect (minor annoying snap pulling windows back onscreen, plus an ugly hack almost as bad as the old one), but tarballs are due in less than half an hour. ;-) * src/boxes.[ch] (meta_rectangle_overlaps_with_region): new function * src/constraints.c (constrain_titlebar_visible): new function, (enum ConstraintPriority, array all_constraints, update_onscreen_requirements): various small changes to accomodate the new function * src/edge-resistance.c: remove the infinite edge resistance, which was a big hack of a way to workaround the lack of a titlebar_visible constraint * src/window.[ch] (MetaWindow): new require_titlebar_visible bitfield, (meta_window_new_with_attrs): initialized here
* Patch from Chris Ball to not minimize in response to double clicks on theElijah Newren2006-08-072-2/+13
| | | | | | | | 2006-08-07 Elijah Newren <newren gmail com> * src/frames.c (meta_frames_button_press_event): Patch from Chris Ball to not minimize in response to double clicks on the titlebar when minimiziation should not be allowed. #347377
* Patch from Björn Lindqvist to fix button lighting with dragged clicks.Elijah Newren2006-08-072-44/+36
| | | | | | | | | | | | 2006-08-07 Elijah Newren <newren gmail com> Patch from Björn Lindqvist to fix button lighting with dragged clicks. #321474. * src/frames.c (meta_frames_button_press_event): update the prelit_control, (meta_frames_button_release_event): some code refactoring to simplify things a bit, and make sure to update the prelit_control
* Patch from Thomas Andersen to return the window to maximized state if theElijah Newren2006-08-072-1/+12
| | | | | | | | | 2006-08-07 Elijah Newren <newren gmail com> * src/keybindings.c (process_keyboard_move_grab): Patch from Thomas Andersen to return the window to maximized state if the window was "shaken loose" from maximized state during a resize but the resize is later aborted. #346719.
* Just a couple more details to explain why MetaButtonSpace is usedElijah Newren2006-08-071-4/+7
|
* Patch from Vytautas Liuolia to react to _NET_STARTUP_ID changes, asElijah Newren2006-08-074-8/+59
| | | | | | | | | | | | | | | | | 2006-08-07 Elijah Newren <newren gmail com> Patch from Vytautas Liuolia to react to _NET_STARTUP_ID changes, as proposed for the new startup-notification/EWMH spec. #347515 * src/window-props.c (reload_net_startup_id): be sure to act on the new id instead of just recording it * src/window.[ch] (window_activate, meta_window_activate, meta_window_activate_with_workspace, meta_window_client_message): change window_activate() to take a workspace parameter instead of hardcoding to the current workspace, add meta_window_activate_with_workspace() function needed by reload_net_startup_id().
* (#97703)Thomas James Alexander Thurman2006-08-071-1/+1
|