wxwidgets/include/wx/aui
AliKet 29c8bfc249 Use wxOverlay to show docking hint instead of transparent wxFrame
The main advantage of using wxOverlay over wxFrame, besides reduced
code complexity, is that the docking hint now works correctly under
Wayland which it didn't work before.

wxAUI_MGR_RECTANGLE_HINT now works everywhere (including wxGTK and wxOSX)

We simply use a bitmap to draw the venetian blinds hint instead of the
exotic and esoteric code using wxRegion.

wxGTK2 now uses graphics context for transparency. If not available, the hint
will be drawn using wxINVERT raster operation mode.
2024-02-09 23:26:36 +01:00
..
aui.h Remove all blank "Modified by:" lines from top comment blocks 2023-10-22 01:22:48 +02:00
auibar.h Restore wxAuiToolBar::RealizeHelper(bool) for compatibility 2024-01-28 17:32:32 +01:00
auibook.h Merge branches 'aui-close-on-all-fix', 'aui-current-after-drag', 'aui-hint', 'aui-tbar-realize' and 'aui-book-rm-current' 2024-01-10 18:39:41 +01:00
barartmsw.h Replace wxOVERRIDE and wxNOEXCEPT with override and noexcept 2022-10-15 18:10:45 +02:00
dockart.h Use "= default" for all trivial default ctors and dtors 2023-11-17 01:33:32 +01:00
floatpane.h Remove all blank "Modified by:" lines from top comment blocks 2023-10-22 01:22:48 +02:00
framemanager.h Use wxOverlay to show docking hint instead of transparent wxFrame 2024-02-09 23:26:36 +01:00
tabart.h Use "= default" for all trivial default ctors and dtors 2023-11-17 01:33:32 +01:00
tabartgtk.h Remove all blank "Modified by:" lines from top comment blocks 2023-10-22 01:22:48 +02:00
tabartmsw.h Fix AUI tab close button size after DPI change in wxMSW 2023-03-30 19:49:44 +02:00
tabmdi.h Replace wxOVERRIDE and wxNOEXCEPT with override and noexcept 2022-10-15 18:10:45 +02:00