dhewm3/neo
Daniel Gibson 1697831e74 ImGui: Draw ImGui cursor on black bars in main menu; tweak some colors
In the main menu the ImGui/SDL/System cursor was only drawn when it was
over an ImGui window, so only the Doom3 cursor is shown when outside
of ImGui windows.
The only problem with this is that the Doom3 cursor is only shown in
the parst of the window actually covered by the main menu, not the black
bars that are drawn on the left/right for widescreen-resolutions when
scaling the menu to 4:3 is enabled (which it is by default).
So now the ImGui cursor is also drawn when the cursor is on those
black bars (if any).

Also tweaked the windowtitle background colors a bit.
2024-05-30 01:26:40 +02:00
..
cm Fix/work around other misc. compiler warnings 2023-01-05 09:06:34 +01:00
d3xp Initialize variabls ubsan complained about 2024-03-20 18:32:26 +01:00
framework ImGui stuff: Some tweaks 2024-05-28 04:49:24 +02:00
game Make Sys_SetInteractiveIngameGuiActive() work better 2024-03-17 04:03:27 +01:00
idlib Bind F10 to open dhewm3Settings menu, unless F10 is already bound 2024-05-23 19:29:38 +02:00
libs/imgui Update ImGui to 1.90.6 2024-05-22 19:46:38 +02:00
MayaImport s/LittleLong/LittleInt/ to match the return type 2012-06-28 13:02:47 +02:00
renderer Initial ImGui integration in the engine 2024-05-22 19:46:38 +02:00
sound Make it build and work on old PPC Macs again (#568) 2024-03-27 01:04:11 +01:00
sys ImGui: Draw ImGui cursor on black bars in main menu; tweak some colors 2024-05-30 01:26:40 +02:00
tools Fixup: typo: 'hiehgt' -> 'height' in a few places around the codebase 2023-02-04 19:34:29 +01:00
TypeInfo Get rid of Sys_FPU_StackIsEmpty() 2012-07-06 01:06:53 +02:00
ui Fix cursor focus for gamepads, once again, #566 2024-03-20 18:31:28 +01:00
CMakeLists.txt sys_imgui.cpp: Move code to read/write style to imgui_savestyle.cpp 2024-05-25 06:58:19 +02:00
config.h.in Introduce CMAKE_INSTALL_PREFIX relative paths 2012-07-04 02:18:42 +02:00
mmakefile.src # move the AROS specific folder icon and default.cfg mmakefile.src under neo/sys/aros/setup 2017-04-22 16:21:14 +02:00