David Capello
78ba213471
Rename ui::Widget::getChildren() -> children()
...
Extra changes:
* Removed UI_FOREACH_WIDGET(), replaced with range-based for-loops
2015-12-03 19:46:13 -03:00
David Capello
325e9245bf
Rename ui::Widget::type -> m_type and make it private
2015-06-23 14:37:22 -03:00
David Capello
f01b816fb5
Remove JI_ prefix from ui/base.h constants
2015-06-23 14:00:00 -03:00
David Capello
e4f62942b7
Fix scroll issues when we clone a view
2015-04-21 10:24:42 -03:00
David Capello
47d2d8f902
Support to clone tabs using Ctrl+drag ( close #634 )
2015-04-20 13:49:25 -03:00
David Capello
76cc5185d8
Add special animation when drop a tab into other Tabs
2015-04-04 16:45:58 -03:00
David Capello
7da62f84a1
Split workspace panels 50% when they are docked with other sub-panel
2015-04-02 15:48:38 -03:00
David Capello
e24c03f929
Add possibility to move tabs between different WorkspaceTabs widgets
2015-04-02 15:43:50 -03:00
David Capello
c7379f6ecf
Fix problem redrawing the main Tabs when the last tab is closed
...
For this, on AnimatedWidget, before we call onAnimationStop(), we
set m_animation to 0 to know that there is no animation in progress.
Tabs depends on m_animation to know if it needs extra space when there
are no more tabs (the extra space is used to show the animation that to
collapse Tabs).
2015-04-02 09:43:52 -03:00
David Capello
86afa3a568
Add support to dock tabs as other Workspace panels
2015-03-31 17:31:45 -03:00