3433 Commits (39c44c12ed4872b6aba49b31e1b2cbeb5db5e080)
 

Author SHA1 Message Date
  jules 39c44c12ed Added a Component::getDesktopScaleFactor() method which can be overridden to force a scale for a particular window. 12 years ago
  jules 1e3973a212 Doxygen warning fixes and extra comments. 12 years ago
  jules 45b56e2e20 Minor clean-ups around the Justification class. 12 years ago
  jules 14b5857440 Added virtual method FilenameComponent::getLocationToBrowse(). 12 years ago
  jules 3fe9d3ee93 Minor clean-ups. 12 years ago
  jules 8f5c194228 More work on the AU base classes. 12 years ago
  jules f8e71023a4 Different approach to AU base class overriding. 12 years ago
  jules 8d381d0060 Reworked base class in AU plugin wrapper. 12 years ago
  jules 0cea511c0c Fix for reading IEEE float wav files. 12 years ago
  jules bc81b170c7 Added LookAndFeel::drawTabbedButtonBarBackground 12 years ago
  jules 833d15ef81 Added some override specifiers. 12 years ago
  jules ca3bc70acd Changes to improve scaling when using cached component images and component effects. 12 years ago
  jules 11b982da41 Fix to FileTreeComponent not using the top-level file/dir selection flags for subtrees. 12 years ago
  jules 1dbc29bbe0 DirectoryIterator fix when multiple wildcards are used. 12 years ago
  jules ea4c7b3351 Added some JUCE_CALLTYPE flags to Process methods. 12 years ago
  jules e0297c6317 Began adding mouse-wheel support to ComboBox, but then realised it would be incredibly irritating on scrollable pages like the introjucer's settings pages. (Left the code in there but disabled though) 12 years ago
  jules 0906f661f6 Correction to AffineTransform::getScaleFactor() 12 years ago
  jules 5564643f8a Plugin scanning: Added warnings to try to stop misguided users from scanning their entire disk or other system folders. 12 years ago
  jules 104e5cdbc7 Replaced an OSX symbol that wasn't available in older SDKs. 12 years ago
  jules ea2c19b6a9 Linux del key fix 12 years ago
  jules 320213a11c More tinkering with Process::terminate. 12 years ago
  jules 87182ece27 OpenGL rendering fix. 12 years ago
  jules 48ae5d16a7 Much faster software rendering of glyphs when display is scaled. 12 years ago
  jules c4c8666676 ALSA: fixed some problems with the minimum number of channels asked for. 12 years ago
  jules 134e1cd1c2 Intrijucer: fixed an opacity assertion. 12 years ago
  jules 71c3ecaf17 Merged non-Windows implementations of Process::terminate, and made it call std::terminate() 12 years ago
  jules c4affa2fb3 Changed a couple of unicode characters used for OSX keypress symbols. 12 years ago
  jules e8d0c6d024 Fixes for OSX Process::openDocument when launching bundles with parameters. 12 years ago
  jules 98d85cd640 Added an option for restricting the WAV file format. 12 years ago
  jules 823039215f Corrected the naming of the iOS component peer rendering engine. 12 years ago
  jules 06bfda3317 Some linux keycode fixes for the numeric keypad. 12 years ago
  jules 69dcde0f4d ALSA: added support for SND_PCM_FORMAT_S24_LE devices. 12 years ago
  jules 0b32caaaf0 Fix for GL in OSX retina displays 12 years ago
  jules cfe45720cc Moved DrawableButton painting into a new method LookAndFeel::drawDrawableButton() 12 years ago
  jules 74390295ad Fixed a few MSVC warnings. 12 years ago
  jules 1986c40187 VST: removed problematic Windows keyboard hooks that were used in Live. 12 years ago
  jules 1d806961e4 Avoided an assertion with very wide tooltip windows. 12 years ago
  jules 15c6cbc026 Added some 64-bit byte order converter functions. 12 years ago
  jules 2e3ae41e27 Fixed capitalisation of some include filenames. 12 years ago
  jules da70f6d374 Fix for string->double default precision. 12 years ago
  jules b172d3a070 Changed the double->String conversion to use std::ostream instead of sprintf, in order to avoid foreign locale formatting problems. 12 years ago
  jules 31577c6837 Minor comment clarification. 12 years ago
  jules 67b6cff503 Improved clipping when using mixed GL/non-GL windows in win32. 12 years ago
  jules 7fb2533bb0 Some rendering fixes. 12 years ago
  jules a469fa6def Fix for win32 GL repaint clipping positions. 12 years ago
  jules 1f506a2b79 win32 scaled window constraint fix. 12 years ago
  jules 16b9bbe212 Fix for win32 scaled component mouse positioning. 12 years ago
  jules 8fba517850 Fix for win32 scaled desktop maximised windows. 12 years ago
  jules e4d000dcd3 Fixes for ActiveX window embedding. 12 years ago
  jules f2e9b0a434 Some modal loop code cleanups. 12 years ago