summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* optimized data-readingxant2012-03-112-17/+43
* don't allow to open avi files with JMXAudioEntity instancesxant2012-03-111-1/+1
* use a proper recursivelock to have more granularityxant2012-03-112-14/+18
* allow to seek movie files + js examplexant2012-03-114-20/+99
* cycle the nodejs runloop in the script entities and not in the global context...xant2012-03-104-45/+39
* project updated to xcode 4.3xant2012-03-101-1/+1
* ensure calling [super dealloc]xant2012-03-103-1/+4
* don't override the 'copy' message in a categoryxant2012-03-102-9/+9
* default to 60 ticks per secondxant2012-03-101-0/+1
* bugfix: ensure propagating the correct paramsxant2012-03-101-3/+4
* use a single thread to cycle the nodejs event runloopxant2012-03-032-22/+8
* bugfix: ensure setting data slots to nil when releasing the underlying dataxant2012-03-031-0/+1
* use nanosleep instead of + [NSThread sleepForTimeInterval:]xant2012-03-021-3/+11
* script to test the phidget encoder entitiesxant2012-03-021-0/+21
* lockless reads obtained by using OSAtomicIncrement32()xant2012-03-022-29/+15
* allow to access both the 'limitPulse' and 'frequency' properties from javascriptxant2012-03-012-5/+6
* allow nodejs-managed events to run up to 120 ticks per secondsxant2012-03-011-1/+1
* proper mapping of NSDictionary objectsxant2012-03-015-102/+109
* minor cleaningsxant2012-03-011-5/+11
* let echo access [NSObject description] if the argument is an object wrapperxant2012-03-011-3/+12
* just indentationxant2012-03-011-2/+3
* allow to limit the pulse frequency and avoid having pulses running on the mai...xant2012-03-012-64/+133
* be more genericxant2012-03-011-4/+1
* make jsObj mandatoryxant2012-03-011-8/+9
* use base JMXV8 protocol implementationxant2012-03-011-46/+11
* forgot to re-enable the base JMXV8 protocol implementation in NSXMLNode insta...xant2012-03-011-25/+25
* allow to set a custom background color for video outputsxant2012-03-014-3/+30
* commentsxant2012-02-282-3/+7
* be DOM-compliant by always propagating a "mousemove" eventxant2012-02-281-3/+14
* ensure using DOM-compliant eventsxant2012-02-281-3/+3
* allow to build targeting 32bit systemsxant2012-02-281-1/+1
* removed some commented-out code and fixed a commentxant2012-02-282-4/+1
* bugfix: ensure removing all timers/intervals when disposing a javascript glob...xant2012-02-286-11/+29
* just cleaningsxant2012-02-281-8/+7
* allow to open jpg and png imagesxant2012-02-281-3/+4
* implented an additive-blur filter + minor cleanings in the other custom filtersxant2012-02-288-6/+203
* bugfix: ensure retaining the input/output pins created from a scriptxant2012-02-282-2/+2
* automatically set the enity size when opening a new imagexant2012-02-281-1/+1
* ensure doing the right thing when setting the alpha 'multiplier' in a video e...xant2012-02-282-4/+4
* AlphaBlend filter (to preserve alpha when blending multiple images)xant2012-02-286-4/+156
* removed some commented-out codexant2012-02-281-3/+1
* don't render the image if not necessaryxant2012-02-282-5/+68
* allow to create image entities from javascriptxant2012-02-273-0/+78
* preliminary support for HID devicesxant2012-02-2751-148/+11191
* set a proper window title for the dom browserxant2012-02-261-5/+5
* don't automatically add newly created element to the current documentxant2012-02-261-1/+1
* don't over-retainxant2012-02-261-1/+1
* minor cleaningsxant2012-02-262-4/+7
* documentationxant2012-02-2623-79/+257
* ensure setting the requested opacityxant2012-02-262-1/+3