1
0
Fork 0
mirror of https://github.com/juce-framework/JUCE.git synced 2026-01-10 23:44:24 +00:00
Commit graph

588 commits

Author SHA1 Message Date
ed
abaedc0534 Re-saved all projects 2018-02-08 11:01:53 +00:00
ed
fa0f7a4281 Bump version number to 5.2.1 2018-02-08 10:55:52 +00:00
ed
cf61037ea4 Projucer: Added an option to clear the recent files list and added some more menu items for managing the currently open windows 2018-02-07 12:57:16 +00:00
ed
be6c1ba489 Projucer: Added the xcopy '/R' flag to the Visual Studio AAX copy step to ensure that read-only files in the destination are overwritten 2018-02-06 16:42:39 +00:00
ed
130b4f75a6 Projucer: Only re-save the main project file if it has changed 2018-02-05 17:25:31 +00:00
hogliux
982bd58609 Android: Updated default gradle android plugin version to 3.0.1 2018-02-05 16:22:57 +00:00
ed
d55f4956f8 Projucer: Repeat writeMainProjectFile() when saving so that config flags are written correctly 2018-02-05 11:38:28 +00:00
Tom Poole
1c037e07be CLion: Fixed a hardcoded cmake executable name 2018-01-29 17:20:51 +00:00
ed
771025cccf Projucer: Increased the character limit of some TextPropertyComponents in the project settings 2018-01-29 08:39:14 +00:00
ed
d668adb81b Projucer: Code cleanup 2018-01-22 12:30:19 +00:00
ed
1f405d6cd5 Projucer: Some reshuffling in the exporters tree to allow build configurations to be deleted with the backspace key 2018-01-22 11:29:23 +00:00
ed
cd24d14000 Projucer: Fixed a missing argument in the simple content component template 2018-01-22 09:11:44 +00:00
ed
8924eda7b7 Projucer: Fix for toggle button not showing in the "Application Usage Data" window 2018-01-22 08:53:10 +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
ce253595f2 Projucer: Added some options to the SVG path converter to toggle stroke/fill and closing sub-paths 2018-01-18 11:20:29 +00:00
ed
3f2678b38e Projucer: Some code cleanup in Project.h/.cpp 2018-01-18 09:46:39 +00:00
ed
780902b492 Projucer: Fixed a bug where preprocessor definitions weren't being parsed initially and fixed a typo 2018-01-18 09:44:37 +00:00
Noah Dayan
bed0f02e54 Projucer: Cleaned up templates and added options for header and cpp file creation 2018-01-17 16:51:07 +00:00
ed
c0c709f10b Projucer: More code cleanup 2018-01-17 14:42:58 +00:00
ed
2d43125a95 Projucer: Cleaned up the exporter code 2018-01-17 12:48:38 +00:00
jules
415f0e4c90 Added an alternative version of File::findChildFiles that returns the results array rather than it being an out-parameter. In almost all cases using this new version will make your code smaller and cleaner, as you can see from all the changes in this commit! 2018-01-17 11:23:12 +00:00
ed
7912349b55 Projucer: Cache preprocessor defs to reduce save time 2018-01-17 09:24:55 +00:00
jules
7d24b39f18 Cranked up the Clang warning level in the projucer, and fixed a few minor warnings 2018-01-16 17:15:06 +00:00
ed
3caca8743d Projucer: Fixed a bug when using '~' in Xcode install paths 2018-01-15 11:43:25 +00:00
ed
bb5dd6aaa6 Projucer: Fixed a typo 2018-01-12 15:48:50 +00:00
ed
642061a31b Projucer: Used Button::onClick to simplify some code 2018-01-12 10:44:23 +00:00
jules
8d09eaadb6 Removed some defunct code from the C++1 feature detection macros, and simplified code which no longer needs to test for feature availability 2018-01-11 09:08:51 +00:00
ed
e5ddf29bf9 Projucer: Removed some calls to trim() when getting the plugin and plugin manufacturer code 2018-01-11 09:06:21 +00:00
jules
1a60fa9765 More ScopedPointer/unique_ptr compatibility work 2018-01-10 17:35:08 +00:00
jules
f9313c8338 Deprecated some old functions roundDoubleToInt and roundFloatToInt - these can both be trivially replaced by roundToInt, and should have been deprecated long ago! 2018-01-09 16:28:14 +00:00
jules
33c0940d74 Cleaned up a few more ScopedPointer uses 2018-01-09 12:22:31 +00:00
ed
3f565bf81f Re-saved all projects 2018-01-09 09:50:38 +00:00
ed
5095bea44a Projucer: Use dynamic runtime linking by default on Windows 2018-01-09 09:47:04 +00:00
jules
3ec5c17bb1 Misc cleanups relating to ScopedPointer 2018-01-08 18:03:26 +00:00
Noah Dayan
004360b59e Projucer: Added missing tooltip descriptions 2018-01-08 16:44:03 +00:00
Noah Dayan
75394b19b6 Projucer: Added Help menu for quick access to online documentation 2018-01-08 16:07:20 +00:00
ed
3664575ef1 Update all examples and extras projects to use new Projucer defaults 2018-01-08 15:54:05 +00:00
ed
6e44578a51 Projucer: Remove old code that disabled "JUCE_QUICKTIME" flag 2018-01-08 15:05:33 +00:00
ed
d6667e31a4 Projucer: Fixed a bug in the audio plugin property editors 2018-01-08 11:49:34 +00:00
ed
1603f21976 Projucer: Update TextPropertyComponentWithEnablement and ChoicePropertyComponentWithEnablement to use ValueWithDefault 2018-01-08 11:36:42 +00:00
jules
4fcedf7be5 Standardised some lambda syntax 2018-01-08 10:28:41 +00:00
ed
df35930a4f Projucer: Correct case for some iOS identifiers 2018-01-06 18:52:43 +00:00
ed
73a4730b27 Projucer: Disable LTO by default on Android. Re-saved all Android projects 2018-01-05 17:50:20 +00:00
ed
12bad3008b Re-saved all projects 2018-01-05 17:24:59 +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
9717758901 Projucer: Update VS exporter optimisation level options to correspond to the options in VS 2018-01-05 10:24:04 +00:00
ed
aea1aac48c Projucer: Apply typeface name to font when loading painted text from XML 2018-01-04 15:45:41 +00:00
jules
3dd94b7341 resaved projects 2018-01-03 12:27:13 +00:00
jules
3300e71e17 Removal of RelativeCoordinate classes from the Drawables 2018-01-03 11:13:14 +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