-
Notifications
You must be signed in to change notification settings - Fork 6
/
ChangeLog
45 lines (31 loc) · 1.09 KB
/
ChangeLog
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
##########################################################
# NOTE: This is only a rough summary. For a more
# detailed list of changes, see the git log.
##########################################################
2015-03-18:
Moved source code repository from googlecode to github
2014-08-22:
Reworked get_prop() to fix some problems on 64-bit platforms
2014-08-06:
Added "title" and "state" events to listen()
2014-08-05:
Added a function to "listen" for some window manager events
2014-08-01:
Added a function to manipulate window decorations via _MOTIF_WM_HINTS
2014-08-01:
Added a function to get the _NET_WM_WINDOW_TYPE of a window
2014-07-31:
Added a function to retrieve a window's frame dimensions (borders)
2014-07-31:
Changes to set_win_geom() function: accept a table or 4 numbers,
use nil instead of negative, added optional "gravity" parameter.
2013-06-19:
Lua 5.2 compatibility
2013-02-14:
Various bug fixes
2011-10-15:
Created git repo on googlecode
2010-10-26:
Documentation fixes, renamed "lwmctrl.html" to "lxctrl.html"
2010-10-22:
Initial public release