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.1
reaimgui
Browse files
Jun 29, 2021
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
update list of native-only functions for the docking branch
· 2a35daf2
cfillion
authored
Jun 17, 2021
2a35daf2
remove BeginPopupContextVoid, BeginMainMenuBar and EndMainMenuBar
· 0c48813a
cfillion
authored
Jun 17, 2021
0c48813a
use coordinates of REAPER's arrange view for ImGui's main viewport
· b1534d2d
cfillion
authored
Jun 17, 2021
b1534d2d
remove GetNativeHwnd, GetDock and SetDock API functions
· 4e6d9e79
cfillion
authored
Jun 17, 2021
4e6d9e79
refactor settings support, use context label in dockers
· 58aebfe1
cfillion
authored
Jun 17, 2021
58aebfe1
cocoa: restore redraw during resizing
· 2e2d6a2c
cfillion
authored
Jun 17, 2021
2e2d6a2c
refactor Window::translateAccel
· cff3f204
cfillion
authored
Jun 17, 2021
cff3f204
resolve OpenGL texture IDs at render time
· 72a8fe69
cfillion
authored
Jun 17, 2021
72a8fe69
update the Linux port to the new code structure
· 54492eee
cfillion
authored
Jun 17, 2021
54492eee
cocoa: fix 32-bit builds due to mismatched integer sign
· 0b2ac640
cfillion
authored
Jun 17, 2021
0b2ac640
rename misleading Viewport::isVisible to ::isMinimized
· 82cc47c5
cfillion
authored
Jun 17, 2021
82cc47c5
don't poll focus on Windows
· 5dea2291
cfillion
authored
Jun 17, 2021
5dea2291
Loading