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.1.1
reaimgui
Browse files
Mar 08, 2021
bump version to 0.1.1
· f68d1586
cfillion
authored
Mar 08, 2021
View commits for tag v0.1.1
v0.1.1
f68d1586
win32: don't lose focus when Tab is pressed when docked
· 16e08b4b
cfillion
authored
Mar 08, 2021
16e08b4b
gdk: win32: fix keyboard input when docked
· d55f8905
cfillion
authored
Mar 07, 2021
d55f8905
gdk: optimize the LICE rendering path (docked)
· 697fca0d
cfillion
authored
Mar 07, 2021
697fca0d
add EEL2 example using the legacy < 5.24 syntax
· 589d5cee
cfillion
authored
Mar 07, 2021
589d5cee
examples: fix first frame having twice the contents
· abffc341
cfillion
authored
Mar 07, 2021
abffc341
Mar 07, 2021
use REAPER-provided LICE functions rather than building a copy
· 1e988933
cfillion
authored
Mar 07, 2021
1e988933
gdk: win32: fix mousewheel events leaking to the arrange view when docked
· 4a0e08bc
cfillion
authored
Mar 07, 2021
4a0e08bc
cocoa: update viewport size if it changed while docked & inactive
· d6f046b4
cfillion
authored
Mar 07, 2021
d6f046b4
skip rendering when docked and another tab is active
· 20ef5b22
cfillion
authored
Mar 07, 2021
20ef5b22
gdk: fix flickering and incomplete rendering when docked
· bd5cebf2
cfillion
authored
Mar 07, 2021
bd5cebf2
gdk: fix docking on Linux
· 2e1bc999
cfillion
authored
Mar 07, 2021
2e1bc999
remove focus from ImGui input controls when the window itself loses focus
· cadf83d3
cfillion
authored
Mar 07, 2021
cadf83d3
cocoa: fix keyboard input when docked
· 4a6974db
cfillion
authored
Mar 07, 2021
4a6974db
cocoa: handle the first click over an unfocused window
· 389fdec7
cfillion
authored
Mar 07, 2021
389fdec7
Mar 06, 2021
enable -dead_strip, removes ~40KB from macOS release builds
· 2811264b
cfillion
authored
Mar 05, 2021
View commits for tag v0.1
v0.1
2811264b
Mar 05, 2021
code cleanup
· 07665e30
cfillion
authored
Mar 05, 2021
07665e30
expose DrawCornerFlags
· 7a05b4d2
cfillion
authored
Mar 04, 2021
7a05b4d2
s/dear imgui/Dear ImGui/
· a82f5ad4
cfillion
authored
Mar 04, 2021
a82f5ad4
Mar 04, 2021
handle close requests from the docker
· ea6b2fcb
cfillion
authored
Mar 04, 2021
ea6b2fcb
demo: set focus after docking
· 8558537d
cfillion
authored
Mar 04, 2021
8558537d
remove C++ remnants in the multiline text input demo
· fca2ac5d
cfillion
authored
Mar 04, 2021
fca2ac5d
fix Widgets > Multi-Components demo section
· c3b54a4a
cfillion
authored
Mar 04, 2021
c3b54a4a
Mar 03, 2021
remove unused import of ShowMessageBox
· 9dce9aa1
cfillion
authored
Mar 03, 2021
9dce9aa1
remove workaround for REAPER bug p=2412933
· d656490b
cfillion
authored
Mar 02, 2021
d656490b
implement ConfigFlags, keyboard navigation
· b2f64919
cfillion
authored
Mar 02, 2021
b2f64919
expose GetKeyPressedAmount
· d52b97ae
cfillion
authored
Mar 02, 2021
d52b97ae
Mar 02, 2021
setup CI builds
· 98ad1063
cfillion
authored
Mar 02, 2021
98ad1063
draw something after closing the demo window
· cdbc32ff
cfillion
authored
Mar 02, 2021
cdbc32ff
fix Linux ARM builds
· 0a7de728
cfillion
authored
Mar 02, 2021
0a7de728
fix 32-bit macOS builds
· c3a3934c
cfillion
authored
Mar 02, 2021
c3a3934c
fix building with macOS 11.0 as target OS
· e4aa9241
cfillion
authored
Mar 02, 2021
e4aa9241
open-source release under LGPLv3
· 0746f941
cfillion
authored
Mar 01, 2021
0746f941
remove ImGui_ShowAboutWindow
· 6933c8f0
cfillion
authored
Mar 01, 2021
6933c8f0
detect multiple copies of ReaImGui
· 33859427
cfillion
authored
Mar 01, 2021
33859427
setup DLL version information
· 51e7902c
cfillion
authored
Mar 01, 2021
51e7902c
don't crash when EEL passes a null output string buffer
· 7ee133df
cfillion
authored
Mar 01, 2021
7ee133df
add an EEL2 example script
· ab92751a
cfillion
authored
Mar 01, 2021
ab92751a
implement window auto-centering
· edc7717f
cfillion
authored
Mar 01, 2021
edc7717f
another (last?) batch of missing API functions!
· ff782807
cfillion
authored
Mar 01, 2021
ff782807
Loading