jules
|
2fe8465482
|
Added a minor assertion in Viewport.
|
2016-03-02 18:05:13 +00:00 |
|
jules
|
b6c3add330
|
Added drag-to-scroll functionality to Viewport
|
2016-03-02 12:59:47 +00:00 |
|
jules
|
5ca221ee11
|
Made Viewport remove the old viewed component when setViewedComponent is called, even if it doesn't own it
|
2016-02-22 10:13:39 +00:00 |
|
jules
|
b5907fa90d
|
Normalised some divider comments
|
2016-02-20 09:45:43 +00:00 |
|
jules
|
b557277f6f
|
Removed a few stray semicolons
|
2016-01-28 11:48:48 +00:00 |
|
Timur Doumler
|
f73c8e0c59
|
Fixed bug where Viewport::lookAndFeelChanged() would not update its visibleArea if the call changed its scrollBarThickness.
|
2016-01-25 12:37:25 +00:00 |
|
jules
|
02492b36b9
|
Lots of small whitespace tweaks.
|
2015-12-13 19:32:05 +00:00 |
|
jules
|
4d3fc5a3d9
|
Added a couple of missing 'override' keywords
|
2015-11-23 17:29:05 +00:00 |
|
jules
|
15cd46a1de
|
Tidied up some comments
|
2015-10-12 10:14:08 +01:00 |
|
jules
|
60f2b0a233
|
Minor clean-ups.
|
2015-08-31 19:24:14 +01:00 |
|
jules
|
8d92a77452
|
Fix for TabbedButtonBar::removeTab() when removing a tab lower than the selected one
|
2015-07-28 17:34:21 +01:00 |
|
hogliux
|
c7b8e77031
|
Update copyright notice
|
2015-07-22 15:59:34 +01:00 |
|
Timur Doumler
|
5fc9f44581
|
Added ScrollBar::parentHierarchyChanged() to correctly handle inherited lookAndFeel changes.
|
2015-07-21 14:34:51 +01:00 |
|
jules
|
9b79610cb0
|
Added a flag MouseWheelEvent::isInertial (currently only implemented for OSX 10.7 or later), and used this to replace some clunky behaviour in the Viewport class that was there to avoid inertial wheel movements triggering nested scrollable components.
|
2015-06-22 20:28:15 +01:00 |
|
jules
|
21fa6e850e
|
Fixed very minor code style imperfection!
|
2015-03-24 16:58:21 +00:00 |
|
jules
|
a4f5faec2d
|
Fix for a crash when deleting FileBrowserComponent under certain circumstances.
|
2015-03-24 16:00:58 +00:00 |
|
jules
|
6bc4d7627f
|
Modified the ValueTree::Listener::valueTreeChildRemoved() and ValueTree::Listener::valueTreeChildOrderChanged() methods to include some extra parameters that give more detailed info about exactly what changed.
|
2015-02-25 17:38:22 +00:00 |
|
jules
|
e02d7fc544
|
Added a missing implementation in ConcertinaPanel
|
2014-12-28 10:36:33 +00:00 |
|
jules
|
0b67cb2b93
|
Workaround to avoid misplaced wheel events when scrolling a viewport than contains wheel-able subcomponents.
|
2014-12-16 16:28:02 +00:00 |
|
jules
|
0ec53673ce
|
Demo cleanups.
|
2014-11-04 11:41:36 +00:00 |
|
jules
|
3e63dc63ee
|
Improved scale factor used in cached images by ComponentAnimator.
|
2014-10-23 16:44:53 +01:00 |
|
jules
|
e60aa581d6
|
Added some missing semi-colons.
|
2014-10-14 11:48:16 +01:00 |
|
jules
|
3e7d305094
|
A few minor whitespace cleanups.
|
2014-08-16 21:06:27 +01:00 |
|
jules
|
abd46569ae
|
Fix for viewport shift-scrolling
|
2014-08-04 09:01:27 +01:00 |
|
jules
|
4aee96be04
|
Added an animation option to TabbedButtonBar::removeTab().
|
2014-07-24 09:30:48 +01:00 |
|
jules
|
943d20ba7a
|
Added an option to Viewport to allow mouse-wheel scrolling when scrollbars are disabled.
|
2014-04-12 21:57:21 +01:00 |
|
jules
|
e9451587ea
|
Added method Viewport::getViewArea()
|
2014-02-08 11:37:50 +00:00 |
|
jules
|
660b1ff649
|
Fix for accuracy in AnimatedPositionBehaviours
|
2014-01-31 15:33:18 +00:00 |
|
jules
|
c2872b9a86
|
Avoiding animation proxy components grabbing focus.
|
2013-12-31 10:25:03 +00:00 |
|
jules
|
4d79bed3d1
|
Added versions of Component::addAndMakeVisible and addChildComponent which take a reference instead of a pointer.
|
2013-12-23 15:16:38 +00:00 |
|
jules
|
ac7271c10b
|
Added some methods to TabbedButtonBar for animating tab movements.
|
2013-11-16 22:11:48 +00:00 |
|
jules
|
a228a3859b
|
Fix for ComponentMovementWatcher with top-level windows.
|
2013-11-11 14:26:31 +00:00 |
|
jules
|
57974a793c
|
Some fixes for minor graphical problems.
|
2013-11-09 16:22:09 +00:00 |
|
jules
|
af55d142d3
|
Minor tweaks and comment corrections.
|
2013-10-31 18:46:38 +00:00 |
|
jules
|
bea7b83cb8
|
Renamed and refactored the LookAndFeel classes. The LookAndFeel class is now an abstract base-class, and there are 3 concrete subclasses you can use. These are LookAndFeel_V1 (replaces OldSchoolLookAndFeel), LookAndFeel_V2 (replaces what was the normal LookAndFeel class) and LookAndFeel_V3 (this is a new style, taken from the Introjucer's L+F).
|
2013-10-27 22:02:21 +00:00 |
|
jules
|
137b50f3a4
|
TabbedButtonBar: made sure that when the buttons contain an extra component, the tab's text doesn't overlap it.
|
2013-10-20 14:29:05 +01:00 |
|
jules
|
e7141058b7
|
Tab button background colour fix when no tabs present.
|
2013-09-26 16:46:15 +01:00 |
|
jules
|
023b9ac6cc
|
Changed ListBox to pass-on left/right key events.
|
2013-09-05 15:20:59 +01:00 |
|
jules
|
a2280fc25d
|
Simplified a lot of the image drawing calls internally. Added the new juce logo to the demo app as a more challenging example of path rendering.
|
2013-08-30 21:42:23 +01:00 |
|
jules
|
7f6394478a
|
Stripped out some unnecessary boilerplate includes from juce_gui_basics.
|
2013-08-24 11:45:55 +01:00 |
|
jules
|
65c155e372
|
Added a class ContainerDeletePolicy, to allow custom delete operations on objects held by ScopedPointers or OwnedArrays. Also cleaned away a lot of superfluous includes in juce_core files.
|
2013-08-23 12:08:31 +01:00 |
|
jules
|
da3838db8a
|
Minor clean-ups.
|
2013-08-21 21:03:31 +01:00 |
|
jules
|
bc81b170c7
|
Added LookAndFeel::drawTabbedButtonBarBackground
|
2013-08-19 19:37:05 +01:00 |
|
jules
|
1b9a60e52c
|
Added a templated type to the RectangleList class. If you've used this class and these changes cause syntax errors, all you need to do to your code is to replace "RectangleList" with "RectangleList<int>" and everything will work as it did before.
|
2013-07-28 18:08:28 +01:00 |
|
jules
|
7fbb6803dc
|
Fix for positioning of some Carbon VST windows.
|
2013-07-23 14:14:02 +01:00 |
|
jules
|
3d74717349
|
Bit of tidying-up in the Point class, and some spelling fixes in comments.
|
2013-07-22 13:18:29 +01:00 |
|
jules
|
5a1112ab94
|
Updated the format of the header include guard macros.
|
2013-07-17 16:26:35 +01:00 |
|
jules
|
3861a04197
|
Some more override decorations.
|
2013-07-10 14:55:26 +01:00 |
|
jules
|
a1ebc633b3
|
Fix for closing documents in a tabbed MultiDocumentPanel.
|
2013-07-10 12:22:44 +01:00 |
|
jules
|
4ce1908f79
|
Misc tidying-up.
|
2013-07-09 20:25:46 +01:00 |
|