ocornut
|
124c2608f1
Docs: Renamed all occurences of "binding" and "back-end" to "backend" in comments and documentations, for consistency.
|
4 years ago |
ocornut
|
0f13fdd177
Removed redirecting functions/enums names that were marked obsolete in 1.60: io.RenderDrawListsFn, IsAnyWindowFocused(), IsAnyWindowHovered(), etc.
|
4 years ago |
omar
|
f6da5000bf
Backends: OpenGL2: Explicitly backup, setup and restore GL_TEXTURE_ENV to increase compatibility with legacy OpenGL applications. (#3000)
|
5 years ago |
omar
|
ca63349eb4
Renamed XX-bits -> XX-bit in comments to match what the world appears to be using.
|
5 years ago |
omar
|
3bbc27ebd9
Fixed more FAQ links. (#2848)
|
5 years ago |
omar
|
a856c670c1
TabBar: fixed single-tab not shrinking their width down.
|
6 years ago |
omar
|
431aa4e456
Synced/merged minor cruft from docking branch to minimize drift. AFAIK the only meaningful no-op change is that the call UpdateHoveredWindowAndCaptureFlags() was moved above UpdateMouseMovingNewFrame() to match what docking branch has been doing for a while.
|
6 years ago |
omar
|
ae405b83a4
Examples: Added missing per-renderer local changelogs. (#2037, #1639, #2452)
|
6 years ago |
omar
|
5c1cd5c8c7
ImDrawCallback_ResetRenderState, Examples: Added support for reset render state callback. (#2037, #1639, #2452)
|
6 years ago |
omar
|
fc52364652
Tabs to Spaces, comments.
|
6 years ago |
omar
|
169e3981fd
Examples: OpenGL2: Added #define GL_SILENCE_DEPRECATION to cope with newer XCode warnings.
|
6 years ago |
omar
|
a79785c0b9
ImDrawData: Added FramebufferScale field (currently a copy of the value from io.DisplayFramebufferScale).
|
6 years ago |
omar
|
259f3c78a2
Examples: OpenGL2: Added (yet another) comment/instruction against using opengl2 with modern OpenGL. (#2297)
|
6 years ago |
omar
|
2c38b32db1
Removed trailing spaces (#2038, #2299)
|
6 years ago |
omar
|
7658035e5a
About, IO: Added io.BackendPlatformName, io.BackendRendererName for informational/QA purpose.
|
6 years ago |
omar
|
1afd29d382
Examples: Using "dear imgui" terminology in all examples headers/comments + fix minor typo.
|
7 years ago |
omar
|
421dc19798
Examples: Cast to ImTextureID instead of void* when assigning to TexId. Applied to all examples. (#2015)
|
7 years ago |
omar
|
00e29832d4
Examples: OpenGL2: Disabling/restoring GL_LIGHTING and GL_COLOR_MATERIAL to increase compatibility with legacy OpenGL applications. (#1996)
|
7 years ago |
omar
|
59fb3274a7
Examples: include for intptr_t on tdm-gcc + mingw32 (#1936) + mouse buttons comments
|
7 years ago |
omar
|
7b2662d245
Examples: Comments, bits of documentation
|
7 years ago |
omar
|
be4b8b5615
Internals: Added GetItemID(), GetFocusID() for consistency. Made GetActiveID() inline. Comments, fixed typos, demo tweaks.
|
7 years ago |
omar
|
7acb46bec5
Examples: Comments to make ImGuiConfigFlags_NoMouseCursorChange more visible (#1027). + Allegro5: Added support for ImGuiConfigFlags_NoMouseCursorChange flag.
|
7 years ago |
omar
|
85f9694bd4
Big example binding refactor (manually imported from Viewport branch, stripped out of Viewport code). (#1870)
|
7 years ago |