jules
|
a0bcb86e08
|
Window focus fix for OSX app builds.
|
11 years ago |
jules
|
3b88555140
|
Replaced the old, badly-named and badly-implemented String::compareLexicographically() method with String::compareNatural(), which uses a smarter algorithm. Also added a method StringArray::sortNatural() which uses this.
|
11 years ago |
jules
|
6c61dbb68e
|
Refactored the internal mouse-handling code to use floating point coords. This shouldn't affect much user code, but a few methods in MouseInputSource have now changed to use Point<float> rather than Point<int>.
|
11 years ago |
jules
|
db02a89fda
|
Kiosk mode workarounds for 10.8
|
11 years ago |
jules
|
dfb35c7e1e
|
Made ComboBox::showPopup virtual.
|
11 years ago |
jules
|
8be86285b0
|
Fixed erroneous showing of drag-and-drop image if the drag starts on a non-droppable comp.
|
11 years ago |
jules
|
eb8bfa1471
|
Minor tweaks to make DrawableButton more customisable.
|
11 years ago |
jules
|
145413143f
|
Added some assertions to some Desktop methods to check that the message manager is locked.
|
11 years ago |
jules
|
0328a9e249
|
(Minor correction to last commit)
|
11 years ago |
jules
|
4935236b41
|
Workaround to avoid problems if OSX fails to return any monitor sizes while monitors are being re-arranged.
|
11 years ago |
jules
|
4ab9cdf33a
|
Added a MouseEvent parameter to ListBoxModel::backgroundClicked and TableListBoxModel::backgroundClicked
|
11 years ago |
jules
|
f8e9a13f1d
|
Version number update
|
11 years ago |
jules
|
b65dfbfc7c
|
Refactored a couple of old methods relating to TextButton sizing: Removed TextButton::getFont() (use the LookAndFeel method instead), and replaced the LookAndFeel::changeTextButtonWidthToFitText method with one called getTextButtonWidthToFitText()
|
11 years ago |
jules
|
f5af6cd27d
|
(Reverted a couple of mistaken changes from an earlier commit)
|
11 years ago |
jules
|
619716751e
|
Tweaked the ScopedJuceInitialiser_GUI to use reference-counting internally, and used it to replace/simplify some similar objects in the plugin wrapper classes.
|
11 years ago |
jules
|
5930215e09
|
Avoided static-order-of-initialisation problems from causing crashes in the Time::getMillisecondCounter function.
|
11 years ago |
jules
|
426f5a7174
|
Added a method TextEditor::getInputFilter
|
11 years ago |
jules
|
4bd38dc619
|
Added callback Label::Listener::editorShown
|
11 years ago |
jules
|
867585701b
|
Tweak to the way TopLevelWindow detects focus
|
11 years ago |
jules
|
c46927d580
|
Minor clean-ups
|
11 years ago |
jules
|
3cc8406b3d
|
Workaround for mysterious OSX focus problem.
|
11 years ago |
jules
|
1a2a50f71d
|
Added a version of Path::addEllipse that takes a Rectangle
|
11 years ago |
jules
|
6c50dda488
|
Extra safeguards against things that can happen during the win32 PeekMessage call
|
11 years ago |
jules
|
b372860e23
|
Prevented FilenameComponent from passing key focus to its subcomponents if the component itself doesn't want focus.
|
11 years ago |
jules
|
0bf1862ec6
|
Spelling fix.
|
11 years ago |
jules
|
fb5f750523
|
Avoided a problem with calls to newly-created ComboBoxes.
|
11 years ago |
jules
|
242cb2213c
|
Small fix for table header stretch-to-fit mode.
|
11 years ago |
jules
|
fb3a3a0fb4
|
Made ComboBox update its L+F when reparented.
|
11 years ago |
jules
|
40ad479b96
|
Couple of minor cleanups.
|
11 years ago |
jules
|
91d9c96338
|
Minor clean-ups
|
11 years ago |
jules
|
516b7bcc58
|
SVG parser: handling paths that aren't correctly closed.
|
11 years ago |
jules
|
8cad74a22a
|
Changed the Label class to use BorderSize to define its border instead of raw values.
|
11 years ago |
jules
|
95699451b5
|
Added method ModalComponentManager::cancelAllModalComponents()
|
11 years ago |
jules
|
f96ee7c860
|
Extended TextInputTarget to include a preference for the type of virtual keyboard (implemented on iOS + android)
|
11 years ago |
jules
|
fd5df871ed
|
Fixed a couple of typos in file chooser messages.
|
11 years ago |
jules
|
ad8acb88ca
|
Linux xinerama DPI fix.
|
11 years ago |
jules
|
dfb1830493
|
Fix for iOS compiler warning
|
11 years ago |
jules
|
9b07d806e6
|
Fix for SHM display not being available on linux.
|
11 years ago |
jules
|
7da62afe4c
|
Minor lookandfeel colour tweak.
|
11 years ago |
jules
|
943d20ba7a
|
Added an option to Viewport to allow mouse-wheel scrolling when scrollbars are disabled.
|
11 years ago |
jules
|
589f20e829
|
Better colour lookup in LookAndFeel_V3::drawTabButton
|
11 years ago |
jules
|
4a0c5173e9
|
Fix for linux zenity file chooser.
|
11 years ago |
jules
|
0d68add38c
|
Made sure that isKioskMode returns false for components while they're being taken out of kiosk mode.
|
11 years ago |
jules
|
b5d10d753a
|
Made Process::isForegroundProcess() return a correct result on iOS.
|
11 years ago |
jules
|
d440bc9d46
|
Better mouse-wheel handling for ComboBox.
|
11 years ago |
jules
|
f629a61e13
|
Fixes for kiosk mode on windows with non-native title bars.
|
11 years ago |
jules
|
c86a3104b2
|
Avoided re-entrancy in Desktop::getKioskModeComponent
|
11 years ago |
jules
|
e0491d4574
|
Added support a flag JUCE_DISABLE_NATIVE_FILECHOOSERS which is pretty self-explanatory.
|
11 years ago |
jules
|
4251a2437b
|
Version number update
|
11 years ago |
jules
|
fb9ef9e906
|
Avoided windows being made visible when using toBehind on OSX.
|
11 years ago |