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.8.4
reaimgui
Browse files
Feb 19, 2023
docker: fill the host window text with the tab name [p=2649553]
· 97075cb4
cfillion
authored
Feb 19, 2023
View commits for tag v0.8.4
v0.8.4
97075cb4
Feb 18, 2023
fix default values of TextFilter_Draw in the documentation
· 3f81a9a0
cfillion
authored
Feb 18, 2023
3f81a9a0
(minor cleanup)
· cba3110a
cfillion
authored
Feb 17, 2023
cba3110a
Feb 17, 2023
gfx2imgui: disable docker splitting [ci skip]
· a0c61319
cfillion
authored
Feb 17, 2023
a0c61319
update to dear imgui v1.89.3
· 5027834c
cfillion
authored
Feb 17, 2023
5027834c
png: ignore warnings instead of reporting as errors
· 8538ff15
cfillion
authored
Feb 17, 2023
8538ff15
win32: migrate to glbinding
· 825e39b5
cfillion
authored
Feb 17, 2023
825e39b5
re-raise the minimum OpenGL version to 3.2
· 5c32cf05
cfillion
authored
Feb 17, 2023
5c32cf05
fix "Too many vertices in ImDrawList" assertion when adding many draw calls...
· 10ab722c
cfillion
authored
Feb 17, 2023
10ab722c
gfx2imgui: disable gfx.dock before gfx.init [p=2648656] [ci skip]
· 49c1193c
cfillion
authored
Feb 17, 2023
49c1193c
cocoa: fix stuck buttons and keys after a native menu is opened
· f0a6d431
cfillion
authored
Feb 16, 2023
f0a6d431
(minor cleanup)
· f33b1d50
cfillion
authored
Feb 16, 2023
f33b1d50
cocoa: update position when resizing via native decorations
· 55d259f5
cfillion
authored
Feb 16, 2023
55d259f5
add NumericLimits_{Double,Int}
· 6a696788
cfillion
authored
Feb 16, 2023
6a696788
cocoa: fix a crash when destroying a window immediately after receiving focus
· d5540b54
cfillion
authored
Feb 16, 2023
d5540b54
Feb 16, 2023
gfx2imgui: allow undocking by dragging the triangle or tab item [ci skip]
· 2ed6ae45
cfillion
authored
Feb 16, 2023
2ed6ae45
gfx2imgui: remove space taken by the window titlebar or docker tabbar [ci skip]
· 94cafab5
cfillion
authored
Feb 16, 2023
94cafab5
gfx2imgui: fix gfx.dock(-1) returning the old value after undocking via...
· 3402fd60
cfillion
authored
Feb 16, 2023
3402fd60
Feb 15, 2023
gfx2imgui: support calling gfx.update multiple times per frame [ci skip]
· 4afa4c5a
cfillion
authored
Feb 15, 2023
4afa4c5a
gfx2imgui: optimize gfx.blit by reducing ringEnum allocations(?) [ci skip]
· 5ab957e4
cfillion
authored
Feb 15, 2023
5ab957e4
gfx2imgui: fix preloading fonts after gaps in slot indices [ci skip]
· b252e2a0
cfillion
authored
Feb 14, 2023
b252e2a0
gfx2imgui: fix stuck mouse buttons after focus loss [p=2647387] [ci skip]
· 49e13593
cfillion
authored
Feb 14, 2023
49e13593
gfx2imgui: restore focus after gfx.showmenu on Windows [p=2647387] [ci skip]
· babd7a3b
cfillion
authored
Feb 14, 2023
babd7a3b
gfx2imgui: implement resizing/moving with gfx.init(nil/'', ...) [p=2647387] [ci skip]
· a6cdeb2f
cfillion
authored
Feb 14, 2023
a6cdeb2f
gfx2imgui: refactor drawBlit [ci skip]
· 9dc3df6a
cfillion
authored
Feb 14, 2023
9dc3df6a
Feb 14, 2023
gfx2imgui: restore validation of gfx vars and gfx.set [ci skip]
· feba9fb6
cfillion
authored
Feb 14, 2023
feba9fb6
gfx2imgui: optimize computation of current color [ci skip]
· 53afa70a
cfillion
authored
Feb 14, 2023
53afa70a
gfx2imgui: optimize draw call creation [ci skip]
· f031180b
cfillion
authored
Feb 14, 2023
f031180b
gfx2imgui: slightly optimize gfx.line [ci skip]
· 176b373e
cfillion
authored
Feb 13, 2023
176b373e
gfx2imgui: add a GFX2IMGUI_MAX_DRAW_CALLS option [p=2646948] [ci skip]
· f6a617d2
cfillion
authored
Feb 13, 2023
f6a617d2
gfx2imgui: clamp alpha when outputting to the screen [p=2646948] [ci skip]
· 3f4eb7e6
cfillion
authored
Feb 13, 2023
3f4eb7e6
gfx2imgui: update gfx.mouse_cap at the beginning of each frame [p=2646948] [ci skip]
· bd993510
cfillion
authored
Feb 13, 2023
bd993510
gfx2imgui: reset gfx.a and gfx.a2 every frame [ci skip]
· 7bf93e68
cfillion
authored
Feb 13, 2023
7bf93e68
gfx2imgui: warn when update is called more than once per frame [ci skip]
· dcc03a07
cfillion
authored
Feb 13, 2023
dcc03a07
gfx2imgui: add a context menu to copy warning messages [ci skip]
· f141794d
cfillion
authored
Feb 13, 2023
f141794d
gfx2imgui: improve rendering of scaled lines [p=2646948] [ci skip]
· 97118315
cfillion
authored
Feb 13, 2023
97118315
Feb 13, 2023
gfx2imgui: add profiler mode [ci skip]
· ad9e1f87
cfillion
authored
Feb 13, 2023
ad9e1f87
gfx2imgui: support gfx.measurestr(nil) [ci skip]
· f5018100
cfillion
authored
Feb 13, 2023
f5018100
gfx2imgui: fix multiple text clipping bugs [p=2646948]
· 9233b2d2
cfillion
authored
Feb 13, 2023
9233b2d2
gfx2imgui: don't crash when giving strings to gfx.init's numeric arguments [ci skip]
· 03af81d5
cfillion
authored
Feb 13, 2023
03af81d5
Loading