3 days ago Matthias Mann added float parameter handling, added menu action to create new color parameter default tip
11 days ago Matthias Mann add parameter to toggle the close button on/off
2 weeks ago Matthias Mann allow wildcards for cursor parameters
2 weeks ago Matthias Mann register undo button update listener also for normal projects
2 weeks ago Matthias Mann also add listener for fontDef parameter
2 weeks ago Matthias Mann disable AWT focus key handling to hopefully fix TAB issue on MacOSX
4 weeks ago Matthias Mann add content listener also to <map> element
4 weeks ago Matthias Mann don't refresh node list when combobox is open
4 weeks ago Matthias Mann ContentList: make a deep clone
4 weeks ago Matthias Mann when refreshing the widget tree, try to keep the selected widget selected
5 weeks ago Matthias Mann added option to directly start the font generator
5 weeks ago Matthias Mann AttributeList: correctly set element and index after cloning (found by Stretch)
2 months ago Matthias Mann OffscreenRender: added Widget parameter to startOffscreenRendering
2 months ago Matthias Mann Cursor: imageRef property is optional
3 months ago Matthias Mann FontData: added support for UCS4 encoded CMAP tables
3 months ago Matthias Mann demonstrate new :hover pseudo class
3 months ago Matthias Mann try to register additional fonts when possible
3 months ago Matthias Mann fixed typo
3 months ago Matthias Mann ThemeParamInfo: theme uses "bool" and not "boolean"
3 months ago Matthias Mann BooleanProperty: don't use null encoding when null is not supported
4 months ago Matthias Mann fixed attribute namespace parsing
4 months ago Matthias Mann fixed texture viewer refresh issue
4 months ago Matthias Mann restrore focusing the name field when creating a new node
4 months ago Matthias Mann restrore the function of SpecialPropertyEditorFactory
4 months ago Matthias Mann rewrote border editor
4 months ago Matthias Mann only optional properties can be not present
4 months ago Matthias Mann need to register property change listener
4 months ago Matthias Mann previous commit missed updating element and index fields of the attributes
4 months ago Matthias Mann renamed Attribute[] in AttributeList, reduce garbage creation while loading an XML document
4 months ago Matthias Mann moved undo selection handling into ThemeTreePane
4 months ago Matthias Mann Parent: cleaned up moveElement semantic
4 months ago Matthias Mann removed jdom library dependency
4 months ago Matthias Mann added undo support (rewrote most of the editors)
4 months ago Matthias Mann Element: missed document changed event for element text
4 months ago Matthias Mann CollapsiblePanel: add/remove activeModel callback when added/removed from GUI
4 months ago Matthias Mann added new DOM implementation
4 months ago Matthias Mann include TWLEffects.jar in build.xml
4 months ago Matthias Mann updated webstart file
4 months ago Matthias Mann updated project files
4 months ago Matthias Mann use TWLEffts lib to perform offscreen rendering of preview images (so that zoom works as expected)
4 months ago Matthias Mann added animation state editor to texture viewer (shown when an image from preview arfea is displayed)
4 months ago Matthias Mann TextureViewerPane: cleanup of setting content
4 months ago Matthias Mann Images: use PNGDecoder from utils package
4 months ago Matthias Mann replaced bound properties CB with theme loaded CB to ensure that images taken from preview widget are updated
4 months ago Matthias Mann set default split when first activated so that the drag bars are displayed
4 months ago Matthias Mann allow editing of gradients via mouse dragging on stops
4 months ago Matthias Mann fixed displaying of complex images
4 months ago Matthias Mann missed calling DOM changed callback when color or position of an existing stop changed
4 months ago Matthias Mann added gradient editor
4 months ago Matthias Mann TestEditField: adjusted for changed FontParameter API
4 months ago Matthias Mann use new Color getters
4 months ago Matthias Mann Context: no need to use reflection to collect StateKeys
4 months ago Matthias Mann Main: use new viewport setter to avoid calling glGetInteger on resize, enable StateSelectOptimizer
4 months ago Matthias Mann PreviewWidget: use pauseRendering & resumeRendering to prevent GL stack overflows, avoid calls to glGetInteger by using new viewport getters & setters
6 months ago Matthias Mann added an edit field to test the current font in the font generator UI
6 months ago Matthias Mann ask for confirmation before closing when there are unsaved changes
6 months ago Matthias Mann don't generate types which are not supported by the theme format
6 months ago Matthias Mann focus tree pane after an operation was executed or canceled
6 months ago Matthias Mann allow to use backspace (delete key on Mac) for deleting nodes in the tree (opens confirmation dialog)
6 months ago Matthias Mann added new JAR files to JNLP