summaryrefslogtreecommitdiff
path: root/ChangeLog
blob: b26491e66cb7bf55dfe2d9d47ddd33fde3bab939 (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
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
2007-09-20  Ross Burton  <ross@openedhand.com>

	* xresponse.c:
	Fix overlap detection (thanks Mika Yrjölä)

2007-09-20  Ross Burton  <ross@openedhand.com>

	* xresponse.c:
	Use XRectangle instead of a custom Rectangle struct, and fix a
	warning in XChangeProperty.

2007-09-20  Ross Burton  <ross@openedhand.com>

	* xresponse.c:
	Fix order of coordinates when outputting the monitor rectangle
	(thanks Mika Yrjölä)

2007-01-02  Matthew Allum  <mallum@openedhand.com>

	* xresponse.doap:
	Fix Typo

2007-01-02  Matthew Allum  <mallum@openedhand.com>

	* xresponse.doap:
	Add a doap file.

2006-08-23  Matthew Allum  <mallum@openedhand.com>

	* xresponse.c: (get_xevent_timed), (wait_response), (usage):
	Patch from Tuukka Tolvanen to explain --wait 0 in help and
	avoid potential infinite loop (  #38466 )

2005-07-07  mallum  <mallum@openedhand.com>

	* xresponse.c: (log_action), (usage), (main):
	Patch via Eero, add basic verbosity, ignore diff on out of order
        server timestamps

2005-06-16  mallum,,,  <mallum@openedhand.com>

	* xresponse.c: (main):
	Dont collect damage between drags.

2005-06-15  mallum,,,  <mallum@openedhand.com>

	* xresponse.c: (handle_xerror), (fake_event), (main):
	Rework drag code. 
	Dont ignore last drag point.

2005-06-14  mallum,,,  <mallum@openedhand.com>

	* README:
	* xresponse.c: (handle_xerror), (fake_event), (wait_response),
	(usage), (main):
	Add initial dragging code

2005-03-07  mallum,,,  <mallum@openedhand.com>

	* README:
	* configure.ac:
	* xresponse.c: (get_server_time), (get_xevent_timed), (fake_event),
	(wait_response), (usage), (main):
	Various tweaks.

2005-01-18  mallum,,,  <mallum@openedhand.com>

	* README:
	Populate
	* configure.ac:
	Bump up to 0.2
	* xresponse.c: (get_xevent_timed), (usage), (main):
	Add support for '-i' switch

2005-01-18  mallum,,,  <mallum@openedhand.com>

	* xresponse.c: (handle_xerror), (log_action), (get_server_time),
	(get_xevent_timed), (setup_display), (eat_damage), (fake_event),
	(wait_response), (usage), (main):
	Redo command line parsing with extra opts and loop.	

2005-01-18  mallum,,,  <mallum@openedhand.com>

	* xresponse.c: (log_action), (wait_response), (usage), (main):
	Improve option handling, log output.

2005-01-17  mallum,,,  <mallum@openedhand.com>

	* Makefile.am:
	* configure.ac:
	* interaction.c:
	* xresponse.c:
	rename interaction.c -> xresponse.c

2005-01-17  mallum,,,  <mallum@openedhand.com>

	* Makefile.am:
	* autogen.sh:
	* configure.ac:
	Autotoolify
	* interaction.c:
	Refactor a little