2241 Commits (cd5893d6e8b51b8ca133fc01e43664fe5839b2cc)
 

Author SHA1 Message Date
  jules 2d441a63ee Added an int64 operator<< to OutputStream. 13 years ago
  jules 9e3cd767aa Introjucer: minor internal changes. 13 years ago
  jules 7a1c8f61a5 RTAS build fixes. 13 years ago
  jules e875c65642 Introjucer: some treeview refactoring. 13 years ago
  jules 4233f603db More MouseInputSource tweaks. 13 years ago
  jules 6758ce0bc9 CodeEditorComponent improvements and TextEditor menu refactoring. 13 years ago
  jules d3bb7fb9cc Added line-numbering to the CodeEditorComponent. 13 years ago
  jules f824e99f2d Introjucer: refactoring and addition of appearance settings window for editor colours + fonts. 13 years ago
  jules 7f74968cef Added a new callback ValueTree::Listener::valueTreeRedirected() 13 years ago
  jules 46c327d902 Font::fromString() fix. 13 years ago
  jules b6211f01c8 Added method: Font::withTypefaceStyle(). 13 years ago
  jules 705de64237 Fix for MouseInputSource. 13 years ago
  jules 17e59cf95f Introjucer: made sure the new project wizard creates an exporter for the current OS. 13 years ago
  jules 7d8d4b9627 Fixed a juce_core dependency problem. 13 years ago
  jules e04fba6f42 OpenGL threading fix. 13 years ago
  jules 0c68958a2f Tweaks to MouseInputSource. 13 years ago
  jules 767589710b Minor syntax tokeniser changes. 13 years ago
  jules 625395fc98 Fix for Typeface::clearTypefaceCache() 13 years ago
  jules d77418efed openGL: added acceleration flags in win32. 13 years ago
  jules b4251726f0 Introjucer: refactored some settings classes, and added new icons for the treeviews. 13 years ago
  jules 100301ed17 Added a CharacterFunctions method. Some refactoring in introjucer. 13 years ago
  jules 7f499caf5f Introjucer: refactored some filenames. 13 years ago
  jules 79ddd3a859 Introjucer: Allowed the root item in the files tree to be selected as a group. 13 years ago
  jules 50313a1b86 Fixed a positioning problem when dragging-and-dropping. 13 years ago
  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. 13 years ago
  jules 3974e09c9f Workaround for a GCC problem. 13 years ago
  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. 13 years ago
  jules 9074f68da8 Introjucer: more AAX support and some clean-ups. 13 years ago
  jules 165bed1fbf Tidied up SortedSet. 13 years ago
  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)); 13 years ago
  jules 7dc6a4687e (fixed typo in last check-in) 13 years ago
  jules eeeaf832d5 Added a Typeface::clearTypefaceCache() method. 13 years ago
  jules 25303b158a Refactored the classes used for the CodeEditorComponent colour-schemes. 13 years ago
  jules 6eaba30646 Fixed some DocumentWindow behaviour in the library and introjucer. 13 years ago
  jules 557b4f99ac Fix for START_JUCE_APPLICATION when windows.h has been included. 13 years ago
  jules 1fd27d7ed6 Introjucer: fix for binary data file generation when no images are present. 13 years ago
  jules 44b9f93564 Replaced rollover help on the config pages. 13 years ago
  jules 3352b9238a Introjucer: fix for code editor save points. 13 years ago
  jules 69b8dcd4f4 AU plugin hosting: now sends events when parameters change. 13 years ago
  jules b39851e892 Fix for TreeView::findItemFromIdentifierString() 13 years ago
  jules ce513dc37d ToolbarButton fix. 13 years ago
  jules 18cfadf898 Refactored the handling of command-line args: added new static methods JUCEApplication::getCommandLineParameters() and getCommandLineParameterArray(). 13 years ago
  jules 1406b72b54 Introjucer: selecting project settings on start-up. 13 years ago
  jules 463d2b3289 Introjucer: redesigned the project settings to be shown as a treeview containing the exporters and configs. 13 years ago
  jules 04401e7f3e Tidied up an assertion when using empty treeviews. 13 years ago
  jules c2ba912d27 Refactored SortedSet to use an Array internally, fixing a problem where it didn't correctly delete its elements. 13 years ago
  jules 0c142b51b5 Introjucer: avoided clang warning in generated binary data code. 13 years ago
  jules 1cf1cd1a3b Workarounds for some c++11 compiler warnings. 13 years ago
  jules 0194486115 Added a method MemoryBlock::replaceWith(). Changed FileInputStream to avoid cacheing the length of the file. 13 years ago
  jules e89983a1ab Removed confusing enums from HeapBlock. Fixed warnings in win32 midi. 13 years ago