summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
...
* Updated German translation.Christian Neumair2003-12-292-209/+460
|
* Updated Norwegian Nynorsk translation.Åsmund Skjæveland2003-12-292-260/+481
| | | | | | 2003-12-29 Åsmund Skjæveland <aasmunds@fys.uio.no> * nn.po: Updated Norwegian Nynorsk translation.
* CVS_SILENTGörkem Çetin2003-12-281-206/+450
|
* handle ReparentNotify, and add a lot of debug output.Havoc Pennington2003-12-265-12/+175
| | | | | | | 2003-12-25 Havoc Pennington <hp@redhat.com> * src/compositor.c (process_reparent): handle ReparentNotify, and add a lot of debug output.
* change to track all children of the root window, not only mapped children;Havoc Pennington2003-12-266-71/+209
| | | | | | | | | | | 2003-12-25 Havoc Pennington <hp@redhat.com> * src/compositor.c (meta_compositor_process_event): change to track all children of the root window, not only mapped children; this keeps us from losing track of the stacking order * src/display.c (event_callback): don't do any of the compositor event handling inline, do it all in compositor.c
* Updated Spanish translationFrancisco Javier F. Serrador2003-12-242-3/+7
| | | | | | 2003-12-24 Francisco Javier F. Serrador <serrador@cvs.gnome.org> * es.po: Updated Spanish translation
* updated translation.Gustavo Noronha Silva2003-12-232-32/+67
| | | | | | 2003-12-23 Gustavo Noronha Silva <kov@debian.org> * pt_BR.po: updated translation.
* Update Czech translationMiloslav Trmac2003-12-222-33/+64
|
* Updated Serbian translation.Danilo Šegan2003-12-223-6/+10
|
* Updated Swedish translation.Christian Rose2003-12-222-214/+464
| | | | | | 2003-12-22 Christian Rose <menthos@menthos.com> * sv.po: Updated Swedish translation.
* 2003-12-21 Rob Adams <readams@readams.netRob Adams2003-12-222-1/+6
| | | | | * src/main.c (main): fix minor punctuation error in a string. Fix for #129805.
* Updated Spanish translation.Francisco Javier F. Serrador2003-12-212-33/+69
| | | | | | 2003-12-21 Francisco Javier F. Serrador <serrador@cvs.gnome.org> * es.po: Updated Spanish translation.
* Updated Serbian translation.Danilo Šegan2003-12-213-95/+139
|
* Reorganize the window menu according to discussion on #110904. TheRob Adams2003-12-215-57/+181
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 2003-12-20 Rob Adams <readams@readams.net> Reorganize the window menu according to discussion on #110904. The workspace name mnemonic chunk of the patch is thanks to Jonathan Blandford. * src/common.h: add MENU_OP_ABOVE, MENU_OP_UNABOVE, MENU_UP_MOVE_TO_* menu ops. * src/core.c (meta_core_get_menu_accelerator): add accelerator for the new menu ops. * src/menu.c: add checked attribute in _MenuItem struct to display a checkmark next to a menu item. Add the new menu items to menuitems. (get_workspace_name_with_accel): Add mnemonics even to renamed workspaces. (menu_item_new): provide support for the checked attribute (meta_window_menu_new): construct new submenu for workspace switching. * src/window.c (menu_callback): implement support for the new menu ops. (meta_window_show_menu): don't use the OP_*SHAPE operations, and compute which of the OP_MOVE_TO_* ops should be used for the current workspace and workspace layout. Add the OP_*ABOVE operations.
* Added Arabic translationArafat Medini2003-12-204-1/+3056
| | | | | | 2003-12-20 Arafat Medini <lumina@silverpen.de> * ar.po: Added Arabic translation
* add test-size-hints to cvsignoreRob Adams2003-12-191-0/+1
|
* updated translation.Gustavo Noronha Silva2003-12-192-183/+400
| | | | | | 2003-12-19 Gustavo Noronha Silva <kov@debian.org> * pt_BR.po: updated translation.
* Minor update.Yukihiro Nakai2003-12-182-24/+34
|
* initialize grab_wireframe_active to FALSE. Fix for #128090.Rob Adams2003-12-174-2/+20
| | | | | | | | | | | | | | | | 2003-12-17 Rob Adams <readams@readams.net> * src/display.c (meta_display_open): initialize grab_wireframe_active to FALSE. Fix for #128090. 2003-12-17 Rob Adams <readams@readams.net> * src/tabpopup.c (meta_ui_tab_popup_new): Don't try to call utf8_strndup on a null title for an entry. Fix for #128566. * src/workspace.c (meta_workspace_free): Call g_list_free on the mru_list, since with sticky windows that MRU list could well not be emtpy. See #122016.
* set on_all_workspaces in all cases _before_ adding to the workspaces, soRob Adams2003-12-143-20/+77
| | | | | | | | | | | | | | 2003-12-13 Rob Adams <readams@readams.net> * src/window.c (meta_window_new_with_attrs): set on_all_workspaces in all cases _before_ adding to the workspaces, so that windows initially on all workspaces are added correctly to the MRU lists. Fix for #120907. * src/workspace.c (meta_workspace_add_window): handle sticky windows so that we add to add mru lists if needed (meta_workspace_remove_window): handle sticky windows so that they are removed from all mru lists if needed.
* Updated Spanish translation.Francisco F. Serrador2003-12-142-31/+40
| | | | | | 2003-12-14 Francisco F. Serrador <serrador@cvs.gnome.org> * es.po: Updated Spanish translation.
* Revert prior changeRob Adams2003-12-137-137/+22
|
* Add increased robustness for dealing with all workspaces windows and MRURob Adams2003-12-137-21/+136
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 2003-12-13 Rob Adams <readams@readams.net> Add increased robustness for dealing with all workspaces windows and MRU lists. Also add very preliminary _NET_WM_USER_TIME support, limited to simply listening for the property and keeping an internal variable updated, and also treating some input events as though they were user time updates. * src/window.c (meta_window_new_with_attrs): set on_all_workspaces in all cases _before_ adding to the workspaces, so that windows initially on all workspaces are added correctly to the MRU lists. Fix for #120907. (process_property_notify): add net_wm_user_time support. * src/workspace.c (meta_workspace_add_window): handle sticky windows so that we add to add mru lists if needed (meta_workspace_remove_window): handle sticky windows so that they are removed from all mru lists if needed. * src/display.[ch] (meta_display_open): add net_wm_user_time support. (event_callback): simulate user time update on key and button presses. * src/screen.c (set_supported_hint): add net_wm_user_time support. * src/window-props.c (init_net_wm_user_time): new function for user_time support (reload_net_wm_user_time): new function for user_time support (meta_display_init_window_prop_hooks): add hook for user_time
* unstick window to get it out of mru_list it should not be in; assert thatHavoc Pennington2003-12-133-2/+28
| | | | | | | | 2003-12-12 Havoc Pennington <hp@redhat.com> * src/window.c (meta_window_free): unstick window to get it out of mru_list it should not be in; assert that window has been removed from all mru_list. Perhaps fixes #122016 crash.
* Cleared up Serbian translation.Danilo Šegan2003-12-043-6/+10
| | | | | | 2003-12-04 Danilo Šegan <dsegan@gmx.net> * sr.po, sr@Latn.po: Cleared up Serbian translation.
* Updated Mongolian translationSanlig Badral2003-12-032-61/+74
|
* Update Czech translationMiloslav Trmac2003-12-022-183/+399
|
* fix up compositing manager to somewhat workHavoc Pennington2003-11-308-58/+323
| | | | | | 2003-11-29 Havoc Pennington <hp@redhat.com> * fix up compositing manager to somewhat work
* Updated Danish translation.Ole Laursen2003-11-282-183/+408
| | | | | | 2003-11-29 Ole Laursen <olau@hardworking.dk> * da.po: Updated Danish translation.
* fix a couple of minor typos.Rob Adams2003-11-262-3/+7
| | | | | | 2003-11-26 Rob Adams <readams@readams.net> * COMPLIANCE: fix a couple of minor typos.
* Dutch translation updated by Vincent van Adrighem.Vincent van Adrighem2003-11-252-179/+404
| | | | | | 2003-11-26 Vincent van Adrighem <adrighem@gnome.org> * nl.po: Dutch translation updated by Vincent van Adrighem.
* Oops, did not mean to do that.Havoc Pennington2003-11-245-31/+2
|
* fix the extension checksHavoc Pennington2003-11-247-7/+51
| | | | | | 2003-11-24 Havoc Pennington <hp@redhat.com> * src/compositor.c (meta_compositor_new): fix the extension checks
* init prev_mask fieldHavoc Pennington2003-11-243-6/+16
| | | | | | | | | 2003-11-24 Havoc Pennington <hp@redhat.com> * src/iconcache.c (meta_icon_cache_init): init prev_mask field * src/window.c (meta_window_new_with_attrs): init xgroup_leader prior to use
* need to select PropertyChangeMask on the leader windowHavoc Pennington2003-11-241-1/+2
|
* add an event_serial argument and use it when the pointer is alreadyHavoc Pennington2003-11-249-4/+45
| | | | | | | | 2003-11-24 Havoc Pennington <hp@redhat.com> * src/display.c (meta_display_begin_grab_op): add an event_serial argument and use it when the pointer is already grabbed automatically on the button press. May fix bug #126871
* Apply patch from Gregory Merchan to avoid using CurrentTime when settingHavoc Pennington2003-11-246-59/+85
| | | | | | | 2003-11-24 Havoc Pennington <hp@redhat.com> * Apply patch from Gregory Merchan to avoid using CurrentTime when setting input focus. Bug #108881
* move xcompmgr code in here (minus drop shadows), untested since Keith'sHavoc Pennington2003-11-235-14/+565
| | | | | | | | 2003-11-23 Havoc Pennington <hp@redhat.com> * src/compositor.c: move xcompmgr code in here (minus drop shadows), untested since Keith's server just crashes at the moment. "It compiles"
* new functionHavoc Pennington2003-11-219-56/+184
| | | | | | | | | 2003-11-20 Havoc Pennington <hp@redhat.com> * src/window.c (meta_window_new_with_attrs): new function * src/display.c, src/screen.c: create the compositor and feed windows and events to it
* revert the change hereHavoc Pennington2003-11-202-3/+7
| | | | | | 2003-11-20 Havoc Pennington <hp@redhat.com> * src/window.c (meta_window_notify_focus): revert the change here
* 2003-11-17 Rob Adams <readams@readams.netRob Adams2003-11-172-0/+6
| | | | | * src/window.c (set_allowed_actions_hint): increment i between resize and fullscreen.
* Create COMPLIANCE document describing metacity specification compliance.Rob Adams2003-11-176-19/+214
| | | | | | | | | | | | | | | | | | 2003-11-16 Rob Adams <readams@readams.net> Create COMPLIANCE document describing metacity specification compliance. Right now gives detailed EWMH compliance; still need to add ICCCM compliance information. Also some minor fixes to bring metacity into compliance on some points. * COMPLIANCE: new file * src/display.h, src/display.c (meta_display_open), src/screen.c (set_supported_hint): add atom_net_wm_action_fullscreen and atom_net_wm_action_minimize * src/window.c (set_allowed_actions_hint): some fixes to which hints to set and add fullscreen and minimize.
* add paranoia check to make sure a window is really on a workspace beforeRob Adams2003-11-162-3/+11
| | | | | | | | | 2003-11-16 Rob Adams <readams@readams.net> * src/window.c (meta_window_notify_focus): add paranoia check to make sure a window is really on a workspace before inserting it at the beginning of the MRU list. Maybe there's a race condition with focusing and workspace switching. Hopefully a fix for #122016.
* Updated Polish translationArtur Flinta2003-11-161-174/+388
|
* add the missing filesHavoc Pennington2003-11-162-0/+248
|
* fix warningHavoc Pennington2003-11-164-1/+39
| | | | | | | | | 2003-11-15 Havoc Pennington <hp@redhat.com> * src/main.c (main): fix warning * src/compositor.c: add a new file to contain compositing manager functionality; not yet implemented at all.
* Inherit visual from frame window so that metacity will work with the newRob Adams2003-11-164-7/+42
| | | | | | | | | | | | | | | | | | 2003-11-15 Rob Adams <readams@readams.net> Inherit visual from frame window so that metacity will work with the new compositing manager extension work by Keith on freedesktop.org, so that ARGB windows can be full alpha-transparent without a metacity frame getting drawn in the background. In the long term, we need to actually set alpha values when drawing the frame so that it will really work; this is a stopgap solution. Patch from Keith Packard; see Bug 126875. * src/frame.c (meta_window_ensure_frame): pass client visual to frame. * src/ui.[ch] (meta_ui_create_frame_window): add new xvisual parameter and use it to create new window.
* don't set window->type_atom here so that the type-inference code willRob Adams2003-11-162-3/+6
| | | | | | | | 2003-11-15 Rob Adams <readams@readams.net> * src/window.c (update_net_wm_type): don't set window->type_atom here so that the type-inference code will actually be called. Fix for #126873 from Keith Packard.
* Updated Spanish translation by Francisco Javier F. SerradorPablo Gonzalo del Campo2003-11-102-181/+384
| | | | | | | 2003-11-10 Pablo Gonzalo del Campo <pablodc@bigfoot.com> * es.po: Updated Spanish translation by Francisco Javier F. Serrador <serrador@arrakis.es>.
* configure frame first if we grow more than we shrink combined in bothRob Adams2003-11-082-14/+14
| | | | | | | | 2003-11-08 Rob Adams <readams@readams.net> * src/window.c (meta_window_move_resize_internal): configure frame first if we grow more than we shrink combined in both dimensions. Patch from Soren Sandmann for #108925.