index
:
jmx
canvas
master
Graphical dataflow media framework
dyne.org
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
entities
Commit message (
Expand
)
Author
Age
Files
Lines
*
bugfix : ensure checking for actual javascript code being present before goin...
HEAD
release-0.6.1
master
xant
2012-04-28
2
-1/+2
*
the JS console input is now always available on the board
release-0.6
xant
2012-04-28
2
-4/+28
*
allow to exec (inject) code in a running scriptEntity
xant
2012-04-05
1
-5/+45
*
ensure releasing the underlying device descriptors on dealloc
xant
2012-03-26
1
-0/+6
*
expose the running script from any script-related entity
xant
2012-03-19
6
-15/+29
*
ensure excluding audio-functionalities on osx < 10.7 (AVFoundation is not ava...
xant
2012-03-11
1
-24/+29
*
bugfix: s/enterQTKitOnThread/exitQTKitOnThread/
xant
2012-03-11
1
-1/+1
*
removed unused function
xant
2012-03-11
1
-86/+0
*
bugfixes : behave properly when opening a new movie or closing the current one
xant
2012-03-11
1
-7/+12
*
fill the audio buffer in a background thread
xant
2012-03-11
2
-42/+52
*
extract and propagate audio samples if an audio track is found in the video file
xant
2012-03-11
3
-7/+263
*
don't allow to open avi files with JMXAudioEntity instances
xant
2012-03-11
1
-1/+1
*
allow to seek movie files + js example
xant
2012-03-11
2
-16/+81
*
cycle the nodejs runloop in the script entities and not in the global context...
xant
2012-03-10
2
-13/+29
*
default to 60 ticks per second
xant
2012-03-10
1
-0/+1
*
allow to access both the 'limitPulse' and 'frequency' properties from javascript
xant
2012-03-01
2
-5/+6
*
allow to limit the pulse frequency and avoid having pulses running on the mai...
xant
2012-03-01
2
-64/+133
*
allow to set a custom background color for video outputs
xant
2012-03-01
4
-3/+30
*
be DOM-compliant by always propagating a "mousemove" event
xant
2012-02-28
1
-3/+14
*
allow to build targeting 32bit systems
xant
2012-02-28
1
-1/+1
*
bugfix: ensure removing all timers/intervals when disposing a javascript glob...
xant
2012-02-28
1
-4/+4
*
just cleanings
xant
2012-02-28
1
-8/+7
*
allow to open jpg and png images
xant
2012-02-28
1
-3/+4
*
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
1
-3/+3
*
AlphaBlend filter (to preserve alpha when blending multiple images)
xant
2012-02-28
1
-3/+7
*
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
2
-0/+76
*
preliminary support for HID devices
xant
2012-02-27
3
-0/+151
*
documentation
xant
2012-02-26
2
-20/+19
*
documentation + comments + expose width and height as attributes in videooutp...
xant
2012-02-25
2
-3/+32
*
documentation
xant
2012-02-23
2
-3/+3
*
minor cleanings and optimizations
xant
2012-02-21
1
-4/+4
*
ensure locking the openglcontext when rendering + allow to invert Y coordinat...
xant
2012-02-21
2
-11/+45
*
bugfix: ensure not leaving the openglcontext locked if reshape is called the ...
xant
2012-02-20
1
-3/+4
*
revert to using a CVDisplayLink() so rendering doesn't hang while a UI animat...
xant
2012-02-20
2
-35/+79
*
ensure balancing all threaded entities retain count when replacing the real e...
xant
2012-02-20
7
-7/+7
*
allow to access sub entities form the scripts
xant
2012-02-19
1
-0/+22
*
allow to target 32bit builds
xant
2012-02-19
1
-1/+1
*
bugfix: ensure setting the underlying view size when initializing the opengls...
xant
2012-02-19
1
-11/+19
*
ensure allowing to set the size from javascript
xant
2012-02-19
3
-22/+13
*
bugfix: ensure unregistering all pinwrappers when releasing a javascript context
xant
2012-02-19
1
-2/+4
*
JMX isn't anymore a document-based application
xant
2012-02-19
1
-3/+8
*
cleanings and minor fixes
xant
2012-02-18
2
-5/+2
*
reuse filters
xant
2012-02-18
2
-39/+40
*
try to avoid overloading the engine with too many mouse events
xant
2012-02-18
2
-1/+27
*
minor fixes and cleanings
xant
2012-02-16
1
-3/+3
*
major cleanup of the logic taking care of wrapping native classes into js obj...
xant
2012-02-16
5
-5/+24
*
ensure closing and releasing the CPhidgetHandle when the entity is being dest...
xant
2012-02-16
1
-0/+2
[next]