jules
|
851b3e6db1
|
Added method Desktop::getOrientationsEnabled()
|
8 years ago |
jules
|
ebe5916c49
|
Misc code cleanups
|
8 years ago |
jules
|
ee8c2303c6
|
Build fixes for FileListComponent and FileTreeComponent
|
8 years ago |
jules
|
b6478be22c
|
Added a public member DirectoryContentsDisplayComponent::directoryContentsList
|
8 years ago |
ed
|
c56dc32b28
|
Fixed a bug in ComponentBoundsConstrainer::setBoundsForComponent() where a component positioned off-screen or on another monitor wouldn't have its bounds set correctly
|
8 years ago |
ed
|
73654ee535
|
Added a method to TextPropertyComponent to set whether it should respond to file drag and drop
|
8 years ago |
ed
|
919e3e36ec
|
Added TextEditor::applyColourToAllText() method
|
8 years ago |
hogliux
|
4b114d89a7
|
OpenGL: Fixed a crash in Cubase/WaveLab when OpenGL is used in a plug-ins editor
|
8 years ago |
jules
|
e281bc3fed
|
SVG parser: changed font heights to work in points rather than pixels, to match behaviour of other parsers
|
8 years ago |
jules
|
5bdd485a31
|
DRYed some win32 COM helper macros. Stripped out some junk from juce_win32_Windowing
|
8 years ago |
hogliux
|
bc3ef88603
|
Bump version number to 5.0.2
|
8 years ago |
jules
|
f5b92421f9
|
Fixed an SVG parser problem with elements marked display:none
|
8 years ago |
jules
|
4397cc3701
|
Made SVG parser cope with quoted font names
|
8 years ago |
jules
|
84a4dc0faa
|
Fixed a scaling problem with file drag+drop on Windows
|
8 years ago |
jules
|
ad5d7a4254
|
Tweaked the format of a ComponentBoundsConstrainer method
|
8 years ago |
jules
|
29a357fa6f
|
Fixed a scaling bug in ComponentBoundsConstrainer when using windows with an AffineTransform
|
8 years ago |
jules
|
01e18b1c23
|
Fixed a problem with the Mac main menu bar showing menus in the wrong position
|
8 years ago |
jules
|
2c3c9e5d18
|
A bit more minor cleaning up
|
8 years ago |
jules
|
f766718b16
|
Fixed a typo
|
8 years ago |
jules
|
de855f0b35
|
Cleanups to some X windowing classes
|
8 years ago |
hogliux
|
d704ac9818
|
Linux: Fixed dlopens to use versioned library names
|
8 years ago |
jules
|
e7923af185
|
Got rid of the old PARAMETER_TYPE macro - this isn't needed as the same thing can be done directly with the TypeHelpers::ParameterType helper class
|
8 years ago |
tpoole
|
f1409640f8
|
Added File::isRoot()
|
8 years ago |
hogliux
|
d6b1796361
|
Linux: continue servicing the message loop while a file browser modal component is open (fixes #177)
|
8 years ago |
tpoole
|
9b065f12b4
|
Fixed bug in the Win32 FileChooser dialog when selecting a nonexistent root drive
|
8 years ago |
tpoole
|
97eed1e889
|
Added a static getSplashScreenLogo() method to JUCESplashScreen
|
8 years ago |
tpoole
|
5a0a17fc72
|
Fixed a compile error when a precompiler variable is not set
|
8 years ago |
hogliux
|
8413614744
|
Bump version number to 5.0.1
|
8 years ago |
tpoole
|
098110bc5f
|
Suppressed a VS2013 assignment operator compiler warning
|
8 years ago |
tpoole
|
f4046909ab
|
Added an OS X 10.5 compatible std::function replacement
|
8 years ago |
jules
|
db346fea6d
|
Change to unreadable button text colour in LookAndFeel_V3
|
8 years ago |
hogliux
|
f1aef382ad
|
Fixed a scaling issue with ComboBoxes and Alert windows on iOS
|
8 years ago |
jules
|
baddc6389e
|
Workarounds for some new "recommended" Xcode warning flags
|
8 years ago |
jules
|
f183a506ef
|
Workaround for a VS warning
|
8 years ago |
jules
|
61f4333e73
|
Marked some RelativeCoordinate functions in Component as deprecated, and updated some old code that used them.
|
8 years ago |
jules
|
3e7a111922
|
Avoided an unused member variable warning
|
8 years ago |
jules
|
14bffbba3c
|
Avoided unnecessary timer activity when splash screen is disabled
|
8 years ago |
jules
|
8689df5590
|
Fixed a few c++17 warnings
|
8 years ago |
hogliux
|
9d81c5066a
|
Bump version number to 5.0.0
|
8 years ago |
hogliux
|
b5afccc37c
|
Updated file headers and the README with the JUCE 5 license
|
8 years ago |
hogliux
|
7ed37f8600
|
Added the standard JUCE splash screen and app usage reporting
|
8 years ago |
hogliux
|
ef2c63e4e3
|
Added a new LookAndFeel (V4) and re-skinned the JUCE Demo and examples. Improved the JUCE Demo on mobile devices.
|
8 years ago |
ed
|
e8ac4a7c27
|
BooleanPropertyComponent uses its own outline colour id instead of ComboBox outline colour id
|
8 years ago |
jules
|
1234775fc7
|
Minor tidying-up in some OSX UI code
|
8 years ago |
ed
|
79885fc6ad
|
Force TreeView to recalculate its size after restoring item openness in TreeView::restoreOpennessState() so that its Viewport scroll position is restored correctly
|
8 years ago |
jules
|
a4c0968635
|
Fixed a problem with mouse interception in Drawable's base class copy constructor
|
8 years ago |
jules
|
bf94ab0e4c
|
Made a few minor tweaks to reduce the number of pedantic -Wfloat-equals warnings
|
8 years ago |
jules
|
6bb3d9b1db
|
Tweaks to ListBox so that if its viewport is in drag-to-scroll mode, the selection automatically happens on mouse-up so not to interfere with dragging. (Also a bit of modernisation of the class internals)
|
8 years ago |
jules
|
320c8002da
|
Added methods Viewport::canScrollVertically() and Viewport::canScrollHorizontally()
|
8 years ago |
jules
|
926652be8a
|
Added the -Wextra-semi warning to the projucer build
|
8 years ago |