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.6.2
reaimgui
Browse files
May 10, 2022
win32: preemptively fix input of characters above U+9999
· 28a898cf
cfillion
authored
May 05, 2022
View commits for tag v0.6.2
v0.6.2
28a898cf
gdk: restore broken key up/down events when an IME is active
· de0e0679
cfillion
authored
May 01, 2022
de0e0679
cocoa: fix keyboard input when holding down a mouse button and "Allow keyboard...
· 0449352d
cfillion
authored
Apr 28, 2022
0449352d
improve help text of ColorConvertNative [ci skip]
· 0e269abc
cfillion
authored
Apr 27, 2022
0e269abc
revert "fix DrawList_AddTextEx not using the default bitmap font when font == nil"
· f2f4c01b
cfillion
authored
Apr 23, 2022
f2f4c01b
DrawList_PathArcTo: fix incorrect value for 'num_segments' when omitted
· 0a97324e
cfillion
authored
Apr 22, 2022
0a97324e
fix empty points array crashing DrawList_Add{Polyline,ConvexPolyFilled}
· 5bd7c957
cfillion
authored
Apr 17, 2022
5bd7c957
revert "ci: patch vcpkg to re-enable LTO on Windows"
· 22f01e6e
cfillion
authored
Apr 14, 2022
22f01e6e
fix a crash when destroying list clippers while a different context is active
· efeaabbc
cfillion
authored
Apr 14, 2022
efeaabbc
read version number from git tag and include commit
· e5287ad3
cfillion
authored
Apr 13, 2022
e5287ad3
cocoa: allow software OpenGL renderer
· f1b0285c
cfillion
authored
Mar 31, 2022
f1b0285c
win32: receive Alt key events when "Prevent ALT key from focusing main menu" is enabled
· e2643bad
cfillion
authored
Apr 03, 2022
e2643bad
demo: extract return values without creating temporary tables [ci skip]
· 061a6b80
cfillion
authored
Mar 31, 2022
061a6b80
demo: fix initial call to loop in the import example [ci skip]
· 98736146
cfillion
authored
Mar 31, 2022
98736146
Mar 31, 2022
bump version to 0.6.1
· eb8e5368
cfillion
authored
Mar 30, 2022
View commits for tag v0.6.1
v0.6.1
eb8e5368
ci: patch vcpkg to re-enable LTO on Windows
· 5abded42
cfillion
authored
Mar 30, 2022
5abded42
Mar 30, 2022
fix use-after-free when quitting REAPER with ImGui windows open
· 3e90c65c
cfillion
authored
Mar 30, 2022
3e90c65c
re-implement
675fa7f2
to fix bring-to-front on click
· 286d9d0b
cfillion
authored
Mar 30, 2022
286d9d0b
fix dragging and dropping files over the same frame
· 6143f5bd
cfillion
authored
Mar 29, 2022
6143f5bd
Mar 29, 2022
backport fix for texture-based anti-aliasing with RGBA textures
· 6cdf0380
cfillion
authored
Mar 28, 2022
6cdf0380
demo: limit which functions are exported [ci skip]
· c6a4c514
cfillion
authored
Mar 28, 2022
c6a4c514
demo: show whether docking is disabling by Config or Window flags [ci skip]
· 0eb6d856
cfillion
authored
Mar 28, 2022
0eb6d856
document using demo functions from other scripts [ci skip]
· 39e1a6b0
cfillion
authored
Mar 28, 2022
39e1a6b0
Mar 27, 2022
export demo functions to scripts including the demo file [ci skip]
· 4863b27c
cfillion
authored
Mar 27, 2022
4863b27c
fix typo in CloseCurrentPopup's documentation [ci skip]
· 0090ca3b
cfillion
authored
Mar 26, 2022
0090ca3b
Mar 26, 2022
fix first frame of every window being rendered blank
· 23560725
cfillion
authored
Mar 26, 2022
23560725
Mar 25, 2022
win32: fix incorrect focus when closing parent windows
· 675fa7f2
cfillion
authored
Mar 25, 2022
675fa7f2
Mar 18, 2022
bump version to 0.6.0
· ea180ad3
cfillion
authored
Mar 18, 2022
View commits for tag v0.6.0
v0.6.0
ea180ad3
Mar 16, 2022
lower minimum required OpenGL version to 3.1
· d8ab94c7
cfillion
authored
Mar 15, 2022
d8ab94c7
fix DrawList_AddTextEx not using the default bitmap font when font == nil
· b243fba7
cfillion
authored
Mar 16, 2022
b243fba7
remove unused num_points argument of DrawList_AddConvexPolyFilled
· e95bde7e
cfillion
authored
Mar 16, 2022
e95bde7e
Mar 15, 2022
gdk: connect ImGui clipboard to the system clipboard
· acd59711
cfillion
authored
Mar 15, 2022
acd59711
don't crash when failing to initialize OpenGL renderer for docked windows
· 5fb86507
cfillion
authored
Mar 15, 2022
5fb86507
gdk: implement IME and proper Unicode character input support
· 8cc4a3b3
cfillion
authored
Mar 15, 2022
8cc4a3b3
install gdk event handler only while a window is open
· 7a050a5c
cfillion
authored
Mar 14, 2022
7a050a5c
Mar 14, 2022
fix infinite loop after failing to unset main window proc override
· 91110d2c
cfillion
authored
Mar 14, 2022
91110d2c
gdk: add support for mouse buttons 3 and 4
· 42dd666c
cfillion
authored
Mar 14, 2022
42dd666c
install proxy GDK event handler at early startup
· b7f50525
cfillion
authored
Mar 14, 2022
b7f50525
gain access to GDK key events, distinguish Left/Right modifier keys & Enter/KeypadEnter
· 843f912a
cfillion
authored
Mar 13, 2022
843f912a
Mar 13, 2022
add a link to ConfigFlags_DockingEnable in SetNextWindowDockID's documentation
· e95fde5d
cfillion
authored
Mar 12, 2022
e95fde5d
Loading