index
:
jmx
canvas
master
Graphical dataflow media framework
dyne.org
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
*
minor cleanings and optimizations
HEAD
master
xant
34 hours
5
-40/+75
*
bugfix: ensure saving the current path before calling CGContextDrawPath()
xant
34 hours
1
-3/+9
*
invert the Y coordinates of the canvas context to ensure having them matching...
xant
2 days
1
-0/+2
*
ensure locking the openglcontext when rendering + allow to invert Y coordinat...
xant
2 days
2
-11/+45
*
allow to set the 'invertYCoordinates' property from javascript
xant
2 days
1
-8/+7
*
allow to retrieve data from color and size properties
xant
2 days
1
-1/+4
*
leak!
xant
2 days
1
-1/+5
*
example which shows how to render multiple scaled movies on a single screen a...
xant
2 days
1
-0/+49
*
bugfix: ensure not leaving the openglcontext locked if reshape is called the ...
xant
2 days
1
-3/+4
*
revert to using a CVDisplayLink() so rendering doesn't hang while a UI animat...
xant
2 days
2
-35/+79
*
ensure balancing all threaded entities retain count when replacing the real e...
xant
2 days
8
-9/+45
*
bugfix: check if the node has an actual name before passing it to strcmp()
xant
2 days
1
-1/+1
*
set the private data when starting/stopping the thread
xant
2 days
1
-2/+2
*
ensure having nsautoreleasepools in place
xant
2 days
5
-7/+13
*
CGFloat size differs among ia32 and x64 ... so let's ensure using always a do...
xant
3 days
1
-1/+1
*
ensure wrapping event handlers execution with an autoreleasepool
xant
3 days
2
-1/+6
*
allow to build on systems prior 10.7
xant
3 days
1
-1/+4
*
fixed a comment
xant
3 days
1
-1/+1
*
documentation
xant
3 days
1
-0/+265
*
ensure creating persistent instances (and avoid casts)
xant
3 days
1
-2/+2
*
ensure detaching nodes from current parent before attaching them to different...
xant
3 days
1
-0/+4
*
ensure adding newly created nodes as children of the root element
xant
3 days
1
-0/+2
*
use the standard regex(3) API instead of using NSRegularExpression
xant
3 days
2
-130/+161
*
proper handling of equality checks if threaded entities are involved
xant
3 days
2
-0/+15
*
use 'jsObj' to obtain the persistent<object>
xant
3 days
1
-3/+3
*
allow to provide a name to the Node constructor
xant
3 days
1
-5/+13
*
allow to access sub entities form the scripts
xant
3 days
1
-0/+22
*
documentation
xant
3 days
8
-7/+409
*
both CGContextStrokeRect() and CGContextFillRect() clear the current path
xant
3 days
1
-33/+30
*
optimizations to handle the decoupled fill/stroke usage patterns allowed by t...
xant
4 days
2
-34/+43
*
bugfix: ensure saving/restoring the graphics state before filling or stroking...
xant
4 days
1
-3/+6
*
allow to target 32bit builds
xant
4 days
2
-2/+3
*
bugfix: ensure setting the underlying view size when initializing the opengls...
xant
4 days
1
-11/+19
*
ensure allowing to set the size from javascript
xant
4 days
3
-22/+13
*
use the original frame size (as in the w3c example)
xant
4 days
1
-2/+2
*
minor leaks
xant
4 days
1
-2/+7
*
ensure connecting the console output
xant
4 days
2
-2/+17
*
bugfix : ensure doing a stroke or a fill as requested (and never try doing bo...
xant
4 days
1
-7/+8
*
bugfix: ensure unregistering all pinwrappers when releasing a javascript context
xant
4 days
3
-32/+41
*
JMX isn't anymore a document-based application
xant
4 days
18
-4099/+3706
*
shebang is not supported yet
xant
4 days
1
-2/+0
*
cleanings and minor fixes
xant
4 days
13
-85/+93
*
reuse filters
xant
4 days
2
-39/+40
*
try to avoid overloading the engine with too many mouse events
xant
4 days
2
-1/+27
*
ensure setting the current stroke and fill styles in any case
xant
4 days
1
-18/+16
*
support both rgb() and rgba() css color strings and cache created colors to r...
xant
4 days
1
-11/+41
*
use nodejs timers instead of using NSTimers
xant
4 days
3
-20/+59
*
use NSLogv() instead of vprintf()
xant
6 days
1
-2/+1
*
ensure setting the current context
xant
6 days
1
-4/+4
*
minor fixes and cleanings
xant
6 days
7
-45/+19
[next]