mutter/src
Havoc Pennington c27d89218c Patch from Rob Adams addresses #95014 (placement issues), makes first fit
2003-02-23  Havoc Pennington  <hp@pobox.com>

	Patch from Rob Adams addresses #95014 (placement issues),
	makes first fit algorithm "center tile", adds most code
	for per-xinerama workspaces (#86682) but disables it for now.

	* src/workspace.c (meta_workspace_get_work_area_for_xinerama)
	(meta_workspace_get_work_area_all_xineramas): new xinerama
	functions, maintain workspace->work_areas with a different
	work area for each xinerama. However for now all the work
	areas are the same, because haven't quite figured out how
	_NET_WM_STRUT is supposed to work

	* src/window.c: adapt to new meta_window_* xinerama APIs
	(meta_window_get_work_area_current_xinerama): new xinerama
	API
	(meta_window_get_work_area_for_xinerama): new xinerama API
	(constrain_position): be a bit more clever about which xinerama's
	work area we choose to use.

	* src/stack.c: adapt to new Xinerama API

	* src/screen.c (reload_xinerama_infos): invalidate all work areas
	(meta_screen_get_xinerama_for_rect): new function
	(meta_screen_window_intersects_xinerama): new function

	* src/place.c (find_first_fit): change to use
	"center tiling" (center a screen full of tiled windows,
	rather than aligning them top left). Adapt to new
	xinerama functions.
2003-02-23 17:09:46 +00:00
..
themes nuke subdir ChangeLog, there can be only one true ChangeLog. 2003-02-05 03:58:17 +00:00
tools fix conditional so we get metacity-properties.c in the distribution 2003-01-22 19:40:04 +00:00
wm-tester make windows randomly transient for each other 2002-10-26 21:56:50 +00:00
.cvsignore and especially you. 2002-11-26 12:22:39 +00:00
api.c
api.h
async-getprop.c do not read sizeof(long) off the X connection. The X protocol does not 2003-01-22 23:13:24 +00:00
async-getprop.h new function (meta_prop_get_wm_hints): new function 2002-10-26 16:40:50 +00:00
bell.c Added visual bell feature, fix for 99886. 2002-12-17 01:08:29 +00:00
bell.h Added visual bell feature, fix for 99886. 2002-12-17 01:08:29 +00:00
colors.c
colors.h
common.h Reinstated visual-bell patch, fix for bug 99886. 2003-01-28 15:07:43 +00:00
constraints.c
constraints.h
core.c handle the client having a shape mask, fixes #101806 2003-01-05 07:51:02 +00:00
core.h handle the client having a shape mask, fixes #101806 2003-01-05 07:51:02 +00:00
default_icon.png
delete.c make this always return FALSE for now, to avoid bug reports. 2002-12-08 19:17:17 +00:00
display.c fix to unfocus window only when you leave the window frame, not when you 2003-02-22 22:19:19 +00:00
display.h when tabbing backward, we are still tabbing *from* the most recently used 2003-02-22 20:31:51 +00:00
draw-workspace.c
draw-workspace.h
effects.c
effects.h
eggaccelerators.c
eggaccelerators.h
errors.c remove XSync calls from here (meta_display_ungrab): remove XSync from 2002-11-04 00:56:12 +00:00
errors.h
eventqueue.c
eventqueue.h
fixedtip.c
fixedtip.h Add multi-screen support. Also add patch by Erwann Chenede to make 2002-05-08 16:24:28 +00:00
frame.c Reinstated visual-bell patch, fix for bug 99886. 2003-01-28 15:07:43 +00:00
frame.h Reinstated visual-bell patch, fix for bug 99886. 2003-01-28 15:07:43 +00:00
frames.c add ability to --disable-shape 2003-01-11 18:09:12 +00:00
frames.h handle the client having a shape mask, fixes #101806 2003-01-05 07:51:02 +00:00
gradient.c
gradient.h
group-private.h lengthen to 15 seconds 2002-12-01 03:58:04 +00:00
group-props.c lengthen to 15 seconds 2002-12-01 03:58:04 +00:00
group-props.h lengthen to 15 seconds 2002-12-01 03:58:04 +00:00
group.c lengthen to 15 seconds 2002-12-01 03:58:04 +00:00
group.h lengthen to 15 seconds 2002-12-01 03:58:04 +00:00
iconcache.c include config.h 2002-10-27 03:03:32 +00:00
iconcache.h port to icon cache 2002-02-09 23:03:52 +00:00
keybindings.c when tabbing backward, we are still tabbing *from* the most recently used 2003-02-22 20:31:51 +00:00
keybindings.h
libmetacity-private.pc.in add a pc file for libmetacity-private 2002-11-07 22:09:59 +00:00
main.c fix a typo and missing option. (#105186) 2003-02-05 04:56:19 +00:00
main.h
Makefile.am Reinstated visual-bell patch, fix for bug 99886. 2003-01-28 15:07:43 +00:00
menu.c don't create workspaces menu items if only 1 workspace. Fix for #101952 2003-01-29 05:22:19 +00:00
menu.h
metaaccellabel.c
metaaccellabel.h
metacity-dialog.c
metacity-Xatomtype.h new function (meta_prop_get_wm_hints): new function 2002-10-26 16:40:50 +00:00
metacity.desktop.in include config.h 2002-10-27 03:03:32 +00:00
metacity.schemas.in add Simple to the list of themes. 2003-01-31 03:57:01 +00:00
place.c Patch from Rob Adams addresses #95014 (placement issues), makes first fit 2003-02-23 17:09:46 +00:00
place.h ... 2001-07-26 03:58:24 +00:00
prefs.c change max workspaces to 36 #81855 2003-02-22 22:43:13 +00:00
prefs.h when tabbing backward, we are still tabbing *from* the most recently used 2003-02-22 20:31:51 +00:00
preview-widget.c
preview-widget.h
resizepopup.c
resizepopup.h
run-metacity.sh don't read from op->data.image when the op is an icon 2002-11-13 04:11:52 +00:00
screen.c Patch from Rob Adams addresses #95014 (placement issues), makes first fit 2003-02-23 17:09:46 +00:00
screen.h Patch from Rob Adams addresses #95014 (placement issues), makes first fit 2003-02-23 17:09:46 +00:00
session.c
session.h Session saves the unmaximized postion, size of a maximized window. #86059 2002-09-04 02:44:52 +00:00
stack.c Patch from Rob Adams addresses #95014 (placement issues), makes first fit 2003-02-23 17:09:46 +00:00
stack.h Fix for the "mangles focus window when switching workspaces and using 2003-01-22 04:54:04 +00:00
stock_delete.png
stock_maximize.png
stock_minimize.png
tabpopup.c redo using new calc_workspace_layout to fix #98302 2003-01-05 18:36:01 +00:00
tabpopup.h redo using new calc_workspace_layout to fix #98302 2003-01-05 18:36:01 +00:00
testasyncgetprop.c
testgradient.c
theme-parser.c Patch from Brian Cameron to implement the vertical/horizontal striped 2002-11-04 17:55:56 +00:00
theme-parser.h disable custom log handler and fatal mask for now 2002-02-07 03:07:56 +00:00
theme-viewer.c Button-reordering patch. Has all the code except actually installing a 2002-10-04 02:28:57 +00:00
theme.c Reinstated visual-bell patch, fix for bug 99886. 2003-01-28 15:07:43 +00:00
theme.h Patch from Brian Cameron to implement the vertical/horizontal striped 2002-11-04 17:55:56 +00:00
themewidget.c
themewidget.h
ui.c require GTK+ 2.2.0 2003-02-13 23:16:49 +00:00
ui.h handle the client having a shape mask, fixes #101806 2003-01-05 07:51:02 +00:00
update-from-egg.sh
util.c redo using new calc_workspace_layout to fix #98302 2003-01-05 18:36:01 +00:00
util.h handle the client having a shape mask, fixes #101806 2003-01-05 07:51:02 +00:00
window-props.c argh, screwed that up. get WM_NAME as VALUE_TEXT_PROPERTY #101383 2002-12-16 22:09:05 +00:00
window-props.h use window-props.h stuff for a couple of properties (implement_showing): 2002-11-03 23:42:21 +00:00
window.c Patch from Rob Adams addresses #95014 (placement issues), makes first fit 2003-02-23 17:09:46 +00:00
window.h Patch from Rob Adams addresses #95014 (placement issues), makes first fit 2003-02-23 17:09:46 +00:00
workspace.c Patch from Rob Adams addresses #95014 (placement issues), makes first fit 2003-02-23 17:09:46 +00:00
workspace.h Patch from Rob Adams addresses #95014 (placement issues), makes first fit 2003-02-23 17:09:46 +00:00
xprops.c add a comma to message #101401 2002-12-17 18:26:08 +00:00
xprops.h use META_PROP_VALUE_STRING_AS_UTF8 so we convert old Latin-1 WM_NAME to 2002-12-16 22:01:15 +00:00