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.2
reaimgui
Browse files
Mar 22, 2021
bump version to 0.2
· 5ae89aa5
cfillion
authored
Mar 22, 2021
View commits for tag v0.2
v0.2
5ae89aa5
generate the C++ header from CI, include in releases
· 1ee090de
cfillion
authored
Mar 22, 2021
1ee090de
demo: update to match changes in ImGui v1.82
· 990b4597
cfillion
authored
Mar 22, 2021
990b4597
coverage: adjust _None default for 1.82's new draw list flags
· ce5e1012
cfillion
authored
Mar 22, 2021
ce5e1012
use _None instead of 0 for default flags
· d807ef65
cfillion
authored
Mar 22, 2021
d807ef65
refactor input/slider flags sanitization
· 4275ed97
cfillion
authored
Mar 22, 2021
4275ed97
extract Drag/Slider functions from api_input.cpp
· 3dea508d
cfillion
authored
Mar 22, 2021
3dea508d
fix InputTextMultiline not sanitizing its flags
· d38789bd
cfillion
authored
Mar 22, 2021
d38789bd
fix {Drag,Slider}Double{2..4} using InputTextFlags insead of SliderFlags
· 190e8797
cfillion
authored
Mar 22, 2021
190e8797
refactor {Input,Drag,Slider}Double{2..4}
· 01b9162c
cfillion
authored
Mar 22, 2021
01b9162c
input: refactor read/writing scalar values
· a7162b6a
cfillion
authored
Mar 22, 2021
a7162b6a
Input*, Color*: avoid copying data to the output buffers at every frame
· c27a1985
cfillion
authored
Mar 22, 2021
c27a1985
[experimental] expose the internal ImGui context to other C++ extensions
· 89272af2
cfillion
authored
Mar 17, 2021
89272af2
Mar 20, 2021
fix a crash when an ImGui assertion occurs during DestroyContext [p=2421480]
· 9672ccb7
cfillion
authored
Mar 20, 2021
9672ccb7
Mar 19, 2021
declare API functions as noexcept
· 7368bff2
cfillion
authored
Mar 19, 2021
7368bff2
gdk: fix the windows being invisible on GNOME [p=2421074]
· 0604ed3b
cfillion
authored
Mar 19, 2021
0604ed3b
add --shallow-submodules to the example git clone command
· 6da5013f
cfillion
authored
Mar 19, 2021
6da5013f
define the global API instances as const
· 48734011
cfillion
authored
Mar 19, 2021
48734011
cpp binding: include <utility> for std::forward
· abc564cc
cfillion
authored
Mar 19, 2021
abc564cc
Mar 18, 2021
cpp binding: fetch function pointer when converting to bool
· daac2d91
cfillion
authored
Mar 17, 2021
daac2d91
s/ImGui_Context*, ctx/ImGui_Context,ctx/
· f2d2963a
cfillion
authored
Mar 18, 2021
f2d2963a
Mar 17, 2021
rewrite the C++ binding generator
· c619d4e4
cfillion
authored
Mar 17, 2021
c619d4e4
update to Dear ImGui 1.82
· 7204f59e
cfillion
authored
Mar 17, 2021
7204f59e
expose ColorConvertRGBtoHSV
· 9479852e
cfillion
authored
Mar 17, 2021
9479852e
make ColorConvertHSVtoRGB also output separate RGB channels values
· 1a523dd9
cfillion
authored
Mar 17, 2021
1a523dd9
Mar 14, 2021
s/capacity/alloc/
· b90ee9d4
cfillion
authored
Mar 14, 2021
b90ee9d4
fix regressions in coverage.rb
· b6fbafed
cfillion
authored
Mar 14, 2021
b6fbafed
extract the compile-time vararg wrapper generator
· c3b873ae
cfillion
authored
Mar 14, 2021
c3b873ae
add C++ binding generator script
· 785b2f2b
cfillion
authored
Mar 14, 2021
785b2f2b
Mar 11, 2021
demo: Selectables > Multiple selection, fix single selection when Ctrl is not held [p=2416937]
· b8eaf6f9
cfillion
authored
Mar 11, 2021
b8eaf6f9
disable
ea88d3ab
on macOS
· b2d2d3c9
cfillion
authored
Mar 11, 2021
b2d2d3c9
Mar 10, 2021
window: fix screen bound clamping when calculating the default position
· 8dbd6ea9
cfillion
authored
Mar 10, 2021
8dbd6ea9
stop garbage collection (and rendering) when a modal dialog is shown [p=2416033]
· ea88d3ab
cfillion
authored
Mar 10, 2021
ea88d3ab
space consistency
· 02f7475e
cfillion
authored
Mar 10, 2021
02f7475e
Mar 09, 2021
remove redundant GetMouseWheelH function
· 51a64b11
cfillion
authored
Mar 09, 2021
51a64b11
bump documented min. GDK to 3.22
· 1dae911d
cfillion
authored
Mar 08, 2021
1dae911d
Mar 08, 2021
win32: fix the topmost button not being displayed
· 58ade3bb
cfillion
authored
Mar 08, 2021
58ade3bb
win32: remove border around the window when docked
· 7edc0601
cfillion
authored
Mar 08, 2021
7edc0601
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
Loading