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 c9daf4288d
XWindowSystem: Only restack sibling windows
Previously, BadMatch errors were seen when there were several modal
windows, each with a native titlebar. Moving a window would attempt to
restack the windows, which was not possible because the JUCE windows
were not siblings. We actually need to restack the top level windows,
i.e. the windows containing the server-side decorations.
2021-09-28 14:04:11 +01:00
..
juce_analytics Bump version number to 6.1.2 2021-09-20 12:15:47 +01:00
juce_audio_basics AudioProcessLoadMeasurer: Allow specifying number of samples per-block 2021-09-28 14:04:11 +01:00
juce_audio_devices AudioProcessLoadMeasurer: Allow specifying number of samples per-block 2021-09-28 14:04:11 +01:00
juce_audio_formats UB Sanitizer: Avoid warnings in third party code, with clang 2021-09-28 11:31:50 +01:00
juce_audio_plugin_client PluginUtilities: Fix security (4996) warnings on Windows 2021-09-28 14:04:11 +01:00
juce_audio_processors VSTMidiEventList: Avoid UB Sanitizer warnings about out-of-bounds VLA access 2021-09-28 11:31:50 +01:00
juce_audio_utils MidiKeyboardComponent: Fix potential data race on shouldCheckState data member 2021-09-28 11:31:48 +01:00
juce_box2d Bump version number to 6.1.2 2021-09-20 12:15:47 +01:00
juce_core UB Sanitizer: Avoid warnings in third party code, with clang 2021-09-28 11:31:50 +01:00
juce_cryptography Bump version number to 6.1.2 2021-09-20 12:15:47 +01:00
juce_data_structures Bump version number to 6.1.2 2021-09-20 12:15:47 +01:00
juce_dsp DelayLine: Allow setting a new maximum delay time after construction 2021-09-27 15:44:48 +01:00
juce_events Warnings: Avoid triggering missing-prototypes warnings on macOS/iOS 2021-09-23 10:28:47 +01:00
juce_graphics EdgeTable: Avoid shifts of negative numbers 2021-09-28 14:04:10 +01:00
juce_gui_basics XWindowSystem: Only restack sibling windows 2021-09-28 14:04:11 +01:00
juce_gui_extra ScopedDPIAwarenessDisabler: Move to juce_gui_basics 2021-09-28 11:31:50 +01:00
juce_opengl Font: Make Font and TypefaceCache threadsafe 2021-09-23 10:28:47 +01:00
juce_osc Bump version number to 6.1.2 2021-09-20 12:15:47 +01:00
juce_product_unlocking Bump version number to 6.1.2 2021-09-20 12:15:47 +01:00
juce_video Bump version number to 6.1.2 2021-09-20 12:15:47 +01:00
CMakeLists.txt BLOCKS: Remove juce_blocks_basics module 2021-05-19 16:53:01 +01:00