summaryrefslogtreecommitdiffstats
path: root/core
Commit message (Expand)AuthorAgeFilesLines
* let both execCode: and execFunction: return a booleanxant2012-04-052-8/+13
* leakxant2012-03-261-1/+1
* propagate cmdline arguments to javascriptsxant2012-03-193-2/+34
* forgotten filesxant2012-03-114-0/+80
* extract and propagate audio samples if an audio track is found in the video filexant2012-03-111-0/+9
* optimized data-readingxant2012-03-112-17/+43
* use a proper recursivelock to have more granularityxant2012-03-112-14/+18
* allow to seek movie files + js examplexant2012-03-111-0/+9
* cycle the nodejs runloop in the script entities and not in the global context...xant2012-03-102-32/+10
* ensure calling [super dealloc]xant2012-03-103-1/+4
* don't override the 'copy' message in a categoryxant2012-03-102-9/+9
* 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
* lockless reads obtained by using OSAtomicIncrement32()xant2012-03-022-29/+15
* allow nodejs-managed events to run up to 120 ticks per secondsxant2012-03-011-1/+1
* proper mapping of NSDictionary objectsxant2012-03-014-92/+93
* 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
* 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
* commentsxant2012-02-282-3/+7
* 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-283-4/+9
* implented an additive-blur filter + minor cleanings in the other custom filtersxant2012-02-286-6/+190
* bugfix: ensure retaining the input/output pins created from a scriptxant2012-02-282-2/+2
* ensure doing the right thing when setting the alpha 'multiplier' in a video e...xant2012-02-281-1/+1
* AlphaBlend filter (to preserve alpha when blending multiple images)xant2012-02-283-0/+137
* allow to create image entities from javascriptxant2012-02-271-0/+2
* preliminary support for HID devicesxant2012-02-2725-148/+861
* don't automatically add newly created element to the current documentxant2012-02-261-1/+1
* don't over-retainxant2012-02-261-1/+1
* documentationxant2012-02-2621-59/+238
* ensure setting the requested opacityxant2012-02-262-1/+3
* some more documentation and minor cleaningsxant2012-02-233-11/+44
* documentationxant2012-02-2313-37/+382
* minor cleanings and optimizationsxant2012-02-213-23/+44
* bugfix: ensure saving the current path before calling CGContextDrawPath()xant2012-02-211-3/+9
* allow to set the 'invertYCoordinates' property from javascriptxant2012-02-211-8/+7
* allow to retrieve data from color and size propertiesxant2012-02-211-1/+4
* leak!xant2012-02-211-1/+5
* ensure balancing all threaded entities retain count when replacing the real e...xant2012-02-201-2/+38
* bugfix: check if the node has an actual name before passing it to strcmp()xant2012-02-201-1/+1
* set the private data when starting/stopping the threadxant2012-02-201-2/+2
* ensure having nsautoreleasepools in placexant2012-02-205-7/+13
* CGFloat size differs among ia32 and x64 ... so let's ensure using always a do...xant2012-02-201-1/+1