summaryrefslogtreecommitdiff
path: root/ChangeLog
blob: 09ae77fd6f30a9ec134e66938e0215e5cfb5b4f8 (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
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
2009-09-07  Gary Wong  <gtw@gnu.org>

	* decorate-core.c (handle_get_default_map): We want the property
	length in format units, not bytes.

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

	* frame.c (recalc_size): Initialise feedback->u.feedback.

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

	* gwm.c (unmanage_window): Put the parent of the unmanaged child
	into a childless state, so that lingering events can be handled
	correctly.
	(handle_destroy_window): New function.
	(show_window): Annotate childless windows.
	* managed.c (withdrawn_map_request, withdrawn_configure_request): New
	functions.

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

	* gwm.c (sync_with_callback): Perform the sequence comparison
	with unsigned arithmetic, so that overflow semantics are
	well-defined.

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.