summaryrefslogtreecommitdiffstats
path: root/gui
Commit message (Expand)AuthorAgeFilesLines
* the JS console input is now always available on the boardrelease-0.6xant2012-04-282-1/+44
* ensure excluding audio-functionalities on osx < 10.7 (AVFoundation is not ava...xant2012-03-111-77/+5
* minor cleaningsxant2012-02-261-3/+7
* introducing a DOM browser panel to facilitate debugging and make it easy to i...xant2012-02-266-1/+136
* minor leaksxant2012-02-191-2/+7
* JMX isn't anymore a document-based applicationxant2012-02-198-218/+50
* cleanings and minor fixesxant2012-02-181-8/+7
* minor fixes and cleaningsxant2012-02-161-0/+2
* major cleanup of the logic taking care of wrapping native classes into js obj...xant2012-02-162-7/+16
* allow to create new pins totally controlled from javascriptxant2012-02-132-2/+2
* bugfixxant2012-02-121-1/+1
* ensure catching all calls to NSLog() to redirect the content to the console t...xant2012-02-122-6/+19
* bugfixed some issues arised after the recent changes to the 'activeness' beha...xant2012-02-051-2/+2
* there is no need anymore to manually start entities conforming to the JMXRunL...xant2012-02-052-6/+6
* some more safety checksxant2012-02-041-2/+4
* fixed crashes occasionally happening when selecting a new entity while the in...xant2012-02-041-16/+22
* bugfix : the selected entitylayer doesn't disappear anymorexant2012-02-046-64/+20
* re-enable the output consolexant2012-02-041-2/+2
* allow to connect javascript functions to pinsxant2012-02-011-2/+2
* processing.js works properly !! (but only in pure javascript mode)xant2012-01-311-1/+1
* hook stdout/stderr and show them on a local console-output panelxant2012-01-281-11/+18
* bugfix: ensure unsetting the current pin if it's being destroyedxant2012-01-281-1/+3
* regenerate node_natives.h when building so that it will always contain up-to-...xant2012-01-232-0/+72
* node.js has been fully embedded and JMXScript entities are now able to execut...xant2012-01-231-1/+1
* distribute the javascript examples together with the apprelease-0.2xant2012-01-222-0/+10
* made setTimeout()/clearTimeout() available to javascriptxant2012-01-222-0/+15
* introducing 'code pins' (which are actually specialized text pins)xant2012-01-225-47/+211
* JMXColor has been turned into a NSColor categoryxant2012-01-011-1/+1
* builds with llvm-clanxant2012-01-012-11/+20
* extending the notifications sent by JMXEntities at pin creation/removalxant2011-12-281-35/+10
* ensure updating the tableview if input/output pins are added/removed while in...xant2011-12-281-7/+77
* bugfixed release of script entities involving proxied pins and threaded sub-e...xant2011-12-281-2/+7
* userInfo was over-releasedxant2011-12-281-2/+0
* fixed a leak in gui codexant2011-12-281-1/+1
* fixed some major leaksxant2011-12-273-1/+4
* ensure unslecting the connector layer if it's referenced by the boardxant2011-12-261-0/+3
* just indentationxant2011-12-261-4/+14
* huge optimization in the gui codexant2011-12-262-12/+4
* don't use deprecated APIsxant2011-12-261-10/+7
* fixed the blend-filter selection for the video mixerxant2011-12-261-2/+3
* the action message can be sent by a toolbar ... and not always by a menuitemxant2011-12-261-3/+4
* removing elements from an array while iterating over it is wrongxant2011-01-151-2/+4
* connect entities to the main document if they are created by the guixant2011-01-151-1/+8
* removed some deadlocksxant2011-01-081-38/+20
* bugfix setText: expects an NSString and not an NSAttributedStringxant2011-01-081-0/+2
* bugfixes: some code was still using 'name' instead of 'label' for entities an...xant2011-01-071-43/+15
* fixed various bugs introduced with recent changesxant2011-01-071-5/+7
* V8-base exports have been moved to NXMLNode+V8xant2011-01-063-17/+4
* include the license + minor cleaningsxant2011-01-056-5/+65
* introducing JMXTextPanel to provide multiline-text to input pins of type kJMX...xant2011-01-015-15/+179