blob: 50735b64bd3d7696af986f39b66f4af84ca57d81 (
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
|
Wed Apr 23 15:45:41 PDT 2014 John Meacham <john@repetae.net>
* update version to 0.2
Wed Apr 23 15:44:50 PDT 2014 John Meacham <john@repetae.net>
* add opt_virtual option
Wed Apr 23 15:18:30 PDT 2014 John Meacham <john@repetae.net>
* add ability to force a tile based on a command line option
Tue Jun 24 23:35:57 PDT 2008 John Meacham <john@repetae.net>
* fix up 'make publish' to properly publish rpms
Tue Jun 24 23:33:23 PDT 2008 John Meacham <john@repetae.net>
* add --version flag, so make distcheck works
Tue Jun 24 23:27:48 PDT 2008 John Meacham <john@repetae.net>
* add rpm building
Tue Jun 24 23:06:07 PDT 2008 John Meacham <john@repetae.net>
* remove unneeded 'reconf' script
Fri Jun 13 17:53:23 PDT 2008 John Meacham <john@repetae.net>
tagged 0.1.3
Fri Jun 13 17:53:15 PDT 2008 John Meacham <john@repetae.net>
* bump version to 0.1.3
Fri Jun 13 17:43:58 PDT 2008 John Meacham <john@repetae.net>
* add --corner option to decide which corner to use for whaw activation
Sat Dec 29 22:07:39 PST 2007 John Meacham <john@repetae.net>
* make compatable with autoreconf
Wed Aug 24 16:46:32 PDT 2005 John Meacham <john@repetae.net>
* fix for RHEL 3.0
Wed Aug 10 02:29:42 PDT 2005 John Meacham <john@repetae.net>
* add changelog
Wed Aug 10 02:19:52 PDT 2005 John Meacham <john@repetae.net>
tagged 0.1.2
Wed Aug 10 02:19:44 PDT 2005 John Meacham <john@repetae.net>
* update version
Wed Aug 10 02:16:55 PDT 2005 John Meacham <john@repetae.net>
* implement focus restoration on quit and focus preservation on window movement commands
Tue Aug 9 23:43:57 PDT 2005 John Meacham <john@repetae.net>
* change active window after operation
Mon Aug 8 21:11:37 PDT 2005 John Meacham <john@repetae.net>
* remove debugging output
Mon Aug 8 21:06:13 PDT 2005 John Meacham <john@repetae.net>
tagged 0.1.1
Mon Aug 8 21:05:59 PDT 2005 John Meacham <john@repetae.net>
* make 64 bit safe
Mon Aug 8 19:29:09 PDT 2005 John Meacham <john@repetae.net>
tagged 0.1.0
Mon Aug 8 19:28:54 PDT 2005 John Meacham <john@repetae.net>
* fix documentation
Mon Aug 8 19:18:22 PDT 2005 John Meacham <john@repetae.net>
* unmaximize windows before moving them, remove unimplemented details from docs
Mon Aug 8 19:08:02 PDT 2005 John Meacham <john@repetae.net>
* ensure windows don't overlap panels at side of screen
Mon Aug 8 18:21:59 PDT 2005 John Meacham <john@repetae.net>
* get rid of debugging info and spurious messages
Mon Aug 8 16:50:49 PDT 2005 John Meacham <john@repetae.net>
* allow user to set frame extents and border size
Mon Aug 8 16:16:52 PDT 2005 John Meacham <john@repetae.net>
* switch to hiding vs iconification, take into account frame extents
Mon Aug 8 15:10:30 PDT 2005 John Meacham <john@repetae.net>
* make events more robust, skip spurious enternotifys, more debugging code
Mon Aug 8 13:03:42 PDT 2005 John Meacham <john@repetae.net>
* added documentation
Mon Aug 8 12:30:41 PDT 2005 John Meacham <john@repetae.net>
* use event state machine model
Mon Aug 8 00:43:12 PDT 2005 John Meacham <john@repetae.net>
* initial import
|