Commit Graph

  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • f471f0a72d Added some wchar_t constructors to StringArray. Altered the Typeface class to let subclasses create edgetables for glyphs. Android development. by Julian Storer 2011-02-21 13:02:29 +0000
  • 3f97694143 Added a Component::setBounds method to take an expression. Fix for deleting CoreAudio devices. by Julian Storer 2011-02-18 09:54:52 +0000
  • 3fe85fd17a Fix for mono files in QuicktimeAudioFormat. Avoided some floating-point comparison warnings. Added some iOS options in the new jucer plist. Fix for audio host startup. Changes to allow backslashes in unix filenames. by Julian Storer 2011-02-17 10:22:36 +0000
  • 2a86002b31 New class: ResizableEdgeComponent. by Julian Storer 2011-02-16 18:13:50 +0000
  • bd19111417 Cleaned up some comments and uses of setContentComponent(). by Julian Storer 2011-02-16 14:45:10 +0000
  • e9950296d4 win32 warning fix. by Julian Storer 2011-02-16 11:45:06 +0000
  • 60e3ff8f5a Android development and modal loop elimination. by Julian Storer 2011-02-16 11:29:13 +0000
  • ef71999349 Added int64 type to var class. Internal string clean-ups. by Julian Storer 2011-02-14 19:25:19 +0000
  • 8fd76650c4 RTAS ppq fix. New class OptionalScopedPointer. Deprecated the ResizableWindow::setContentComponent() method, replacing it with setContentOwned() and setContentNonOwned(), which provide a way to specify the component's ownership when it is added. by Julian Storer 2011-02-11 22:16:07 +0000
  • 52de2d36a9 XML parsing performance fix. by Julian Storer 2011-02-11 14:50:20 +0000
  • 2d10b0b43d Changes and additions to provide alternatives to modal-loop functionality (Android can't run modal loops). New class ModalCallbackFunction providing quick objects for making callbacks to static functions. Changes to remove modal loops from most of the internal library classes. Added new methods to PopupMenu to provide easier async callbacks, and also a cleaner way of specifying options when showing a menu. Fix for PNG decoding of corrupted image files. by Julian Storer 2011-02-11 14:27:28 +0000
  • d4818c2ac2 Couple of minor Jucer updates. by Julian Storer 2011-02-09 11:45:39 +0000
  • 3dfbb0d713 Changes to Image::BitmapData constructors, replacing the bool with a more explicit enum for the read/write mode. Some win32 dLL declarator changes. Android work. Small Quicktime fix. by Julian Storer 2011-02-09 10:50:19 +0000
  • 1d215fa865 Renamed the juce demo folder from "juce demo" to "JuceDemo". Annoyingly, this is necessary because the Android build tools can't handle paths containing spaces (!) by Julian Storer 2011-02-06 19:03:36 +0000
  • ed6acb6956 Misc Android development. by Julian Storer 2011-02-06 18:52:50 +0000
  • 01571e2b0f win32 FileChooser fix. by Julian Storer 2011-02-05 21:18:51 +0000
  • 08339c92e2 Minor fixes for mac compilation. Android stuff. by Julian Storer 2011-02-05 15:15:45 +0000
  • 571a2626da Fixed an image anti-aliasing problem. Created some new methods in AudioIODeviceType to create device-specific types. Tidied up some win32 DLL build problems. Added support for drag-and-drop from iTunes on mac. by Julian Storer 2011-02-04 12:20:04 +0000
  • c26ac47dff Implemented thread naming for mac + linux. Minor string tweaks. Android changes. Couple of other minor changes. by Julian Storer 2011-02-02 18:15:57 +0000
  • 413e00631b TextEditor and Colour fixes. by Julian Storer 2011-02-01 14:58:40 +0000
  • 3bacbe2a8c Refactored various string processing in the library. Removed a couple of String accessors that relied on assumptions about the format of the string's internal data (if your code has any problems with these changes, you should probably use the String::getCharPointer() method instead). by Julian Storer 2011-01-31 17:59:38 +0000
  • c10c810aee Minor fixes for mac strings, WAV format, DrawableButton hit tests, win32 clipboard. New class: CharPointer_ASCII. Changes to the callback methods for ValueTree::Listener, to provide more detailed information about the event. by Julian Storer 2011-01-31 09:28:06 +0000
  • b442388218 Minor string fixes. by Julian Storer 2011-01-28 13:33:48 +0000
  • 9ea6fb4cd1 Added an initial set of Android stub files. by Julian Storer 2011-01-27 22:09:47 +0000
  • e235912ae5 Major overhaul of the String class, to rely more heavily on the CharPointer_UTF classes. On win32, the juce_wchar type is now a typedef for a 32-bit int, rather than the 16-bit wchar_t. The String class now has toUTF8(), toUTF16() and toUTF32() methods to retrieve the string in different formats. by Julian Storer 2011-01-27 20:34:05 +0000
  • 1b05a7d46d New classes CharPointer_UTF8, CharPointer_UTF16, CharPointer_UTF32, complete refactoring of CharacterFunctions class and updates to the internals of String methods. Removal of String::operator+= (unsigned int) because of clashes with wide-char types that use unsigned int. Made core classes compatible with Android. Minor fixes to ListBox and AudioDeviceManager. by Julian Storer 2011-01-26 19:49:36 +0000
  • c6b81ebf51 Added a setHeader() method to TableListBox. New utility class TreeView::OpennessRestorer. by Julian Storer 2011-01-25 19:09:44 +0000
  • 41c9c9e3be Added channel count to AudioTransportSource. Disabled some win32 compiler warnings. Made utf8 parsing cope with illegal characters. Made variants send a change when their type changes. by Julian Storer 2011-01-24 13:09:38 +0000
  • 17040ecd02 Posix file-time-setting fix. Warning removal for intel compiler. by Julian Storer 2011-01-21 17:50:32 +0000
  • eb24745a3f Improvement and unit test for AbstractFifo. More Expression parsing tweaks. by Julian Storer 2011-01-21 13:54:53 +0000
  • 8ade855f56 Added RF64 support to WavAudioFormat. Extended some of the audio source classes to support 64-bit sample indices. by Julian Storer 2011-01-20 22:25:15 +0000
  • 9770806e09 Renamed and shifted around a few native code files. by Julian Storer 2011-01-20 17:44:55 +0000
  • 0a9cbd36c4 Minor tweaks to MidiMessage, Label. Removed some intel compiler warnings. by Julian Storer 2011-01-20 14:23:46 +0000
  • 7bfa419f17 Changed the return type of TimeSliceThreadClient::useTimeSlice(). by Julian Storer 2011-01-19 18:15:24 +0000
  • f01340e4aa Lots of refactoring of the Expression and relative coordinate classes. This has changed some of the semantics that were in place, so any early adopters who had been playing with RelativeRectangles may need to check their expressions. by Julian Storer 2011-01-18 21:05:55 +0000
  • e17dfb559f Fix for copying NamedValueSets, removed some win32 DC warnings. Removed the obj-C suffix setting from the jucer's global settings. Updated the Jucer to generate correct iPhone/iPad apps for iOS4. Renamed some of the demo build folders from "iPhone" to "iOS". by Julian Storer 2011-01-14 15:22:44 +0000
  • e7f4dac9f9 Removed the PositionedRectangle class (this has been superseded by the RelativeRectangle class. If you still need PositionedRectangle in your code, just grab a copy of the class from the last revision and put it directly into your codebase). Changed the BorderSize class to be templated like Point, Line, Rectangle, etc - if you've used a BorderSize anywhere, just replace "BorderSize" with "BorderSize<int>" to get it compiling again. Updated Graphics::drawDashedLine to take a Line object. by Julian Storer 2011-01-13 12:55:26 +0000
  • 837f4c8d81 CoreGraphics fix. win32 header file fix. by Julian Storer 2011-01-12 19:01:21 +0000
  • 88ca4b9901 CoreGraphics alpha-channel clipping fix. by Julian Storer 2011-01-12 10:20:27 +0000
  • b0ba2f7388 Added a simple utility class: ScopedValueSetter. by Julian Storer 2011-01-11 18:12:02 +0000
  • e05f6a2b95 Improvements to ComponentMovementWatcher to check visibility. TopLevelWindow activation fix. Changed MidiMessage default constructor to an empty sysex. by Julian Storer 2011-01-11 15:37:31 +0000
  • 5e67b6c7c5 Updated the old jucer code to work without the now-defunct MagnifierComponent. by Julian Storer 2011-01-10 12:51:59 +0000
  • efd1e4c88a Viewport positioning fix. Changed parameters of Viewport::visibleAreaChanged(). Small plugin header fix. by Julian Storer 2011-01-10 12:33:38 +0000
  • 5d30aecaf2 Removed a couple of old classes: MagnifierComponent (you can use Component::setTransform() instead), and MouseHoverDetector (wasn't really very useful anyway - if you need it, please just take a copy of the class and use it in your own code). Renamed the PopupMenuCustomComponent as an inner class PopupMenu::CustomComponent. Added a default constructor for MidiMessage. by Julian Storer 2011-01-09 21:59:02 +0000
  • f19e4d1c04 Added workarounds for mouse-wheel events in win32 VSTs and mouse-moves in carbon AUs and VSTs. Fixed a problem when swapping between carbon/cocoa views in AUs. by Julian Storer 2011-01-09 13:46:36 +0000
  • c1d8ac22df New Component::setBounds() method using a RelativeRectangle. Added Justification::appliedToRectangle() and RectanglePlacement::appliedTo(). Removed a behavioural oddity from TopLevelWindow which brought them to the front when made visible. More RelativeRectangle development. AU wrapper now detects app shutdown and closes its UI. by Julian Storer 2011-01-08 22:27:28 +0000
  • e2ef26e91c Added an alertwindow font setting to the lookandfeel class. Made sure the ComponentListener::componentChildrenChanged is called when component z-order changes. Fix for CoreMidi output timestamps. by Julian Storer 2011-01-06 15:32:11 +0000
  • 7478c7f9ab win32 font fix. Tidied up warnings in plugin host. More drawable refactoring. TabbedComponent fix. by Julian Storer 2011-01-04 23:04:51 +0000
  • e5c4ecc670 Drawable fixes. by Julian Storer 2011-01-03 19:03:49 +0000
  • e0ca6d6ca4 Small fixes for ComboBox items and AudioThumbnail. Reorganisation of all the RelativeCoordinate classes into their own folder. New RelativeCoordinatePositionerBase class and internal work on DrawablePath. by Julian Storer 2011-01-03 18:08:28 +0000
  • 2a8cf6f75f Minor correction to last check-in. by Julian Storer 2011-01-03 11:02:44 +0000
  • 23f9653509 Fixed a silly font bug. Cleaned up some compiler warnings. Added a way to set the typeface cache size. by Julian Storer 2011-01-03 11:00:26 +0000
  • 2c669674ad Fix for listbox and table multi-selection. Internal updates for relative positioning. Additions to Typeface class to allow hinted subclasses. by Julian Storer 2011-01-02 14:59:43 +0000
  • ea9a2c095d Fixes for 64-bit AUs and NamedValueSet. by Julian Storer 2011-01-01 12:45:48 +0000
  • faecab9ca5 Refactoring of Drawables with new class MarkerList. Fixes for Mac 10.5 SDK includes and minor change to win32 repainting. by Julian Storer 2010-12-30 18:07:29 +0000
  • 9973f5a81e New class ComponentBuilder, and some refactoring of Drawables to use it. by Julian Storer 2010-12-29 23:11:05 +0000
  • 6790239ef2 Fix for mac kiosk modes. by Julian Storer 2010-12-29 09:29:25 +0000
  • f5ed9621cd Fixed a typo in the plugin host type class. by Julian Storer 2010-12-29 09:21:15 +0000
  • 7007b179b2 Added fruityloops plugin host type. Changed NamedValueSet to use a linked list internally. Fixes for 64-bit compilation targeting OSX10.6. by Julian Storer 2010-12-28 22:04:42 +0000
  • cac0a7e3f8 Jack audio fix. New class LinkedListPointer. Couple of new menu methods in DocumentWindow. win32 window size constrainer tweak. by Julian Storer 2010-12-26 22:56:10 +0000
  • 4009680f79 Removed the pre-built binaries and API docs - these will be stored elsewhere so not to bloat the repository. by Julian Storer 2010-12-21 20:00:58 +0000
  • 9720e2deb0 Removed a couple of minor compiler warnings by Julian Storer 2010-12-21 19:25:35 +0000
  • ece4205d3d Refactored some operators in Time and RelativeTime, and made the Time constructor explicit. by Julian Storer 2010-12-21 18:22:05 +0000
  • 968d63bca6 Tidied up some doxygen comments. by Julian Storer 2010-12-21 14:34:02 +0000
  • 7becff2aa4 Reorganised some of the juce source tree folders. Added a new JUCE_DEPRECATED macro, and tested it by renaming Button::addButtonListener to Button::addListener for consistency with other widgets. Added Samplitude to the AudioHostType class. Fixed window maximising in win32. by Julian Storer 2010-12-21 12:44:45 +0000
  • c8799c9107 New class: NewLine, which provides a clean way to write new-line sequences to streams or strings, and a way to customise the new-line sequence used by an OutputStream. by Julian Storer 2010-12-20 22:12:48 +0000
  • 2bb0c77216 New class: WeakReference. Used this to clean up and simplify implementation of Component::SafePointer and BailOutChecker. by Julian Storer 2010-12-20 16:52:20 +0000
  • d60f661789 Changed the Message class to be reference-counted, and used this to tighten up some messaging code. Minor tweaks to AudioThumbnail, ReferenceCountedArray. by Julian Storer 2010-12-19 19:33:52 +0000
  • 1a887cda63 Fix for AsyncUpdaters. by Julian Storer 2010-12-17 21:24:36 +0000
  • 098abe4a2f Fixed a very very subtle component bug. Added peak level detection to AudioThumbnail. Tidied up some old demo plugin UI code. by Julian Storer 2010-12-17 12:35:56 +0000
  • 4d6b2daa93 Tweaks to fake mouse-move behaviour. Improvements to WASAPI performance. AudioFormatManager is no longer a singleton - just create your own instance and use it instead. by Julian Storer 2010-12-16 16:32:13 +0000
  • 5f347bc999 Updated the path flattening code to correctly observe tolerance values, and made the tolerances adapt to the scaling being used when drawing to a transformed graphics context. Fixed a small issue with focus listeners, and a mac menu dismissal problem. by Julian Storer 2010-12-15 17:20:26 +0000
  • f402ce803b Fixes for button behaviour. by Julian Storer 2010-12-14 17:49:52 +0000
  • a37d5041dd Added a class Graphics::ScopedSaveState. Fixed a window dragging problem in win32, some VC6 compile errors, and made the jucer makefile builder use the target binary folder. by Julian Storer 2010-12-13 20:06:12 +0000
  • 76b128d90e Added 'new folder' button to save dialogs. Fixes for mouse position/popup menus, ComponentDragger, ComboBox. by Julian Storer 2010-12-11 19:56:47 +0000
  • 709f573997 Minor clean-ups and tweaks to AudioProcessorGraph, TreeView. by Julian Storer 2010-12-10 21:25:07 +0000
  • 897c3e1fa7 Made linux getMillisecondCounter() run monotonically. Added a new class Decibels, with some decibel conversion methods. Minor updates to AudioThumbnail and FileInputSource. by Julian Storer 2010-12-08 18:54:17 +0000
  • c4029bc86d Updated MSVC solution files. Cleaned up some more win32 CD-reader and DSound code. by Julian Storer 2010-12-06 22:38:28 +0000
  • 7b955dd6c3 Small fixes for mouse positioning. Clean-up for win32 CD reader code. by Julian Storer 2010-12-06 19:30:15 +0000
  • c3b257a088 Small fix for AudioThumbnail. Minor internal clean-ups. by Julian Storer 2010-12-05 18:20:32 +0000
  • 99085429b5 Rewrote the AudioThumbnail class to support some new features like using readers and adding data directly to the thumb. Added an option to AudioFormatWriter::ThreadedWriter to take a thumbnail which it dynamically generates while recording. Added a couple of new maths functions: findMinAndMax, isPositiveAndBelow. by Julian Storer 2010-12-03 23:36:00 +0000
  • 12a6bdaa03 Couple of minor jucer tweaks. by Julian Storer 2010-12-01 21:36:39 +0000
  • a768d7410f Small fixes to drag-and-drop, leak detector. by Julian Storer 2010-12-01 12:45:13 +0000
  • fc04109434 Small fixes for MSVC compiler problems. by Julian Storer 2010-12-01 09:42:36 +0000
  • 4e52fac18e Fixed a linux time issue. Removed a blank line from the jucer's .sln file generator. Cleaned up some jucer code. by Julian Storer 2010-11-30 19:23:37 +0000
  • 952b8c3940 Updated ComponentDragger to handle transformed components (this required a change to its parameters). Tidied up some classes with the JUCE_DECLARE_NON_COPYABLE macro. Changed some 3rd-party include statements to use angle-bracket quotes. by Julian Storer 2010-11-29 16:22:06 +0000
  • a5cf4030f5 New class LeakedObjectDetector, and JUCE_LEAK_DETECTOR macros for spotting leakages in a neat, cross-platform way. Used these to replace all the old juce_UseDebuggingNewOperator stuff in all the classes. Also some drawable and component transform fixes. by Julian Storer 2010-11-29 12:24:55 +0000
  • 1629f9f66a Created a new method Graphics::beginTransparencyLayer(), to help with compositing semi-transparent rendering. by Julian Storer 2010-11-26 17:29:27 +0000
  • 640a335537 Big change for Drawables - they now inherit from Component, so can be added directly to other components and will draw themselves, rather than being painted into a graphics object (although you can still use them that way if you want to). by Julian Storer 2010-11-26 13:02:40 +0000
  • 645637ab09 Added some assertions, fixed a win32 mouse mouse cursor problem, tweaked PopupMenu::showAt(). by Julian Storer 2010-11-26 12:57:24 +0000
  • 081744b177 Small win32 NPAPI update. by Julian Storer 2010-11-26 12:53:22 +0000
  • 1e8a28679f AU editor fix. Added a descriptive name field to PluginDescription. by Julian Storer 2010-11-26 12:42:56 +0000
  • 67c919790a Fixes for the new component transformation code. by Julian Storer 2010-11-22 13:20:44 +0000
  • 2c2a11dee9 Added the ability to apply affine transforms to components - Component::setTransform(). Added a slider to the widgets demo to show this in action. Changed Component::reallyContains() to take a rectangle instead of raw coordinates. by Julian Storer 2010-11-21 16:53:03 +0000
  • 75ff0c5e7e Cleaned up the AsyncUpdater and ChangeBroadcaster classes internally - these now have less overhead when creating and deleting them. Removed the ActionListenerList class, as all its functionality is already provided by ActionBroadcaster. by Julian Storer 2010-11-20 18:07:46 +0000
  • 4cfdcb69fd Updated the ChangeBroadcaster class - sendChangeMessage() now has no parameters, and ChangeListener::changeListenerCallback() no longer provides a void*, it provides the ChangeBroadcaster* that triggered the callback. Also deleted the ChangeListenerList class, as it didn't offer anything that ChangeBroadcaster doesn't do. Changed the new jucer to expand preprocessor tokens in the header search path string. by Julian Storer 2010-11-19 22:03:35 +0000
  • 51b5570292 Added an 'open project' button to the new Jucer. by Julian Storer 2010-11-17 17:48:27 +0000
  • b952084419 Workarounds for VC6. by Julian Storer 2010-11-17 14:01:14 +0000
  • cc607e0a38 Fix for TableListBox. Minor tweaks for ResizableBorderComponent, Component. by Julian Storer 2010-11-16 18:19:07 +0000
  • 9896b75340 Internal code modernisation. by Julian Storer 2010-11-15 20:34:32 +0000