ocornut
|
0af2c4ef76
|
Backends: SDL3: Update for API changes: SDL_bool removal. SDL_INIT_TIMER removal. (#7999)
|
2024-09-19 16:02:23 +02:00 |
|
ocornut
|
4832027eb6
|
Examples: SDL3: Update for API changes: SDL_Init() returns 0 on failure.
|
2024-09-03 19:11:51 +02:00 |
|
ocornut
|
fd57b252ac
|
Examples: Fix for Emscripten. GLFW+WGPU: rework examples main loop to handle minimization. (#7844)
Amend 8874787 , 71ee2ce
Amend ea39841f (emscripten_mainloop_stub.h)
|
2024-07-31 17:47:38 +02:00 |
|
ocornut
|
887478793b
|
Examples: SDL2 (all), SDL3 (all), Win32+OpenGL3: Rework examples main loop to handle minimization without burning CPU or GPU by running unthrottled code. (#7844)
|
2024-07-31 17:11:13 +02:00 |
|
ocornut
|
67216910fb
|
Examples: SDL3: Remove use of SDL_HINT_IME_NATIVE_UI.
|
2024-07-01 12:10:54 +02:00 |
|
Kenneth Rapp
|
219c6adc58
|
Examples: SDL3+SDLRenderer3: Update SDL_SetRenderDrawColorFloat() call. (#7658)
|
2024-06-05 14:50:24 +02:00 |
|
Cyao
|
538960bf17
|
Examples: Fixed SDL3 Makefile (#7641)
|
2024-05-31 18:16:45 +02:00 |
|
ocornut
|
93daf23223
|
Examples: SDL3: updates for latest SDL3 API changes.
|
2024-05-15 14:18:48 +02:00 |
|
ocornut
|
5d973a87d4
|
Backends: SDL_Renderer2/SDL_Renderer3: and ImGui_ImplSDLRenderer2_RenderDrawData() and ImGui_ImplSDLRenderer3_RenderDrawData() now takes a SDL_Renderer* parameter.
|
2024-05-15 13:44:54 +02:00 |
|
ocornut
|
dad1689bf7
|
Examples: SDL3: amend for removal of SDL_RENDERER_ACCELERATED.
|
2024-04-15 12:08:07 +02:00 |
|
ocornut
|
af00b182e3
|
Examples: SDL3: Minor fixes following changes to API (SDL_WindowFlags -> Uint32).
"The SDL_WindowFlags enum should be replaced with Uint32"
|
2024-01-09 16:04:48 +01:00 |
|
ocornut
|
c6ec69c7c1
|
Using nullptr in remaining examples/backends locations. (#6313, #7071, #4537)
|
2023-11-28 19:29:17 +01:00 |
|
Chris Gregory
|
1f3090a48d
|
Backends: SDL3: Fix indent (#7062)
|
2023-11-28 12:09:07 +01:00 |
|
ocornut
|
357f752bed
|
Docs: add more links to the top of every examples and backends files.
|
2023-09-11 14:01:40 +02:00 |
|
ocornut
|
b476184574
|
Backends: SDLRenderer3: Amend/finish SDL_Renderer3 patch + add example. (#6286)
|
2023-05-30 20:36:07 +02:00 |
|