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

3925 commits

Author SHA1 Message Date
jules
767589710b Minor syntax tokeniser changes. 2012-07-03 10:12:48 +01:00
jules
625395fc98 Fix for Typeface::clearTypefaceCache() 2012-07-02 15:06:49 +01:00
jules
d77418efed openGL: added acceleration flags in win32. 2012-06-28 19:31:38 +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
100301ed17 Added a CharacterFunctions method. Some refactoring in introjucer. 2012-06-28 12:38:21 +01:00
jules
7f499caf5f Introjucer: refactored some filenames. 2012-06-28 08:52:42 +01:00
jules
79ddd3a859 Introjucer: Allowed the root item in the files tree to be selected as a group. 2012-06-27 21:27:02 +01:00
jules
50313a1b86 Fixed a positioning problem when dragging-and-dropping. 2012-06-27 21:20:33 +01:00
jules
ead42bd39a Introjucer: Added an Xcode post-build script setting. Enlarged some of the settings page boxes, allowing multi-line text entry for some paths and preprocessor settings. Moved the modules list to its own tree-item. 2012-06-27 19:08:06 +01:00
jules
3974e09c9f Workaround for a GCC problem. 2012-06-26 20:40:31 +01:00
jules
ba9f24681f First check-in of AAX code - note that this is a work-in-progress and although it currently creates a plugin that gets scanned (on OSX at least), it doesn't yet work. 2012-06-26 15:36:14 +01:00
jules
9074f68da8 Introjucer: more AAX support and some clean-ups. 2012-06-26 15:30:48 +01:00
jules
165bed1fbf Tidied up SortedSet. 2012-06-26 15:08:01 +01:00
jules
f5d72f1406 Removed the style parameter from Graphics::setFont(), because if the current font doesn't support that style, it'll give the wrong results. If this breaks your code, just wrap your arguments in a Font constructor, e.g. g.setFont (Font (mySize, myStyle)); 2012-06-26 13:18:03 +01:00
jules
7dc6a4687e (fixed typo in last check-in) 2012-06-26 10:40:52 +01:00
jules
eeeaf832d5 Added a Typeface::clearTypefaceCache() method. 2012-06-26 10:39:16 +01:00
jules
25303b158a Refactored the classes used for the CodeEditorComponent colour-schemes. 2012-06-25 21:16:19 +01:00
jules
6eaba30646 Fixed some DocumentWindow behaviour in the library and introjucer. 2012-06-25 18:35:29 +01:00
jules
557b4f99ac Fix for START_JUCE_APPLICATION when windows.h has been included. 2012-06-25 18:26:38 +01:00
jules
1fd27d7ed6 Introjucer: fix for binary data file generation when no images are present. 2012-06-25 16:07:58 +01:00
jules
44b9f93564 Replaced rollover help on the config pages. 2012-06-25 15:47:36 +01:00
jules
3352b9238a Introjucer: fix for code editor save points. 2012-06-25 15:35:35 +01:00
jules
69b8dcd4f4 AU plugin hosting: now sends events when parameters change. 2012-06-25 12:08:12 +01:00
jules
b39851e892 Fix for TreeView::findItemFromIdentifierString() 2012-06-25 11:24:21 +01:00
jules
ce513dc37d ToolbarButton fix. 2012-06-25 11:11:52 +01:00
jules
18cfadf898 Refactored the handling of command-line args: added new static methods JUCEApplication::getCommandLineParameters() and getCommandLineParameterArray(). 2012-06-25 11:05:39 +01:00
jules
1406b72b54 Introjucer: selecting project settings on start-up. 2012-06-25 09:19:08 +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
jules
04401e7f3e Tidied up an assertion when using empty treeviews. 2012-06-24 10:12:59 +01:00
jules
c2ba912d27 Refactored SortedSet to use an Array internally, fixing a problem where it didn't correctly delete its elements. 2012-06-23 17:43:28 +01:00
jules
0c142b51b5 Introjucer: avoided clang warning in generated binary data code. 2012-06-23 13:54:38 +01:00
jules
1cf1cd1a3b Workarounds for some c++11 compiler warnings. 2012-06-23 10:25:16 +01:00
jules
0194486115 Added a method MemoryBlock::replaceWith(). Changed FileInputStream to avoid cacheing the length of the file. 2012-06-22 20:20:06 +01:00
jules
e89983a1ab Removed confusing enums from HeapBlock. Fixed warnings in win32 midi. 2012-06-22 11:12:14 +01:00
jules
0425df49d7 Rolled back an array comparator change which could cause unexpected problems with ScopedPointers. 2012-06-21 15:13:58 +01:00
jules
69179fcd82 Removed hard-coded colour in TextPropLabel class. 2012-06-21 12:15:13 +01:00
jules
8092d7d695 Added a HeapBlock constructor. 2012-06-21 11:59:56 +01:00
jules
085b08611b Allowed overriding of the dictionary key used in AU state storage. 2012-06-21 09:37:02 +01:00
jules
fa3eb07cd0 Mac 10.5 CoreText fix. 2012-06-21 09:31:19 +01:00
jules
cc8b0aad47 Used hi-res timer in win32 midi input. 2012-06-21 09:30:50 +01:00
jules
9821174709 Template changes to some array sort methods. 2012-06-21 09:29:07 +01:00
jules
8c0829a925 Linux VST compile error fix. 2012-06-20 07:34:04 +01:00
jules
1a83fbf3a4 Changed MidiMessage::getTextFromTextMetaEvent() to handle utf-8 as well as ascii. 2012-06-20 07:33:24 +01:00
jules
5913db4697 Linux compile error fix. 2012-06-18 12:10:21 +01:00
jules
b1cc8cce00 Couple of additions to MemoryInputStream. 2012-06-18 08:49:41 +01:00
jules
a82a42b358 Fixed a missing semicolon. 2012-06-17 20:59:30 +01:00
jules
7875420076 Couple of 10.4 OSX fixes. 2012-06-17 18:51:52 +01:00
jules
dd7f4cbe40 Added standard iterators to StringArray, and a SortedSet swap function. 2012-06-17 16:13:20 +01:00
jules
654134ffdb Introjucer: removed old OSX 10.4 target option. 2012-06-15 17:27:58 +01:00
jules
8419bebe4c Minor HashMap clean-up. 2012-06-15 17:23:42 +01:00