Commit Graph

  • f6db9e2f39 Menus: Fixed layout of MenuItem()/BeginMenu() when label contains a '\n'. (#6116) ocornut 2023-01-24 16:11:38 +0100
  • e8421de23c imgui_single_file: include imgui_freetype.cpp if the define is set. ocornut 2023-01-24 16:04:55 +0100
  • 8f907bc9a2 imgui_freetype: fix warnings (#6104), fix typos. (#6079) ocornut 2023-01-24 15:59:01 +0100
  • 88dfd85e92 Merge branch 'master' into docking ocornut 2023-01-21 00:49:06 +0100
  • 91667430a8 Tables: increase table columns limit from 64 to 512 using bit array allocated in contiguous memory +. (#6094, #5305, #4876, #3572) ocornut 2023-01-20 22:25:45 +0100
  • 14908cba8f Internals: ImBitArray, ImBitVector: using macro helper for common op + disable stack checks on MSVC agressive debug builds. ocornut 2023-01-20 22:23:32 +0100
  • db55422870 Tables: removed hot RequestOutputMaskByIndex bit-array as majority of code-paths are already touching the cold parts. ocornut 2023-01-20 17:55:50 +0100
  • 6342275bbb Backends: GLFW: Handle unsupported glfwGetVideoMode() for Emscripten. (#6096) Cody Tapscott 2023-01-18 15:50:55 -0700
  • 3482d4eccf Text: Fixed layouting of wrapped-text block skipping successive empty lines. (#5720, #5919) ocornut 2023-01-19 15:59:39 +0100
  • 440ecc6fcf Backends: GLFW (Emscripten): Handle unsupported glfwGetVideoMode(). Cody Tapscott 2023-01-18 15:50:55 -0700
  • 5f43b7780c Backends: GLFW (Emscripten): Scale horizontal scroll events to be reasonable Cody Tapscott 2023-01-18 15:35:09 -0700
  • 0359f6e94f Internals: ImDrawList: shallow tweaks to RenderText(). ocornut 2023-01-17 16:04:52 +0100
  • 51c97a41aa PlotHistogram, PlotLines: Passing negative sizes honor alignment like other widgets. ocornut 2023-01-17 18:32:50 +0100
  • 2eae176fc6 Increase maximum table columns from 64 to 320 Roland Hill 2023-01-18 17:38:01 +1100
  • f50c14c984 Simplify distance adjustment hot data Soreepeong 2023-01-18 12:07:43 +0900
  • 135e3736b3 Generalize kern table for use with FreeType Soreepeong 2023-01-18 11:40:55 +0900
  • adab683726 Combo: Flip arrow icon when active zeozeozeo 2023-01-16 23:25:44 +0500
  • 423b3bb13f
    Allow optional disable of OpenGL state restore slowriot 2023-01-15 14:28:28 +0000
  • 227083d977
    Fixed typo in freetype Readme Matthew 2023-01-14 17:25:37 +0000
  • 7482598cc1 add CMakeLists Helgy 2023-01-14 16:23:55 +0200
  • 82fdd7018d
    Update FAQ.md omar 2023-01-13 17:27:44 +0100
  • e1ff5dd42d Kerning: add pair viewer in metrics / font viewer ocornut 2023-01-13 11:51:48 +0100
  • db248c0ef1 TEMP/TEST: test wip codes (remove this commit when done) Soreepeong 2022-03-02 11:31:42 +0900
  • 8573a86bba Account for chars with narrow advX but wide boundingX being at 2nd from last Soreepeong 2022-03-14 15:04:26 +0900
  • 59f7982b6f Minor optimizations Soreepeong 2022-03-02 10:37:13 +0900
  • 03769dabb5 Fix password_font by adding FallbackHotData Soreepeong 2022-03-01 23:42:40 +0900
  • 979a7beb7a minor: fix format Soreepeong 2022-03-01 23:10:08 +0900
  • 32cb84260d stbtt build: Add kerning pairs from kern table Soreepeong 2022-03-01 22:49:50 +0900
  • f69c569802 Implement kerning adjustments Soreepeong 2022-03-01 06:57:51 +0900
  • ccf94e2e6e Strip seemingly unecessary tests, as UTF-8 decoder can not return null since 9cca1b2e9 ocornut 2023-01-12 12:46:06 +0100
  • 0c149afbc5 Backends: SDL: Implement SetPlatformImeDataFn. imkzh 2023-01-12 18:42:38 +0800
  • 55b8ce9b23 Reword ImTextCharFromUtf8() to avoid a warning + marked UTF-8 functions with IM_MSVC_RUNTIME_CHECKS_OFF. (#5987) ocornut 2023-01-11 17:10:53 +0100
  • 3c6f8350f9
    Merge 8ddc119c09 into 1297a2be52 Forrest Feng 2023-01-11 16:46:37 +0100
  • 96b17cd0b6
    Merge 75194678f5 into 1297a2be52 Petr Shurgalin 2023-01-11 16:46:01 +0100
  • 1297a2be52 Text: Tweaked rendering of three-dots "..." ellipsis variant. Baking more data. (#2775, #4269) ocornut 2023-01-11 16:32:01 +0100
  • 8801f02949 Text: Fix clipping of single-character "..." ellipsis when font is scaled. (#2775 ocornut 2023-01-11 15:56:33 +0100
  • 482ac70a0b Version 1.89.3 WIP ocornut 2023-01-11 15:51:34 +0100
  • d36153b015 Include period as delimiter and improve delimiter navigation AJ Weeks 2023-01-10 16:21:42 +0100
  • 20e75a052c Support ctrl+delete in input text fields AJ Weeks 2023-01-10 16:20:20 +0100
  • 46b9c09e41 Update .gitignore ocornut 2023-01-10 12:21:42 +0100
  • 81f988e4e4 Change: Update examples tvpluss 2023-01-10 10:31:24 +0700
  • 06424cfdf8 New: Added implot library Trương Vĩnh Phước 2023-01-10 10:28:34 +0700
  • a218d3a824
    Update information in ImFontAtlas::GetGlyphRangesJapanese (#6066) vaiorabbit 2023-01-09 19:39:28 +0900
  • f02ebe9632 Update information in ImFontAtlas::GetGlyphRangesJapanese vaiorabbit 2023-01-08 22:08:01 +0900
  • d822c65317 Merge branch 'master' into docking ocornut 2023-01-05 15:58:49 +0100
  • d7c8516a4b Version 1.89.2 v1.89.2 ocornut 2023-01-05 15:29:17 +0100
  • e06bbe05e1 Revert most/part of "Shortcut: added Shortcut() function and ImGuiInputFlags in public API + Demo." (#456, #2637) ocornut 2023-01-05 15:21:48 +0100
  • 83429abf4a Internals: simplify ButtonBehavior(), also to allow easily adding a mouse_button_down thing. ocornut 2023-01-05 12:01:16 +0100
  • 03add24acf Selectable: Internals: removed unused ImGuiSelectableFlags_DrawHoveredWhenHeld flag. ocornut 2023-01-05 11:28:05 +0100
  • 57a5b73a4c InputText: fixed cursor navigation when pressing Up Arrow on the last character of a multiline buffer which doesn't end with a carriage return. (#6000) ocornut 2023-01-04 17:58:07 +0100
  • 1f6e62a4ae Backends: GLFW: Fixed mods state on Linux with Alt-GR text input (e.g. German keyboard layout), (#6034) ocornut 2023-01-04 15:42:20 +0100
  • 9150c23c04 imgui_freetype: fixed a packing issue which in some occurrences would prevent large amount of glyphs from being packed correctly. (#5788, #5829) ocornut 2023-01-04 15:17:21 +0100
  • 9c1dac3ff0 Examples: DirectX10, DirectX11: try WARP software driver if hardware driver is not available. (#5924, #5562) ocornut 2023-01-04 12:14:53 +0100
  • fc3815bfe5 Merge branch 'master' into docking ocornut 2023-01-03 21:06:09 +0100
  • 4b39c1f654 Docs: adding Tests badge + more references to Test Engine. ocornut 2023-01-03 20:26:26 +0100
  • 824baa6a4d Docking: fixed DockSpace() with ImGuiDockNodeFlags_KeepAliveOnly marking current window as written to,. (#6037) ocornut 2023-01-03 14:22:07 +0100
  • 42e166089a Backends: Metal: fixed secondary viewport rendering. (#6015, #4821, #2778) ocornut 2023-01-03 12:34:47 +0100
  • 5336ded0bc neglected initialization trueGriff 2023-01-03 06:55:30 +0530
  • 9303703bfa Ability for client to specify window background color trueGriff 2023-01-03 06:46:59 +0530
  • 156e0a8070 Demo: amend Selectable() + BeginPopupContextItem() demo to maintain and update selection state when popup is open. (#6032) ocornut 2023-01-02 18:01:57 +0100
  • 6939676372 Docking: fixed DockBuilderCopyDockSpace() crashing when windows not in the remapping list are docked on the left or top side of a split. (#6035) ocornut 2023-01-02 17:54:50 +0100
  • e5d51866c6 Backends; Vulkan: do not set VkDescriptorSetLayoutBinding::pImmutableSamplers, allow changing sampler. (#6001, #5502, #914) Martin Ejdestig 2022-12-16 16:48:36 +0100
  • c9aef16066 Backends: Vulkan: Remove duplicated and dead code in Vulkan backend (#6001) Martin Ejdestig 2022-12-16 16:46:14 +0100
  • 328695bd47 Provide a non-empty definition for IMGUI_DEBUG_PRINTF when disabled. (#5978) Manuel Floruß 2022-12-10 17:01:15 +0100
  • 16aaf60697 Backends: OSX: fixed ImGui_ImplOSX_GetWindowSize and ConvertNSRect. (#6009) Mikko Sivulainen 2022-12-21 14:08:26 +0200
  • 90de839445 Backends: SDL: fix build on WinRT (#6019, #5974) - version for docking branch ocornut 2023-01-02 15:02:22 +0100
  • da832532c0 Backends: SDL: fix build on WinRT (#6019, #5974) ITotalJustice 2022-12-23 10:46:35 +0000
  • 52c61deaf9 Happy new year! ocornut 2023-01-02 14:42:12 +0100
  • ca5ac1ad77
    use SDL_VIDEO_DRIVER_WINDOWS for accessing SDL_SysWMinfo ITotalJustice 2022-12-23 10:46:35 +0000
  • db3faceb65
    Merge branch 'ocornut:master' into master ITotalJustice 2022-12-23 10:40:38 +0000
  • 9ffb69b236 flip mouse coordinates with top coordinate of current screen Mikko Sivulainen 2022-12-21 14:08:26 +0200
  • 506c6b83ff fix ImGui_ImplOSX_GetWindowSize and ConvertNSRect Mikko Sivulainen 2022-12-20 10:56:12 +0200
  • e57871bb95 imstb_truetype: Add missing `return` keyword in error case of `stbtt__cid_get_glyph_subrs` (#6007) Neil Bickford 2022-12-19 09:13:29 -0800
  • f1ddf63027 ScrollToRectEx: Fix bug where scrolling horizontally to an always-centered element that is not visible but could be would take the item's Y coordinate into account. Neil Bickford 2022-12-19 09:11:33 -0800
  • 9338623518 imstb_truetype: Add missing `return` keyword in error case of `stbtt__cid_get_glyph_subrs` (duplicate of https://github.com/nothings/stb/pull/1422) Neil Bickford 2022-12-19 09:13:29 -0800
  • 61025bd6ef ScrollToRectEx: Fix bug where scrolling horizontally to an always-centered element that is not visible but could be would take the item's Y coordinate into account Neil Bickford 2022-12-19 09:11:33 -0800
  • 888e06c099 Various UI improvements. Adam 2022-12-18 20:22:33 +0000
  • 7714e3b439 Do not set VkDescriptorSetLayoutBinding::pImmutableSamplers Martin Ejdestig 2022-12-16 16:48:36 +0100
  • 19a5ae6f34 Remove duplicated and dead code in Vulkan backend Martin Ejdestig 2022-12-16 16:46:14 +0100
  • 0cda287c47 Provide a non-empty definition for IMGUI_DEBUG_PRINTF when disabled. Manuel Floruß 2022-12-10 17:01:15 +0100
  • 0b01f199bb Docking filter improvement for custom window classes Adam 2022-12-10 14:50:55 +0000
  • 0f71d36efa
    fix SDL_SysWMinfo on winrt ITotalJustice 2022-12-09 22:48:37 +0000
  • 91b356cf8e
    Examples: Allegro: Fixed compilation instructions. (#5973) Espyo 2022-12-09 22:39:11 +0000
  • bbd9f1be9d Examples: Allegro: Fixed compilation instructions. Espyo 2022-12-09 22:28:49 +0000
  • 28676d054b
    Merge 3fdfa4d083 into c191faf0ba BA7LYA 2022-12-09 05:00:55 +0100
  • c191faf0ba Merge branch 'master' into docking ocornut 2022-12-08 21:18:35 +0100
  • 59b63defe5 Misc shallow merge/sync from docking designed to faciliate cross-merging between docking and string_view. ocornut 2022-12-08 20:25:25 +0100
  • 317b33d647 Tables: fixed matching width of synchronized tables when only some (not all) instances have a vertical scrollbar. (#5920) ocornut 2022-12-08 19:53:57 +0100
  • 0949acb6e6 Shortcut: added Shortcut() function and ImGuiInputFlags in public API + Demo. (#456, #2637) ocornut 2022-12-08 18:15:00 +0100
  • 1dae7df26f Misc: added GetItemID() in public API. ocornut 2022-12-08 18:26:25 +0100
  • 48215231f9 Demo: moved WantCapture overrides items + various comments related to ImGuiKey, ImGuiMod ocornut 2022-12-08 16:47:53 +0100
  • 719c594f84 Merge branch 'master' of https://github.com/ocornut/imgui GD 2022-12-08 15:35:05 +0900
  • f8d1198024 Arithemic operators added for ImVec2 Alireza 2022-12-07 23:18:48 +0330
  • 810c60b6ee Use DefWindowProcW in win32 examples Mark Reid 2022-12-06 13:33:53 -0800
  • d3025cde37 Merge branch 'master' into docking ocornut 2022-12-06 22:13:12 +0100
  • 9d08506dce Tables, Nav: frozen columns are not part of menu layer and can be crossed over. (#5143, #3692) ocornut 2022-12-06 22:11:51 +0100
  • fd0b3734d3 Tables, Nav, Scrolling: fixed scrolling functions and focus tracking with frozen rows and columns. (#5143, #4868, #3692) ocornut 2022-12-06 20:42:32 +0100
  • 16cee3d009 Internals: tidying up and standardizing outer decoration size storage. (toward #5143, #4868, #3692, #3518) ocornut 2022-12-02 19:20:03 +0100
  • 820b1e651a Internals: reduced duplicate code in CalcNextScrollFromScrollTargetAndClamp() by looping through axiees. ocornut 2022-12-06 18:34:45 +0100
  • 24b873a740 Internals: renaming inside ScrollToRectEx() + fixed misplaced changelog entry. ocornut 2022-12-06 17:25:54 +0100