Age | Commit message (Collapse) | Author | Files | Lines |
|
2002-09-03 Havoc Pennington <hp@pobox.com>
* src/frames.c (meta_frames_update_prelit_control): don't filter
out prelight for unmaximize button. #83860
(meta_frames_paint_to_drawable): handle unmaximize here as well
|
|
2002-08-30 Pablo Gonzalo del Campo <pablodc@bigfoot.com>
* es.po: Updated Spanish translation.
|
|
2002-08-28 Hasbullah Bin Pit <sebol@ikhlas.com>
* ms.po: Updated Malay Translation.
|
|
2002-08-27 Havoc Pennington <hp@pobox.com>
* src/theme.c (meta_frame_layout_calc_geometry): always apply
rounding for shaded windows, fixes Bluecurve theme when shaded
|
|
|
|
2002-08-26 Ole Laursen <olau@hardworking.dk>
* da.po: Updated Danish translation.
|
|
|
|
2002-08-26 Christian Rose <menthos@menthos.com>
* sv.po: Updated Swedish translation.
|
|
2002-08-25 Havoc Pennington <hp@pobox.com>
* src/window.c (meta_window_free): when freeing a fullscreen
window, update layers of the window's group.
|
|
2002-08-25 Havoc Pennington <hp@pobox.com>
* src/display.c (meta_display_open): _NET_SUPPORTING_WM_CHECK is
supposed to have type WINDOW not CARDINAL. reported by
Ben Jansens
|
|
2002-08-24 Pablo Gonzalo del Campo <pablodc@bigfoot.com>
* es.po: Updated Spanish translation.
|
|
2002-08-24 Havoc Pennington <hp@redhat.com>
* src/window.c (process_property_notify): recalculate mapped-ness
of frame after toggling decorations on/off, so that windows don't
disappear when decorations are toggled on.
* src/tools/metacity-window-demo.c (toggle_decorated_cb): add a
test for toggling decoration state on the fly
|
|
2002-08-24 Havoc Pennington <hp@redhat.com>
* src/window.c (update_sm_hints): hack around bug in kmail etc.
where SM_CLIENT_ID was set on the window, not the client leader.
* src/theme.c (meta_frame_layout_calc_geometry): don't round
corners unless we have enough frame to chop off.
|
|
2002-08-24 Havoc Pennington <hp@redhat.com>
* src/util.c: translate some strings that should have been, and
convert to locale encoding before printing stuff.
* src/stack.c (group_member_is_fullscreen): if window itself is
fullscreen, return TRUE immediately.
* src/window.c (meta_window_configure_request): add hack to
fullscreenize large undecorated windows.
|
|
2002-08-23 Pablo Gonzalo del Campo <pablodc@bigfoot.com>
* es.po: Updated Spanish translation.
|
|
|
|
2002-08-23 Christian Rose <menthos@menthos.com>
* sv.po: Updated Swedish translation.
|
|
|
|
2002-08-21 Pablo Gonzalo del Campo <pablodc@bigfoot.com>
* es.po: Updated Spanish translation.
|
|
2002-08-21 Anders Carlsson <andersca@gnu.org>
* lv.po: Fix build.
|
|
Latvian translation
|
|
translation
|
|
2002-08-21 Akira TAGOH <tagoh@gnome.gr.jp>
* ja.po: Updated Japanese translation.
|
|
2002-08-21 Deepa Natarajan <deepa.natarajan@wipro.com>
* src/keybindings.c, src/metacity.schemas.in, src/prefs.[ch]:
add maximize and unmaximize keybinding setting. Partly fixes
bug# 78999.
|
|
2002-08-20 Steve Fox <drfickle@k-lug.org>
* metacity.spec: Remove in favor of auto-generated spec file
|
|
2002-08-20 Steve Fox <drfickle@k-lug.org>
* metacity.spec.in: Add so that the spec file gets auto-updated
whenever configure.in gets bumped. Include some missing
directories.
* Makefile.am
* configure.in: Necessary changes for spec file magic
|
|
2002-08-20 Havoc Pennington <hp@redhat.com>
* src/frames.c (get_control): if in the title rect check for y
<= TOP_RESIZE_HEIGHT
* src/display.c (meta_spew_event): put x/y coordinates in spew for
enter/leave notify
* src/frames.c (meta_frames_motion_notify_event): move cursor
changing from here to update_prelit_control so it happens on enter
notify as well
(get_control): change test "y < TOP_RESIZE_HEIGHT" to
"y <= TOP_RESIZE_HEIGHT"
* src/Makefile.am (EXTRA_DIST): include .in files in EXTRA_DIST
|
|
2002-08-19 Ole Laursen <olau@hardworking.dk>
* da.po: Updated Danish translation.
|
|
2002-08-19 Christian Rose <menthos@menthos.com>
* sv.po: Fixed a bug. Thanks to rhult for reporting it.
|
|
2002-08-19 Christian Rose <menthos@menthos.com>
* sv.po: Updated Swedish translation.
|
|
2002-08-18 Hasbullah Bin Pit <sebol@ikhlas.com>
* ms.po: Updated Malay Translation.
|
|
|
|
|
|
|
|
2002-08-17 Evandro Fernandes Giovanini <evandrofg@ig.com.br>
* configure.in (ALL_LINGUAS): Added Brazilian Portuguese (pt_BR).
|
|
2002-08-17 Evandro Fernandes Giovanini <evandrofg@ig.com.br>
* pt_BR.po: Added Brazilian Portuguese translation.
|
|
* ko.po: Updated Korean translation by Young-Ho Cha
<ganadist@chollian.net>.
|
|
|
|
|
|
2002-08-15 Havoc Pennington <hp@redhat.com>
* src/metacity.schemas.in: default to "Sans Bold 10" for the
titlebar font.
|
|
2002-08-15 Havoc Pennington <hp@pobox.com>
* src/window.c (recalc_window_features): leave has_fullscreen_func
set to TRUE if the window is screen sized and undecorated, even if
the window isn't resizable. idea from Christian - Manny Calavera -
Neumair
* src/keybindings.c (handle_toggle_fullscreen)
(handle_toggle_maximize): these disabled fullscreen/maximize if
the window wasn't resizable, should have used has_fullscreen_func
has_maximize_func instead.
2002-08-15 Havoc Pennington <hp@pobox.com>
* src/keybindings.c: implement raise/lower
* src/metacity.schemas.in: add raise/lower
* src/prefs.c: add "raise" and "lower" prefs to keybindings
* src/display.c (meta_display_set_grab_op_cursor): assert that
the screen arg is non-NULL in appropriate cases
|
|
2002-08-14 Jayaraj Rajappan <jayaraj.rajappan@wipro.com>
* src/display.c (meta_display_set_grab_op_cursor):
In XGrabPointer, set the confine_to argument to the root window
of the screen the window is on.
* src/display.h: add screen argument.
* src/window.c (meta_window_update_resize_grab_op):
pass screen argument as NULL.
|
|
2002-08-14 James M. Cape <jcape@ignore-your.tv>
* src/themes/Esco/metacity-theme-1.xml: use button positioning
theme stuff.
|
|
2002-08-14 Mark McLoughlin <mark@skynet.ie>
* src/screen.c: (set_number_of_spaces_hint), move from
workspace.c.
(update_num_workspaces): set the hint here. Fixes #90123.
* src/workspace.c:
(meta_workspace_new), (meta_workspace_free): don't set
the hint here.
(update_num_workspaces): move to screen.c
|
|
2002-08-13 Ole Laursen <olau@hardworking.dk>
* da.po: Updated Danish translation.
|
|
2002-08-12 Havoc Pennington <hp@redhat.com>
* src/stack.c (compute_layer): window is in fullscreen layer if
any member of its group is fullscreen
* src/window.c (meta_window_unmake_fullscreen): update layer for
whole window group
(meta_window_make_fullscreen): ditto
* src/util.c (meta_unsigned_long_hash): move hash/equal funcs for
Window in here.
* src/group.c: track window groups so we can do stuff with them.
|
|
2002-08-12 Christian Rose <menthos@menthos.com>
* sv.po: Updated Swedish translation.
|
|
2002-08-12 Stanislav Visnovsky <visnovsky@nenya.ms.mff.cuni.cz>
* sk.po: Updated Slovak translation.
|
|
2002-08-11 Havoc Pennington <hp@pobox.com>
* src/menu.c: don't include nonexistent stock-icons.h file
|
|
|