summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* 2.4.5METACITY_2_4_5Glynn Foster2002-11-2630-4588/+5067
| | | | | | 2002-11-26 Glynn Foster <glynn.foster@sun.com> * configure.in: 2.4.5
* Updated Norwegian (bokmål) translation.Kjartan Maraas2002-11-252-23/+22
| | | | | | 2002-11-25 Kjartan Maraas <kmaraas@gnome.org> * no.po: Updated Norwegian (bokmål) translation.
* Convert all to UTF-8.Yanko Kaneti2002-11-258-898/+1494
| | | | | | 2002-11-25 Yanko Kaneti <yaneti@declera.com> * *.po: Convert all to UTF-8.
* Updated the Greek translationKostas Papadimas2002-11-242-404/+1164
|
* remove theme-format.txt, it's now in doc/.Dan Mills2002-11-232-1/+5
| | | | | | 2002-11-23 Dan Mills <thunder@ximian.com> * Makefile.am: remove theme-format.txt, it's now in doc/.
* Updated the Greek translationKostas Papadimas2002-11-232-1294/+896
|
* patch from Hidetoshi Tajima to move a window's transients when moving theHavoc Pennington2002-11-223-4/+33
| | | | | | | | | | | | | | 2002-11-22 Havoc Pennington <hp@pobox.com> * src/window.c (meta_window_change_workspace): patch from Hidetoshi Tajima to move a window's transients when moving the window between workspaces. #98900 2002-11-21 Havoc Pennington <hp@pobox.com> * src/display.c (meta_display_open): init ret_to to RevertToPointerRoot out of sheer paranoia; don't want no RevertToNone in my code!
* delete (meta_window_new): add getting initial workspace to the batchHavoc Pennington2002-11-213-43/+71
| | | | | | | | | | | 2002-11-21 Havoc Pennington <hp@pobox.com> * src/window.c (update_initial_workspace): delete (meta_window_new): add getting initial workspace to the batch property get call * src/window-props.c (meta_display_init_window_prop_hooks): add net_wm_desktop and win_workspace support
* remove unused variableHavoc Pennington2002-11-214-4/+45
| | | | | | | | | | | | | 2002-11-20 Havoc Pennington <hp@pobox.com> * src/window-props.c (set_icon_title): remove unused variable * src/screen.c (meta_screen_new): read an existing _NET_CURRENT_DESKTOP and restore it if set. Makes a restart even less visible. * src/workspace.c (set_active_space_hint): don't set the hint during the process of unmanaging a screen
* put doc/Makefile in configure.inHavoc Pennington2002-11-202-0/+3
|
* add DTD for themes from Ross BurtonHavoc Pennington2002-11-205-1/+284
| | | | | | | | | | 2002-11-20 Havoc Pennington <hp@pobox.com> * doc/metacity-theme.dtd: add DTD for themes from Ross Burton * doc/Makefile.am: doc subdir * doc/theme-format.txt: move to doc subdir
* Should really fix #98303Havoc Pennington2002-11-203-7/+36
| | | | | | | | | | | | | 2002-11-19 Havoc Pennington <hp@pobox.com> Should really fix #98303 * src/prefs.c (meta_prefs_change_workspace_name): add bad hack to treat empty string the same as null * src/menu.c (get_workspace_name_with_accel): allocate one more than the length of "name" so we have room for a nul byte (and don't malloc(0) on empty strings). Also some formatting cleanups.
* do a recalc_window_features after setting new wm_state in order to updateHavoc Pennington2002-11-202-3/+19
| | | | | | | | | | 2002-11-19 Havoc Pennington <hp@pobox.com> * src/window.c (meta_window_client_message): do a recalc_window_features after setting new wm_state in order to update skip_pager in addition to wm_state_skip_pager (set_net_wm_state): base _NET_WM_STATE on skip_pager not wm_state_skip_pager, ditto for skip_taskbar
* Fix #98303 and assorted cleanupHavoc Pennington2002-11-204-8/+50
| | | | | | | | | | | | | | | | | | | | | | | 2002-11-19 Havoc Pennington <hp@pobox.com> Fix #98303 and assorted cleanup * src/prefs.c (meta_preference_to_string): handle META_PREF_WORKSPACE_NAMES * src/menu.c (get_workspace_name_with_accel): assert that the workspace has a name * src/screen.c (meta_screen_ensure_workspace_popup): assert that we got a workspace name (meta_screen_ensure_workspace_popup): assert that we got a workspace name * src/prefs.c (update_workspace_name): fix screwiness (strcmp with a freed string, assorted bad logic) (init_workspace_names): assert that we filled in a default workspace name (meta_prefs_get_workspace_name): assert non-NULL workspace name
* Updated Hungarian translation.Andras Timar2002-11-192-214/+228
| | | | | | 2002-11-19 Andras Timar <timar@gnome.hu> * hu.po: Updated Hungarian translation.
* Makes Atlanta work better with inverse themes. Fix for 98745.Bill Haneman2002-11-172-2/+9
|
* Updated Norwegian (bokmål) translation.Kjartan Maraas2002-11-152-222/+237
| | | | | | 2002-11-15 Kjartan Maraas <kmaraas@gnome.org> * no.po: Updated Norwegian (bokmål) translation.
* fix a multihead safety thing (use proper system colormap for theHavoc Pennington2002-11-152-0/+9
| | | | | | | 2002-11-13 Havoc Pennington <hp@pobox.com> * src/ui.c (get_cmap): fix a multihead safety thing (use proper system colormap for the drawable's screen)
* updated translationGustavo Noronha Silva2002-11-152-347/+291
|
* include common.h.Jonathan Blandford2002-11-142-0/+5
| | | | | | Thu Nov 14 17:30:10 2002 Jonathan Blandford <jrb@gnome.org> * src/Makefile.am (libmetacityinclude_HEADERS): include common.h.
* Updated Spanish translation.Pablo Gonzalo del Campo2002-11-142-257/+275
| | | | | | 2002-11-14 Pablo Gonzalo del Campo <pablodc@bigfoot.com> * es.po: Updated Spanish translation.
* Updated German translation.Christian Neumair2002-11-132-214/+226
|
* don't read from op->data.image when the op is an iconHavoc Pennington2002-11-134-5/+11
| | | | | | | 2002-11-12 Havoc Pennington <hp@pobox.com> * src/theme.c (draw_op_as_pixbuf): don't read from op->data.image when the op is an icon
* never use a window with input = FALSE take_focus = FALSE as the defaultHavoc Pennington2002-11-122-0/+7
| | | | | | | | 2002-11-12 Havoc Pennington <hp@redhat.com> * src/stack.c (meta_stack_get_default_focus_window): never use a window with input = FALSE take_focus = FALSE as the default focus window #95454 fix from Hidetoshi Tajima
* Update Czech translationMiloslav Trmac2002-11-111-259/+264
|
* 2002-11-11 Peteris Krisjanis <peteris.krisjanis@os.lv> * lv.po: Updated ↵Peteris Krisjanis2002-11-111-0/+4
| | | | Latvian translation
* 2002-11-11 Peteris Krisjanis <peteris.krisjanis@os.lv> Updated Latvian ↵Peteris Krisjanis2002-11-111-1333/+750
| | | | translation
* Major changes to look of theme. I'd also recommendJames M. Cape2002-11-102-58/+64
| | | | | | | | 2002-11-10 James M. Cape <jcape@ignore-your.tv> * src/themes/Esco/metacity-theme-1.xml: Major changes to look of theme. I'd also recommend "minimize,maximize:close" for the button_layout, it looks really slick :-).
* Updated Korean translation by Young-Ho Cha <ganadist@chollian.net>.Changwoo Ryu2002-11-102-273/+271
| | | | | | | 2002-11-11 Changwoo Ryu <cwryu@debian.org> * ko.po: Updated Korean translation by Young-Ho Cha <ganadist@chollian.net>.
* Updated Danish translation.Ole Laursen2002-11-102-210/+225
| | | | | | 2002-11-10 Ole Laursen <olau@hardworking.dk> * da.po: Updated Danish translation.
* include common.h with the installed filesJonathan Blandford2002-11-081-1/+2
|
* impl for nice debugging. (meta_workspace_get_neighbor): fix broken logicMark McLoughlin2002-11-072-19/+70
| | | | | | | | | | 2002-11-08 Mark McLoughlin <mark@skynet.ie> * src/workspace.c: (meta_motion_direction_to_string), (meta_screen_corner_to_string): impl for nice debugging. (meta_workspace_get_neighbor): fix broken logic and cleanup debugging.
* add a pc file for libmetacity-privateJonathan Blandford2002-11-076-4/+49
| | | | | | | | | | Thu Nov 7 17:07:21 2002 Jonathan Blandford <jrb@redhat.com> * src/libmetacity-private.pc.in: add a pc file for libmetacity-private * src/Makefile.am: Install a few files as a shared library so that others can draw metacity themes.
* Updated Malay Translation.Hasbullah Bin Pit2002-11-062-744/+549
| | | | | | 2002-11-05 Hasbullah Bin Pit <sebol@ikhlas.com> * ms.po: Updated Malay Translation.
* push an error trap around the whole window-key-grab loopHavoc Pennington2002-11-064-15/+83
| | | | | | | | | | | | | | 2002-11-06 Havoc Pennington <hp@pobox.com> * src/keybindings.c (grab_keys): push an error trap around the whole window-key-grab loop (ungrab_all_keys): avoid requiring return value from the error trap, unless in debugging mode (regrab_window_bindings, regrab_screen_bindings): push traps around the loops, for efficiency * src/display.c (event_callback): fix from Padraig O'Briain to compress extra MappingNotify events to avoid extra work.
* Crux tweaks: adds a Restore button for maximized windows, and un-hard-codesCalum Benson2002-11-054-14/+70
| | | | titlebar text colors. Fixes #97759.
* apply patch from Nikos Mouat to fix this functionHavoc Pennington2002-11-052-81/+115
| | | | | | | 2002-11-05 Havoc Pennington <hp@redhat.com> * src/workspace.c (meta_workspace_get_neighbor): apply patch from Nikos Mouat to fix this function
* Added missing file. Updated Swedish translation.Christian Rose2002-11-053-207/+224
| | | | | | | 2002-11-05 Christian Rose <menthos@menthos.com> * POTFILES.in: Added missing file. * sv.po: Updated Swedish translation.
* fix bug I introduced in case where scaling was done in both directions.Havoc Pennington2002-11-042-8/+17
| | | | | | | 2002-11-04 Havoc Pennington <hp@pobox.com> * src/theme.c (scale_and_alpha_pixbuf): fix bug I introduced in case where scaling was done in both directions.
* Patch from Brian Cameron to implement the vertical/horizontal stripedHavoc Pennington2002-11-044-24/+244
| | | | | | | | | | | | | | 2002-11-04 Havoc Pennington <hp@pobox.com> Patch from Brian Cameron to implement the vertical/horizontal striped image accelerated scaling from the gtk pixbuf engine. * src/theme.c (scale_and_alpha_pixbuf): if an image is vertical/horizontal stripes, use special extra-fast scaling routines. * src/theme-parser.c (parse_draw_op_element): when loading an image, mark it as vertically/horizontally striped when appropriate
* changed __FUNCTION__ to G_GNUC_FUNCTION as __FUNCTION__ is not portable.Erwann Chenede -2002-11-042-2/+7
| | | | | | | 2002-11-04 Erwann Chenede - <erwann.chenede@sun.com> * src/xprops.c (meta_prop_get_values): changed __FUNCTION__ to G_GNUC_FUNCTION as __FUNCTION__ is not portable.
* remove XSync calls from here (meta_display_ungrab): remove XSync fromHavoc Pennington2002-11-046-16/+35
| | | | | | | | | | | | | | | | 2002-11-03 Havoc Pennington <hp@pobox.com> * src/display.c (meta_display_grab): remove XSync calls from here (meta_display_ungrab): remove XSync from here, but put in an XFlush to be sure we get the ungrab sent. * src/util.c (meta_topic): track sync count here * src/errors.c: move sync count out of here Throughout: error spew on all XSync() calls * src/run-metacity.sh: don't set METACITY_DEBUG
* add _NET_WM_NAME, WM_NAME, _NET_WM_ICON_NAME, WM_ICON_NAME supportHavoc Pennington2002-11-044-132/+237
| | | | | | | | | | 2002-11-03 Havoc Pennington <hp@pobox.com> * src/window-props.c (meta_display_init_window_prop_hooks): add _NET_WM_NAME, WM_NAME, _NET_WM_ICON_NAME, WM_ICON_NAME support * src/window.c (meta_window_new): use window-props.h for _NET_WM_NAME, WM_NAME, _NET_WM_ICON_NAME, WM_ICON_NAME
* use window-props.h stuff for a couple of properties (implement_showing):Havoc Pennington2002-11-0310-45/+482
| | | | | | | | | | | | | 2002-11-03 Havoc Pennington <hp@pobox.com> * src/window.c (meta_window_new): use window-props.h stuff for a couple of properties (implement_showing): fix printf string * src/xprops.c (meta_prop_free_values): new function * src/window-props.h, src/window-props.c: start moving code that handles loading window properties into this file.
* split into "see if we should be showing" and "actually show/hide"Havoc Pennington2002-11-032-9/+104
| | | | | | | | | | 2002-11-03 Havoc Pennington <hp@pobox.com> * src/window.c (meta_window_calc_showing): split into "see if we should be showing" and "actually show/hide" functions (idle_calc_showing): rework to first unmap all newly-hidden windows from bottom to top then map all newly-showing windows from top to bottom resulting in fewer exposes, #95220
* fix from Garrett LeSage for which button backgrounds we draw whenHavoc Pennington2002-11-032-4/+9
| | | | | | | 2002-11-03 Havoc Pennington <hp@pobox.com> * src/theme.c (meta_frame_layout_calc_geometry): fix from Garrett LeSage for which button backgrounds we draw when
* new function, and remove workspace->name field, instead just get the nameHavoc Pennington2002-11-0312-69/+339
| | | | | | | | | | | | | | | | | | | 2002-11-03 Havoc Pennington <hp@pobox.com> * src/workspace.c (meta_workspace_get_name): new function, and remove workspace->name field, instead just get the name from prefs each time * src/screen.c (meta_screen_update_workspace_names): update the gconf key to persist workspace names here, instead of changing the names we use * src/util.c (topic_name): add META_DEBUG_PREFS * src/prefs.c: change NUM_COMMANDS to 32 to allow more custom commands, implement workspace names * src/metacity.schemas.in: add workspace_names/name_NN gconf keys.
* We want at least autoconf 2.5.Christian Neumair2002-11-022-0/+5
|
* Updated German translation.Christian Neumair2002-11-012-244/+261
|
* Updated Spanish translation.Pablo Gonzalo del Campo2002-11-012-128/+108
| | | | | | 2002-10-31 Pablo Gonzalo del Campo <pablodc@bigfoot.com> * es.po: Updated Spanish translation.