613 Commits (b3556f720e46c96b27fbb965c24f6b6db92a3e29)

Author SHA1 Message Date
  jules b3556f720e Added some colour component accessor methods to PixelARGB, PixelRGB. Tidied up some packing macros. 13 years ago
  jules 8ee1897916 Introjucer: some code editor fixes and functionality. 13 years ago
  jules 21d7a993ab Minor clean-ups in TabbedComponent. 13 years ago
  jules 7373bfd3be OSX: prevent mouse-moves when behind an inactive window. 13 years ago
  jules d92d5ba108 Minor thread fix. Introjucer: fixed colour of rollover help text. 13 years ago
  jules 74e687aa99 Added a String << operatator that takes int64. 13 years ago
  jules 330abbc8df Fix for lost mouse-exits when modal components are present. 13 years ago
  jules 2d9312ca3e Added function: SystemStats::getEnvironmentVariable() 13 years ago
  jules 18ce7d1a5b Fix for obscure mouse-up failure when blocked by a modal component. 13 years ago
  jules c6299a08dc Changed the return type of ImageType::create(). 13 years ago
  jules e35e130362 Added some matrix uniform setting methods to OpenGLShaderProgram. 13 years ago
  jules cf4c9c9823 Tweaks to some posix code. 13 years ago
  jules e864ac8109 New method: Process::setDockIconVisible() 13 years ago
  jules 9b8a39e27c Removed some default parameters in NamedPipe methods and fixed time-outs when using posix NamedPipe::read(). 13 years ago
  jules 601f729bf7 OSX zooming window fix. 13 years ago
  jules 66cd90e4af Added some assertions to ValueTree 13 years ago
  jules c586e91c7f ValueTree constness tweak. 13 years ago
  jules 391e99443e Added a method Desktop::getMouseWheelMoveCounter(), and made the existing getMouseButtonClickCounter() method non-static. 13 years ago
  jules d78b10edb3 Introjucer: code indent tweaks. 13 years ago
  jules 2c3adef110 Fixed a mac windowing bug. 13 years ago
  jules fb5bcb5094 Removed a confusing Font constructor that took a style name but could be mistakenly called with a typeface name. 13 years ago
  jules dc9e0cb9bb Added some new versions of Graphics::drawText and drawFittedText that take Rectangle parameters. 13 years ago
  jules 006e324114 Moved the Graphics::drawBevel() method into LookAndFeel. Fixed an introjucer caret colour bug. 13 years ago
  jules b1d73f2086 Minor internal refactoring and clean-ups. 13 years ago
  jules 5a69cc6ce2 Internal tidying-up. 13 years ago
  jules 4718026b47 OSX keycode character fix. 13 years ago
  jules 55dc84bc69 Minor fixes for AudioPluginFormatManager, PluginListComponent. 13 years ago
  jules 2329cfa286 Made the KeyPress (int) constructor explicit, and tightened up the way keypresses are handled by various classes. 13 years ago
  jules cd5893d6e8 Removed the Scrollbar's setButtonVisibility method, and instead added LookAndFeel::areScrollbarButtonsVisible() 13 years ago
  jules 225040e62b Improved drop-shadow code. 13 years ago
  jules 8d283685fc Fixed a mouse-position bug in win32 when dragging windows. 13 years ago
  jules 26c002498d Fix for MixerAudioSource. 13 years ago
  jules 9fc29dad53 More tabbed component work. 13 years ago
  jules b6965d2fe5 New method: ValueTree::copyPropertiesFrom() 13 years ago
  jules df729be74a Cleaned-up class inheritance visibilities and encapsulation for some internal classes. 13 years ago
  jules 246cb94bb0 AudioPluginFormatManager is no longer a singleton. Singletons are bad: don't do it, kids. 13 years ago
  jules 9af7f2f480 Fixed a dependency issue in the graphics module. 13 years ago
  jules b8f557b201 Tab button fix and minor clean-ups. 13 years ago
  jules 3ddc6dd43d New class: DropShadow, and a complete refactoring of the way shadows are rendered. The DropShadowEffect and DropShadower classes now take a DropShadow object to describe their shadow parameters, instead of the raw numbers. 13 years ago
  jules 591ce2a396 Added TabBarButton::setExtraComponent() method to allow custom components to be inserted into tabs. This involved a big refactoring and clean-up of all the tab drawing methods in the LookAndFeel class. Also (slightly) cleaned up some of the crappy old code in the WidgetsDemo while I was adding a demo for this. 13 years ago
  jules 1e9e6cbf79 New methods for Graphics, CallOutBox. 13 years ago
  jules 7afbc077e7 Version update. 13 years ago
  jules eb47f3c656 Fix for MidiFile::readNextTrack() 13 years ago
  jules 502af083aa Fixed a bug in Font::setUnderline(). 13 years ago
  jules 8a586adc8b On OSX, made sure popup menus are dismissed when the main menu is opened. 13 years ago
  jules 7ce0bf15d3 Added callbacks JUCEApplication::suspended() and resumed() for iOS and Android. 13 years ago
  jules 6919e4ec91 AudioUnit: moved an include to help with 64-bit compiling. 13 years ago
  jules deeab7f818 Minor tidying-up. 13 years ago
  jules 6fe9e2db73 Minor clean-ups. 13 years ago
  jules b95258cb20 C++ syntax tokeniser fix. 13 years ago