1
0
Fork 0
mirror of https://github.com/juce-framework/JUCE.git synced 2026-01-16 00:34:19 +00:00
JUCE/modules/juce_gui_basics
reuk b53ee602d4
X11: Use 32-bit colourmap in the case that a 24-bit colourmap is unavailable
When using RDP to access a Fedora machine running Gnome, the only
available colourmap is 32-bit. The old implementation caused GUI apps to
crash when they attempted to use a null colourmap pointer.
2022-09-29 12:05:42 +01:00
..
accessibility Build: Replace JUCE_NODISCARD with [[nodiscard]] 2022-09-12 16:14:57 +01:00
application Update licensing banners to JUCE 7 2022-05-16 17:55:48 +01:00
buttons HyperlinkButton: Use AccessibilityHandler with hyperlink role 2022-07-28 21:58:52 +01:00
commands Update licensing banners to JUCE 7 2022-05-16 17:55:48 +01:00
components Android: Fix a couple of accessibility-related crashes 2022-06-13 15:29:56 +01:00
desktop Displays: Add keyboardInsets member to Display, to allow querying onscreen keyboard size 2022-07-29 18:54:50 +01:00
drawables Drawable: Fix clobbering Component transform when setDrawableTransform() isn't called 2022-07-22 15:21:59 +02:00
filebrowser FileListComponent: Fix incorrect selection when calling setSelectedFile while the directory contents are still loading 2022-09-27 15:18:22 +01:00
keyboard Build: Replace JUCE_NODISCARD with [[nodiscard]] 2022-09-12 16:14:57 +01:00
layout Grid: Fix layout for very small items 2022-09-22 18:18:59 +02:00
lookandfeel Update licensing banners to JUCE 7 2022-05-16 17:55:48 +01:00
menus Build: Replace JUCE_NODISCARD with [[nodiscard]] 2022-09-12 16:14:57 +01:00
misc DropShadower: Fix temporarily missing shadows, disable timer for non-desktop windows 2022-07-11 15:15:50 +02:00
mouse Build: Replace JUCE_NODISCARD with [[nodiscard]] 2022-09-12 16:14:57 +01:00
native X11: Use 32-bit colourmap in the case that a 24-bit colourmap is unavailable 2022-09-29 12:05:42 +01:00
positioning Update licensing banners to JUCE 7 2022-05-16 17:55:48 +01:00
properties Update licensing banners to JUCE 7 2022-05-16 17:55:48 +01:00
widgets Fix key up behaviour in a multiline TextEditor 2022-09-28 15:07:30 +02:00
windows Fix TopLevelWindow::centreAroundComponent 2022-09-22 18:18:59 +02:00
juce_gui_basics.cpp Build: Allow building with llvm-mingw headers 2022-09-12 16:14:57 +01:00
juce_gui_basics.h Build: Update the minimum C++ standard to C++17 2022-09-12 16:14:57 +01:00
juce_gui_basics.mm Update licensing banners to JUCE 7 2022-05-16 17:55:48 +01:00