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.3
reaimgui
Browse files
Jan 11, 2023
remove IsWindowCollapsed (broken since v0.5)
· 7b249424
cfillion
authored
Jan 11, 2023
View commits for tag v0.8.3
v0.8.3
7b249424
add actions to toggle boolean settings
· cbb92260
cfillion
authored
Jan 09, 2023
cbb92260
Jan 10, 2023
fix 0.7's broken shim of CaptureKeyboardFromApp [p=2633349]
· fd48c8d2
cfillion
authored
Jan 10, 2023
fd48c8d2
move static text outside of the disabled block in the EEL examples [ci skip]
· 39d64920
cfillion
authored
Jan 10, 2023
39d64920
Jan 09, 2023
docker: reduce memory usage when docking is enabled
· 85167e96
cfillion
authored
Jan 09, 2023
85167e96
update to dear imgui v1.89.2
· 9d3eb2e5
cfillion
authored
Jan 09, 2023
9d3eb2e5
Jan 08, 2023
fix the End shim leaving the cursor at 0,0 after a future Begin of the same window
· e5d0b8bd
cfillion
authored
Jan 08, 2023
e5d0b8bd
extend 0.8's shims for window boundary extension to cover EndTable
· 906392bd
cfillion
authored
Jan 08, 2023
906392bd
fix the shims for TableNext{Column,Row} and TableSetColumnIndex eating the...
· 05b3ee8d
cfillion
authored
Jan 08, 2023
05b3ee8d
fix 0.8 shims making EndGroup move the cursor to the wrong Y position [p=2632446]
· 556ce342
cfillion
authored
Jan 08, 2023
556ce342
extend 0.8's shims for window boundary extension to cover End{Popup,Tooltip}
· 367c1903
cfillion
authored
Jan 08, 2023
367c1903
Jan 07, 2023
refactor initialization of DockGetPosition's v5 fallback
· 2bd8fb92
cfillion
authored
Jan 07, 2023
2bd8fb92
Jan 06, 2023
refactor LocalizeString import
· 1da6fa48
cfillion
authored
Jan 06, 2023
1da6fa48
docker: fix a crash when undocking by dragging the top-left corner triangle
· f2c740e5
cfillion
authored
Jan 06, 2023
f2c740e5
docker: adjust hit box of the top docker for the transport and toolbar above
· 6d5f66f2
cfillion
authored
Jan 06, 2023
6d5f66f2
docker: offset the top docker's detection area by the height of the project tab bar
· e20a84e3
cfillion
authored
Jan 06, 2023
e20a84e3
Jan 05, 2023
win32: fix assertion failure in some HiDPI monitor configurations [p=2616056][p=2620880][p=2622681]
· 61621855
cfillion
authored
Jan 05, 2023
View commits for tag v0.8.2
v0.8.2
61621855
win32: temporarily disable usage under non-multimonitor aware HiDPI modes [p=2629558]
· 0da66905
cfillion
authored
Jan 05, 2023
0da66905
win32: cache DPI awareness mode
· 71fd7bb5
cfillion
authored
Jan 05, 2023
71fd7bb5
reuse WithinFrameScope instead of own duplicate variable
· 6a2aaedb
cfillion
authored
Jan 05, 2023
6a2aaedb
don't call EndFrame if beginFrame fails before NewFrame()
· a2466a05
cfillion
authored
Jan 05, 2023
a2466a05
docker: solve dockers not re-appearing after moving their window to another docker
· 29e2e7fb
cfillion
authored
Jan 05, 2023
29e2e7fb
Jan 03, 2023
docker: fix auto-docking opening the wrong docker after moving a tab to a different docker
· c47adc7a
cfillion
authored
Jan 03, 2023
c47adc7a
Jan 02, 2023
backport ocornut/imgui@693967637266ff48fd247821acd0c6cdf66eda6d (fix for ocornut/imgui#6035)
· 3b080ee0
cfillion
authored
Jan 02, 2023
3b080ee0
implement missing DockGetPosition in REAPER v5
· 7c59657b
cfillion
authored
Dec 31, 2022
7c59657b
docker: auto-open temporary docker tabs when hovering REAPER dockers
· 33af41d6
cfillion
authored
Dec 29, 2022
33af41d6
fully implement window hit-testing transparency on all platforms
· 3edbc494
cfillion
authored
Dec 29, 2022
3edbc494
win32: follow "Use large (non-tool) window frames for windows" setting
· 8ad3b603
cfillion
authored
Jan 02, 2023
8ad3b603
add Docking{NoSplit,WithShift,TransparentPayload} settings
· 79a46dc8
cfillion
authored
Dec 31, 2022
79a46dc8
workaround GCC bug 90943
· c8224cdd
cfillion
authored
Jan 01, 2023
c8224cdd
refactor common per-setting code
· c87fb74b
cfillion
authored
Dec 31, 2022
c87fb74b
gdk: fix windows not gaining focus on first click since v0.8
· d7f51647
cfillion
authored
Jan 02, 2023
d7f51647
Jan 01, 2023
remove repetition in std::variant types
· c28bffa8
cfillion
authored
Jan 01, 2023
c28bffa8
settings: make help text display more similar to native pages
· f2e35e79
cfillion
authored
Jan 01, 2023
f2e35e79
happy new year 2023!
🎆
[ci skip]
· bb4b6514
cfillion
authored
Jan 01, 2023
bb4b6514
Dec 31, 2022
use Boost.Variant2 for constexpr variants
· 304c5cde
cfillion
authored
Dec 31, 2022
304c5cde
Dec 30, 2022
win32: filter out \b\e\r\n\t from the character input queue
· eb20fe4b
cfillion
authored
Dec 30, 2022
eb20fe4b
Dec 29, 2022
docker: fix windows becoming invisible after undocking via API from a split
· eae8872e
cfillion
authored
Dec 29, 2022
eae8872e
draw the error dialog heading without background
· d0b508a3
cfillion
authored
Dec 29, 2022
d0b508a3
document that clipping coordinates are in screen space
· ebd5e10e
cfillion
authored
Dec 29, 2022
ebd5e10e
Loading