1
0
Fork 0
mirror of https://github.com/juce-framework/JUCE.git synced 2026-01-14 00:14:18 +00:00
Commit graph

27 commits

Author SHA1 Message Date
ed
a0493e67c1 Projucer: Don't attempt to parse empty file paths in FilePathPropertyComponent 2018-07-10 11:44:07 +01:00
Tom Poole
ab863a6dc2 Replaced all usage of ScopedPointer with std::unique_ptr 2018-04-19 20:27:47 +01:00
ed
1060e3a0c2 Projucer: Use widget colour id for MultiChoicePropertyComponent button text 2018-04-19 14:36:23 +01:00
Tom Poole
4229dc0a4f Made a lot of ScopedPointer usage conform to the std::unique_ptr interface 2018-04-10 18:34:20 +01:00
jules
d691838765 Tidied up a few minor coding style discrepencies 2018-04-10 09:50:11 +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
47af78fe0b Projucer: Implement PIPGenerator 2018-03-15 12:10:35 +00:00
ed
9341f15c5f Projucer: Fixed a recursive bug that could occur when editing the text in FilePathPropertyComponent 2018-03-15 12:10:32 +00:00
ed
b3d35345e9 Projucer: Ensure that FilePathPropertyComponent text colour is updated when entering a path 2018-03-13 12:47:10 +00:00
ed
139341926c Projucer: Tweak button L&F 2018-03-12 14:57:14 +00:00
ed
9685dacc5d Projucer: Remove getTextButtonFont() from ProjucerLookAndFeel 2018-02-27 15:00:19 +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
ed
642061a31b Projucer: Used Button::onClick to simplify some code 2018-01-12 10:44:23 +00:00
jules
33c0940d74 Cleaned up a few more ScopedPointer uses 2018-01-09 12:22:31 +00:00
ed
1603f21976 Projucer: Update TextPropertyComponentWithEnablement and ChoicePropertyComponentWithEnablement to use ValueWithDefault 2018-01-08 11:36:42 +00:00
ed
b72a626516 Projucer: Updated all the exporters and the project settings to use the new ValueWithDefault class 2018-01-05 17:05:20 +00:00
ed
4123188367 Projucer: Fixed an issue where the TextEditor overlay when renaming file groups was offset slightly 2017-12-28 12:27:07 +00:00
jules
d9585241ad Changed the parameters to Graphics::fillCheckerBoard() to be floats rather than ints, and improved its performance 2017-12-06 17:33:26 +00:00
jules
d727f2a35a Added MathConstants::halfPi to improve readability 2017-12-06 12:56:00 +00:00
jules
d0111a4f96 Began phasing out double_Pi and float_Pi in favour of MathConstants::pi. Also added MathConstants::twoPi 2017-12-06 11:16:22 +00:00
jules
2dc9316420 Misc ScopedPointer changes to start using reset() and get() rather than assignments and casts (part of an ongoing drift towards more std::unique_ptr compatibility) 2017-11-01 17:41:06 +00:00
tpoole
1946712154 Projucer: Reorganised some source files so that we can compile with the malfunctioning link time optimisation of legacy 32 bit MinGW compilers 2017-10-30 16:32:38 +00:00
ed
a277cf64a3 Projucer: Improved the layout of the user settings popup window 2017-10-26 16:44:01 +01:00
ed
a166f01fce Projucer: Added an option to the Xcode and VS exporters to enable/disable the post-build plugin binary copy step 2017-10-20 12:06:56 +01:00
tpoole
21315abce4 Projucer: Added beta CLion exporter support 2017-10-19 14:26:12 +01:00
ed
f9d5f0eff5 Projucer: Added an option to set the debug information format for each build configuration to the VS exporter 2017-10-13 17:49:52 +01:00
hogliux
54029e776d Projucer: Re-factored source code groups and general code clean-up 2017-09-29 14:55:01 +01:00