summaryrefslogtreecommitdiffstats
path: root/entities
Commit message (Expand)AuthorAgeFilesLines
* bugfix : ensure checking for actual javascript code being present before goin...HEADrelease-0.6.1masterxant2012-04-282-1/+2
* the JS console input is now always available on the boardrelease-0.6xant2012-04-282-4/+28
* allow to exec (inject) code in a running scriptEntityxant2012-04-051-5/+45
* ensure releasing the underlying device descriptors on deallocxant2012-03-261-0/+6
* expose the running script from any script-related entityxant2012-03-196-15/+29
* ensure excluding audio-functionalities on osx < 10.7 (AVFoundation is not ava...xant2012-03-111-24/+29
* bugfix: s/enterQTKitOnThread/exitQTKitOnThread/xant2012-03-111-1/+1
* removed unused functionxant2012-03-111-86/+0
* bugfixes : behave properly when opening a new movie or closing the current onexant2012-03-111-7/+12
* fill the audio buffer in a background threadxant2012-03-112-42/+52
* extract and propagate audio samples if an audio track is found in the video filexant2012-03-113-7/+263
* don't allow to open avi files with JMXAudioEntity instancesxant2012-03-111-1/+1
* allow to seek movie files + js examplexant2012-03-112-16/+81
* cycle the nodejs runloop in the script entities and not in the global context...xant2012-03-102-13/+29
* default to 60 ticks per secondxant2012-03-101-0/+1
* allow to access both the 'limitPulse' and 'frequency' properties from javascriptxant2012-03-012-5/+6
* allow to limit the pulse frequency and avoid having pulses running on the mai...xant2012-03-012-64/+133
* allow to set a custom background color for video outputsxant2012-03-014-3/+30
* be DOM-compliant by always propagating a "mousemove" eventxant2012-02-281-3/+14
* allow to build targeting 32bit systemsxant2012-02-281-1/+1
* bugfix: ensure removing all timers/intervals when disposing a javascript glob...xant2012-02-281-4/+4
* just cleaningsxant2012-02-281-8/+7
* allow to open jpg and png imagesxant2012-02-281-3/+4
* 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-281-3/+3
* AlphaBlend filter (to preserve alpha when blending multiple images)xant2012-02-281-3/+7
* 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-272-0/+76
* preliminary support for HID devicesxant2012-02-273-0/+151
* documentationxant2012-02-262-20/+19
* documentation + comments + expose width and height as attributes in videooutp...xant2012-02-252-3/+32
* documentationxant2012-02-232-3/+3
* minor cleanings and optimizationsxant2012-02-211-4/+4
* ensure locking the openglcontext when rendering + allow to invert Y coordinat...xant2012-02-212-11/+45
* bugfix: ensure not leaving the openglcontext locked if reshape is called the ...xant2012-02-201-3/+4
* revert to using a CVDisplayLink() so rendering doesn't hang while a UI animat...xant2012-02-202-35/+79
* ensure balancing all threaded entities retain count when replacing the real e...xant2012-02-207-7/+7
* allow to access sub entities form the scriptsxant2012-02-191-0/+22
* allow to target 32bit buildsxant2012-02-191-1/+1
* bugfix: ensure setting the underlying view size when initializing the opengls...xant2012-02-191-11/+19
* ensure allowing to set the size from javascriptxant2012-02-193-22/+13
* bugfix: ensure unregistering all pinwrappers when releasing a javascript contextxant2012-02-191-2/+4
* JMX isn't anymore a document-based applicationxant2012-02-191-3/+8
* cleanings and minor fixesxant2012-02-182-5/+2
* reuse filtersxant2012-02-182-39/+40
* try to avoid overloading the engine with too many mouse eventsxant2012-02-182-1/+27
* minor fixes and cleaningsxant2012-02-161-3/+3
* major cleanup of the logic taking care of wrapping native classes into js obj...xant2012-02-165-5/+24
* ensure closing and releasing the CPhidgetHandle when the entity is being dest...xant2012-02-161-0/+2