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.2
reaimgui
Browse files
Jul 02, 2021
bump version to 0.5.2
· b26e0fc5
cfillion
authored
Jul 02, 2021
View commits for tag v0.5.2
v0.5.2
b26e0fc5
s/Edit on GitHub/View source/
· 4546041d
cfillion
authored
Jul 02, 2021
4546041d
update GetMainViewport's documentation
· 7bd498ad
cfillion
authored
Jul 02, 2021
7bd498ad
remove extra newlines [ci skip]
· f31953e9
cfillion
authored
Jul 02, 2021
f31953e9
cocoa: fix REAPER's misc timer stopping on Big Sur [p=2458897]
· 25857158
cfillion
authored
Jul 02, 2021
25857158
Jul 01, 2021
extract the API source out of the src directory
· 3d17e351
cfillion
authored
Jul 01, 2021
3d17e351
Jun 30, 2021
detect accurate line numbers for every API functions
· 527a0c9e
cfillion
authored
Jun 30, 2021
527a0c9e
reorganize the API & group by category in the documentation
· f9eadd91
cfillion
authored
Jun 30, 2021
f9eadd91
Jun 29, 2021
docs: don't list _sz arguments as return values
· 6d5e3cd9
cfillion
authored
Jun 29, 2021
6d5e3cd9
docs: only skip output buffers in signatures if there are no optional args
· 9dc9eb78
cfillion
authored
Jun 29, 2021
9dc9eb78
docs: hide write-only arguments from the Lua and Python signatures
· 1e961098
cfillion
authored
Jun 29, 2021
1e961098
docs: hide doubles in EEL signature arguments (everything is a double in EEL)
· 700fd39e
cfillion
authored
Jun 29, 2021
700fd39e
bump version to 0.5.1
· 8f95375b
cfillion
authored
Jun 28, 2021
View commits for tag v0.5.1
v0.5.1
8f95375b
documentation cleanup
· fcc6b8e5
cfillion
authored
Jun 28, 2021
fcc6b8e5
rename wrongly named function PathFillConvex to DrawList_PathFillConvex
· fce18313
cfillion
authored
Jun 28, 2021
fce18313
simplify return values of the Python bindings
· 94b7779f
cfillion
authored
Jun 28, 2021
94b7779f
Jun 28, 2021
auto-generate a HTML documentation
· 90fbcf0d
cfillion
authored
Jun 28, 2021
90fbcf0d
Jun 27, 2021
add PointConvertNative [p=2456542]
· 7d69a75c
cfillion
authored
Jun 27, 2021
7d69a75c
remove obsolete paragraph [ci skip]
· 505cb037
cfillion
authored
Jun 26, 2021
505cb037
Jun 20, 2021
move user-facing type aliases to the header of their classes [ci skip]
· e311e3a7
cfillion
authored
Jun 20, 2021
e311e3a7
Jun 19, 2021
demo: fix even/odd detection in Tabs->Advanced & Close Button [ci skip]
· c1c72220
cfillion
authored
Jun 18, 2021
c1c72220
Jun 18, 2021
bump version to v0.5
· dfef905b
cfillion
authored
Jun 18, 2021
View commits for tag v0.5-beta
v0.5-beta
dfef905b
use ImGui_NumericLimits_Float in the Python example
· e41530d5
cfillion
authored
Jun 18, 2021
e41530d5
add new docking API, demo in Window options
· 1cdd0599
cfillion
authored
Jun 18, 2021
1cdd0599
remove p_open default value from the documentation
· 9e335744
cfillion
authored
Jun 18, 2021
9e335744
filter internal flags from {Get,Set}ConfigFlags
· abc84de0
cfillion
authored
Jun 18, 2021
abc84de0
demo: update to upstream imgui's docking branch
· 75bf0608
cfillion
authored
Jun 18, 2021
75bf0608
disable docking by default, add ConfigFlags_DockingEnable
· 3d42d4b8
cfillion
authored
Jun 18, 2021
3d42d4b8
add SetWindow* functions without a window name (renamed existing functions to SetWindow*Ex)
· d4ab5188
cfillion
authored
Jun 18, 2021
d4ab5188
fix removing focus using SetWindowFocus
· 34b96319
cfillion
authored
Jun 18, 2021
34b96319
c++ binding: implement optional arguments
· 655470bf
cfillion
authored
Jun 18, 2021
655470bf
make Begin/End consistent with the rest of the API
· 18dea9bf
cfillion
authored
Jun 17, 2021
18dea9bf
hide DockerHost after undocking the sole window from a split
· 54c85bc1
cfillion
authored
Jun 17, 2021
54c85bc1
cast double input pointers to float values via valueOr
· 986f7c75
cfillion
authored
Jun 17, 2021
986f7c75
document 'p_open' arguments as an output value, treat false as input the same...
· 4e165ec8
cfillion
authored
Jun 17, 2021
4e165ec8
cleanup argument lists
· 83bde9fe
cfillion
authored
Jun 17, 2021
83bde9fe
Jun 17, 2021
update EEL, Python and C++ examples to the viewport changes
· d1dd5c5a
cfillion
authored
Jun 17, 2021
d1dd5c5a
'LPGL' already says 'License' in the name
· fbd173b8
cfillion
authored
Jun 17, 2021
fbd173b8
remove GetDisplaySize
· 5c17de3a
cfillion
authored
Jun 17, 2021
5c17de3a
add Col_DockingPreview, Col_DockingEmptyBg, WindowFlags_NoDocking
· 7aad8339
cfillion
authored
Jun 17, 2021
7aad8339
Loading