summaryrefslogtreecommitdiff
path: root/ChangeLog
blob: ce89b5ba320af643475a435172549f0033b0bad2 (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
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.