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

44 commits

Author SHA1 Message Date
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
hogliux
54029e776d Projucer: Re-factored source code groups and general code clean-up 2017-09-29 14:55:01 +01:00
ed
ec368236f8 Projucer: Removed OpenDocumentManager::DocumentCloseListener from JucerDocument 2017-08-23 11:39:37 +01:00
ed
2fa68ee8f6 Fixed a warning in previous commit 2017-08-23 10:37:56 +01:00
ed
f96145682a Projucer: Fixed a bug where some files would remain open after selecting the 'Window->Close All Documents' menu item 2017-08-23 10:29:03 +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
ca061af7b6 Fixed a warning in last commit 2017-08-03 14:48:37 +01:00
ed
0d1ed9ba99 Projucer: Improved method for saving and restoring previously selected GUI component tabs 2017-08-03 14:37:47 +01:00
ed
956d16bf8d Projucer: Fixed a bug in the GUI editor where some paint element properties weren't being displayed 2017-08-02 08:18:42 +01:00
ed
49ef5b4318 Fixed a couple of warnings in last commit 2017-07-31 17:40:53 +01:00
ed
b1ea737d54 Projucer: Added some layout features to the GUI editor to allow alignment of selected components and paint elements and multi-select positioning and resizing 2017-07-31 17:24:57 +01:00
ed
15898a75bd Projucer: Fixed a bug in the GUI editor where the query string of a URL passed to a HyperlinkButton was being removed 2017-07-12 09:09:05 +01:00
ed
693fde9f21 Projucer: Added an option to CodeHelpers::makeValidIdentifier() to allow asterisks so that pointer types are not ignored when automatically generating header files in the GUI editor 2017-06-12 09:28:35 +01:00
ed
26596fbfad Projucer: Added default module search paths to the Projucer 2017-06-06 16:57:16 +01:00
ed
ee0b59fe7d Projucer: Fixed a bug where the background colour of GUI editor components was always being reset to the default when opening the .cpp file 2017-05-31 11:09:11 +01:00
jules
ad5d7a4254 Tweaked the format of a ComponentBoundsConstrainer method 2017-05-30 10:34:11 +01:00
ed
7e8c4b0af8 Projucer: Fixed a bug in the GUI editor where the background colour was always being reset to the default when switching tabs 2017-05-22 10:54:53 +01:00
ed
50fdeba363 Projucer: background colour of the GUI editor's component layout grid is determined by selected colour scheme so UI elements are visible 2017-05-15 11:32:30 +01:00
ed
abd8fafa69 Projucer: Fixed some TextButton size issues 2017-05-09 15:44:19 +01:00
ed
b9f5b6e4b1 Projucer: GUI editor test component window uses correct LookAndFeel 2017-05-08 17:35:48 +01:00
ed
cf0e97fcc7 Projucer: Selected colour scheme is now stored and recalled. Multiple fixes for unreadable text in the GUI editor 2017-05-08 17:20:44 +01:00
jules
730e603b02 Projucer: The GUI editor now generates paint code containing extra variables for the coordinates, so that these can be overridden individually in custom code blocks 2017-05-05 09:57:10 +01:00
jules
57a3cb58ec Removed incorrect constness from ColourSelector::setSwatchColour 2017-05-02 12:23:35 +01:00
hogliux
b5afccc37c Updated file headers and the README with the JUCE 5 license 2017-04-27 14:43:04 +01:00
hogliux
750ab85fe9 Projucer UI overhaul and UX/workflow improvements. Support for new accounts and licensing model. 2017-04-27 14:42:25 +01:00
jules
bf94ab0e4c Made a few minor tweaks to reduce the number of pedantic -Wfloat-equals warnings 2017-04-21 15:09:35 +01:00
jules
dace37288b Tidied up a couple of minor analyser warnings and comments 2017-04-17 16:15:29 +01:00
jules
44cd80969d A few C++11 modernisations and comment corrections 2017-03-28 12:31:51 +01:00
jules
8ed41ed14b Fixed some whitespace style and cleaned up some code using C++11 2017-03-27 13:06:42 +01:00
tpoole
b28555838d Added typeface and kerning support to the Projucer GUI editor 2017-02-21 21:09:09 +00:00
tpoole
e33abbc6fe Replaced Projucer-generated header guards with #pragma once and updated the examples 2017-02-17 15:34:10 +00:00
hogliux
ddaaaa6e9d Removed 'const' from the Projucer's component editor's generated keyStateChanged method 2016-12-19 10:50:49 +00:00
hogliux
e435325619 Fix typo and increase maximum size of the "Member initialisers" text field 2016-10-27 10:59:39 +01: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
jules
f0dd881e08 Fixed a typo in the projucer's button colour handling 2016-05-16 12:49:06 +01:00
jules
d1030fa845 Projucer: added some missing 'override' specifiers 2016-04-30 16:23:30 +01:00
jules
3c68007aad Fixed capitalisation 2016-04-18 17:44:07 +01:00
jules
60cd2d7b67 Projucer: fixed the way the GUI editor generates include paths 2016-04-18 17:28:57 +01:00
jules
486cb0c0bd Projucer: tidied up an include path in a template file 2016-04-18 10:56:46 +01:00
jules
8343f3468c Found a few missing 'override' specifiers 2016-04-15 15:32:47 +01:00
jules
544b8d0ea7 Simplified some Projucer GUI editor code + added a missing slider style 2016-04-15 09:57:13 +01:00
Timur Doumler
70949aa0c6 Added several new features: support for AudioUnit v3, new simplified JUCE module format, deleted the Introjucer and replaced it by the Projucer, various improvements for exporting of iOS and Android projects. 2016-04-06 18:31:24 +01:00