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.1
reaimgui
Browse files
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
disable windows at the OS level when the defer timer is blocked
· 6603a51d
cfillion
authored
Mar 12, 2022
6603a51d
suspend keyboard and mouse input when the defer loop timer is blocked
· 5c1ac3cf
cfillion
authored
Mar 12, 2022
5c1ac3cf
Mar 12, 2022
demo: fix simple drag to reorder example over the last item [ci skip]
· f58d401a
cfillion
authored
Mar 12, 2022
f58d401a
demo: remove stray semicolons [ci skip]
· b7f343e9
cfillion
authored
Mar 11, 2022
b7f343e9
demo: remove C++ literal float remnants [ci skip]
· 1d811a4c
cfillion
authored
Mar 11, 2022
1d811a4c
remove remnant of printf-style formatting in TextWrapped's documentation
· e5b23ff3
cfillion
authored
Mar 11, 2022
e5b23ff3
demo: don't export Pop's count parameter if 1 [ci skip]
· 98638c45
cfillion
authored
Mar 11, 2022
98638c45
Mar 11, 2022
demo: refactoring, merge StyleVar&Color export code paths [ci skip]
· ff67ae2e
cfillion
authored
Mar 11, 2022
ff67ae2e
demo: add StyleVar export, fix Colors export, add Alpha/DisabledAlpha fields [ci skip]
· c4bc29ca
cfillion
authored
Mar 11, 2022
c4bc29ca
demo: restore scopes for clarity [ci skip]
· ab0892b5
cfillion
authored
Mar 10, 2022
ab0892b5
cocoa: change Hand cursor to a pointing hand, gdk: fix inverted NWSE/NESW cursors
· d073a8ce
cfillion
authored
Mar 10, 2022
d073a8ce
demo: add text filtering in the Log app example [ci skip]
· ff18dd48
cfillion
authored
Mar 10, 2022
ff18dd48
demo: add UTF8 Text section [ci skip]
· dd02242f
cfillion
authored
Mar 10, 2022
dd02242f
demo: misc cleanup [ci skip]
· 7b54796c
cfillion
authored
Mar 10, 2022
7b54796c
Loading