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
6 months ago Matthias Mann added class introspection for locating theme parameters and offer a new wizard for creating theme parameters
6 months ago Matthias Mann removed profiler from build.xml
6 months ago Matthias Mann made background color of preview widget area adjustable
6 months ago Matthias Mann use color constant for keyboard focus tint color
8 months ago Matthias Mann fixed crash in font generator GUI
8 months ago Matthias Mann first part of color support for constants
9 months ago Matthias Mann correctly encode URI in classpath file - found by obidobi
9 months ago Matthias Mann added Display.sync() in case vsync doesn't work to not burn too much GPU power
9 months ago Matthias Mann disable folderMRU button when the MRU list is empty
9 months ago Matthias Mann made "allowWildcard" default "true" to simplify themes
9 months ago Matthias Mann fixed default value for boolean properties
9 months ago Matthias Mann add AA option also for FREETYPE2
9 months ago Matthias Mann cleanup of FT2 outline generation to allow custom colors
9 months ago Matthias Mann missed file for last commit