index
:
jmx
canvas
master
Graphical dataflow media framework
dyne.org
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
core
/
JMXScript.mm
Commit message (
Expand
)
Author
Age
Files
Lines
*
execute all javascript timers in the same thread
xant
2012-06-15
1
-24/+61
*
minor fixes to make it build smoothly with the new xcode 4.5
xant
2012-06-12
1
-1/+1
*
let both execCode: and execFunction: return a boolean
xant
2012-04-05
1
-6/+11
*
propagate cmdline arguments to javascripts
xant
2012-03-19
1
-1/+24
*
cycle the nodejs runloop in the script entities and not in the global context...
xant
2012-03-10
1
-32/+8
*
use a single thread to cycle the nodejs event runloop
xant
2012-03-03
1
-17/+8
*
use nanosleep instead of + [NSThread sleepForTimeInterval:]
xant
2012-03-02
1
-3/+11
*
allow nodejs-managed events to run up to 120 ticks per seconds
xant
2012-03-01
1
-1/+1
*
let echo access [NSObject description] if the argument is an object wrapper
xant
2012-03-01
1
-3/+12
*
bugfix: ensure removing all timers/intervals when disposing a javascript glob...
xant
2012-02-28
1
-2/+2
*
allow to create image entities from javascript
xant
2012-02-27
1
-0/+2
*
preliminary support for HID devices
xant
2012-02-27
1
-0/+2
*
minor cleanings and optimizations
xant
2012-02-21
1
-1/+1
*
ensure wrapping event handlers execution with an autoreleasepool
xant
2012-02-20
1
-0/+4
*
use nodejs timers instead of using NSTimers
xant
2012-02-18
1
-16/+54
*
ensure setting the current context
xant
2012-02-17
1
-4/+4
*
major cleanup of the logic taking care of wrapping native classes into js obj...
xant
2012-02-16
1
-133/+119
*
fixed some leaks
xant
2012-02-15
1
-0/+1
*
allow to create text entities from javascript + report exceptions when call f...
xant
2012-02-15
1
-2/+10
*
fixed the destroy-path of threaded entities and proxied pins
xant
2012-02-14
1
-5/+18
*
fixed some leaks happening under certain circumstances
xant
2012-02-14
1
-1/+1
*
allow to provide a function reference to setTimeout
xant
2012-02-13
1
-3/+13
*
allow to create new pins totally controlled from javascript
xant
2012-02-13
1
-3/+7
*
catch mouse events and propagate them to javascript if the video output has b...
xant
2012-02-13
1
-24/+43
*
don't use printf() ... but use NSLog() instead
xant
2012-02-12
1
-13/+14
*
allow to create phidget entities from javascript
xant
2012-02-12
1
-0/+2
*
bugfixed some issues arised after the recent changes to the 'activeness' beha...
xant
2012-02-05
1
-1/+2
*
catch possible exceptions when executing timeout callbacks
xant
2012-02-05
1
-18/+33
*
better output message when quitting from a js runloop
xant
2012-02-05
1
-1/+1
*
bugfix: NSString doesn't respond to the 'byte' message
xant
2012-02-03
1
-1/+1
*
allow to connect javascript functions to pins
xant
2012-02-01
1
-1/+21
*
use cocoa-native timers (instead of node.js ones ... which are much slower on...
xant
2012-01-31
1
-4/+13
*
fixed some minor leaks
xant
2012-01-31
1
-0/+1
*
processing.js works properly !! (but only in pure javascript mode)
xant
2012-01-31
1
-7/+59
*
all tests shipped with node.js seem to run properly now
xant
2012-01-28
1
-11/+35
*
node.js has been fully embedded and JMXScript entities are now able to execut...
xant
2012-01-23
1
-6/+33
*
proper setTimeout/clearTimeout and setInterval/clearInterval support
xant
2012-01-22
1
-15/+100
*
bugfix: don't try using the internal field of the global context object
xant
2012-01-22
1
-7/+12
*
made setTimeout()/clearTimeout() available to javascript
xant
2012-01-22
1
-28/+51
*
allow to connect code, text and string pins among each other
xant
2012-01-22
1
-4/+1
*
allow to access proxy pins from the inspector panel
xant
2012-01-22
1
-0/+2
*
bugfix: the locker must be declared before the handlescope
xant
2012-01-22
1
-2/+2
*
allow to register runloop callbacks
xant
2012-01-22
1
-11/+55
*
no warnings when targetting i386
xant
2012-01-01
1
-1/+1
*
JMXColor has been turned into a NSColor category
xant
2012-01-01
1
-1/+1
*
builds with llvm-clan
xant
2012-01-01
1
-1/+0
*
group all entities created within a script in an 'Entities' subnode
xant
2011-12-31
1
-18/+20
*
bugfixed release of script entities involving proxied pins and threaded sub-e...
xant
2011-12-28
1
-4/+20
*
expose the current scriptEntity to javascript contexts
xant
2011-12-27
1
-1/+1
*
make the whole thing work on snow leopard and with newer v8 builds
xant
2011-12-26
1
-14/+26
[next]