-
Notifications
You must be signed in to change notification settings - Fork 0
/
CHANGES.txt
148 lines (125 loc) · 5.01 KB
/
CHANGES.txt
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
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
KNOWN ISSUES:
Flash doesn't handle CTRL and ALT key down - bug in FP
windowless mode, use systools.Misc.getKeyState to work around.
Flash doesn't handle Scroll-wheel events on Mac.
Launching applications from terminal on OSX, using $neko xxx.n
results in crippled UI behavior. Run from the boot loader for
production.
Using Adobe Flash player 9, the player's settings dialog doesn't
allow changing values on the 'privacy' tab. (Win)
When starting too many concurrent threads (for example
a lot http requests from flash), crashes might occur.
TODO:
review/cleanup the window message hook API
fix window.drag() in sample 10
fix window.resize() in sample 11
2008-??-?? : 1.2.0
haxe 2.0 changes
neko.net.RemotingServer is now haxe.remoting.Context
replaced onSourceLoaded by onConnected
it is necessary to call desktopConnect or swhx.Api.init
to trigger onConnected on desktop side
2008-02-25 : 1.1.3
as3 api bytearray serialization support
added new flash plugin search directory on windows
bugfix for flash9
2007-10-10 : 1.1.2
haXe 1.16 compatibility
2007-08-29 : 1.1.1
haxe 1.15 compatibility
2007-08-18 : 1.1
all : now user new neko "ui" library for synchronization
all : added client initialization (:init call)
all : delayed destroyWindow (enable return to flash)
all : fixed window.title property (was always null)
all : multiple windows crash fixed
all : onRestore now returns a bool (impl on win only)
as2 : fixed int return type
osx : fixed memory bug with bundles
win : fixed releaseOutside on windows
win : fixes for maximized and minimized windows states
win : some cleanup (no flash subclassing)
win : window.show also activates the window
win : some fixes for ctrl & alt keys
2007-03-08 : 1.0.8
window msg hook fix and extension (Win)
2007-03-07 : 1.0.7
added Window.getHandle
added window message hook support (Win)
2007-03-04 : 1.0.6
top-most and no-taskbar-icon support (Win)
misc. Actionscript API fixes
2006-11-05 : 1.0.5
added swhx.Application.init minimal version argument
added swhx.Flash.onSourceLoaded event
added swroot and swindex value options to boot-loader list.pinfo (Mac)
fixed LoadVariables error on using relative paths
fixed UI freeze with Adobe Flash player 8
removed worker-threads: Neko/haXe is now multithreaded
fixed get url 'post' malfunction
fixed window-size issue on restore (Win)
implemented rudimentary transparent windowing
detect ctrl-click, and treat as right-click (Mac)
2006-10-09 : 1.0.5 (Test Release)
fixed Windows not being able to be closed from Flash.
fixed boot loader icon not showing in window caption bar (Win)
added Window.maximize property, for code driven maximize/restore
added Window.minimize property, for code driven minimize/restore
added Window.drag() for code driven Window dragging
added Window.resize(direction) for code driven Window resizing
added 'plain' window style: 1 pixel black border, no caption
implemented worker thread support
progress dialogs should now be feasible using worker thread
fixed OSX 10.3.9 issues
2006-09-28 : 1.0.4
fixed Sample preferences loading bug
fixed window.title bug
2006-09-28 : 1.0.3
added 'title' property on window
fixed mouse wheel locality (win)
added Sampler application
2006-09-21: 1.0.2
fixed UTF8 issues
2006-09-21: 1.0.1
fixed right-click always being propegated (win)
fixed returning top-most from fullscreen (win)
fixed various bugs with the Flash AS3 API, haXe -> Flash
re-vamped SWHX icon for boot-loader (thanks Robert!)
drop-files removes 'file://localhost' from results (mac)
boot-loader command line args. now passed to NekoVM (thanks Asger!)
boot-loader '-swindex [pathToIndex.n]' switch
boot-loader '-swroot [pathToFolder]' switch
2006-08-31: 1.0.0
all tidied up and ready to go
2006-08-28: 0.9.0 Beta (via haXelib)
now flash player 9 compatible
flash player search in OS browser folders (v.8 or 9)
fixed rescaling SWF on window resizing
implemented window.onMaximize event
implemented window.onMinimize event
implemented Window.onRightClick event
implemented window.top property
implemented window.lef property
implemented window.resizable property
implemented window.fullscreen property
implemented window.droptarget property
implemented window.onFilesDropped event
fixed window resize event propagation
fixed mousewheel event propagation
fixed focus and drawing issues
added Flash API (for haXe <-> Flash IDE/MTASC build SWFs io)
async streams between Neko and Flash
fixed frame-pulse loss on MessageBox
swhx.message moved to external library 'systools'
swhx.confirm moved to external library 'systools'
swhx.getKeyState moved to external library 'systools'
2006-06-26: Beta2
fixed bug in string unescape.
handle FSCommand separately
allowed window resizing (manual and automatic)
can enable/disable window resize icons
updated for haXe 1.03
2006-06-08: Beta
working on windows
some window events + getURL handling
flash/neko remoting communications