summaryrefslogtreecommitdiffstats
path: root/core/JMXScript.mm
Commit message (Expand)AuthorAgeFilesLines
* execute all javascript timers in the same threadxant2012-06-151-24/+61
* minor fixes to make it build smoothly with the new xcode 4.5xant2012-06-121-1/+1
* let both execCode: and execFunction: return a booleanxant2012-04-051-6/+11
* propagate cmdline arguments to javascriptsxant2012-03-191-1/+24
* cycle the nodejs runloop in the script entities and not in the global context...xant2012-03-101-32/+8
* use a single thread to cycle the nodejs event runloopxant2012-03-031-17/+8
* use nanosleep instead of + [NSThread sleepForTimeInterval:]xant2012-03-021-3/+11
* allow nodejs-managed events to run up to 120 ticks per secondsxant2012-03-011-1/+1
* let echo access [NSObject description] if the argument is an object wrapperxant2012-03-011-3/+12
* bugfix: ensure removing all timers/intervals when disposing a javascript glob...xant2012-02-281-2/+2
* allow to create image entities from javascriptxant2012-02-271-0/+2
* preliminary support for HID devicesxant2012-02-271-0/+2
* minor cleanings and optimizationsxant2012-02-211-1/+1
* ensure wrapping event handlers execution with an autoreleasepoolxant2012-02-201-0/+4
* use nodejs timers instead of using NSTimersxant2012-02-181-16/+54
* ensure setting the current contextxant2012-02-171-4/+4
* major cleanup of the logic taking care of wrapping native classes into js obj...xant2012-02-161-133/+119
* fixed some leaksxant2012-02-151-0/+1
* allow to create text entities from javascript + report exceptions when call f...xant2012-02-151-2/+10
* fixed the destroy-path of threaded entities and proxied pinsxant2012-02-141-5/+18
* fixed some leaks happening under certain circumstancesxant2012-02-141-1/+1
* allow to provide a function reference to setTimeoutxant2012-02-131-3/+13
* allow to create new pins totally controlled from javascriptxant2012-02-131-3/+7
* catch mouse events and propagate them to javascript if the video output has b...xant2012-02-131-24/+43
* don't use printf() ... but use NSLog() insteadxant2012-02-121-13/+14
* allow to create phidget entities from javascriptxant2012-02-121-0/+2
* bugfixed some issues arised after the recent changes to the 'activeness' beha...xant2012-02-051-1/+2
* catch possible exceptions when executing timeout callbacksxant2012-02-051-18/+33
* better output message when quitting from a js runloopxant2012-02-051-1/+1
* bugfix: NSString doesn't respond to the 'byte' messagexant2012-02-031-1/+1
* allow to connect javascript functions to pinsxant2012-02-011-1/+21
* use cocoa-native timers (instead of node.js ones ... which are much slower on...xant2012-01-311-4/+13
* fixed some minor leaksxant2012-01-311-0/+1
* processing.js works properly !! (but only in pure javascript mode)xant2012-01-311-7/+59
* all tests shipped with node.js seem to run properly nowxant2012-01-281-11/+35
* node.js has been fully embedded and JMXScript entities are now able to execut...xant2012-01-231-6/+33
* proper setTimeout/clearTimeout and setInterval/clearInterval supportxant2012-01-221-15/+100
* bugfix: don't try using the internal field of the global context objectxant2012-01-221-7/+12
* made setTimeout()/clearTimeout() available to javascriptxant2012-01-221-28/+51
* allow to connect code, text and string pins among each otherxant2012-01-221-4/+1
* allow to access proxy pins from the inspector panelxant2012-01-221-0/+2
* bugfix: the locker must be declared before the handlescopexant2012-01-221-2/+2
* allow to register runloop callbacksxant2012-01-221-11/+55
* no warnings when targetting i386xant2012-01-011-1/+1
* JMXColor has been turned into a NSColor categoryxant2012-01-011-1/+1
* builds with llvm-clanxant2012-01-011-1/+0
* group all entities created within a script in an 'Entities' subnodexant2011-12-311-18/+20
* bugfixed release of script entities involving proxied pins and threaded sub-e...xant2011-12-281-4/+20
* expose the current scriptEntity to javascript contextsxant2011-12-271-1/+1
* make the whole thing work on snow leopard and with newer v8 buildsxant2011-12-261-14/+26