ocornut
|
336d9212fc
Backends: using range-for to iterate draw_data->CmdLists[].
|
2 miesięcy temu |
thedmd
|
26c017d5ea
Backends: Metal: added ImGuiBackendFlags_RendererHasTextures support.
|
9 miesięcy temu |
ocornut
|
5dd84082ab
InputTextWithHint(): Fixed buffer overflow when user callback modifies the buffer contents in a way that alters hint visibility. (#8368)
|
7 miesięcy temu |
ocornut
|
204cebc8fc
Backends: Metal: Fixed a crash on application resources. (#8367, #7419) [@anszom]
|
7 miesięcy temu |
Daniel Walz
|
e7fb97208a
Backends: Metal: Added missing IM_UNUSED (#8302)
|
8 miesięcy temu |
Selim Sandal
|
e6a7c7689f
Backends: Metal: Fixed memory leaks. (#8276, #8166)
|
8 miesięcy temu |
ocornut
|
d0021e1621
Backends: Metal: Fixed resource leak when using multiple contexts. (#7419)
|
8 miesięcy temu |
ocornut
|
43fbd7ce84
Backends: standardized top of file comments.
|
9 miesięcy temu |
ocornut
|
419a9ada16
Ignore clang warning Wnontrivial-memaccess (#8129, #8135)
|
10 miesięcy temu |
Maya Warrier
|
88e232739b
Ignore clang warning Wnontrivial-memaccess (#8129)
|
10 miesięcy temu |
ocornut
|
c3629adbeb
Backends: Metal: fixed ImTextureID cast. (#1641)
|
11 miesięcy temu |
ocornut
|
9bd5d8a240
Backends: misc renaming of locals. Use 'draw_list' instead of 'cmd_list'. Avoid using 'ctx'.
|
11 miesięcy temu |
ocornut
|
5e23680454
Backends: all backends + demo now call IMGUI_CHECKVERSION() to verify ABI compatibility between caller code and compiled version of dear imgui. (#7568)
|
1 rok temu |
ocornut
|
d15574ce2a
Backends: Win32: Removed silent return when calling ImGui_ImplWin32_WndProcHandler() with no active context! (#6275)
|
1 rok temu |
ocornut
|
ab522dd18c
Removed IM_OFFSETOF() macro in favor of using offsetof() available in C++11. Kept redirection define. (#4537)
|
1 rok temu |
ocornut
|
357f752bed
Docs: add more links to the top of every examples and backends files.
|
2 lat temu |
ocornut
|
33e13c85e1
Backends: Made all backends sources files support global IMGUI_DISABLE. (#6601)
|
2 lat temu |
Alex
|
70cca1eac0
Backends: avoid null dereference in metal and osx shutdown (#6385, #6334)
|
2 lat temu |
Gereon V
|
055e71518e
Backends: clear bits set in io.BackendFlags on backend Shutdown(). Clear BackendPlatformName. (#6334, #6335)
|
2 lat temu |
ocornut
|
9203883bbe
Comments + Metal using SetTexID(0) for consistency.
|
2 lat temu |
ocornut
|
e816bc6723
Merge misc changes from docking branch to reduce small drift.
|
2 lat temu |
David Chavez
|
21b5fac57a
Backends: Metal: Update deprecated property 'sampleCount'->'rasterSampleCount' (#5603)
|
3 lat temu |
luigifcruz
|
82e10f1b61
Backends: Metal: Add dispatch synchronization. (#5447)
|
3 lat temu |
Stephen H. Gerstacker
|
67410d53f7
Backends: Metal, OSX: Various fixes (ARC / Autorelease fixes with metal-cpp and extensions). (#5403)
|
3 lat temu |
Warren Moore
|
7354009a73
Backends: Metal: Fixed null dereference inside command buffer completion handler. (#5363, #5365)
|
3 lat temu |
rokups
|
d768b8c812
Backends: Metal: Align code more closely with other backends. OSX: Add missing return for mouse pos events.
|
3 lat temu |
stuartcarnie
|
d58b8414b9
Backends: OSX, Metal: Tweaks. Use preferred method of obtaining a timestamp. (#4821)
|
3 lat temu |
noisewuwei
|
e54db4ee70
Backends: OSX, Metal: Store backend data in a per-context struct, allowing to use these backends with multiple contexts. (#5203, #5221, #4141)
|
3 lat temu |
ocornut
|
f7f30476d5
Added comments about requirement for bilinear filtering. (#5156, #3245) + Backends: SDL_Renderer: Explicitely call SDL_SetTextureScaleMode(). (#4927)
|
3 lat temu |
whale02
|
2d76b09d2e
Backends: Metal: Conditional check, amend 7602277 (#5122, #5123)
|
3 lat temu |