jules
|
32fe9e81ce
|
Removed the need for the window to be focused for the slider's hover popup to work
|
2017-09-05 15:05:56 +01:00 |
|
jules
|
95e02b1b26
|
A bit of minor tidying up in TableHeaderComponent
|
2017-09-05 14:56:22 +01:00 |
|
jules
|
9ac2fae469
|
Made TooltipWindow::getTipFor() a public virtual method
|
2017-09-05 14:13:11 +01:00 |
|
jules
|
e30178418c
|
Modernised some code in TableListBox
|
2017-09-05 12:47:15 +01:00 |
|
Lukasz Kozakiewicz
|
f65500ec7b
|
InAppPurchases: fix linker error on iOS when product unlocking module is included by IAP capability is turned off.
|
2017-09-05 10:43:19 +02:00 |
|
ed
|
dec870f5eb
|
Projucer: Fixed a few live-build errors on Windows
|
2017-09-01 11:06:01 +01:00 |
|
hogliux
|
a7b9da40a2
|
Fixed a crash when animators delete top-level components during a screen rotate animation
|
2017-08-31 10:57:44 +01:00 |
|
hogliux
|
7cbb792f71
|
Fixed an issue where sliders would draw incorrectly in LookAndFeel4 if the slider's value text box was placed left to the slider
|
2017-08-30 18:07:59 +01:00 |
|
hogliux
|
da30211b19
|
Fixed an issue where sliders would draw incorrectly in LookAndFeel4 if the slider's value text box was placed above the slider
|
2017-08-30 16:22:12 +01:00 |
|
hogliux
|
d105d9418a
|
Added a minimum velocity property to the ContinuousWithMomentum animated position behaviour and increased the minimum velocity of the viewport to avoid some jitter when the viewport animation is close to stand still
|
2017-08-30 15:53:04 +01:00 |
|
hogliux
|
66da02d233
|
Fixed an issue where ComboBox popup menus would flicker if a second combobox menu was opened
|
2017-08-30 15:19:30 +01:00 |
|
hogliux
|
768163f75c
|
Added support for more F-keys
|
2017-08-29 17:54:41 +01:00 |
|
tpoole
|
9b687968db
|
Fixed some g++ compiler warnings
|
2017-08-29 14:47:04 +01:00 |
|
hogliux
|
a2a0a2cae6
|
Fixed compiler errors when compiling with GNU libstdc++
|
2017-08-28 12:31:59 +01:00 |
|
jules
|
17fb72f826
|
Tweak to the updating of the popup display value in Slider
|
2017-08-23 17:08:41 +01:00 |
|
ed
|
12e99c7152
|
Allow select all key command for read-only TextEditors
|
2017-08-23 14:27:03 +01:00 |
|
hogliux
|
88c734d28d
|
Fixed a crash when performing layout on an empty Grid using auto flow and added a few Margin convenience constructors
|
2017-08-23 14:26:39 +01:00 |
|
ed
|
dc8033633c
|
Added a virtual getTabButtonFont() method to TabbedButtonBar::LookAndFeelMethods
|
2017-08-23 11:55:54 +01:00 |
|
ed
|
8b81379c46
|
Fixed a bug where PopupMenus with a border size of 0 were being immediately dismissed
|
2017-08-22 16:48:35 +01:00 |
|
hogliux
|
b2ae412e26
|
Android: Replaced jni type in JUCE header with generic void* to avoid compilation errors if the user does not include jni.h
|
2017-08-18 09:17:16 +01:00 |
|
hogliux
|
51311ce8f7
|
macOS: Fixed an issue where the menuIndex was shifted by one when using the native macOS menu bar
|
2017-08-17 11:17:53 +01:00 |
|
jules
|
ac9ccc0dfd
|
Avoided unnecessarily including the grid unit test code
|
2017-08-17 11:11:20 +01:00 |
|
hogliux
|
8892026ec7
|
Android: Fixed a bug where getCurrentRawMousePosition() would incorrectly return the mouse position local to the peer that had the last touch event
|
2017-08-16 17:59:24 +01:00 |
|
hogliux
|
e65708eb4c
|
Added colour ids to modify the colours of the TableHeaderComponent
|
2017-08-16 12:35:27 +01:00 |
|
ed
|
37cf001599
|
Reduced the minimum height of PopupMenu ItemComponent from 2 to 1
|
2017-08-16 10:52:48 +01:00 |
|
ed
|
b7a7563a59
|
Added a virtual getPopupMenuBorderSize() to PopupMenu::LookAndFeelMethods
|
2017-08-16 10:50:42 +01:00 |
|
jules
|
55f536078a
|
Added a parameter to Slider::setPopupDisplayEnabled() to allow the popup to optionally appear on a mouse-over as well as a drag
|
2017-08-15 09:53:29 +01:00 |
|
jules
|
723a15c7a0
|
Removed a few more old compiler workarounds
|
2017-08-14 13:10:40 +01:00 |
|
jules
|
357dd2c9c9
|
Removed some old compiler bug workarounds
|
2017-08-14 12:59:18 +01:00 |
|
hogliux
|
2fbbb59fef
|
PopupMenu: Minor documentation fix
|
2017-08-14 10:43:35 +01:00 |
|
jules
|
5e4fd94b8f
|
SVG parser: if font-size is unspecified for text, a non-zero default size is used
|
2017-08-10 15:09:23 +01:00 |
|
jules
|
b653e838d0
|
Tweaked the order in which properties are set when TreeViewItems are added, and did some internal modernisation of the TreeView classes
|
2017-08-10 11:13:01 +01:00 |
|
hogliux
|
df91b15455
|
Added in-app purchase feature to JUCE
|
2017-08-09 20:15:17 +01:00 |
|
jules
|
82e9d47416
|
Tweaked a LookAndFeel_V2 method to avoid a subtle rectangle rendering glitch
|
2017-08-09 10:40:11 +01:00 |
|
ed
|
3947df98a9
|
Fixed a scaling bug when doing drag auto-repeat
|
2017-08-07 16:41:25 +01:00 |
|
hogliux
|
530bdf6f45
|
Fixed an assertion when using an IncDec slider with the AudioProcessorValueTree
|
2017-08-07 11:36:57 +01:00 |
|
jules
|
3c43707a54
|
Avoided some assertions drawing very small ToggleButtons
|
2017-08-07 10:40:25 +01:00 |
|
jules
|
0ca253856b
|
Added a method DrawableButton::getEdgeIndent()
|
2017-08-07 09:54:49 +01:00 |
|
ed
|
b2db1f48c1
|
Defined some Windows touch API flags that were not defined when compiling using MinGW
|
2017-08-04 17:44:42 +01:00 |
|
jules
|
39cb22cf5e
|
Fixed a problem with the SVG parser
|
2017-08-03 09:03:18 +01:00 |
|
hogliux
|
c02ef79fd6
|
Bump version number to 5.1.1
|
2017-08-02 18:35:29 +01:00 |
|
jules
|
2bbd2b9785
|
Added CSS Grid classes
|
2017-08-01 16:22:19 +01:00 |
|
jules
|
50183e5318
|
Bit of tidying up in Component
|
2017-08-01 10:08:09 +01:00 |
|
hogliux
|
beb905df7a
|
AlertWindow: Fixed an issue with the AlertWindow's text block having incorrect colours
|
2017-07-31 14:37:23 +01:00 |
|
hogliux
|
cb8f9b389c
|
Linux: Fixed an issue where windows beneath hidden windows would not receive any clicks
|
2017-07-31 12:12:53 +01:00 |
|
hogliux
|
4ea8c871b8
|
Android: Implemented Desktop::getCurrentOrientation() for Android
|
2017-07-31 10:46:30 +01:00 |
|
hogliux
|
c1ad53c14e
|
Bump version number to 5.1.0
|
2017-07-27 12:39:23 +01:00 |
|
jules
|
99c5843c3f
|
Worked around a situation where mouse-drag auto-repeat can create a message-queue traffic jam on windows. Also tidied up inside MouseInputSource
|
2017-07-26 16:19:01 +01:00 |
|
ed
|
58fe117260
|
Added a extra check in FocusRestorer to check if the last focused Component is showing before giving it keyboard focus
|
2017-07-26 15:34:19 +01:00 |
|
hogliux
|
98b76b54de
|
Fixed an issue in LookAndFeel v4 which would always override the combobox justification
|
2017-07-26 15:33:55 +01:00 |
|