summaryrefslogtreecommitdiff
path: root/ChangeLog
blob: eb1e2c09630d4f4f345a2b758aff39a545176e44 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
2009-08-25  Gary Wong  <gtw@gnu.org>

	* frame.c (frame_motion_notify): Ignore single pixel movements, and
	account for window border.

2009-08-25  Gary Wong  <gtw@gnu.org>

	* window-table.c (queue_window_update): Mark the update box as
	uncleared if we enlarge the bounding box.

2009-08-25  Gary Wong  <gtw@gnu.org>

	* gwm.c, gwm.h (warning, fatal): Export warning and fatal functions.

2009-08-25  Gary Wong  <gtw@gnu.org>

	* window-table.c (queue_window_update): Properly compute the
	update region when the old region was empty.

2009-08-24  Gary Wong  <gtw@gnu.org>

	* gwm.c (shutdown_display) [DEBUG]: Call muntrace() only when
	[HAVE_MTRACE].

2009-08-23  Gary Wong  <gtw@gnu.org>

	* managed.c (managed_shape_notify): Respond to ShapeNotify events
	only when they describe modifications to the bounding region.

2009-08-22  Gary Wong  <gtw@gnu.org>

	* gwm.c (start_managing_window): Send a synthetic ConfigureNotify
	to the client, because we've almost certainly moved their window.

2009-08-22  Gary Wong  <gtw@gnu.org>

	* actions.c, actions.h, button.c, button.h, decorate-core.c,
	decorate-core.h, frame.c, frame.h, gwm.c, gwm.h, keyboard.c,
	keyboard.h, managed.c, managed.h, root.c, root.h, utf8.c, utf8.h,
	window-table.c, window-table.h, Makefile.am, configure.ac: New
	files, and version 1.0 release.