jules
|
01e1421613
|
Made sure that the DrawableImage copy constructor also copies the component bounds.
|
10 years ago |
jules
|
19937e63e1
|
Updated a few trig functions to use the std:: implementations.
|
10 years ago |
jules
|
6925b9626c
|
Updated OSX file dragging functions to avoid some thigns that were deprecated in 10.10
|
10 years ago |
jules
|
7e8cc2734d
|
Some workarounds for people still using the 10.5 SDK
|
10 years ago |
jules
|
898080d187
|
Fix for ListBox::getRowNumberOfComponent
|
10 years ago |
jules
|
506ed2663f
|
Workaround for old versions of Xcode.
|
10 years ago |
jules
|
61bf9392d0
|
Cleaned up a few OSX 10.10 deprecated functions.
|
10 years ago |
jules
|
b45a05d4f6
|
Improved scale factor used in cached images by ComponentAnimator.
|
10 years ago |
jules
|
3fc84c2e8b
|
Handling left-tab keypresses on Linux.
|
10 years ago |
jules
|
06c31487c1
|
Made it possible to set JUCE_DISABLE_WIN32_DPI_AWARENESS=1 to disable win32 high-res scaling.
|
10 years ago |
jules
|
17cbf1a285
|
Added method Button::getState()
|
10 years ago |
jules
|
214674123e
|
Fix for ListBox::createSnapshotOfSelectedRows
|
10 years ago |
jules
|
e60aa581d6
|
Added some missing semi-colons.
|
10 years ago |
jules
|
d5c262642c
|
Added a flag to CallOutBox to provide control over the consumption of mouse-events that dismiss the box.
|
10 years ago |
jules
|
1db9fd9ba9
|
Linux kdialog file-chooser fix
|
10 years ago |
jules
|
b33677dbb0
|
Fix for rotation on some iOS device types.
|
10 years ago |
jules
|
c6ca8b05b1
|
Added callbacks to DragAndDropContainer to be told when drag operations begin/end.
|
10 years ago |
jules
|
93c717e9ec
|
Added method ListBox::setClickingTogglesRowSelection()
|
10 years ago |
jules
|
6678046167
|
Made the Slider's popup display inherit from its parent's lookandfeel.
|
10 years ago |
jules
|
9201070462
|
Made Button update its auto-gerenated tooltip when the command manager list changes.
|
10 years ago |
jules
|
76c6d324ac
|
Made ApplicationCommandManager::registerCommand update the command info.
|
10 years ago |
jules
|
8f89605e15
|
Better rotation on iOS8
|
10 years ago |
jules
|
3a1ec146ba
|
Added some colour IDs to BooleanPropertyComponent.
|
10 years ago |
jules
|
086dd2dad4
|
Removed a couple of redundant 'virtual's
|
10 years ago |
jules
|
40ba90b19f
|
Fixed some escaping of slash characters in TreeViewItem identifier strings.
|
10 years ago |
jules
|
d284f892b5
|
Workaround for VS2005 compiler bug.
|
10 years ago |
jules
|
741816a020
|
Added a missing JUCE_API flag.
|
10 years ago |
jules
|
05b166d048
|
Clarified a couple of comments.
|
10 years ago |
jules
|
31b912bc87
|
Tweak to DragAndDropContainer to avoid problems detecting the window that's being dragged over.
|
10 years ago |
jules
|
43d4c1ea2f
|
Added LookAndFeel method drawPopupMenuSectionHeader()
|
10 years ago |
jules
|
b7d922d4d1
|
Improved the way sliders react to vertical/horizontal mouse-wheel moves.
|
10 years ago |
jules
|
925961b389
|
Added win32 support for JUCEApplication::suspended() and resumed() callbacks.
|
10 years ago |
jules
|
446de5ff17
|
Fixed a typo in ToolBar dragging.
|
10 years ago |
jules
|
662680d1f5
|
Clarified some comments.
|
10 years ago |
jules
|
300029971a
|
Fixed some assertions in Slider
|
10 years ago |
jules
|
20af4254c2
|
Clarified some comments.
|
10 years ago |
jules
|
2fd89b0ac4
|
A few minor clean-ups.
|
10 years ago |
jules
|
37d8f5ca41
|
SVG parser fix for files that contain a viewBox but no preserveAspectRatio attribute.
|
10 years ago |
jules
|
609794ceae
|
SVG parser fix for default stroke widths
|
10 years ago |
jules
|
f8dc72cb0a
|
Tidied up some comments in TableListBox.
|
10 years ago |
jules
|
6efc1b8afc
|
Removed an unnecessary inclusion of Carbon.h
|
11 years ago |
jules
|
87a2c67e99
|
Fixed tooltips with certain kinds of sliders.
|
11 years ago |
jules
|
de1d07090a
|
Returning correct app failure codes if the app quits before finishing initialisation.
|
11 years ago |
jules
|
f50650ad1b
|
Removed the Component::getVisibleArea method. This had some design flaws and the current implementation was broken, so presumably few people were using it! If you were using it, let me know your use-case so I can perhaps find a replacement that has less ambiguities about exactly what it's supposed to do.
|
11 years ago |
jules
|
3e7d305094
|
A few minor whitespace cleanups.
|
11 years ago |
jules
|
66d413c32b
|
Minor clean-ups
|
11 years ago |
jules
|
da8e3c53b6
|
Fix for win32 openGL repaints when continuous rendering is turned off.
|
11 years ago |
jules
|
99e8445b96
|
Version number update
|
11 years ago |
jules
|
8c99011b4c
|
Minor change to the order in which Slider callbacks are made, so that the order is the same for async/sync callbacks.
|
11 years ago |
jules
|
df9701430a
|
Workaround for VST3 plugin resizing in Wavelab.
|
11 years ago |