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

631 commits

Author SHA1 Message Date
jules
16469fefe9 Spelling fix. 2013-12-30 15:49:32 +00:00
jules
4e085e7707 Introjucer: added a "save all" command. 2013-12-29 11:23:13 +00:00
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
a2705927c9 Introjucer: tweak to the VS2010 toolset types. 2013-12-23 11:09:49 +00:00
jules
b6a907290b Introjucer: added option to set the toolset in VC2010 projects. 2013-12-22 18:49:00 +00:00
jules
64a38ea6ee Sanity-checked places where introjucer GUI editor added TRANS macros. 2013-12-19 18:31:32 +00:00
jules
bb4aa53773 Minor clean-up. 2013-12-17 23:30:27 +00:00
jules
a2ffe5e6eb Introjucer: added TRANS macro to GUI designed generated code. 2013-12-17 21:25:24 +00:00
jules
9bba8bae5e Introjucer: added a header-guard to the binarydata files that are generated 2013-12-11 21:33:03 +00:00
jules
d63668a5c1 Added XML and Lua tokenisers for the CodeEditorComponent 2013-12-08 12:27:36 +00:00
jules
be461fa03c Very cool new feature: JUCE_LIVE_CONSTANT. See the macro's description for more details. 2013-12-03 13:44:15 +00:00
jules
33b8c017f7 Added an icon for the Android build of the demo. 2013-12-02 11:26:23 +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
fb15840f61 Introjucer: removed a flag from the CodeBlocks project exporter. 2013-12-02 09:22:49 +00:00
jules
2edec00b55 Removed a few more uses of String::empty. 2013-12-01 23:28:31 +00:00
jules
2623f4d1e1 Added method String::clear(), and used it to replace a few uses of String::empty. 2013-12-01 11:32:39 +00:00
jules
86d03cc5ed Introjucer: avoided setting the MSVC character type if "default" is chosen. 2013-11-27 20:57:49 +00:00
jules
f2cca861dd Introjucer: quoting of all include paths to keep Xcode 5 happy. 2013-11-26 10:04:21 +00:00
jules
2c3d639d91 Introjucer: fix for RTAS path when exporting VC projects. 2013-11-26 09:38:09 +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
7643162766 Introjucer: made it recognise .S files as needing to be compiled. 2013-11-21 14:29:48 +00:00
jules
63cb062d35 Initial commit of VST3 hosting. 2013-11-21 13:27:36 +00:00
jules
5c98d8f48f Introjucer: command line warning fix. 2013-11-19 10:29:01 +00:00
jules
18949c46f4 Resaved projects. 2013-11-18 15:04:06 +00:00
jules
e4557e618e Introjucer: fix for Xcode paths that contain spaces 2013-11-13 13:08:25 +00:00
jules
272c38ff53 Introjucer: avoided mangling Xcode frameworks if they're specified as absolute paths. 2013-11-13 10:04:33 +00:00
jules
5ffd878ebc Introjucer: made modules work better when the project doesn't contain any targets that will build on the current OS. 2013-11-12 10:29:04 +00:00
jules
a9c4a69408 Introjucer: added a button to copy module paths across all modules. 2013-11-11 16:13:43 +00:00
jules
12a8dd3092 Avoided some pedantic GCC warnings. 2013-11-03 19:16:52 +00:00
jules
664a585d19 Introjucer: fix for GUI editor graphic element coords not updating. 2013-11-03 13:32:34 +00:00
jules
172f19f4a4 Introjucer: fix for module deletion bug, and some clean-ups. 2013-11-03 12:56:50 +00:00
jules
14cb377f77 Introjucer: fix to paths when copying modules locally. 2013-11-02 16:41:11 +00:00
jules
f485fdcf63 Introjucer: Fixed a typo in the generated code. 2013-11-01 10:53:56 +00:00
jules
4de9768ecb Introjucer: better setup of module paths in new exporters. 2013-11-01 10:43:53 +00:00
jules
2c9c35d3c3 Fixed a few compiler warnings. 2013-11-01 10:43:30 +00:00
jules
f4a5a0ecb4 Introjucer: better exporting of absolute module paths in android makefiles. 2013-10-28 21:37:21 +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
63587c007b Introjucer: sorted out a win32 filename handling issue. 2013-10-28 12:37:12 +00:00
jules
03e14b7851 Introjucer: fixed a bug when deleting modules; added a button to set copying mode for all modules. 2013-10-28 12:34:00 +00:00
jules
ab6314f9e3 Introjucer: updated some Xcode architecture flags that seem to have changed. Added a VC2013 build. 2013-10-28 09:40:26 +00:00
jules
bea7b83cb8 Renamed and refactored the LookAndFeel classes. The LookAndFeel class is now an abstract base-class, and there are 3 concrete subclasses you can use. These are LookAndFeel_V1 (replaces OldSchoolLookAndFeel), LookAndFeel_V2 (replaces what was the normal LookAndFeel class) and LookAndFeel_V3 (this is a new style, taken from the Introjucer's L+F). 2013-10-27 22:02:21 +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
022057460d Introjucer: avoided assertion when launching files in windows explorer. 2013-10-20 21:18:11 +01:00
jules
365e4611fa Introjucer: misc minor fixes + tweaks. 2013-10-18 10:31:08 +01:00
jules
526ae27e8e Made the introjucer linux build use c++11 mode. 2013-10-17 16:34:51 +01:00
jules
81435f8134 Made a few constant string arrays static to help compilers to optimise their initialisation. 2013-10-17 10:42:58 +01:00
jules
674c0704fe Resaved projects. 2013-10-16 12:49:57 +01:00
jules
8e4825e7bd Introjucer: avoided problems when closing a GUI comp which is a sub-component of another currently-loaded GUI component. 2013-10-15 20:53:28 +01:00