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

84 commits

Author SHA1 Message Date
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
f2cca861dd Introjucer: quoting of all include paths to keep Xcode 5 happy. 2013-11-26 10:04:21 +00:00
jules
18949c46f4 Resaved projects. 2013-11-18 15:04:06 +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
674c0704fe Resaved projects. 2013-10-16 12:49:57 +01:00
jules
b58d5da64d Introjucer: fixed some compiler warnings. 2013-10-14 15:47:49 +01:00
jules
b9636ce02b Introjucer: when exporting, added the modules folders to the include path. 2013-10-01 20:14:37 +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
9113a7d6ab Introjucer: internal refactoring work. 2013-09-21 22:18:05 +01:00
jules
fecba9c31c New class StringRef, to improve performance in function calls that can take either a String or a raw string literal. Modified a few other classes to take advantage of this. 2013-09-09 20:07:17 +01:00
jules
968b1e1c12 Resaved projects. 2013-09-07 20:20:16 +01:00
jules
65c155e372 Added a class ContainerDeletePolicy, to allow custom delete operations on objects held by ScopedPointers or OwnedArrays. Also cleaned away a lot of superfluous includes in juce_core files. 2013-08-23 12:08:31 +01:00
jules
68e49a99bb Introjucer: tweaked the dead code stripping flags for Xcode. 2013-08-04 16:36:03 +01:00
jules
2c97d9ed3d Introjucer: made Xcode release builds strip dead code. 2013-08-04 13:14:13 +01:00
jules
ebc0b2b727 Removed some warning settings that weren't supported by older GCCs. Also added workarounds for some spurious GCC warnings. 2013-07-30 21:47:15 +01:00
jules
aafa12fd81 Increased the warning level for the Xcode builds of the demo + introjucer, and avoided a few warnings. 2013-07-29 13:15:21 +01:00
jules
1b9a60e52c Added a templated type to the RectangleList class. If you've used this class and these changes cause syntax errors, all you need to do to your code is to replace "RectangleList" with "RectangleList<int>" and everything will work as it did before. 2013-07-28 18:08:28 +01:00
jules
98ae8a49d2 Added DPI field to Desktop::Display information. Couple of Android fixes. 2013-06-24 15:53:32 +01:00
jules
794d9d4862 Resaved projects. 2013-06-04 10:23:51 +01:00
jules
6c8fa3e6e7 Introjucer: added a translation tool utility 2013-05-09 10:51:14 +01:00
jules
c8fe9cab4b Rebuilt projects 2013-04-28 17:09:09 +01:00
jules
97ed2ac915 Introjucer: code editor popup menu helper function to insert a new class declaration. 2013-04-22 16:18:35 +01:00
jules
5b3a6d184b Resaved projects 2013-04-17 15:19:34 +01:00
jules
bb008cb1ba Merged the old Jucer into the introjucer. 2013-03-31 23:09:17 +01:00
jules
5601c4d189 Introjucer: Added an exporter for Code::Blocks projects 2013-03-28 21:42:21 +00:00
jules
891e0c5343 Introjucer: Xcode tweak so that newer Xcode versions still put the build products in the build/[config] folder by default. 2013-03-06 22:33:35 +00:00
jules
9fbc963d96 2.0.33 2013-02-22 11:56:30 +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
jules
d79fcf1d32 Introjucer: swapped the xib file for a nib file. 2012-11-08 11:28:16 +00:00
jules
f13621a78d Added support for native OSX recent files menu - to enable it, see the MenuBarModel::setMacMainMenu() method, and re-save your project using this version of the introjucer. 2012-10-28 18:38:10 +00:00
jules
422b0df651 Updated some introjucer template files. Updated project files. 2012-10-21 12:18:37 +01:00
jules
c38cb0a7b9 Introjucer: images files that aren't marked as being a binary include are added to the Xcode project as resources. 2012-10-02 12:57:40 +01:00
jules
d9d5a6ae51 Introjucer: improved the new project wizard code. 2012-09-25 23:13:45 +01:00
jules
2ac8615c7e Introjucer: Xcode project generation update. 2012-09-19 10:57:55 +01:00
jules
d24ee139d3 Introjucer: wizards for auto-generating new Component classes 2012-09-06 11:08:29 +01:00
jules
ab10aeca89 Refactored some c++ tokeniser classes. 2012-08-19 20:29:29 +01:00
jules
9caac6d44e New class: TextDiff 2012-08-15 18:39:33 +01:00
jules
e9ae25ed9c Introjucer fixes + cosmetic changes. 2012-08-09 11:40:45 +01:00
jules
d5ddbc88bd Introjucer: cosmetic changes. 2012-08-06 10:14:30 +01:00
jules
a0ed9c96e4 New class: ConcertinaPanel. 2012-08-05 22:09:26 +01:00
jules
87db662f29 Introjucer: code editor improvements, icon class reshuffle. 2012-07-24 15:45:44 +01:00
jules
1b2b1a1aac Introjucer: colour scheme presets and aesthetic stuff. 2012-07-14 10:30:56 +01:00
jules
44e454f0b7 Introjucer: colours and refactoring. 2012-07-10 12:08:35 +01:00
jules
2fe73f6ebe Introjucer: added a flag to help with OSX retina displays. 2012-07-08 17:32:58 +01:00
jules
f824e99f2d Introjucer: refactoring and addition of appearance settings window for editor colours + fonts. 2012-07-04 10:43:18 +01:00
jules
b4251726f0 Introjucer: refactored some settings classes, and added new icons for the treeviews. 2012-06-28 19:11:48 +01:00
jules
7f499caf5f Introjucer: refactored some filenames. 2012-06-28 08:52:42 +01:00
jules
463d2b3289 Introjucer: redesigned the project settings to be shown as a treeview containing the exporters and configs. 2012-06-24 21:20:59 +01:00