mutter/src
Havoc Pennington 585e362526 raise/focus on click, even if the click was on the client area (this makes
2002-08-04  Havoc Pennington  <hp@redhat.com>

	* src/frames.c (meta_frames_button_press_event): raise/focus
	on click, even if the click was on the client area
	(this makes Alt+button1 raise windows again, yay)

	* src/stack.c (compute_layer): put panels in the DOCK layer always
	(keep them on top of other windows). Still sloppy-focus raised
	with respect to other docks.

	* configure.in: remove -Wshadow for now as GTK headers make all
	kinds of noise with it.
2002-08-04 20:20:53 +00:00
..
themes Fixed some clipping issues with the Bright theme. 2002-08-03 17:02:23 +00:00
tools Theme breakage! Themes have to implement "border" frames now, see Atlanta 2002-06-22 03:23:02 +00:00
wm-tester
.cvsignore
api.c
api.h
colors.c
colors.h
common.h adapt to virtual modifiers (meta_display_process_mapping_event): we need 2002-07-14 03:16:41 +00:00
constraints.c sync 2002-07-24 23:23:51 +00:00
constraints.h grab display across managing each screen; XGetInputFocus() on startup. 2002-07-24 15:41:44 +00:00
core.c raise/focus on click, even if the click was on the client area (this makes 2002-08-04 20:20:53 +00:00
core.h Show the real workspace names in the window menu 2002-07-23 20:52:22 +00:00
default_icon.png
delete.c Check for NULL string before calling strlen(). Fixes the core dump 2002-06-14 07:20:06 +00:00
display.c raise/focus on click, even if the click was on the client area (this makes 2002-08-04 20:20:53 +00:00
display.h Implements support for _NET_WM_ALLOWED_ACTIONS. Fixes #84282. 2002-08-01 23:52:47 +00:00
draw-workspace.c workspace-drawing code factored out of libwnck, needs wiring up to 2002-06-15 22:18:12 +00:00
draw-workspace.h workspace-drawing code factored out of libwnck, needs wiring up to 2002-06-15 22:18:12 +00:00
effects.c
effects.h
eggaccelerators.c update libegg stuff 2002-07-17 02:21:15 +00:00
eggaccelerators.h adapt to virtual modifiers (meta_display_process_mapping_event): we need 2002-07-14 03:16:41 +00:00
errors.c
errors.h
eventqueue.c
eventqueue.h
fixedtip.c s/gdk_get_default_display/gdk_display_get_default/ 2002-06-25 07:08:18 +00:00
fixedtip.h
frame.c use new macros to get whether we allow move/resize correct 2002-07-03 02:32:40 +00:00
frame.h
frames.c raise/focus on click, even if the click was on the client area (this makes 2002-08-04 20:20:53 +00:00
frames.h
gradient.c
gradient.h
iconcache.c
iconcache.h
keybindings.c change alt+tab to a windowless grab, fixes #83499 2002-08-03 23:30:48 +00:00
keybindings.h Fixes not being able to tab out of a workspace which contains no windows. 2002-06-27 05:08:32 +00:00
main.c couple of updates 2002-07-10 12:26:00 +00:00
main.h
Makefile.am look for themes in ~/.themes/NAME/metacity-1/ and 2002-07-24 18:28:56 +00:00
menu.c look for themes in ~/.themes/NAME/metacity-1/ and 2002-07-24 18:28:56 +00:00
menu.h
metacity-dialog.c if a window isn't resizeable, turn off maximize function. If min size is 2002-08-01 15:14:14 +00:00
metacity.desktop.in
metacity.schemas.in option to display error when a command fails to run. 2002-07-11 04:10:44 +00:00
place.c try to maximize windows that are too big for the work area 2002-07-12 23:03:40 +00:00
place.h
prefs.c adapt to virtual modifiers (meta_display_process_mapping_event): we need 2002-07-14 03:16:41 +00:00
prefs.h adapt to virtual modifiers (meta_display_process_mapping_event): we need 2002-07-14 03:16:41 +00:00
preview-widget.c
preview-widget.h
resizepopup.c
resizepopup.h
run-metacity.sh
screen.c set active_workspace to NULL. Also actually activate the first workspace 2002-08-04 20:17:37 +00:00
screen.h Fixes not being able to tab out of a workspace which contains no windows. 2002-06-27 05:08:32 +00:00
session.c send a SaveYourselfDone if we're skipping this global save. 2002-08-01 01:49:08 +00:00
session.h Partially fix Jacob's SM bugs. 2002-06-23 00:21:20 +00:00
stack.c raise/focus on click, even if the click was on the client area (this makes 2002-08-04 20:20:53 +00:00
stack.h Apply blackc@speakeasy.net patch, bug #83940, to do mini-workspaces 2002-07-06 19:05:37 +00:00
tabpopup.c increase the size of the mini workspaces 2002-07-06 19:11:57 +00:00
tabpopup.h
testgradient.c use MetaMenuIconType not button type for the size of the menu ops array 2002-08-04 20:02:45 +00:00
theme-parser.c look for themes in ~/.themes/NAME/metacity-1/ and 2002-07-24 18:28:56 +00:00
theme-parser.h
theme-viewer.c use MetaMenuIconType not button type for the size of the menu ops array 2002-08-04 20:02:45 +00:00
theme.c use MetaMenuIconType not button type for the size of the menu ops array 2002-08-04 20:02:45 +00:00
theme.h use MetaMenuIconType not button type for the size of the menu ops array 2002-08-04 20:02:45 +00:00
themewidget.c
themewidget.h
ui.c adapt to virtual modifiers (meta_display_process_mapping_event): we need 2002-07-14 03:16:41 +00:00
ui.h adapt to virtual modifiers (meta_display_process_mapping_event): we need 2002-07-14 03:16:41 +00:00
update-from-egg.sh steal from profterm to fix build 2002-07-15 14:18:51 +00:00
util.c handle NULL screen from screen_for_xwindow 2002-07-23 19:12:02 +00:00
util.h
window.c Implements support for _NET_WM_ALLOWED_ACTIONS. Fixes #84282. 2002-08-01 23:52:47 +00:00
window.h Apply blackc@speakeasy.net patch, bug #83940, to do mini-workspaces 2002-07-06 19:05:37 +00:00
workspace.c set active_workspace to NULL. Also actually activate the first workspace 2002-08-04 20:17:37 +00:00
workspace.h do nothing if screen is being unmanaged, we don't want to blow away state, 2002-06-22 05:11:04 +00:00
xprops.c new utility function 2002-06-22 04:52:35 +00:00
xprops.h new utility function 2002-06-22 04:52:35 +00:00