ed
|
4985df9b5d
|
Fixed a bug in MultiChoicePropertyComponent causing the tick colours to not be updated with L&F changes
|
2019-05-15 10:41:02 +01:00 |
|
jules
|
2e2cfb5f6c
|
Made a lot of the functions that used to return a raw XmlElement* instead return a std::unique_ptr<XmlElement> to make it safer and more concise to capture them. Also added new methods to XmlElement for generating text, and deprecated the old ones
|
2019-05-09 10:51:19 +01:00 |
|
ed
|
a234721110
|
Added various clang-tidy modernize-* fixes
|
2019-01-31 15:15:31 +00:00 |
|
jules
|
cadac817c6
|
Enabled some more warning flags in Xcode, and fixed the problems they caused
|
2019-01-11 09:52:10 +00:00 |
|
ed
|
35890478a3
|
Added the JUCE_DECLARE_WEAK_REFERENCEABLE macro to ValueWithDefault and fixed some places which were potentially accessing a deleted ValueWithDefault object
|
2018-11-16 15:53:29 +00:00 |
|
ed
|
3ccbd29b39
|
Fixed some uninitialised ValueWithDefault pointers in the ChoicePropertyComponents
|
2018-11-10 13:57:03 +00:00 |
|
ed
|
87a89e71e8
|
Fixed a crash that could occur due to ValueWithDefault::onChange calling a deleted PropertyComponent object
|
2018-10-24 11:15:16 +01:00 |
|
Tom Poole
|
02f8a125c4
|
Added some more places where we can use the BorderSize from a Label's LookAndFeel
|
2018-09-04 12:47:30 +01:00 |
|
ed
|
ba85dd7a05
|
Added some missing override keywords
|
2018-09-03 10:54:16 +01:00 |
|
jules
|
7ab4d1708b
|
Some misc cleanups, mainly around WeakReference usage and rectangles
|
2018-07-09 16:00:45 +01:00 |
|
jules
|
9da4d4131c
|
Increased shadowing warning level, and fixed a few warnings that were generated
|
2018-06-14 14:54:32 +01:00 |
|
Tom Poole
|
ab863a6dc2
|
Replaced all usage of ScopedPointer with std::unique_ptr
|
2018-04-19 20:27:47 +01:00 |
|
ed
|
9c17e6172a
|
Ensure that MultiChoicePropertyComponent colours are visible
|
2018-04-19 14:33:55 +01:00 |
|
ed
|
97a4084804
|
Ensure that the expand button remains visible in MultiChoicePropertyComponent when expanding/shrinking the choice list
|
2018-04-10 11:21:35 +01:00 |
|
Noah Dayan
|
65c82b99db
|
Fixed typo in docs of MultiChoicePropertyComponent
|
2018-03-29 15:27:53 +01:00 |
|
ed
|
c70d321007
|
Fixed a positioning bug in MultiChoicePropertyComponent
|
2018-03-28 18:33:37 +01:00 |
|
ed
|
51ff1daf60
|
Various improvements to MultiChoicePropertyComponent such as setting a max number of selectable values and displaying the default values
|
2018-03-28 15:57:16 +01:00 |
|
ed
|
89d1e60595
|
Ensure that TextPropertyComponent and ChoicePropertyComponent are updated when the ValueWithDefault default is changed
|
2018-03-27 14:31:17 +01:00 |
|
ed
|
a7b6f55885
|
Ensure that the underlying var array controlled by MultiChoicePropertyComponent is sorted and that its toggle buttons are updated if the default changes
|
2018-03-23 16:21:15 +00:00 |
|
ed
|
404838a99f
|
Added a MultiChoicePropertyComponent class to juce_gui_basics and updated the PropertiesDemo example to use it
|
2018-03-22 15:04:53 +00:00 |
|
ed
|
9916aa6870
|
Minor cleanup in ChoicePropertyComponent
|
2018-03-22 15:04:21 +00:00 |
|
ed
|
b4b6feaf97
|
Added a isTextEditorMultiLine() method to TextPropertyComponent
|
2018-03-21 12:11:25 +00:00 |
|
ed
|
cdbc28c18b
|
Add documentation tags
|
2018-03-15 12:10:32 +00:00 |
|
Noah Dayan
|
e690350df3
|
Use lambda callbacks instead of listeners with Slider, Button, Label, ComboBox and TextEditor classes
|
2018-01-18 15:23:57 +00:00 |
|
jules
|
1a60fa9765
|
More ScopedPointer/unique_ptr compatibility work
|
2018-01-10 17:35:08 +00:00 |
|
jules
|
4fcedf7be5
|
Standardised some lambda syntax
|
2018-01-08 10:28:41 +00:00 |
|
ed
|
1d5c75546f
|
Added a new ValueWithDefault class to juce_data_structures and extended ChoicePropertyComponent and TextPropertyComponent to use this class
|
2018-01-05 14:50:05 +00:00 |
|
jules
|
ce8b2d865a
|
Used Button::onClick to simplify a bunch of library classes and demo code
|
2018-01-03 11:06:04 +00:00 |
|
jules
|
a7e3339f86
|
Got rid of some very old legacy VC6 workaround typedefs
|
2018-01-03 09:25:19 +00:00 |
|
ed
|
fe3635bd83
|
Added a setEditable() method to TextPropertyComponent and an optional argument to its constructors to set whether its text editor should be editable
|
2017-12-28 16:15:41 +00:00 |
|
jules
|
a586966c65
|
Added lambda callback methods to ListenerList. Its old method-invocation callbacks were refactored to use variadic templates instead of the old awful macros they used in the past, but please move your code to use the new lambda functions, as the one stuff will eventually be deprecated!
|
2017-11-28 16:18:40 +00:00 |
|
ed
|
3eaeb3795e
|
Added a getPropertyPanelSectionHeaderHeight() method to PropertyComponent::LookAndFeelMethods
|
2017-11-27 10:47:54 +00:00 |
|
ed
|
33f075212e
|
Fixed a typo in TextPropertyComponent
|
2017-09-21 10:09:57 +01:00 |
|
jules
|
eda613c6db
|
Moved all "namespace juce" declarations from module headers to the individual .h and .cpp source files. This makes life a lot easier for Intellisense and other IDE autocompletion tools
|
2017-09-08 08:59:55 +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 |
|
ed
|
73654ee535
|
Added a method to TextPropertyComponent to set whether it should respond to file drag and drop
|
2017-06-05 10:15:45 +01:00 |
|
hogliux
|
b5afccc37c
|
Updated file headers and the README with the JUCE 5 license
|
2017-04-27 14:43:04 +01:00 |
|
ed
|
e8ac4a7c27
|
BooleanPropertyComponent uses its own outline colour id instead of ComboBox outline colour id
|
2017-04-26 20:19:05 +01:00 |
|
hogliux
|
2da1bc5f41
|
Replace include guards with "#pragma once"
|
2017-02-01 17:18:07 +00:00 |
|
jules
|
9fa0d49be7
|
Added an option JUCE_ALLOW_STATIC_NULL_VARIABLES that can be used to turn off dangerous statics like String::empty, var::null, etc.
|
2016-09-16 12:03:02 +01:00 |
|
hogliux
|
5f748bb7a0
|
Added a method to get the internal viewport of a PropertyPanel
|
2016-09-12 12:05:52 +01:00 |
|
ed
|
19d654d43a
|
Added symmetric skew option to NormalisableRange class. Added option to use symmetric skew in SliderPropertyComponent class. Fixed skew factor bug in AudioProcessorValueTreeState::SliderAttachment class
|
2016-08-30 12:30:32 +01:00 |
|
hogliux
|
962cfc7aff
|
Clarify what happens when maxNumChars is zero in the TextPropertyComponent constructor
|
2016-07-29 09:57:54 +01:00 |
|
jules
|
6e455aa1cb
|
Fixed minor comment typo
|
2016-03-29 17:49:26 +01:00 |
|
jules
|
02492b36b9
|
Lots of small whitespace tweaks.
|
2015-12-13 19:32:05 +00:00 |
|
jules
|
0234a741e0
|
Added missing override specifier.
|
2015-08-12 10:27:20 +01:00 |
|
Timur Doumler
|
79e3a141d2
|
Fixed a bug in TextPropertyComponent that broke the Introjucer's GUI editor.
|
2015-08-12 10:13:44 +01:00 |
|
Timur Doumler
|
c922162b03
|
Introjucer: added global preferences window and global SDK path settings.
|
2015-08-11 18:17:23 +01:00 |
|
hogliux
|
c7b8e77031
|
Update copyright notice
|
2015-07-22 15:59:34 +01:00 |
|