Commit Graph

  • e240bc151a InputText: amends: add note about STB_TEXTEDIT_GETCHAR. tweak InputTextCalcTextSize() to use similar debug-friendly logic as ImFont:CalcTextSizeA(). misc small tidying up. (#7925) ocornutandomar 2024-09-05 16:29:30 +02:00
  • 1674fe96ff InputText: amends: add stb_textedit_text() api. (#7925) ocornutandomar 2024-09-05 16:31:41 +02:00
  • d1b7817959 InputText: amends: renames, coding style. (#7925) ocornutandomar 2024-09-05 15:25:30 +02:00
  • abd07f6d30 InputText: added native support for UTF-8 text editing and god rid of the wchar buffer. (#7925) alektronandomar 2024-08-27 01:37:50 +02:00
  • 67cd4ead65 Added io.ConfigDebugHighlightIdConflicts debug feature! (#7961, #7669) ocornut 2024-09-10 15:28:40 +02:00
  • a8eec24405 Demo: fix some id conflicts. (#7961) Pascal Thometandocornut 2024-09-09 21:07:10 +02:00
  • 4236bc088f Backends: SDL2: use SDL_Vulkan_GetDrawableSize with Vulkan instead of SDL_GL_GetDrawableSize. (#7967, #3190) scribamandocornut 2024-09-08 12:19:51 +02:00
  • 15cb7d61f9 InputText: moved imstb_textedit.h include to imgui_widgets.cpp ocornut 2024-09-09 16:52:16 +02:00
  • ca5701d458 InputText: moved all ImGuiInputTextState functions to not be inline. ocornut 2024-09-09 16:29:47 +02:00
  • 21d03edcb0 InputText: renamed namespace from stb_texture structure and added an indirection. ocornut 2024-09-09 16:22:55 +02:00
  • a2366f9022 TextLinkOpenURL: display a verb in front the link. Update Gallery & other links. (#7885, #7660) ocornut 2024-09-06 11:38:48 +02:00
  • a5cf4fe374 InputText: added CJK double-width punctuation to list of separators considered for CTRL+Arrow. ocornut 2024-09-05 20:45:07 +02:00
  • d16cb171c6 Nav: pressing any keyboard key while holding Alt disable toggling nav layer on Alt release. (#4439, extend #370, #369) ocornut 2024-09-05 20:16:37 +02:00
  • 193c1e2366 Version 1.91.2 WIP ocornut 2024-09-05 20:03:23 +02:00
  • d0b742efde CI: build with Clang C++26 on Linux. (#7954) ocornut 2024-09-05 15:30:29 +02:00
  • 4a1a38f7ed CI: Amend 943fd21. ocornut 2024-09-05 15:28:41 +02:00
  • 943fd216ec CI: Amend e3cb016. ocornut 2024-09-05 15:19:04 +02:00
  • e3cb016328 CI: upgrade Ubuntu version to get newer Clang. Add C++26 build test. (#7954) ocornut 2024-09-05 15:15:49 +02:00
  • 41eebc87a0 Fixed C++26 invalid enum operation (#7954) CrackedMatterandGitHub 2024-09-05 12:04:28 +02:00
  • 1dfbb100d6 Version 1.91.1 ocornut 2024-09-04 16:17:30 +02:00
  • f75cf62d2f Tables: fixed resizing columns when using multiple synched instances that are layed out at different X positions. (#7933) ocornut 2024-09-04 15:31:39 +02:00
  • 8dd33839f0 Tables: fixed an issue detecting hovering column/row when using multiple synched instances layed out at different X positions. (#7933) ocornut 2024-09-04 15:15:48 +02:00
  • 722a2a12fb Tables: comments. (#7937) ocornut 2024-09-04 14:41:22 +02:00
  • 776813416b PlotHistogram, PlotLines: use ButtonBehavior() to be idiomatic. (#7935, #3072) ocornut 2024-09-03 21:55:26 +02:00
  • afb15e9795 PlotHistogram, PlotLines: register item ID in a more idiomatic manner. (#7935, #3072) ocornut 2024-09-03 21:49:35 +02:00
  • f99febfd6f Made BeginItemTooltip() and IsItemHovered() with delay flag infer an implicit ID using Pos only. (#7945, #1485, #143) ocornut 2024-09-03 21:19:25 +02:00
  • a93f7db875 Misc merge/small stuff from docking to reduce drift. ocornut 2024-09-03 20:55:00 +02:00
  • 30dcdcbe73 Backends: GLFW: Emscripten: use OpenURL() when available and using EMSCRIPTEN_USE_PORT_CONTRIB_GLFW3. Fixes popup blocked in some browsers. (#7915, #7660) Yan Pujanteandocornut 2024-08-23 09:56:02 -07:00
  • 07be01767a Demo: added emscripten version. (#7915) Yan Pujanteandocornut 2024-08-23 10:05:38 -07:00
  • 4832027eb6 Examples: SDL3: Update for API changes: SDL_Init() returns 0 on failure. ocornut 2024-09-03 19:05:32 +02:00
  • 6a7319543c Backends: SDL3: following SDL3 reverting their change, result of SDL_GetGamepads must be freed. (#7918, #7898, #7807) Matt Guerretteandocornut 2024-08-25 13:07:10 -04:00
  • ee9e3a2ed6 Tabs: avoid queuing a refocus when tab is already focused, which would have the side-effect of e.g. closing popup on a mouse release. (#7914) ocornut 2024-08-23 19:40:47 +02:00
  • 4a06fe59b4 Update FONTS.md (#7944) omarandGitHub 2024-09-03 15:32:40 +02:00
  • 28caa22356 Fix minor typo (#7943) James WrigleyandGitHub 2024-09-03 00:50:20 +02:00
  • 1d88609043 Changed call from cosf to ImCos (#7939) tanoxyzandGitHub 2024-09-01 11:40:48 +02:00
  • 864a2bf6b8 Tables: another attempt at making contents not overlap the bottom and right border in a scrolling table. (#6765, #3752, #7428) ocornut 2024-08-23 19:12:54 +02:00
  • a131c3e611 Tables: revert a34071876 extending outer bottom/right border by 1, this is not the right solution. (#6765, #3752) ocornut 2024-08-23 18:24:44 +02:00
  • 0b9adc2c79 BeginChild: (BREAKING) renamed ImGuiChildFlags_Border to ImGuiChildFlags_Borders. ocornut 2024-08-23 15:24:22 +02:00
  • 1e939fcc32 Tooltips, Drag and Drop: made it possible to override BeginTooltip() position while inside a drag and drop source or target. (#6973) ocornut 2024-08-23 14:55:27 +02:00
  • 088e6fc047 Examples: Win32+OpenGL3: added batch. file for msys2/mingw build. (#6544) BillKekandocornut 2023-06-22 17:44:00 +03:00
  • 438f9e1a3e InputText: amend d474ed7 for static analysis. (#7913) ocornut 2024-08-23 14:14:07 +02:00
  • ce484301c0 CI: Add manual trigger for 'workflow_run' builds (#7865) Mark JansenandGitHub 2024-08-23 14:12:18 +02:00
  • d474ed7f78 InputText: Internals: store Scroll.y as it seems sane to (internally) expose it in a way that's agnostic of our use of a child window (#7913, #383) ocornut 2024-08-23 12:47:40 +02:00
  • d15da2c47d Backends: GLFW: undo accidentally not committing use of Platform_SetClipboardTextFn as I was testing the legacy path (amend 214977e). ocornut 2024-08-22 20:27:50 +02:00
  • 5de7f69cbb (BREAKING) Commented out obsolete ImageButton(). (#5533, #4471, #2464, #1390) ocornut 2024-08-22 19:53:49 +02:00
  • 214977e5fd IO: (BREAKING) moved io.GetClipboardTextFn, io.SetClipboardTextFn to platform_io.Platform_GetClipboardTextFn, platform_io.Platform_SetClipboardTextFn. ocornut 2024-08-22 17:50:10 +02:00
  • e54f240ea0 IO: (BREAKING) moved io.PlatformLocaleDecimalPoint to platform_io.Platform_LocaleDecimalPoint. (#7389, #6719, #2278) ocornut 2024-08-22 17:18:16 +02:00
  • 9ff60ae31d IO: (BREAKING) moved GetIO().PlatformSetImeDataFn to GetPlatformIO(.Platform_SetImeDataFn. (#7660) ocornut 2024-08-22 16:55:14 +02:00
  • ba2f4a2cd5 IO: (BREAKING) moved GetIO().PlatformOpenInShellFn to GetPlatformIO(.Platform_OpenInShellFn. (#7660) ocornut 2024-08-22 16:42:57 +02:00
  • e6460722ea IO: Added GetPlatformIO(), ImGuiPlatformIO, currently empty. ocornut 2024-08-22 16:31:10 +02:00
  • 8e40104795 Backends: GLFW: passing null window to glfwGetClipboardString()/glfwSetClipboardString(). ocornut 2024-08-22 18:13:34 +02:00
  • bf75504d7a Style: added PushStyleVarX(), PushStyleVarY() helpers to modify only one component of a ImVec2 var. ocornut 2024-08-22 13:46:54 +02:00
  • 521f84a3a9 InputText: fixed an issue programmatically refocusing a multi-line input which was just active. (#4761, #7870) ocornut 2024-08-21 14:26:53 +02:00
  • 8a946b69e9 InputText: allow callback to update buffer while in read-only mode (fix for imgui_memory_editor 0.54 in read-only mode). ocornut 2024-08-21 13:25:45 +02:00
  • 59e69dc6df ImGuiSelectionBasicStorage constructor needs visibility (#7906) Pavel RojtbergandGitHub 2024-08-21 09:14:52 +02:00
  • e471206b08 Windows: adjust default ClipRect to better match rendering of thick borders. (#7887, #7888 + #3312, #7540, #3756, #6170, #6365) ocornut 2024-08-20 17:54:42 +02:00
  • eb7201b902 Fonts: Made it possible to use PushFont()/PopFont() calls accross Begin() calls. (#3224, #3875, #6398, #7903) ocornut 2024-08-20 15:34:14 +02:00
  • ecb1962013 IO, InputText: missing changelog entry (amend 092c88d) + readme note on missing features. ocornut 2024-08-19 19:10:03 +02:00
  • 092c88dc7b IO: rework interleaved keys<>char trickling: only trickle for keys known to be likely to input characters. (#7889, #4921, #4858) ocornut 2024-08-19 19:02:27 +02:00
  • fabceaf036 Internals: renamed IsModKey() -> IsLRModKey() and GetModForModKey() -> GetModForLRModKey() to be more explicit. ocornut 2024-08-19 18:28:56 +02:00
  • 61313a7589 Docs: better promote IMGUI_DEFINE_MATH_OPERATORS. (#6164, #6137, #5966, #2832) ocornut 2024-08-19 16:31:49 +02:00
  • 2d99052d1d Backends: SDL2, SDL3: storing SDL_WindowID inside ImGuiViewport::PlatformHandle instead of SDL_Window*. (#7853) ocornut 2024-08-19 14:07:25 +02:00
  • 1b61d55079 Backends: SDL2, SDL3: ignore events of other SDL windows, amends + wrapping into a function as it'll be convenient for multi-viewport check. (#7853) ocornut 2024-08-19 13:57:08 +02:00
  • 591a18a9c4 Backends: SDL2, SDL3: ignore events of other SDL windows. (#7853) Anonymous Maartenandocornut 2024-08-02 00:05:51 +02:00
  • 29fadad193 TextLink(), TextLinkOpenURL(): change mouse cursor to Hand shape when hovered. (#7885, #7660) ocornut 2024-08-13 14:30:16 +02:00
  • 45e7f7827a Examples: SDL2+SDLRenderer: fixed return value. (#7876) lunarlatticeandGitHub 2024-08-09 03:27:38 -07:00
  • 3232070d3a Demo: Fixed truncation warning. (#7857) ocornut 2024-08-07 12:47:03 +02:00
  • 4b654db904 CI: Build example_sdl2_sdlrenderer2 with msbuild (#7864) Mark JansenandGitHub 2024-08-06 20:27:23 +02:00
  • 8cc6eee295 Fonts: amend assert when glyph range data seems incorrect. (#7856) ocornut 2024-08-03 15:25:47 +02:00
  • 6864a7f839 Window refresh policy: extend tests to any window in the begin stack. (#7797) ocornut 2024-08-01 22:40:09 +02:00
  • 531364d728 Window refresh policy: fixed child window of skiprefresh windows not displaying. (#7797) ocornut 2024-08-01 22:26:12 +02:00
  • 9f8f5e1145 MultiSelect+TreeNode: default open behavior is OpenOnDoubleClick + OpenOnArrow when used in a multi-select context without any OpenOnXXX flags set. (#7850) ocornut 2024-08-01 17:28:47 +02:00
  • 2981a10c53 MultiSelect, TreeNode, Drag and Drop: fixed an issue where carrying a drag and drop payload over an already open tree node would select it. (#7850) ocornut 2024-08-01 17:16:13 +02:00
  • 5e7dc72c92 Examples: SDL3: Update readme to use SDL3_DIR (#7846) Mark JansenandGitHub 2024-08-01 00:04:34 +02:00
  • fd57b252ac Examples: Fix for Emscripten. GLFW+WGPU: rework examples main loop to handle minimization. (#7844) ocornut 2024-07-31 17:47:38 +02:00
  • 71ee2ce367 Examples: GLFW: rework examples main loop to handle minimization without burning CPU or GPU by running unthrottled code. (#7844) ocornut 2024-07-31 17:33:24 +02:00
  • 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) ocornut 2024-07-31 16:55:17 +02:00
  • dcf54782d4 Version 1.91.WIP ocornut 2024-07-31 16:34:08 +02:00
  • 8199457a7d Version 1.91.0 ocornut 2024-07-30 14:49:07 +02:00
  • ec9a4ef487 Clipper: accept that no item have been submitted if in indeterminate Begin(INT_MAX) mode. (#1311, #3823) ocornut 2024-07-30 12:22:29 +02:00
  • 1b44e40444 Demo: re-use tree data. Fix property editor vertical alignment. Tweak recent memory allocation monitor. ocornut 2024-07-30 11:44:13 +02:00
  • 1f634f1d94 Eaxmples: Android: Fix build failed issue. (#7832) SPeakandGitHub 2024-07-30 05:55:02 +08:00
  • ce3a8d7c79 Demo: MultiSelect: added tree demo. (#6990, #3823, #1861) ocornut 2023-08-21 11:26:19 +02:00
  • c2a3d5e47b Comments, minor tweaks to ImGuiTextFilter. ocornut 2024-07-29 22:34:34 +02:00
  • df38704926 Added SetNextItemStorageID() for tree nodes. (#7553, #6990, #3823, #1131) ocornut 2024-07-29 22:08:06 +02:00
  • b847c41437 MultiSelect: BoxSelect: fixed using in frozen table. (#7821, #5143) + added Demo. ocornut 2024-07-29 15:23:24 +02:00
  • 249d5caedb Tables: storing LastFrozenHeight for frozen requests that don't have actual freezing due to zero scrolling. (#7821, #5143) ocornut 2024-07-29 15:19:42 +02:00
  • c7b9256097 Selectable: added ImGuiSelectableFlags_Highlight flag to highlight items independently from the hovered state. (#7820) Rémi Hérilierandocornut 2024-07-26 13:19:22 +02:00
  • 96460a8a12 InputText: Added '\' and '/' as word seperator. (#7824, #7704) Laurent Dufresneandocornut 2024-07-28 09:51:20 +02:00
  • 79e83d6535 Docs: misc update. ocornut 2024-07-29 11:17:31 +02:00
  • d42fa46dc6 Misc micro-optimizations related to hot-path of dealing with a large clipped tree. ocornut 2024-07-26 15:15:46 +02:00
  • 692bee5f22 Added GetID(int) variant for consistency. (#7111) ocornut 2024-07-26 15:14:37 +02:00
  • b3ba6b3095 Added io.ConfigNavSwapGamepadButtons to swap Activate/Cancel (A<>B) buttons, to match the typical "Nintendo/Japanese consoles" button layout when using Gamepad navigation. (#787, #5723) ocornut 2024-07-26 14:07:29 +02:00
  • 3f9a90e2a3 Docs: added extraneous link to Getting Started section. ocornut 2024-07-25 16:59:34 +02:00
  • b20f62b162 Obsoleted GetContentRegionMax(). ocornut 2024-07-25 16:18:46 +02:00
  • 4227402b2f Internals: removed GetContentRegionMaxAbs() which was only meaningfully used in place of GetContentRegionAvail(). ocornut 2024-07-25 16:10:18 +02:00
  • 055b2e80fb Moved everyone's best friend GetContentRegionAvail() to a more prominent position. ocornut 2024-07-25 16:02:59 +02:00
  • aad86b8756 Obsoleted GetWindowContentRegionMin() and GetWindowContentRegionMax(). ocornut 2024-07-25 15:50:30 +02:00
  • 55f54fa512 Internals: comment out obsolete g.ActiveIdUsingNavInputMask obsoleted two years ago. (#4921, #4858, #787, #1599, #323) ocornut 2024-07-25 15:10:04 +02:00
  • ed356dc181 MultiSelect: BoxSelect: fixed box-select from void setting nav id multiple times. ocornut 2024-07-25 14:46:25 +02:00