21 Commits (cba76bef60d0f1ad50f94e81121db03f5750cf9f)

Author SHA1 Message Date
  jules b6a22826fe Updates to keep Xcode 4.3 happy. 13 years ago
  jules 5308aef329 Removed some old VC6 workarounds, and removed the VC6 exporter from the introjucer. 13 years ago
  jules 8f4548745a Minor introjucer rejigging. 13 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. 13 years ago
  jules 36bd285c4b Viewport component listener fix. Minor clean-ups. 13 years ago
  jules 15375dd223 Internal work on the ComponentBuilder system. 13 years ago
  jules c1ab947a53 Couple of minor windowing fixes. 13 years ago
  jules cd0683ef4d Tidied up a few return types. 13 years ago
  jules ea6df1c8f1 New internal class CachedComponentImage, which is used internally to manage component buffering. I've used this to rebuild the OpenGLComponent's rendering algorithm so that it now supports sub-components and can have 2D content drawn in its paint method. Updated the openGL demo to show this in action. 13 years ago
  jules 5435bfcb26 win32 revealToUser improvement. TextEditor fix. Supprt for cut/copy/paste shortcuts when OSX file browsers are visible. iOS embedded window positioning fix. 13 years ago
  jules 34840062ef Made the x and y members public in the Point class. 13 years ago
  jules 0b1cdf6ab1 Refactoring of image storage: new classes ImageType, ImagePixelData, SoftwareImageType, NativeImageType, OpenGLImageType. 13 years ago
  jules 27d7185f34 OSX10.4 menu fix. Graphics::drawSingleLineText justification. 13 years ago
  jules 2ce2d3fe37 Component opacity clipping fix. 13 years ago
  jules deec72851b Rendering code refactoring. 13 years ago
  jules fee33f45fd Added Component::findChildWithID 13 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 cdd1778630 Modal component deletion fix. Minor addition to ComponentAnimator. 14 years ago
  Julian Storer 89455b18cb Added a callback method to FileBrowserListener. 14 years ago
  Julian Storer c65c07312d Small fixes for Viewport and Identifier. 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