22 Commits (419aac807478f6883eee0f97aef635cb49dfda59)

Author SHA1 Message Date
  Julian Storer 419aac8074 Minor clean-ups. 15 years ago
  Julian Storer 1751beed57 Code clean-ups. Jucer development. 15 years ago
  Julian Storer 87e416a278 Minor additions to AlertWindow, tweak for 64-bit Atomics, minor clean-ups. Jucer development. 15 years ago
  Julian Storer 10f53a1cb4 ValueTree bugfix. Minor tweaks and new method StringArray::removeRange. 16 years ago
  Julian Storer 9c5651fb8e Changed SparseSet to work with Range objects. Fixed array sorting bug. 16 years ago
  Julian Storer a7e824032f Refactored some directory iteration code and other minor clean-ups. 16 years ago
  Julian Storer 27506c2120 Copyright notice update. 16 years ago
  Julian Storer d4435ca8b8 Minor clean-ups. Jucer development. 16 years ago
  Julian Storer 66643e85ac Minor string changes. 16 years ago
  Julian Storer 9a5022871e Added a command-line "--resave" option to the Jucer, and document types to the XCode project exporter. 16 years ago
  Julian Storer 59569fb58e Documentation fixes. 16 years ago
  Julian Storer 841a6665bd Minor string literal tidy-ups. 16 years ago
  Julian Storer af2137ecaa Minor code clean-ups. 16 years ago
  Julian Storer 2b06e4f6d9 Minor StringArray fixes. 16 years ago
  Julian Storer 3b77f1233f Tidied up some methods in String, StringArray, and input streams. Reduced CoreAudio buffer size limit. 16 years ago
  Julian Storer 08eb852103 Minor code clean-ups. 16 years ago
  Julian Storer 6b79430341 Refactored some String operators to bring them into line with c++ best practices. Removed the JUCE_STRINGS_ARE_UNICODE flag - all strings are now unicode by default. Removed the String class's implicit cast to const char* and copyToBuffer() method, replacing them with toCString(), toUTF8(), copyToCString(), copyToUnicode(), etc., so that it'll force users to think about the encoding they want to use in a particular context. Added the ability to pass a String directly to a std::ostream. Extended the juce version number to include a build number. 16 years ago
  Julian Storer 6bf8b51c5a Added X-windows locking for all linux windowing, and added a class ScopedXLock to allow it to be done around client code as well. Misc fixes for mac menus, win32 WM_QUIT messages, MidiKeyboardComponent. Added text colour id to DirectoryContentsDisplayComponent. 16 years ago
  Julian Storer 40b96bf64b Fix for Linux repaint bug. Fix for mac recursive toFront() call. Improved Array efficiency. Changed file logging location on Mac. Added a platform flag for RTAS on win32. 16 years ago
  Julian Storer 4ed1d791e5 New class HeapBlock, which provides a safe and object-oriented way to allocate heap space. I've used HeapBlocks to replace almost all uses of malloc/free throughout the codebase. 16 years ago
  Julian Storer 80753f4c03 Lots of minor changes to prevent warnings. Small fixes to Path, AudioThumbnail, ValueTree, OutputStreams. Tweaks to convert Drawables to/from ValueTrees. New method to write XML to a stream. 16 years ago
  jules 4d16424d9c Rearranged the layout of the source tree, giving it a slightly flatter directory structure. Also fixed a small bug with DragAndDropComponents that was stopping the toolbar customisation working properly. 16 years ago
  jules 395e68b7a2 Updated the text of the copyright/license blurb at the top of each source file. 16 years ago
  jules 4c1b6ce430 Added method String::containsNonWhitespaceChars(); changed the XML parser to not strip whitespace from around text elements, and also added XmlDocument::setEmptyTextElementsIgnored() to make it optionally keep all whitespace-only text elements. Added methods File::containsSubDirectories(), WebBrowserComponent::refresh(), TreeView::deleteRootItem(). Ironed out a possible bug with buttons crashing when deleted during a keypress callback. Changed pixel ordering to sort out transparent windows on PPC macs. Also fixed a mac AU build problem, and removed a couple of gcc warnings. 17 years ago
  jules 5eea51a781 18 years ago
  jules 15dfdff5f8 (automatic tidy-up of whitespace) 18 years ago
  jules dbb3b223bf linux midi and audio fixes 18 years ago
  jules c762fb243f misc tinkering 18 years ago
  jules 0926af719f added FileTreeComponent and DirectoryContentsDisplayComponent. 18 years ago
  jules 38aa8c42a9 misc optimisations 18 years ago
  jules 94cfda5062 18 years ago