summaryrefslogtreecommitdiff
path: root/ChangeLog
blob: 2a0d156f98e8bca0cdcf434269dce8481acc41e7 (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
63
64
65
66
67
68
69
70
71
2009-08-27  Gary Wong  <gtw@gnu.org>

	* decorate-render.c, decorate-render.h: New files.  Implement
	window decoration with RENDER extension (text only, so far).
	* gwm.c (setup_display, shutdown_display): Set up and clean up
	RENDER extension when available.
	(show_error): Show RENDER errors.

	* decorate-core.c (core_update_window): Issue SetClipRectangles
	request.
	
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-27  Gary Wong  <gtw@gnu.org>

	* frame.c (recalc_size): Implement edge resistance when resizing
	frames.
	(edge_resist): New function.

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

	* frame.c (frame_motion_notify, frame_button_release): Implement
	edge resistance when moving frames.
	(build_edges, free_edges, h_edge_compare, v_edge_compare): New
	functions.

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.