668 Commits (94da373c31eb04ec4cff03c1ee6eb51a85ce11f7)

Author SHA1 Message Date
  jules 023b9ac6cc Changed ListBox to pass-on left/right key events. 11 years ago
  jules a2c95ce4fd Cleaned out and optimised some graphics code. 11 years ago
  jules 9814792a5e Linux file chooser fix. 11 years ago
  jules be1d5253ee Moved some mouse code out of Desktop class. Made the MouseInputSource class pass-by-value. 11 years ago
  jules 380a303adf Fixes for win32 touch input. 11 years ago
  jules 525370ff8a Refactored PopupMenu internally to avoid some problems with touch input. 11 years ago
  jules b3fd5cb8a3 Added iterator access to Desktop's list of mouse sources. 11 years ago
  jules 6045915256 Fixed a namespace problem with the iOS build. 11 years ago
  jules 614afb1ca6 Added method Toolbar::removeAndReturnItem. 11 years ago
  jules 5ae7353443 Minor clean-ups + optimisations. 11 years ago
  jules 0ded32be3e Removed some old boilerplate. 11 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. 11 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. 11 years ago
  jules 641cb754f0 Minor clean-ups. 11 years ago
  jules 2786eadaf9 Removed a few pedantic warnings. 11 years ago
  jules 7f6394478a Stripped out some unnecessary boilerplate includes from juce_gui_basics. 11 years ago
  jules bb2bdb2c7c Avoided function key presses sending a unicode character on OSX. 11 years ago
  jules fb6b0290db Minor fix to inactive code in ComboBox. 11 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. 11 years ago
  jules 50132270d6 Added a few override modifiers and fixed some documentation. 11 years ago
  jules da3838db8a Minor clean-ups. 11 years ago
  jules 9a1171a7ef Added method Component::unfocusAllComponents() 11 years ago
  jules 39c44c12ed Added a Component::getDesktopScaleFactor() method which can be overridden to force a scale for a particular window. 11 years ago
  jules 1e3973a212 Doxygen warning fixes and extra comments. 11 years ago
  jules 45b56e2e20 Minor clean-ups around the Justification class. 11 years ago
  jules 14b5857440 Added virtual method FilenameComponent::getLocationToBrowse(). 11 years ago
  jules 3fe9d3ee93 Minor clean-ups. 11 years ago
  jules bc81b170c7 Added LookAndFeel::drawTabbedButtonBarBackground 11 years ago
  jules ca3bc70acd Changes to improve scaling when using cached component images and component effects. 11 years ago
  jules 11b982da41 Fix to FileTreeComponent not using the top-level file/dir selection flags for subtrees. 11 years ago
  jules ea4c7b3351 Added some JUCE_CALLTYPE flags to Process methods. 11 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) 11 years ago
  jules ea2c19b6a9 Linux del key fix 11 years ago
  jules c4affa2fb3 Changed a couple of unicode characters used for OSX keypress symbols. 11 years ago
  jules 823039215f Corrected the naming of the iOS component peer rendering engine. 11 years ago
  jules 06bfda3317 Some linux keycode fixes for the numeric keypad. 11 years ago
  jules cfe45720cc Moved DrawableButton painting into a new method LookAndFeel::drawDrawableButton() 11 years ago
  jules 1d806961e4 Avoided an assertion with very wide tooltip windows. 11 years ago
  jules 2e3ae41e27 Fixed capitalisation of some include filenames. 11 years ago
  jules 67b6cff503 Improved clipping when using mixed GL/non-GL windows in win32. 11 years ago
  jules 7fb2533bb0 Some rendering fixes. 11 years ago
  jules a469fa6def Fix for win32 GL repaint clipping positions. 11 years ago
  jules 1f506a2b79 win32 scaled window constraint fix. 11 years ago
  jules 16b9bbe212 Fix for win32 scaled component mouse positioning. 11 years ago
  jules 8fba517850 Fix for win32 scaled desktop maximised windows. 11 years ago
  jules e4d000dcd3 Fixes for ActiveX window embedding. 11 years ago
  jules f2e9b0a434 Some modal loop code cleanups. 11 years ago
  jules 641b4d1ec8 Fix for GL repaint flickering on win32. 11 years ago
  jules 0149aab09d CaretComponent optimisation. 11 years ago
  jules cbe2777656 Default desktop scaling for win32. 11 years ago