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
reaimgui
Browse files
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
refactor Context::clearFocus
· 3795f998
cfillion
authored
May 10, 2021
3795f998
decorate .ipp files
· 0cae1372
cfillion
authored
May 10, 2021
0cae1372
May 08, 2021
cocoa: detect when the docker's parent window becomes inactive
· 1e83ddcb
cfillion
authored
May 08, 2021
1e83ddcb
add NumericLimits_Float to the API for exact FLT_MIN/FLT_MAX values
· 06d7b324
cfillion
authored
May 08, 2021
06d7b324
cocoa: notify the Input Method Editor of text input position
· 5793762c
cfillion
authored
May 08, 2021
5793762c
drag and drop of files from the system
· bfc7ac0d
cfillion
authored
May 07, 2021
bfc7ac0d
cleanup ButtonState enum
· 4e852531
cfillion
authored
May 07, 2021
4e852531
rename inputview.{hpp,mm} to cocoa_inputview.{hpp,mm}
· 8247c4a2
cfillion
authored
May 07, 2021
8247c4a2
May 07, 2021
refactor AcceptDragDropPayloadRGB/RGBA
· 04b69c92
cfillion
authored
May 07, 2021
04b69c92
examples: wait until the next defer cycle before creating the context [ci skip]
· 92c9b65d
cfillion
authored
May 07, 2021
92c9b65d
May 06, 2021
clear pressed keyboard keys when losing focus
· e841f32c
cfillion
authored
May 05, 2021
e841f32c
May 05, 2021
demo: add a docking example in Configuration->Configuration [ci skip]
· 216faff7
cfillion
authored
May 05, 2021
216faff7
cleanup cocoa window constructor
· 445133bb
cfillion
authored
May 05, 2021
445133bb
update documentation of CreateContext [ci skip]
· 281c87c7
cfillion
authored
May 05, 2021
281c87c7
Loading