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.5.5
reaimgui
Browse files
Aug 30, 2021
fix typo in BeginDisabled's documentation
· 2d94086d
cfillion
authored
Aug 30, 2021
View commits for tag v0.5.5
v0.5.5
2d94086d
bump version to 0.5.5
· 78eb8388
cfillion
authored
Aug 30, 2021
78eb8388
add WindowFlags_TopMost [p=2468716][p=2471188][p=2476740]
· ef73a04a
cfillion
authored
Aug 30, 2021
ef73a04a
cocoa: fix topmost state being reset when the app regains focus
· f5a85fd0
cfillion
authored
Aug 30, 2021
f5a85fd0
use dear imgui v1.84's new ClearInputKeys function
· bdb3fde5
cfillion
authored
Aug 30, 2021
bdb3fde5
demo: disable docking combo box when docking is unavailable [ci skip]
· 692e21c9
cfillion
authored
Aug 30, 2021
692e21c9
Aug 24, 2021
better workaround for imgui 1.84 asserting after ClearInputData
· 6bf6d436
cfillion
authored
Aug 24, 2021
6bf6d436
Aug 21, 2021
update documentation of TableSetColumnEnabled and WindowFlags_UnsavedDocument
· efaed01d
cfillion
authored
Aug 21, 2021
efaed01d
add TableColumnFlags_Disabled and TableColumnFlags_NoHeaderLabel
· 690f51f7
cfillion
authored
Aug 21, 2021
690f51f7
add {Begin,End}Disabled, StyleVar_DisabledAlpha
· 9ca7da67
cfillion
authored
Aug 21, 2021
9ca7da67
remove C++ float literal suffix from the documentation
· 37ef24df
cfillion
authored
Aug 21, 2021
37ef24df
update the demo to match Dear ImGui 1.84
· 4f3d87e5
cfillion
authored
Aug 21, 2021
4f3d87e5
fix "font atlas not built" assertion on NewFrame with 1.84
· 1f9ee3e9
cfillion
authored
Aug 21, 2021
1f9ee3e9
remove ColorEditFlags__OptionsDefault
· dd1811a9
cfillion
authored
Aug 21, 2021
dd1811a9
update to Dear ImGui 1.84.1
· c01dc700
cfillion
authored
Aug 21, 2021
c01dc700
Jul 26, 2021
add DetachFont
· b25bdc2c
cfillion
authored
Jul 25, 2021
b25bdc2c
Jul 25, 2021
add missing p_selected arg in Selectable call [ci skip]
· 988f4323
cfillion
authored
Jul 24, 2021
988f4323
bump version to 0.5.4
· be946673
cfillion
authored
Jul 24, 2021
View commits for tag v0.5.4
v0.5.4
be946673
add ShowAboutWindow
· d5323be3
cfillion
authored
Jul 24, 2021
d5323be3
add WindowFlags_NoBringToFrontOnFocus to NATIVE_ONLY_ENUMS
· 21840745
cfillion
authored
Jul 24, 2021
21840745
Jul 23, 2021
win32: fix a possible crash during (un)docking of a window
· edf1fd2c
cfillion
authored
Jul 23, 2021
edf1fd2c
genbinding: fix parsing of links at the very end of the help text
· 515aa755
cfillion
authored
Jul 23, 2021
515aa755
Jul 20, 2021
fix syntax error in the Python binding [#4]
· 2013b3e9
cfillion
authored
Jul 19, 2021
2013b3e9
Jul 17, 2021
add a comment about Python ReaScript's CPU overhead
· e477a261
cfillion
authored
Jul 17, 2021
e477a261
Jul 14, 2021
cocoa: reuse Platform::scalePosition
· cd6ad4f0
cfillion
authored
Jul 13, 2021
cd6ad4f0
docker: remove duplicate call to Window::show
· 132f9097
cfillion
authored
Jul 13, 2021
132f9097
docker: wait until after the left mouse button is released before destroying the REAPER docker
· 408bc79f
cfillion
authored
Jul 13, 2021
408bc79f
coverage: update to match
3edad5fa
· b2e45e15
cfillion
authored
Jul 13, 2021
b2e45e15
bump version to 0.5.3
· 8330d026
cfillion
authored
Jul 13, 2021
View commits for tag v0.5.3
v0.5.3
8330d026
ci: fix path to the extension binary
· caa8c4e1
cfillion
authored
Jul 13, 2021
caa8c4e1
Jul 13, 2021
font: document that /\ disables the system font lookup
· 9468899f
cfillion
authored
Jul 13, 2021
9468899f
demo: improve internal docker handling in the docking example
· f45f9cd3
cfillion
authored
Jul 13, 2021
f45f9cd3
docker: keep open if there are other windows sharing the dock when undocking a window by dragging
· 2e83b55b
cfillion
authored
Jul 13, 2021
2e83b55b
docker: fix window recreation when switching active child node
· 23d739a3
cfillion
authored
Jul 12, 2021
23d739a3
clarify use of SetCapture on macOS
· 66ef50ad
cfillion
authored
Jul 12, 2021
66ef50ad
remove WindowFlags_NoBringToFrontOnFocus [p=2462354]
· 6accbf64
cfillion
authored
Jul 12, 2021
6accbf64
Jul 11, 2021
report font loading errors in the first function call of each frame
· 5b55b4af
cfillion
authored
Jul 11, 2021
5b55b4af
enable loading colors from fonts
· e2616bc1
cfillion
authored
Jul 11, 2021
e2616bc1
undo accurate source range line numbers
· 3edad5fa
cfillion
authored
Jul 10, 2021
3edad5fa
Jul 10, 2021
fix typo in the duplicate reaimgui message
· bc258143
cfillion
authored
Jul 10, 2021
bc258143
Loading