662 Commits (c54ca1037d5dab2be00a320b036f685bc659fc8a)

Author SHA1 Message Date
  jules 74f8f64608 Added notification option to Button::setRadioGroupId 12 years ago
  jules 3a47baf9b9 Misc minor string optimisations. 12 years ago
  jules e56d9561fc More minor tweaks to Slider unbounded mouse behaviour. 12 years ago
  jules f1c01f1f3c Deletion of ModalComponentManager::Callback objects passed to native dialog boxes. 12 years ago
  jules ec524a437d Fixed VC warning. Tweak to mouse cursor snap-back in sliders. Added an introjucer option to avoid adding the BinaryData.h header to AppConfig.h 12 years ago
  jules fecba9c31c New class StringRef, to improve performance in function calls that can take either a String or a raw string literal. Modified a few other classes to take advantage of this. 12 years ago
  jules 7bf1da5e17 Added MouseInputSource::isUnboundedMouseMovementEnabled(). Tweaks to mouse cursor snap-back in Sliders. 12 years ago
  jules 40c896ac64 Cleaned up some critical section code. 12 years ago
  jules 059737b163 Version number update 12 years ago
  jules b093f47a8c Misc minor cleanups and comment fixes. 12 years ago
  jules 5df6bf0513 Minor clean-ups. 12 years ago
  jules 42aa27900b Moved most of the functionality from JUCEApplication into JUCEApplicationBase, so that it can be used without needing juce_gui_basics to be present. 12 years ago
  jules 779d5795fd Big performance improvement to the SVG parser. 12 years ago
  jules 2fccfccbc0 Misc performance tweaks. 12 years ago
  jules 023b9ac6cc Changed ListBox to pass-on left/right key events. 12 years ago
  jules a2c95ce4fd Cleaned out and optimised some graphics code. 12 years ago
  jules 9814792a5e Linux file chooser fix. 12 years ago
  jules be1d5253ee Moved some mouse code out of Desktop class. Made the MouseInputSource class pass-by-value. 12 years ago
  jules 380a303adf Fixes for win32 touch input. 12 years ago
  jules 525370ff8a Refactored PopupMenu internally to avoid some problems with touch input. 12 years ago
  jules b3fd5cb8a3 Added iterator access to Desktop's list of mouse sources. 12 years ago
  jules 6045915256 Fixed a namespace problem with the iOS build. 12 years ago
  jules 614afb1ca6 Added method Toolbar::removeAndReturnItem. 12 years ago
  jules 5ae7353443 Minor clean-ups + optimisations. 12 years ago
  jules 0ded32be3e Removed some old boilerplate. 12 years ago
  jules a2280fc25d Simplified a lot of the image drawing calls internally. Added the new juce logo to the demo app as a more challenging example of path rendering. 12 years ago
  jules dbf7053861 New method Graphics::fillRectList(), which performs better (and looks better when scaled) than multiple calls to fillRect or drawVerticalLine. Also fixed DPI detection in Windows. 12 years ago
  jules 641cb754f0 Minor clean-ups. 12 years ago
  jules 2786eadaf9 Removed a few pedantic warnings. 12 years ago
  jules 7f6394478a Stripped out some unnecessary boilerplate includes from juce_gui_basics. 12 years ago
  jules bb2bdb2c7c Avoided function key presses sending a unicode character on OSX. 12 years ago
  jules fb6b0290db Minor fix to inactive code in ComboBox. 12 years ago
  jules 65c155e372 Added a class ContainerDeletePolicy, to allow custom delete operations on objects held by ScopedPointers or OwnedArrays. Also cleaned away a lot of superfluous includes in juce_core files. 12 years ago
  jules 50132270d6 Added a few override modifiers and fixed some documentation. 12 years ago
  jules da3838db8a Minor clean-ups. 12 years ago
  jules 9a1171a7ef Added method Component::unfocusAllComponents() 12 years ago
  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 bc81b170c7 Added LookAndFeel::drawTabbedButtonBarBackground 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 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 ea2c19b6a9 Linux del key fix 12 years ago
  jules c4affa2fb3 Changed a couple of unicode characters used for OSX keypress symbols. 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