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
*
optimized data-reading
xant
2012-03-11
2
-17/+43
*
don't allow to open avi files with JMXAudioEntity instances
xant
2012-03-11
1
-1/+1
*
use a proper recursivelock to have more granularity
xant
2012-03-11
2
-14/+18
*
allow to seek movie files + js example
xant
2012-03-11
4
-20/+99
*
cycle the nodejs runloop in the script entities and not in the global context...
xant
2012-03-10
4
-45/+39
*
project updated to xcode 4.3
xant
2012-03-10
1
-1/+1
*
ensure calling [super dealloc]
xant
2012-03-10
3
-1/+4
*
don't override the 'copy' message in a category
xant
2012-03-10
2
-9/+9
*
default to 60 ticks per second
xant
2012-03-10
1
-0/+1
*
bugfix: ensure propagating the correct params
xant
2012-03-10
1
-3/+4
*
use a single thread to cycle the nodejs event runloop
xant
2012-03-03
2
-22/+8
*
bugfix: ensure setting data slots to nil when releasing the underlying data
xant
2012-03-03
1
-0/+1
*
use nanosleep instead of + [NSThread sleepForTimeInterval:]
xant
2012-03-02
1
-3/+11
*
script to test the phidget encoder entities
xant
2012-03-02
1
-0/+21
*
lockless reads obtained by using OSAtomicIncrement32()
xant
2012-03-02
2
-29/+15
*
allow to access both the 'limitPulse' and 'frequency' properties from javascript
xant
2012-03-01
2
-5/+6
*
allow nodejs-managed events to run up to 120 ticks per seconds
xant
2012-03-01
1
-1/+1
*
proper mapping of NSDictionary objects
xant
2012-03-01
5
-102/+109
*
minor cleanings
xant
2012-03-01
1
-5/+11
*
let echo access [NSObject description] if the argument is an object wrapper
xant
2012-03-01
1
-3/+12
*
just indentation
xant
2012-03-01
1
-2/+3
*
allow to limit the pulse frequency and avoid having pulses running on the mai...
xant
2012-03-01
2
-64/+133
*
be more generic
xant
2012-03-01
1
-4/+1
*
make jsObj mandatory
xant
2012-03-01
1
-8/+9
*
use base JMXV8 protocol implementation
xant
2012-03-01
1
-46/+11
*
forgot to re-enable the base JMXV8 protocol implementation in NSXMLNode insta...
xant
2012-03-01
1
-25/+25
*
allow to set a custom background color for video outputs
xant
2012-03-01
4
-3/+30
*
comments
xant
2012-02-28
2
-3/+7
*
be DOM-compliant by always propagating a "mousemove" event
xant
2012-02-28
1
-3/+14
*
ensure using DOM-compliant events
xant
2012-02-28
1
-3/+3
*
allow to build targeting 32bit systems
xant
2012-02-28
1
-1/+1
*
removed some commented-out code and fixed a comment
xant
2012-02-28
2
-4/+1
*
bugfix: ensure removing all timers/intervals when disposing a javascript glob...
xant
2012-02-28
6
-11/+29
*
just cleanings
xant
2012-02-28
1
-8/+7
*
allow to open jpg and png images
xant
2012-02-28
1
-3/+4
*
implented an additive-blur filter + minor cleanings in the other custom filters
xant
2012-02-28
8
-6/+203
*
bugfix: ensure retaining the input/output pins created from a script
xant
2012-02-28
2
-2/+2
*
automatically set the enity size when opening a new image
xant
2012-02-28
1
-1/+1
*
ensure doing the right thing when setting the alpha 'multiplier' in a video e...
xant
2012-02-28
2
-4/+4
*
AlphaBlend filter (to preserve alpha when blending multiple images)
xant
2012-02-28
6
-4/+156
*
removed some commented-out code
xant
2012-02-28
1
-3/+1
*
don't render the image if not necessary
xant
2012-02-28
2
-5/+68
*
allow to create image entities from javascript
xant
2012-02-27
3
-0/+78
*
preliminary support for HID devices
xant
2012-02-27
51
-148/+11191
*
set a proper window title for the dom browser
xant
2012-02-26
1
-5/+5
*
don't automatically add newly created element to the current document
xant
2012-02-26
1
-1/+1
*
don't over-retain
xant
2012-02-26
1
-1/+1
*
minor cleanings
xant
2012-02-26
2
-4/+7
*
documentation
xant
2012-02-26
23
-79/+257
*
ensure setting the requested opacity
xant
2012-02-26
2
-1/+3
[next]