30 Commits (51df5143bf9e50ba9ec9d8af6385674f9ab3ac28)

Author SHA1 Message Date
  jules 51df5143bf SystemTrayIconComponent support for OSX 12 years ago
  jules 4d61bfd8a3 Refactored some TRANS strings to make them more amenable to translation. Added the NEEDS_TRANS macro. 12 years ago
  jules ba2dc52b34 Made use of @autoreleasepool for clang builds. 13 years ago
  jules a56e69a281 Fix for DLL build. 13 years ago
  jules 0ceeb573d8 Minor changes to avoid pedantic compiler warnings. 13 years ago
  jules ea557b40a5 ColourSelector rendering fix. 13 years ago
  jules b305389d46 Changes for DLL build. 13 years ago
  jules 9239842120 DLL build fix + minor clean-ups. 13 years ago
  jules 6b1654e1d2 Fixed some more warnings. 13 years ago
  jules 0033491cc8 Cleaned up some compiler warnings. 13 years ago
  jules d0fa359f72 Bit of tidying-up in KeyPressMappingSet and related classes. 13 years ago
  jules 842d30fbfa Minor tidying-up. 13 years ago
  jules d7cea05104 Added a new struct DialogWindow::LaunchOptions, to provide a better mechanism than the existing static methods for launching dialog boxes. I've left the old static methods in there but will probably deprecate them at some point in the future. Also added a couple of methods to OptionalOwnedPointer. 13 years ago
  jules 391e99443e Added a method Desktop::getMouseWheelMoveCounter(), and made the existing getMouseButtonClickCounter() method non-static. 13 years ago
  jules dc9e0cb9bb Added some new versions of Graphics::drawText and drawFittedText that take Rectangle parameters. 13 years ago
  jules df729be74a Cleaned-up class inheritance visibilities and encapsulation for some internal classes. 13 years ago
  jules 27f1901fe6 Refactored Path::addBubble, BubbleMessageComponent and BubbleComponent classes to work better and avoid duplicated code. 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 437f4d1e63 Minor change to BubbleMessageComponent layout. 13 years ago
  jules cb169b251d Altered BubbleMessageComponent to take an AttributedString rather than a plain String, for more control over its layout. 13 years ago
  jules 220114d04b Added a method RecentlyOpenedFilesList::registerRecentFileNatively() and updated the introjucer to register its recent documents with the OS. 13 years ago
  jules 56bbab1537 (automated whitespace clean-up) 14 years ago
  jules a64aa22af2 Minor fixes for Thread, ColourSelector, ToolbarButton. 14 years ago
  jules 295d125142 Stopped using the old BEGIN_JUCE_NAMESPACE macros, and just used hard-coded namespaces where necessary instead. The macro definitions are still there, so this shouldn't affect anyone's code. 14 years ago
  jules 58db7eb880 Complete rewrite of the TextLayout class, to provide better support for native platform layout functions. It now works with the AttributedString class, to provide a pre-formatted AttributedString that can be drawn. 14 years ago
  jules f3be0d0392 Added WebBrowserComponent::pageFinishedLoading() 14 years ago
  jules bd7c046f76 Fixed some old OSX message handling code. Made the return type of Slider::getTextFromValue non-const. 14 years ago
  Julian Storer bd9a32c757 Removed 'const' from some virtual method return types - this might require a few tweaks to user-code. 14 years ago
  Julian Storer 2c328dfedc Changed some return types from being const objects to non-const objects (for better c++11 compliance in future). This may mean that you need to remove the 'const' from your own code if you override the virtual methods that have changed. 14 years ago
  Julian Storer b70e0a28d2 First check-in of the "jucequake": a major re-organisation of the library to break it up into modules. For more details about this, see the website forum.. 14 years ago