summaryrefslogtreecommitdiffstats
path: root/src/uscxml/plugins/invoker/graphics
Commit message (Collapse)AuthorAgeFilesLines
* Major Refactoring v2.0Stefan Radomski2016-05-126-1787/+0
|
* Fixed issue 64 and beautified code againStefan Radomski2016-04-281-1/+1
|
* Forgot to update pathsStefan Radomski2016-02-241-1/+1
|
* Renamed URI to URLStefan Radomski2014-12-141-1/+1
| | | | Some fixes for Xincludes
* Got rid of more dynamic_castsStefan Radomski2014-08-032-38/+39
|
* See detailled logStefan Radomski2014-07-301-1/+1
| | | | | | | - Forcing Data.Type for Data(String) constructor now, default used to be INTERPRETED. - setDataModel and addIOProcessor on interpreter now - fixed a bug with Data(bool) constructor - various smaller fixes
* Changed getNames signature from set to listStefan Radomski2014-06-062-11/+11
|
* Fixed the 100% CPU utilization bug and replaced the bool() cast operator for ↵Stefan Radomski2014-05-231-1/+1
| | | | data by empty()
* Started with JavaScript DM in Java (Rhino)Stefan Radomski2014-05-121-1/+1
|
* Builds on windows againStefan Radomski2013-11-161-31/+31
|
* Support for anti-aliasingStefan Radomski2013-11-111-0/+16
|
* VRML Viewer now with WebGLStefan Radomski2013-11-111-102/+145
|
* Better error handlingStefan Radomski2013-11-051-2/+11
|
* Simplified 3D screneshot takingStefan Radomski2013-11-042-162/+55
|
* Moved Parser into DOMUtils and new node -> xpath function for debuggingStefan Radomski2013-10-311-0/+1
|
* Bug fixes (see details)Stefan Radomski2013-10-281-1/+1
| | | | | | | - No more 100-continue HTTP header - Correctly delegate HTTP requests - More elaborate expressions when communicating via HTTP - Fixed off-by-one in JSCNodeSet
* Performance: replaced boost::iequals for strings by inline functionStefan Radomski2013-10-262-19/+19
|
* Fixed header refactoringStefan Radomski2013-10-251-0/+2
|
* Improved mimetype handlingStefan Radomski2013-10-241-2/+3
|
* Added license information and bug fixesStefan Radomski2013-10-166-65/+180
|
* Reactivated plugin systemStefan Radomski2013-10-112-40/+366
|
* Added instant messaging invokerStefan Radomski2013-09-231-3/+23
|
* Work on FFMpegInvokerStefan Radomski2013-09-183-101/+167
|
* Updated W3C tests and bug-fixesStefan Radomski2013-08-251-3/+1
|
* W3C MMI Architecture frameworkStefan Radomski2013-06-104-4/+4
|
* See detailled logStefan Radomski2013-04-064-4/+4
| | | | | | Added new revised W3C tests Hide Interpreter via PIMPL Implemented SCXMLIOProcessor
* Fixed plugins building againStefan Radomski2013-03-222-1/+1
|
* Fixed http responses and added miles invokerStefan Radomski2013-03-171-6/+8
|
* Fixed issue with temporary filesStefan Radomski2013-03-061-7/+19
|
* Fixed a concurrency related issueStefan Radomski2013-03-061-2/+8
|
* Changed directory monitor to polling behaviour :(Stefan Radomski2013-03-062-97/+234
|
* Fixed a bug with firlname containing the whole pathStefan Radomski2013-03-011-1/+8
|
* Prepared everything for FE-Design demoStefan Radomski2013-02-282-33/+74
|
* Introduced postpone element and reorganized http request representation as ↵Stefan Radomski2013-02-252-5/+325
| | | | events
* Beautified source code againStefan Radomski2013-02-201-4/+4
|
* Fixed historyStefan Radomski2013-02-082-0/+90
|
* See detailed commitlogStefan Radomski2013-01-212-5/+0
| | | | | | | | - Started DirectoryMonitor invoker - Refactored Invoker / IOProcessor interface - Started with JavaScriptCore bindings - Embedding applications can now use setParentQueue to receive events sent to #_parent
* Regenerated V8 DOM and beautified codeStefan Radomski2013-01-204-441/+442
|
* Started JavaScriptCore datamodelStefan Radomski2013-01-161-1/+1
|
* Fixed bugs intriduced by PIMPLStefan Radomski2013-01-132-3/+3
|
* Refactored to PIMPL patternStefan Radomski2013-01-122-9/+9
|
* Major changes - see detailsStefan Radomski2013-01-102-17/+76
| | | | | | | - Dynamic SceneGraph ML - V8 DOM for ecmascript datamodel - New heartbeat invoker - Fixed various bugs
* Fixed compile issues on linux for osginvokerStefan Radomski2012-12-272-1/+14
|
* Support for rad, deg and % in rotationStefan Radomski2012-12-271-10/+35
|
* New scenegraph invoker using OpenSceneGraphStefan Radomski2012-12-274-2/+500
| | | | Ultimately, the scenegraph invoker ought to use x3d
* Started SceneGraph invokerStefan Radomski2012-12-212-0/+90