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.4.1
reaimgui
Browse files
Jun 04, 2021
bump version to 0.4.1
· 51de65c3
cfillion
authored
Jun 04, 2021
View commits for tag v0.4.1
v0.4.1
51de65c3
add ConfigFlags_NoRestoreSize [p=2450209]
· 35f27b3a
cfillion
authored
Jun 04, 2021
35f27b3a
cocoa: improve keycode compatibility across various keyboard layouts [p=2450237]
· 45af9f7b
cfillion
authored
Jun 04, 2021
45af9f7b
Jun 02, 2021
workaround a possible race condition when detecting the splash screen [p=2450259]
· 9dec3c5d
cfillion
authored
Jun 02, 2021
9dec3c5d
cocoa: comment why y was changed to start from 0 in v0.4
· da71e156
cfillion
authored
Jun 02, 2021
da71e156
add generic fonts to CreateFont's documentation
· d7180290
cfillion
authored
Jun 01, 2021
d7180290
May 25, 2021
add a C++ extension example [p=2447754]
· 547eb541
cfillion
authored
May 25, 2021
547eb541
c++ binding: add missing ImGui_Font declaration
· 9289248b
cfillion
authored
May 25, 2021
9289248b
May 24, 2021
update Dear ImGui to v1.83
· 57982d43
cfillion
authored
May 24, 2021
57982d43
coverage: don't count exclusive enums in the total percentage
· 2bd88e13
cfillion
authored
May 24, 2021
2bd88e13
demo: fix 'Scroll Offset' and 'Scroll To Pos' buttons in Layout & Scrolling->Scrolling
· 4bd551df
cfillion
authored
May 24, 2021
4bd551df
demo: declare ExampleAppLog's instance data locally [ci skip]
· eb03216b
cfillion
authored
May 24, 2021
eb03216b
May 21, 2021
update release token
· 7f820059
cfillion
authored
May 21, 2021
7f820059
May 20, 2021
win32: fix a crash when dragging files from some sources [p=2445786]
· 81ca1d3d
cfillion
authored
May 19, 2021
81ca1d3d
May 19, 2021
bump version to 0.4
· ecb57fbe
cfillion
authored
May 19, 2021
View commits for tag v0.4
v0.4
ecb57fbe
gdk: restore window frame position instead of client position
· c5769e24
cfillion
authored
May 19, 2021
c5769e24
May 17, 2021
add basic font API!
· d19a0187
cfillion
authored
May 14, 2021
d19a0187
May 15, 2021
implement cross-platform font loading
· e7dc8534
cfillion
authored
May 13, 2021
e7dc8534
rasterize fonts scaled to the window DPI
· 14a78db0
cfillion
authored
May 11, 2021
14a78db0
cocoa: position windows from the top of the client area
· cf32885f
cfillion
authored
May 15, 2021
cf32885f
ensure contexts are created with a size of at least 10x10
· f20572fc
cfillion
authored
May 15, 2021
f20572fc
don't unlock the font atlas on error during end of frame
· 6c7e7843
cfillion
authored
May 15, 2021
6c7e7843
May 14, 2021
support unicode planes 1-16 (codepoints beyond 0xffff)
· c53a4e29
cfillion
authored
May 14, 2021
c53a4e29
don't start a frame when creating a context
· f0304e2f
cfillion
authored
May 14, 2021
f0304e2f
May 13, 2021
don't add software mouse cursors into the font texture
· a293c070
cfillion
authored
May 13, 2021
a293c070
DRY-ify the "reaper_imgui_context" string constant
· 681dbc16
cfillion
authored
May 13, 2021
681dbc16
use std::string_view in win32_unicode
· 67662188
cfillion
authored
May 13, 2021
67662188
cleanup WDL include dir
· a617c98a
cfillion
authored
May 13, 2021
a617c98a
cleanup <optional> check
· 316998fc
cfillion
authored
May 13, 2021
316998fc
cocoa: fix incorrect initial vertical position [p=2443450]
· 97bb967a
cfillion
authored
May 13, 2021
97bb967a
demo: fix new crash in Layout > Child windows
· 0df5e91e
cfillion
authored
May 13, 2021
0df5e91e
May 12, 2021
switch to vcpkg's manifest mode
· 5cc03b56
cfillion
authored
May 11, 2021
5cc03b56
May 11, 2021
ci: install dependencies using vcpkg on macOS
· bda68f1b
cfillion
authored
May 11, 2021
bda68f1b
recover from imgui_error thrown from the Context constructor
· 711428a5
cfillion
authored
May 11, 2021
711428a5
May 10, 2021
stop the calling Lua script on error in REAPER 6.29+
· 6af271da
cfillion
authored
May 10, 2021
6af271da
refactoring - access ImGuiIO without changing the current context
· f9e33469
cfillion
authored
May 10, 2021
f9e33469
implement REAPER v6.29's new hwnd_info hook for global shortcuts
· 2a6e213a
cfillion
authored
May 09, 2021
2a6e213a
expose ImGui::CaptureKeyboardFromApp
· a435d399
cfillion
authored
May 10, 2021
a435d399
only process window messages for the fully-constructed window attached to the context
· b61c8bec
cfillion
authored
May 08, 2021
b61c8bec
eat global keyboard shortcuts when an input box is focused
· 06146b0b
cfillion
authored
May 07, 2021
06146b0b
Loading