Commit Graph

  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • 39c974194e Added a CodeEditorComponent::State class. by jules 2012-07-07 21:09:49 +0100
  • 591e89cd87 Replaced the badly-named method Array::removeValue() with two new methods: removeFirstMatchingValue() and removeAllInstancesOf(). If you call the old method anywhere, you can just replace any calls with removeFirstMatchingValue(), which does the same job, but whose name makes it clear that not all instances of the value will be removed. by jules 2012-07-07 21:09:10 +0100
  • 27f1901fe6 Refactored Path::addBubble, BubbleMessageComponent and BubbleComponent classes to work better and avoid duplicated code. by jules 2012-07-07 15:13:46 +0100
  • fb29acf1fa Introjucer: minor internal stuff. by jules 2012-07-07 15:05:25 +0100
  • 2d441a63ee Added an int64 operator<< to OutputStream. by jules 2012-07-06 10:16:52 +0100
  • 9e3cd767aa Introjucer: minor internal changes. by jules 2012-07-06 10:15:59 +0100
  • 7a1c8f61a5 RTAS build fixes. by jules 2012-07-05 19:50:16 +0100
  • e875c65642 Introjucer: some treeview refactoring. by jules 2012-07-05 18:34:20 +0100
  • 4233f603db More MouseInputSource tweaks. by jules 2012-07-05 11:29:03 +0100
  • 6758ce0bc9 CodeEditorComponent improvements and TextEditor menu refactoring. by jules 2012-07-04 20:34:47 +0100
  • d3bb7fb9cc Added line-numbering to the CodeEditorComponent. by jules 2012-07-04 13:11:25 +0100
  • f824e99f2d Introjucer: refactoring and addition of appearance settings window for editor colours + fonts. by jules 2012-07-04 10:43:18 +0100
  • 7f74968cef Added a new callback ValueTree::Listener::valueTreeRedirected() by jules 2012-07-03 20:47:06 +0100
  • 46c327d902 Font::fromString() fix. by jules 2012-07-03 19:43:49 +0100
  • b6211f01c8 Added method: Font::withTypefaceStyle(). by jules 2012-07-03 14:39:00 +0100
  • 705de64237 Fix for MouseInputSource. by jules 2012-07-03 14:38:37 +0100
  • 17e59cf95f Introjucer: made sure the new project wizard creates an exporter for the current OS. by jules 2012-07-03 12:07:05 +0100
  • 7d8d4b9627 Fixed a juce_core dependency problem. by jules 2012-07-03 11:38:29 +0100
  • e04fba6f42 OpenGL threading fix. by jules 2012-07-03 11:06:51 +0100
  • 0c68958a2f Tweaks to MouseInputSource. by jules 2012-07-03 10:13:25 +0100
  • 767589710b Minor syntax tokeniser changes. by jules 2012-07-03 10:12:48 +0100
  • 625395fc98 Fix for Typeface::clearTypefaceCache() by jules 2012-07-02 15:06:49 +0100
  • d77418efed openGL: added acceleration flags in win32. by jules 2012-06-28 19:31:38 +0100
  • b4251726f0 Introjucer: refactored some settings classes, and added new icons for the treeviews. by jules 2012-06-28 19:11:48 +0100
  • 100301ed17 Added a CharacterFunctions method. Some refactoring in introjucer. by jules 2012-06-28 12:38:21 +0100
  • 7f499caf5f Introjucer: refactored some filenames. by jules 2012-06-28 08:52:42 +0100
  • 79ddd3a859 Introjucer: Allowed the root item in the files tree to be selected as a group. by jules 2012-06-27 21:27:02 +0100
  • 50313a1b86 Fixed a positioning problem when dragging-and-dropping. by jules 2012-06-27 21:20:33 +0100
  • 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. by jules 2012-06-27 19:08:06 +0100
  • 3974e09c9f Workaround for a GCC problem. by jules 2012-06-26 20:40:31 +0100
  • 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. by jules 2012-06-26 15:36:14 +0100
  • 9074f68da8 Introjucer: more AAX support and some clean-ups. by jules 2012-06-26 15:30:48 +0100
  • 165bed1fbf Tidied up SortedSet. by jules 2012-06-26 15:08:01 +0100
  • 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)); by jules 2012-06-26 13:18:03 +0100
  • 7dc6a4687e (fixed typo in last check-in) by jules 2012-06-26 10:40:52 +0100
  • eeeaf832d5 Added a Typeface::clearTypefaceCache() method. by jules 2012-06-26 10:39:16 +0100
  • 25303b158a Refactored the classes used for the CodeEditorComponent colour-schemes. by jules 2012-06-25 21:16:19 +0100
  • 6eaba30646 Fixed some DocumentWindow behaviour in the library and introjucer. by jules 2012-06-25 18:35:29 +0100
  • 557b4f99ac Fix for START_JUCE_APPLICATION when windows.h has been included. by jules 2012-06-25 18:26:38 +0100
  • 1fd27d7ed6 Introjucer: fix for binary data file generation when no images are present. by jules 2012-06-25 16:07:58 +0100
  • 44b9f93564 Replaced rollover help on the config pages. by jules 2012-06-25 15:47:36 +0100
  • 3352b9238a Introjucer: fix for code editor save points. by jules 2012-06-25 15:35:35 +0100
  • 69b8dcd4f4 AU plugin hosting: now sends events when parameters change. by jules 2012-06-25 12:08:12 +0100
  • b39851e892 Fix for TreeView::findItemFromIdentifierString() by jules 2012-06-25 11:24:21 +0100
  • ce513dc37d ToolbarButton fix. by jules 2012-06-25 11:11:52 +0100
  • 18cfadf898 Refactored the handling of command-line args: added new static methods JUCEApplication::getCommandLineParameters() and getCommandLineParameterArray(). by jules 2012-06-25 11:05:39 +0100
  • 1406b72b54 Introjucer: selecting project settings on start-up. by jules 2012-06-25 09:19:08 +0100
  • 463d2b3289 Introjucer: redesigned the project settings to be shown as a treeview containing the exporters and configs. by jules 2012-06-24 21:20:59 +0100
  • 04401e7f3e Tidied up an assertion when using empty treeviews. by jules 2012-06-24 10:12:59 +0100
  • c2ba912d27 Refactored SortedSet to use an Array internally, fixing a problem where it didn't correctly delete its elements. by jules 2012-06-23 17:43:28 +0100
  • 0c142b51b5 Introjucer: avoided clang warning in generated binary data code. by jules 2012-06-23 13:54:38 +0100
  • 1cf1cd1a3b Workarounds for some c++11 compiler warnings. by jules 2012-06-23 10:25:16 +0100
  • 0194486115 Added a method MemoryBlock::replaceWith(). Changed FileInputStream to avoid cacheing the length of the file. by jules 2012-06-22 20:20:06 +0100
  • e89983a1ab Removed confusing enums from HeapBlock. Fixed warnings in win32 midi. by jules 2012-06-22 11:12:14 +0100
  • 0425df49d7 Rolled back an array comparator change which could cause unexpected problems with ScopedPointers. by jules 2012-06-21 15:13:58 +0100
  • 69179fcd82 Removed hard-coded colour in TextPropLabel class. by jules 2012-06-21 12:15:13 +0100
  • 8092d7d695 Added a HeapBlock constructor. by jules 2012-06-21 11:59:56 +0100
  • 085b08611b Allowed overriding of the dictionary key used in AU state storage. by jules 2012-06-21 09:37:02 +0100
  • fa3eb07cd0 Mac 10.5 CoreText fix. by jules 2012-06-21 09:31:19 +0100
  • cc8b0aad47 Used hi-res timer in win32 midi input. by jules 2012-06-21 09:30:50 +0100
  • 9821174709 Template changes to some array sort methods. by jules 2012-06-21 09:29:07 +0100
  • 8c0829a925 Linux VST compile error fix. by jules 2012-06-20 07:34:04 +0100
  • 1a83fbf3a4 Changed MidiMessage::getTextFromTextMetaEvent() to handle utf-8 as well as ascii. by jules 2012-06-20 07:33:24 +0100
  • 5913db4697 Linux compile error fix. by jules 2012-06-18 12:10:21 +0100
  • b1cc8cce00 Couple of additions to MemoryInputStream. by jules 2012-06-18 08:49:41 +0100
  • a82a42b358 Fixed a missing semicolon. by jules 2012-06-17 20:59:30 +0100
  • 7875420076 Couple of 10.4 OSX fixes. by jules 2012-06-17 18:51:52 +0100
  • dd7f4cbe40 Added standard iterators to StringArray, and a SortedSet swap function. by jules 2012-06-17 16:13:20 +0100
  • 654134ffdb Introjucer: removed old OSX 10.4 target option. by jules 2012-06-15 17:27:58 +0100
  • 8419bebe4c Minor HashMap clean-up. by jules 2012-06-15 17:23:42 +0100
  • a016944e69 Minor introjucer work. by jules 2012-06-15 11:02:21 +0100
  • b4446d34ca VST: workaround for position problems in 64-bit cubase. AU: initialised some channel configs on construction. by jules 2012-06-15 09:16:30 +0100
  • 82a964de48 Minor introjucer method change. by jules 2012-06-14 13:58:36 +0100
  • ec67783251 Fix for disappearing Apple extras menu items when showing native file choosers. by jules 2012-06-14 13:57:38 +0100
  • 817837ad48 Compatibility fix for older OSX SDKs. by jules 2012-06-14 13:41:50 +0100
  • ed63dc104c Fixes for SortedSet. by jules 2012-06-14 08:39:07 +0100
  • 51002a72db Fixed a GCC OSX compile bug. Tidied up some comments. Added more checking when opening a wav or aiff file. by jules 2012-06-13 20:11:09 +0100
  • 5aa9d93c9a Fix for OSX NSView positioning. by jules 2012-06-13 17:26:24 +0100
  • 0e898a5d7c iOS rotation and desktop positioning fixes. by jules 2012-06-13 15:12:13 +0100
  • 1c75c1322c Made CoreAudioFormat always return a bit-depth of 32. by jules 2012-06-13 13:58:45 +0100
  • d2aa3a666b Introjucer: tidied up some document saving behaviour. by jules 2012-06-12 19:06:30 +0100
  • f2426cc7de Minor additions to OptionalScopedPointer. Internal introjucer tweaks. by jules 2012-06-12 11:54:32 +0100
  • 451046e990 Minor introjucer tweaks. by jules 2012-06-11 12:03:30 +0100
  • 5d009a2b73 Workaround for an Apple font bug in 10.6. by jules 2012-06-10 14:39:23 +0100
  • 6d44c8372f Made some ALSA midi names customisable. by jules 2012-06-10 13:19:59 +0100
  • 4536fce9ab TextLayout RTL fix. by jules 2012-06-08 16:00:54 +0100
  • add0cf77e1 Avoided some c++11 nullptr problems with VC2011. by jules 2012-06-08 15:38:26 +0100
  • 0e6bbcc55c DirectWrite RTL layout fix. by jules 2012-06-08 15:29:58 +0100
  • 8810c804e4 DirectWrite fix. by jules 2012-06-08 09:57:47 +0100
  • fd919e577c Introjucer: added a warning if you have a plugin project but don't enable the juce_audio_plugin_client module. by jules 2012-06-07 21:41:11 +0100
  • 5e39e9944a Workaround for PPC builds. by jules 2012-06-07 13:53:00 +0100
  • 583fbb03d3 Avoided a name clash with old Carbon headers. by jules 2012-06-07 13:01:02 +0100
  • 56a4537088 Added method StringArray::swapWith(). by jules 2012-06-07 10:53:04 +0100
  • 943a8ef757 Added a get() method to ReferenceCountedObjectPtr. by jules 2012-06-02 08:30:08 +0100
  • 4cabc9095e Introjucer: Added code to the win32 resource file to allow custom rc files to be included. by jules 2012-06-01 16:26:10 +0100
  • 51e99b31f9 Added call to Component::colourChanged when the l+f changes. by jules 2012-05-31 10:20:21 +0100
  • 26d27f5f6e Added an option for centring a ThreadWithProgressWindow around a component. by jules 2012-05-31 09:28:38 +0100
  • 07a774adcc Fix for GCC syntax problem. by jules 2012-05-31 09:01:39 +0100
  • 1089e3df86 Introjucer: Added "LinuxLibs" field to modules, for specifying module-specific libs. by jules 2012-05-31 08:21:34 +0100
  • dab9295611 Minor refactoring of obj-C internals. by jules 2012-05-30 14:35:40 +0100