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

178 commits

Author SHA1 Message Date
jules
b439a1a4a3 Introjucer: added support for link-time code gen and non-IEEE math support on OSX + MSVC. 2013-12-28 15:51:10 +00:00
jules
4d79bed3d1 Added versions of Component::addAndMakeVisible and addChildComponent which take a reference instead of a pointer. 2013-12-23 15:16:38 +00:00
jules
a316bd5f6f Removed a few more places where static objects could cause problems for people who do unwise amounts of work in their static constructors. 2013-12-02 09:44:17 +00:00
jules
c28c6c3e7c Introjucer: added a utility tool that converts an SVG path string into code that creates a Path object. 2013-11-23 16:08:05 +00:00
jules
63cb062d35 Initial commit of VST3 hosting. 2013-11-21 13:27:36 +00:00
jules
12a8dd3092 Avoided some pedantic GCC warnings. 2013-11-03 19:16:52 +00:00
jules
0137a6f7fc Introjucer: made the string literal tool break up multi-line strings in a more readable way. 2013-10-28 18:30:58 +00:00
jules
56ec1d1400 Added a colour ID TreeView::selectedItemBackgroundColourId, and changed the TreeView to fill selected items with this. (The colour is set to transparent by default so this won't affect existing code).
Updated the LookAndFeel::drawTreeviewPlusMinusBox and TreeViewItem::paintOpenCloseButton methods to provide more flexibility.
2013-10-27 12:49:17 +00:00
jules
bf6691dcf7 Added a few override annotations. 2013-10-21 09:12:42 +01:00
jules
3fe01cdca7 Removed some duplicated code. 2013-10-01 13:49:18 +01:00
jules
a9aae9651b Big refactoring of the introjucer's module handling - removed the global module path, and each module now stores its path for each exporter. Rewrote all the UI for downloading + updating modules. 2013-09-30 14:41:36 +01:00
jules
ec52acc609 Minor clean ups inside Random class and introjucer. 2013-09-29 16:03:01 +01:00
jules
c7cab8e020 Cleaned up some table look+feel code. 2013-09-28 11:50:49 +01:00
jules
8a66ec83f0 Minor clean-ups. 2013-09-26 18:15:45 +01:00
jules
fc772941d6 Fixed some pedantic warnings. 2013-09-16 18:47:28 +01:00
jules
64391b7552 Introjucer: began refactoring some module-management code. 2013-09-16 09:23:37 +01:00
jules
ec524a437d Fixed VC warning. Tweak to mouse cursor snap-back in sliders. Added an introjucer option to avoid adding the BinaryData.h header to AppConfig.h 2013-09-09 21:43:57 +01:00
jules
c429b2aa24 Fixes for support of non-utf8 strings. 2013-09-06 16:21:17 +01:00
jules
641cb754f0 Minor clean-ups. 2013-08-30 10:52:54 +01:00
jules
18563c6ef4 Introjucer: mouse-click cancellation of file rename box. 2013-08-29 11:19:39 +01:00
jules
b0144dd449 Updated introjucer header guard for new files. 2013-08-27 22:40:04 +01:00
jules
127342e147 Introjucer: minor refactoring. 2013-08-04 17:53:56 +01:00
jules
2091e8dfc8 Replaced a few Justification references. 2013-07-01 22:07:39 +01:00
jules
2329e63f20 Converted a few Colour references to pass-by-values. 2013-07-01 17:38:47 +01:00
jules
c75a7300f5 Added some 'override' modifiers to overridden methods. 2013-06-23 23:09:52 +01:00
jules
fc79df875f Refactoring of some glypharrangement code. 2013-06-15 19:27:34 +01:00
jules
5f0c8d47ae Introjucer: updated translation tool wording. 2013-06-14 19:47:26 +01:00
jules
77335b4baa Introjucer: Improvements to the translation tool. 2013-06-14 15:31:00 +01:00
jules
ddc1524742 Updated headers in demo project files. 2013-06-13 14:06:55 +01:00
jules
5d353d4dec Introjucer: Character type setting for MSVC export 2013-05-15 17:32:21 -06:00
jules
6c8fa3e6e7 Introjucer: added a translation tool utility 2013-05-09 10:51:14 +01:00
jules
b4382bad62 Added String methods to create/return a std::string, and also String::toRawUTF8 method. 2013-04-17 15:17:36 +01:00
jules
cf9e7072ae Introjucer: resource file size limit setting. 2013-04-15 21:24:02 +01:00
jules
9f37bf2e58 Minor introjucer fixes. 2013-04-15 20:47:18 +01:00
jules
71f2580f2b Introjucer: saving swatch colours. 2013-04-03 14:43:49 +01:00
jules
bb008cb1ba Merged the old Jucer into the introjucer. 2013-03-31 23:09:17 +01:00
jules
910b834f72 Minor clean-ups. 2013-03-31 12:13:02 +01:00
jules
2a6a6651b2 Introjucer: refactored static/dynamic library generation projects. 2013-03-26 11:32:51 +00:00
jules
bd2f62cadf Added an ID. 2013-03-22 11:11:05 +00:00
jules
810e73b2bc Introjucer: warning if trying to save read-only file. 2013-03-21 16:10:59 +00:00
jules
c92c3fc4c8 Introjucer: linux CPU architecture option. 2013-03-19 20:09:30 +00:00
jules
d0135d9efc Worked around a GCC compiler bug. Also tidied up a bunch of GCC warnings. 2013-03-08 14:07:51 +00:00
jules
4d8cd038bf Introjucer type fix. 2013-03-08 10:47:09 +00:00
jules
bfd9350bed Changed some types from int to size_t where appropriate. Fixed a CoreMidi build problem in 64-bit mode. 2013-02-24 15:49:06 +00:00
jules
f507bb8a48 Introjucer: added an option to set the intermediates path in MSVC. 2013-02-24 13:39:48 +00:00
jules
5b33ab51f0 Introjucer: added VS2012 option for choosing the target SDK. 2013-02-11 12:50:25 +00:00
jules
2c8b5a37af Introjucer: VC option for forcing debug symbols. 2013-01-12 20:59:23 +00:00
jules
e543949bda Minor clean-ups. 2013-01-05 20:07:22 +00:00
jules
ddb6b969ea Introjucer: new plist format for AU plugins. 2013-01-05 15:42:05 +00:00
jules
234525aef9 Increased the warning level in a couple of OSX builds, and removed some pedantic warnings in the introjucer. 2012-12-27 19:56:18 +00:00