1
0
Fork 0
mirror of https://github.com/juce-framework/JUCE.git synced 2026-01-10 23:44:24 +00:00
JUCE/modules
reuk 7437e35ef5
File: Always interpret path as absolute in getLinkedTarget()
This fixes an issue where paths consisting of just a drive letter ("C:")
would be passed to CreateFile without a trailing path separator. The
documented behaviour in this case is for the path to be interpreted
relative to the "current directory" on that disk, so getLinkedTarget()
would incorrectly return the disk's working directory instead of the
drive root.
2024-11-07 21:00:22 +00:00
..
juce_analytics Singleton: Add new macros to simplify singleton creation 2024-10-16 10:36:52 +01:00
juce_animation Animation: Fix versioning in module header info 2024-11-06 16:27:16 +00:00
juce_audio_basics AudioChannelSet: Add missing layouts to channelSetsWithNumberOfChannels 2024-10-29 14:42:28 +00:00
juce_audio_devices Android: Use new, safer signature of AudioStreamBuilder::openStream 2024-11-06 12:35:18 +00:00
juce_audio_formats Bump version number to 8.0.3 2024-10-15 22:16:12 +01:00
juce_audio_plugin_client StandaloneFilterWindow: Update implementation of getInstance to avoid iterating through desktop windows 2024-11-05 13:28:08 +00:00
juce_audio_processors ObjCHelpers: Add new macros to help with version checking 2024-10-29 19:46:35 +00:00
juce_audio_utils AudioProcessorPlayer: Allow client AudioProcessor to keep a supported layout 2024-11-04 11:10:53 +00:00
juce_box2d Bump version number to 8.0.3 2024-10-15 22:16:12 +01:00
juce_core File: Always interpret path as absolute in getLinkedTarget() 2024-11-07 21:00:22 +00:00
juce_cryptography Bump version number to 8.0.3 2024-10-15 22:16:12 +01:00
juce_data_structures Bump version number to 8.0.3 2024-10-15 22:16:12 +01:00
juce_dsp juce_dsp: Move include of juce_audio_formats to .cpp 2024-11-05 13:28:10 +00:00
juce_events Initialisation: Avoid extern "C" for main function 2024-11-07 21:00:21 +00:00
juce_graphics TextLayout: Fix getStringBounds of empty strings 2024-10-24 19:40:42 +01:00
juce_gui_basics Windows: Fix mouse position reporting for maximised windows with non-native titlebars 2024-11-05 13:28:10 +00:00
juce_gui_extra ObjCHelpers: Add new macros to help with version checking 2024-10-29 19:46:35 +00:00
juce_javascript UnitTestRunner: Move javascript tests into an independent category 2024-11-07 09:54:42 +00:00
juce_midi_ci Bump version number to 8.0.3 2024-10-15 22:16:12 +01:00
juce_opengl Compatibility: Add new macros for straightforward checking of minimum deployment target 2024-11-05 13:28:10 +00:00
juce_osc UnitTestRunner: Fix some tests that could fail on 32 bit systems 2024-11-05 20:50:04 +00:00
juce_product_unlocking Windows: Fix DLL build 2024-10-22 13:24:46 +01:00
juce_video ObjCHelpers: Add new macros to help with version checking 2024-10-29 19:46:35 +00:00
CMakeLists.txt Javascript: Move javascript implementation into a separate module 2024-11-07 09:53:10 +00:00