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
reaimgui
Browse files
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
Mar 01, 2021
unify argument error messages
· 9fee6ade
cfillion
authored
Mar 01, 2021
9fee6ade
expose another batch of APIs
· 9983a27a
cfillion
authored
Mar 01, 2021
9983a27a
expose draw list stateful path API
· 8883e7a9
cfillion
authored
Feb 28, 2021
8883e7a9
add most missing enums
· 4386ed76
cfillion
authored
Feb 28, 2021
4386ed76
rewrite assertValid without boost::typeindex
· 5e54d1c5
cfillion
authored
Feb 28, 2021
5e54d1c5
merge Context::check with assertValid
· a13138d9
cfillion
authored
Feb 28, 2021
a13138d9
Feb 28, 2021
don't crash when passed a null reaper_array*
· 2efa78a3
cfillion
authored
Feb 28, 2021
2efa78a3
implement most remaining DrawList functions
· 794c3d83
cfillion
authored
Feb 28, 2021
794c3d83
use %.3f as default format for double
· 0ad85c24
cfillion
authored
Feb 28, 2021
0ad85c24
edit argument names and return values to match dear imgui's
· d7755cf4
cfillion
authored
Feb 28, 2021
d7755cf4
Feb 27, 2021
optimize Combo and ListBox: loop only once over the input string
· 0b51be4b
cfillion
authored
Feb 26, 2021
0b51be4b
split Color{Edit,Picker} into Color{Edit,Picker}{3,4}
· fefab30d
cfillion
authored
Feb 26, 2021
fefab30d
fix typos found by coverage.rb
· 20b880ac
cfillion
authored
Feb 26, 2021
20b880ac
Feb 26, 2021
expose active keyboard modifiers as flags rather than discrete booleans
· 718d2aef
cfillion
authored
Feb 25, 2021
718d2aef
cocoa: disable dear imgui's macos-specific behaviors
· af888827
cfillion
authored
Feb 25, 2021
af888827
Loading