-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathHISTORY
More file actions
48 lines (35 loc) · 1.28 KB
/
HISTORY
File metadata and controls
48 lines (35 loc) · 1.28 KB
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
1.0.0
* first public version
1.0.1
* added external_dependencies to luacwrap library to rockspeck
1.0.2
* accept none/nil as l/wparam, handle or recourceref
* fixed wrapper for CreateWindowEx, TrackPopupMenu and TrackPopupMenuEx
* added more functions and structs to generator
* added possibility to specify error handler function when create a WNDPROC wrapper
* renamed winapi -> luawinapi due to name clashes with winapi project
* split definitions between luawinapi.lua and core.dll
* added structure definitions missing in mingw headers in mingw_structs.h
* wrapped more LVGROUP members
1.1.0
* depends on luacwrap version 1.1.0-1
* added GetDefDlgProcW helper function
* wrapped dialog functions and structs
* wrapped header control structs and constants
* wrapped tooltip control structs and constants
1.2.0
* depends on luacwrap version 1.2.0-1
* changed dependency from bit to bit32
* tested on Lua 5.1, 5.2 and 5.3
1.3.0
* depends on luacwrap version 1.3.0-1
* fixed 64 bit thunk
* adjustments for 64bit platforms (platform specific types)
* added marshalling of out params
1.4.0
* added more wrapped WinAPI functions and structs
* fix signature of GetModuleHandleW
* fix fallback in raiseMsgProcError
* wrap winmm functions/structures
* add drvproc.c to rockspec
* add logo.ico to samples