- Add drag and drop support. 56a2127e714c
- Remove the Wx backend and free the people from their misery. bab233ff9782
- Add an IPythonConsole widget.
- Add support for widgets in tool bars and menus.
- Add a ToolButton widget.
- Removed the 'focus_policy' attribute.
- Removed the 'show_focus_rect' attribute.
- Fix bugs #122, #123, #124, #131, #145
- Add a declarative function syntax to the grammar.
- Add a comprehensive focus API. 1090b3f35a9c
- Allow pressing escape while dragging a floating dock window. e732d2bb3c6c
- Fix line ending issues in live editor on old versions of OSX (thanks to JF). 0a54944728ae
- Allow enamldef objects to be properly pickled. db99d02fa377
- Return the value of the command handler from CorePlugin.invoke_command. 5322bd1d2a67
- Automatically request relayout when widget visibility changes. 5d24f8ab13cb
- Add knobs for controlling Form row and column spacing. cdb747d8d1fa
- Add VGroup and HGroup convenience layout factories. aed5ddd623d1
- Add a 'factory' layout helper. 41480f2694d2
- Update the layout (if needed) when changing fonts.
- Minor code cleanup and documentation updates.
- Add the workbench plugin framework. 2ab09c6782b4
- Fix idiosyncrasies in layout. 5a9f529671dd
- Add a VTKCanvas control. b04262195c27
- Add ability to veto a window close. bbd9aa1be9f2
- Fix issues #64 #119 #120 #128 #129
- Fix issue #78. f0d1fc7da0d7
- Update the layout engine to use the Kiwi solver. d41729049f63
- Add ability to query window minimized/maximized state. 713feb85952a
- Implement 'always_on_top' window flag. 3ac3e6955579
- A handful of bug fixes.
- Add a task dialog mini-framework and a MessageBox stlib component. 5583808f293a
- Add an alerting api for dock items in a dock area. ba766d773090
- Add 'limit_width' and 'limit_height' virtual constraints. 8722be90844e
- Add support for style sheets to the DockArea. 5e38c591ad55
- Add a size hint mode switch to Notebook and Stack. 330c7a337c32d
- Add support for style sheets. 77e2a0afbd56
- Fix a bug with a null widget and the notebook selected tab. 64cfe8789838
- Add a DynamicTemplate declarative object. ede76a778a86
- Add 'window' mode to PopupView. f37263fd7b7d
- Add 'selected_tab' attribute to the Notebook. 45ca092e7222
- Overhaul of the docs and doc build system.
- Various bug fixes and performance improvements.
- Update the PopupView to automatically reposition on-screen. 3225683f9411
- Minor bug fixes.
- Added an ImageView example.
- Added templates to the language.
- Added aliases to the language.
- Removed the compatibility code scheduled for removal.
- Added a completely new declarative expression engine.
- Bugfix area layout traversal. 308164fd5134
- Allow alpha hex colors. d9605cc55bb5
- Add a declarative Timer object. 13259258e6fd
- Added a Scintilla widget.
- Added the applib sub-package.
- Added live editor components to the applib.
- Added an 'auto_sync' submit trigger to Field. 1926cde5e64b
- Added dock layout ops for extending/retracting from dock bars. 00ee34a102f
- Added methods for manipulating window geometry. bebba0a82fa
- Production release of dock area toolbars.
- Updates to dock layout specification with compatibility env setting.
- Resizable slide-out dock bar items.
- Pin buttons on dock items.
- Improved procedural dock layout modification api.
- Added a base Frame class which supplies borders for subclasses. d1316f40248
- Fixed container ref-cycle issue on widget destruction. 03a5e53038f
- Added easier to use operator hooks. 2aaf3c96fc8
- Added support for PySide. 0d18a21754e
- Add cursor anchor mode to PopupView. 74ddd47197e
- Initial feedback release of dock area toolbars.
- Add a more useful file dialog as FileDialogEx. 390868cccb
- Add a color selection dialog as ColorDialog. d722a876e9
- Persist the linked state of floating dock items in a saved layout. adc9dec8db
- Add a right click event to the dock item title bar. 812e97aebcf
- Make the dock item title user editable. 54b68881529
- Make the visibility of the dock item title bar configurable. 54b68881529
- Toggle the maximized state of a dock item on title bar double click. 4ffe9d6b68e
- Add a RawWidget widget to easily embed external widgets into Enaml. e9d25a29e77
- Fix a bug in parsing elif blocks. e25363b005
- Make the translucent background of PopupView configurable. 0731314117
- Add a 'live_drag' flag to the DockArea. 0cd6889b2c
- Feature improvements and fixes to snappable dock frames. 693a6f363a
- Add a 'link_activated' event to the Label widget. 269b386639
- Make floating dock windows snappable and linkable. de3ced381e
- Claw back the direct exposure of the Qt stylesheets. 947760ebcd
- Expose the Qt stylesheet directly for the dock area. 5877335bcf
- Add the ability to style the various dock area buttons. 5877335bcf
- Make the close button on dock items configurable. d839fb0c2b
- Expose a public api for manipulating the dock layout. e269adbdb2
- Expose user configurable dock area styles. 4c05d5953f
- Add support for maximizing a docked item within a DockArea. a051862ce5
- Update the popup view to use a 45 degree angled arrow. f3edc88fe1
- Miscellaneous updates and bug fixes to the DockArea.
- Add support for floating "dock rafts" in the DockArea. 402330dcaf
- Add a PopupView widget to support transparent popups and growl-style notifications. a5117121bf
- Add an advanced DockArea widget. 3ed122b110
- Add popup() functionality to the Menu widget. 5363a56f33
- Fix a bug in the Wx main window implementation. 39f6baee49
- Add border support for Container on the Qt backend. 505662d5f1
- Workaround a logic bug in Wx's handling of modal windows. 56a1e00112
- Workaround a Wx segfault during window destruction. a8525788c9
- Added support for adding/removing models in a ViewTable. 5bc1809340
- Added an ObjectCombo control which is a more flexible combo box. 51f3a3c6d3
- Emit useful error messages when a backend does not implement a control. b264b3b927
- Added first real cut at a model-viewer grid-based control. de0d8e35ae
- Fix a bug in size hinting during complex relayouts. 963cee88d0
- Added hooks for proxy-specific customization. 3e045dfb18
- Updated compiler infrastructure to produce more extensible parse trees.
- Various bug fixes.
- First release under new nucleic org.
- Rewrite of entire framework to sit on top of Atom instead of Traits.
- Vastly improved backend architecture.
- Improved compile-time operator binding.
- Added ability to change the Z order of a window and a flag to make it stay on top. d6f618101f
- Added a multiline text entry widget. dde4bd3409
- Bugfix when ImageView is used in a ScrollArea. 67133d3fec
- Added a root_object() method on the Object class which returns the root of the object tree. d9b4830963
- Properly handle window modality on the Qt backend. 28f2433814
- Add a destroy_on_close flag to the Window class. 2a63e8cefd
- Prevent Wx from destroying top-level windows by default. 8e298e768e
- Add support for adding windows to a session at run-time. c090c0fad6
- Fix the lifetime bug with the FileDialog. 8e354de858
- Fix the broken unittests and make them Python 2.6 safe. 2c1d7f01d_
- Add a stretch factor to the Splitter widget. c2272cf1ef
- Fix bugs in the Wx splitter implementation. dfa542ba3d
- Add support for icons on notebook pages on the Qt backend. b6426b7ae9
- Add support for popup menus in the Wx backend (Qt is already supported). 153f3124b2
- Add simpler way of building the optional C++ extensions. 4eebd59ae5
- Update enaml-run to play nice with ETS_TOOLKIT. f864975a87
- Fix critical bug related to traits Disallow and the attr keyword. 25755e2bbd
- Fix critical bug for broken dynamic scoping. a788869ab0
- Fix critical bug in compiler and expression objects. dfb6f648a1
- Add Icon and Image support using a lazy loading resource sub-framework. 77d5ca3b01
- Add a traitsui support via the TraitsItem widget (care of Steven Silvester). 9cb9126da1
- Add matplotlib support via the MPLCanvas widget (care of Steven Silvester). eaa6294566
- Updated Session api which is more intuitive and easier to use.
- Updated Object api which is more intuitive and easier to use.
- Object lifecycle reflected in a state attribute.
- Huge reduction in memory usage when creating large numbers of objects.
- Huge reduction in time to create large numbers of objects.
- New widget registry make it easier to register custom widgets. cc791a52d7
- Better and faster code analysis via code tracers. 4eceb09f70
- Fix a parser bug related to relative imports. 3e43e73e90
- Various other tweaks, bugfixes, and api cleanup.
- Fix a method naming bug in QSingleWidgetLayout. 7a4c9de7e6
- Fix a test height computation bug in QFlowLayout. a962d2ae78
- Invalidate the QFlowLayout on layout request. 1e91a54245
- Dispatch child events immediately when possible. e869f7124f
- Destroy child widgets after the children change event is emitted. c695ae35ee
- Add a preliminary WebView widget. 27faa381dc
- Merge the feature-async branch into mainline. f86dad8f6e
- First release with release notes. 8dbed4b9cd