Address
:
[go:
up one dir
,
main page
]
Include Form
Remove Scripts
Accept Cookies
Show Images
Show Referer
Rotate13
Base64
Strip Meta
Strip Title
Session Cookies
Commits · v0.3
reaimgui
Browse files
May 01, 2021
bump version to 0.3
· d7aaf197
cfillion
authored
Apr 30, 2021
View commits for tag v0.3
v0.3
d7aaf197
Apr 30, 2021
correct initial context position if offscreen
· 4d29dbb1
cfillion
authored
Apr 30, 2021
4d29dbb1
win32: add support for HiDPI scaling on Vista to 10 pre-anniversary
· 992d6506
cfillion
authored
Apr 29, 2021
992d6506
win32: gdk: restore unscaled size when undocking
· 6b7977f7
cfillion
authored
Apr 29, 2021
6b7977f7
win32: scale window decorations on HiDPI displays when per-monitor aware v2 is disabled
· 687fff57
cfillion
authored
Apr 29, 2021
687fff57
move HWND storage responsability to the cross-platform code
· 54d61a37
cfillion
authored
Apr 29, 2021
54d61a37
gdk: fix HiDPI scaling
· 322a75e8
cfillion
authored
Apr 29, 2021
322a75e8
Apr 29, 2021
refactor window user data initialization
· 92b70e35
cfillion
authored
Apr 29, 2021
92b70e35
win32: gdk: fix draw/cursor offset in hidpi windows
· dda380c7
cfillion
authored
Apr 29, 2021
dda380c7
improve clamping of default position to screen boundary
· 364cef99
cfillion
authored
Apr 29, 2021
364cef99
win32: fix scaling of the initial window size
· 5c27275f
cfillion
authored
Apr 28, 2021
5c27275f
Apr 28, 2021
demo: use IsKeyPressed now that it's reliable on every platform [ci skip]
· c1ffb546
cfillion
authored
Apr 27, 2021
c1ffb546
mark GetKeyIndex as native only
· 13ee2b6a
cfillion
authored
Apr 27, 2021
13ee2b6a
cocoa: emit key press/release events for modifier keys
· f6dfe703
cfillion
authored
Apr 27, 2021
f6dfe703
cocoa: match Windows virtual key codes and obey keyboard layout [t=252727]
· 3413d097
cfillion
authored
Apr 27, 2021
3413d097
Apr 27, 2021
ValidatePtr: add support for ImGui_DrawList* and ImGui_Viewport*
· 8b81b400
cfillion
authored
Apr 26, 2021
8b81b400
ValidatePtr: add support for ImGui_ListClipper*
· d098fc2a
cfillion
authored
Apr 26, 2021
d098fc2a
Apr 25, 2021
demo: remove pre-docker API remnant code [ci skip]
· 44b21f54
cfillion
authored
Apr 25, 2021
44b21f54
improve documentation of style color functions [ci skip]
· 981be0ce
cfillion
authored
Apr 24, 2021
981be0ce
don't immediately destroy contexts created within a defer callback [p=2435994]
· 869ee357
cfillion
authored
Apr 24, 2021
869ee357
Apr 19, 2021
demo: tweak the about window [skip ci]
· 573ec522
cfillion
authored
Apr 19, 2021
573ec522
demo: port the "Custom rendering" example [skip ci]
· 4ab5b794
cfillion
authored
Apr 18, 2021
4ab5b794
Apr 18, 2021
allow temporarily pausing context rendering and auto-destruction [p=2433580]
· 5abb03b3
cfillion
authored
Apr 18, 2021
5abb03b3
add ValidatePtr (only supports ImGui_Context* for now)
· 4dd45500
cfillion
authored
Apr 17, 2021
4dd45500
add BeginChildFrame and EndChildFrame
· 6f6f8b41
cfillion
authored
Apr 17, 2021
6f6f8b41
add the clipboard API
· ffca647a
cfillion
authored
Apr 17, 2021
ffca647a
add capture/logging API
· ad11e2f4
cfillion
authored
Apr 17, 2021
ad11e2f4
split input device API source code from the context API
· 52b89301
cfillion
authored
Apr 17, 2021
52b89301
kill the context when any function fails an ImGui assertion
· 7022b142
cfillion
authored
Apr 17, 2021
7022b142
Apr 17, 2021
macOS: use the monitor's current color space
· 2c08637e
cfillion
authored
Apr 17, 2021
2c08637e
ci: fix Linux ARM and macOS builds
· 9adc3206
cfillion
authored
Apr 16, 2021
9adc3206
Apr 16, 2021
remove support for docking mid-frame using the REAPER dock API
· bd16c34a
cfillion
authored
Apr 16, 2021
bd16c34a
fix using GetConfigFlags and SetConfigFlags across different contexts
· f3153756
cfillion
authored
Apr 16, 2021
f3153756
macOS: fix crash when opening multiple internally docked contexts
· 9e70e889
cfillion
authored
Apr 16, 2021
9e70e889
fix all contexts using the last one's font texture ID
· cdc580c5
cfillion
authored
Apr 15, 2021
cdc580c5
add docking API
· 1b44c9f1
cfillion
authored
Apr 13, 2021
1b44c9f1
Apr 11, 2021
gdk: fix initial window position on GNOME [p=2431010]
· 2107f67f
cfillion
authored
Apr 11, 2021
2107f67f
Apr 10, 2021
demo: port the Log, Simple layout and Property editor examples [ci skip]
· bfc4f4ad
cfillion
authored
Apr 10, 2021
bfc4f4ad
clarify os/platform window/viewport in the documentation
· 17cb5751
cfillion
authored
Apr 10, 2021
17cb5751
add a link to the forum thread [ci skip]
· ab2cb840
cfillion
authored
Apr 09, 2021
ab2cb840
Loading