Commit Graph

  • f346b4b302 Examples: SDL+Metal example. coding_jackalope 2020-02-07 12:48:59 -0800
  • da1a536faa
    Merge e2a28c3843 into 8432d1bfc7 Pavel Potoček 2020-02-10 18:51:00 +0300
  • d16c87a5b1 Internals: Minor renaming omar 2020-02-10 16:44:28 +0100
  • 35d23cccd4 Tables: Added ImGuiTableFlags_NoKeepColumnsVisible wip flag useful for layout purpose. (WIP) omar 2020-02-10 15:48:08 +0100
  • 0c2b772ecf Tables: Fixed content size calculation creating feedback loops. Fixed handling of _DefaultSort with _PreferSortXXXflags (@parbo). Comments. omar 2020-02-06 18:34:37 +0100
  • e773d031a5 Tables: Fixed headers closing popups. omar 2020-01-22 17:04:54 +0100
  • 2ecb9fa841 Tables: TableHeader() uses provided row min header rather than incremental one to allow multi-item multi-line in header cells. Demo TableHeader() - will caveat, comments. omar 2020-01-20 12:41:23 +0100
  • 99576527d1 Tables: Honor width/weight passed to TableSetupColumn() after .ini load since we don't actually restore that data currently. omar 2020-01-09 22:02:16 +0100
  • 3c2b9d40a2 Tables: Made only first column honor Indent by default (like Columns api) and exposed flags. Added simple Tree demo. omar 2020-01-09 21:10:45 +0100
  • e4a663a0a4 Tables: Storing per-column SkipItems as a shortcut. Comments, Spacings. omar 2020-01-09 17:31:26 +0100
  • aa605a5d4e Tables: Fix for hiding first column (fix fcceff5c + reading PrevLineTextBaseOffset in EndCell of inactive column). omar 2020-01-06 12:21:15 +0100
  • 955bd4fac4 Tables: Support for multi-line columns name. Renaming of some fields from BackupXXX to HostXXX. Comments. omar 2020-01-06 11:53:04 +0100
  • 3fc8d8d5db Tables: Fix reordering across hidden columns. Fix for frozen columns to never be larger than scrolling visible rect width. omar 2020-01-03 18:27:11 +0100
  • 26a4060cea Tables: Clarify internal calculations of row height so that TableGetCellRect() include expected paddings. Add demo code. Comments. omar 2020-01-03 00:31:06 +0100
  • b3321a9e38 Tables: Moved border colors to the Style (maybe temporarily?) instead of hardcoding them. omar 2019-12-30 16:31:18 +0100
  • bb940e8bbf Tables: Separating inner/outer borders flags per axis so it is possible to remove outer vertical borders to mimic old columns. omar 2019-12-30 15:14:15 +0100
  • e461feb7dd Tables: Fix scroll when releasing resize for multi-instances. Comments. Renaming. omar 2019-12-30 13:01:36 +0100
  • 46a2ed4962 Tables: Demo: Moved Columns section into Tables & Columns section under a Legacy section. omar 2019-12-29 19:48:10 +0100
  • f2ee728ea4 Tables: Disable initial output prior to NextRow call to avoid misleading users. omar 2019-12-29 17:35:12 +0100
  • 0d8b5074c1 Tables: Return false when window is Collapsed (consistent + helpful for doc) + Fix empty context menu. omar 2019-12-29 17:12:09 +0100
  • 27cd228ecf Tables: Comments, better assert, moved some internal flags out of the way. omar 2019-12-29 17:10:42 +0100
  • aedf5f5cd3 Tables: Double-clicking on fixed column to resize. Extracted code BeginTableEx(). omar 2019-12-28 19:34:19 +0100
  • 2cd8658a67 Tables: Handle columns clipped due to host rect omar 2019-12-28 19:17:59 +0100
  • 5d07efed03 Tables: Columns with no policy in a scrolling table will default to WidthFixed instead of WidthAlwaysAutoResize if an explicit value is passed to TableSetupColumn() omar 2019-12-28 17:45:15 +0100
  • 23cd2a5b11 Tables: Support for multiple Tables using same id where most settings are synced. omar 2019-12-26 11:15:56 +0100
  • 5df135f02d Tables: Initial demo code. omar 2019-12-19 14:52:18 +0100
  • d98b2261c1 Tables: Initial commit. [Squashed 123+5 commits from tables_wip/] omar 2019-12-19 14:50:21 +0100
  • 8432d1bfc7 Merge branch 'master' into docking omar 2020-02-10 14:03:12 +0100
  • 58b3e02b95 Version 1.75 v1.75 omar 2020-02-09 17:36:00 +0100
  • 7e2d172ae5 Backends: GLFW, SDL: Platform monitors declared properly even if multi-viewport is not enabled. omar 2020-02-09 17:31:18 +0100
  • d37d25470a Added IMGUI_DISABLE compile-time definition to make all headers and sources empty. omar 2020-02-09 17:06:58 +0100
  • 8b38d4f5a1 Examples: SDL+Metal example. coding_jackalope 2020-02-07 12:48:59 -0800
  • f694244dec InputText: Fix using a combination of _CallbackResize + _EnterReturnsTrue + lack of persisting user storage. (#3009) omar 2020-02-04 15:19:49 +0100
  • bdbb2b21f5 Fix 83efdcec from overflowing buffer + make it a single undo records + comments (#3008) omar 2020-02-03 16:37:54 +0100
  • 83efdcec8d Canceling text input with [esc] key uses stb_textedit facilities to restore original value. This makes restoration undoable using hotkeys. Rokas Kupstys 2020-02-03 10:29:08 +0200
  • 3bde375078 Nav, Docking: Fixed failing to restore NavId when refocusing due to missing nav window. omar 2020-02-02 22:40:56 +0100
  • 365b639981 Nav, Docking: Fixed failing to restore NavId when refocusing a child within a docked window. omar 2020-02-02 22:17:04 +0100
  • d4fc525614 Nav, Focus: Fixed messed up Ctrl+Tab order with Docked windows. omar 2020-02-02 21:24:53 +0100
  • 5be649e082 Merge branch 'master' into docking omar 2020-02-02 21:21:54 +0100
  • 5a437f198c Internals: GetItemStatusFlags(). Added Comments. omar 2020-02-02 21:01:22 +0100
  • fc42528f13 When testing for the presence of the ImGuiWindowFlags_NoBringToFrontOnFocus flag we test both the focused/clicked window (which could be a child window) and the root window. omar 2020-01-31 18:28:25 +0100
  • fc41839cab Focus: Reworking FocusWindow() so in Docking branch we can fix CTRL+Tab being out of order on Docked windows because WindowsFocusOreder is poorly maintained. omar 2020-01-31 18:27:40 +0100
  • fb257eef3e Internals: Update ->RootWindow and other links before applying the SetNextWindowXXX stuff. This is so FocusWindow() can always assume that ->RootWindow != NULL. omar 2020-01-31 17:43:35 +0100
  • 4b4be11fd2 Docking: Clarifying that DockNode!=NULL when DockIsActive. Comments. Cleanup. omar 2020-01-31 14:57:47 +0100
  • d9bca0d853 Nav: Fixed a bug where the initial CTRL-Tab press while in a child window sometimes selected the current root window instead of always selecting the previous root window. (#787) omar 2020-01-31 14:17:43 +0100
  • d19297e2fa InputTextMultiline: Provide label to BeginChildEx so internal window name hold a little more context. omar 2020-01-31 14:10:43 +0100
  • 47fab0e166 Misc renaming, comments. Docs: add missing spacing to Changelog. omar 2020-01-31 12:27:57 +0100
  • 9cff4d6e5e Columns: ImDrawList::Channels* functions now work inside columns. Rokas Kupstys 2020-01-29 16:14:58 +0200
  • 05a49f0413 Examples: Emscripten: Demonstrating embedding fonts in Makefile and code. (#2953) [@Oipo] omar 2020-01-30 17:15:11 +0100
  • 8cbb693f47 Emscripten: Allow filesystem support. (#3005) Konstantin Podsvirov 2020-01-25 23:49:23 +0300
  • e7bfcb970e Merge branch 'master' into docking omar 2020-01-30 15:21:16 +0100
  • 6e1f8be07b Window: Fix SetNextWindowBgAlpha(1.0f) failing to override alpha component. (#3007) omar 2020-01-30 15:13:36 +0100
  • 0a23582718 Examples: VS projects: Removed inconsistent/extraneous explicit linkage to imm32. omar 2020-01-29 20:11:42 +0100
  • 0e89041997 Internals: ButtonEx, ButtonBehavior can support multiple mouse buttons. omar 2020-01-29 16:35:30 +0100
  • 7794b104c5 Backends: SDL/Viewports: Fix crash when SDL backend is used with DirectX graphics API and system does not support Vulkan. Rokas Kupstys 2020-01-29 11:40:49 +0200
  • 3b828e6f96 Fix following bbe946f (ImRect <> ImVec4) omar 2020-01-28 20:29:07 +0100
  • bbe946fb6c Minor fixes/tweaks (some to reduce drift wiih master branch) omar 2020-01-28 20:08:04 +0100
  • 5f4dfad5b7 Merge misc/shallow changes from Docking to reduce drift. omar 2020-01-28 20:06:34 +0100
  • 6c1a73774d Tooltip: Testing DragDropWithinSourceOrTarget in BeginTooltipEx() instead of just BeginTooltip() - feel this was an overlook. Added tooltip flags instead of using bool. omar 2020-01-27 19:02:54 +0100
  • 377f730054 Fix resizing viewport-owning windows when mouse pos is outside the InnerClipRect (can happen with OS decoration on). (#1542) omar 2020-01-27 17:57:07 +0100
  • f5528001f6 Merge branch 'master' into docking omar 2020-01-27 14:57:00 +0100
  • 4d4e3b97f4 TODO, Readme omar 2020-01-24 15:25:47 +0100
  • b887259974 Bindings: Improved FreeGLUT support for MinGW (#3004) Konstantin Podsvirov 2020-01-27 14:11:29 +0300
  • 692e265406 Emscripten: Allow filesystem support Konstantin Podsvirov 2020-01-25 23:49:23 +0300
  • 8344a6bfc6 Bindings: Improved FreeGLUT support for MinGW Konstantin Podsvirov 2020-01-25 22:41:14 +0300
  • f68075b333 Docking: Added DockNodeFlagsOverrideSet/DockNodeFlagsOverrideClear (experimental) omar 2019-11-28 22:42:13 +0100
  • f6da5000bf Backends: OpenGL2: Explicitly backup, setup and restore GL_TEXTURE_ENV to increase compatibility with legacy OpenGL applications. (#3000) omar 2020-01-23 16:20:10 +0100
  • 5363af7f47 AddCircle, AddCircleFilled: Add auto-calculation of circle segment counts (amends) omar 2020-01-08 00:10:18 +0100
  • 051ce0765e AddCircle, AddCircleFilled: Add auto-calculation of circle segment counts Ben Carter 2019-12-09 15:57:24 +0900
  • e2a28c3843 Fix a bug introduced by the previous reformatting Pavel Potoček 2020-01-23 12:55:32 +0100
  • e9e605b692 Fix warnings & stylistic issues (by ocornut) Pavel Potoček 2020-01-23 12:42:45 +0100
  • 2eda3585e7 Fixed hoverable/focus bug introduced in 3fe6ae97 (#2997) omar 2020-01-22 14:20:56 +0100
  • 7a22767483 CI: Add MSVC extra warnings build and correct labels of other extra warnings builds. Rokas Kupstys 2020-01-20 15:57:39 +0200
  • cfbc76d627 converted all flag enums into constexpr uints Malte Kießling 2020-01-21 20:30:02 +0100
  • 62ebc340eb Make flags unsigned (WIP, C++11 version) omar 2020-01-20 23:25:13 +0100
  • 46b77334b7 Make flags unsigned (WIP) omar 2020-01-17 14:57:36 +0100
  • f1b5c742ff Viewports: Add various comments omar 2020-01-20 19:33:46 +0100
  • 7e068da2bd Docking: Internals: Renamed members from XxxxID to XxxxxId to be more consistent with rest of the codebase (still some inconsistency left that are harder to fix) omar 2020-01-20 19:29:25 +0100
  • 3fe6ae9732 Internals: Move some Nav functions and members around (no functional change) + Misc comments omar 2020-01-20 18:09:59 +0100
  • 0a3df4b2ce
    Update FAQ.md omar 2020-01-20 14:28:01 +0100
  • 15c6abe4be Internals: Standard math functions default redirection uses a define instead of an extraneous inline function call omar 2020-01-20 11:48:17 +0100
  • 29699d9eee Fix CustomRects rendering. Loïc Molinari 2020-01-20 00:23:23 +0100
  • 8bcac7d95c Backends: GLFW, SDL: report Windows key (io.KeySuper) as always released. omar 2020-01-17 15:18:33 +0100
  • e499497ec5 Backends: Win32: Added support for io.KeySuper (Windows key) for consistency with other backends. (#2976) omar 2020-01-17 14:56:56 +0100
  • 2478dbfdb7 Disable warning C5054 introduced in VS 2019 16.2 (#2983) omar 2020-01-17 14:18:16 +0100
  • 6c00d1916e Disable format checks when using stb_sprintf.h Loïc Molinari 2019-12-29 15:39:49 +0100
  • aa34681652 Backends: GLFW: inhibit error callback when creating cursors because X11 setups may be missing them + comment (#2980) omar 2020-01-17 11:36:56 +0100
  • 8d7d034819 FreeType subpixel rendering support Loïc Molinari 2020-01-17 11:25:01 +0100
  • 9ad4c5da7e Fix zealous warnings + Internals: Renamed members from XxxxID to XxxxxId to be more consistent with rest of the codebase (still some inconsistency left that are harder to fix) omar 2020-01-15 17:23:05 +0100
  • c8a28e81cc
    Suppressed MSVC++ warning C5054 Matthias Moulin 2020-01-16 14:38:04 +0100
  • f6d6880a61 Internals: Nav: PushFocusScope, PopFocusScope, GetFocusScopeID() helpers omar 2020-01-14 20:34:26 +0100
  • 44174b1fa1 Merge branch 'master' into docking omar 2020-01-14 20:01:27 +0100
  • 2ebe08be40 Focus, Nav: Merged bits from RangeSelect features to enable early manipulation of focus scope for styling purpose. omar 2020-01-14 19:23:50 +0100
  • 4f7bf7e96a Backends: Win32: Added support for #define IMGUI_IMPL_WIN32_DISABLE_GAMEPAD and IMGUI_IMPL_WIN32_DISABLE_LINKING_XINPUT. (#2716) omar 2020-01-14 14:58:32 +0100
  • da7f4419ac Support partial acceleration with Windows GDI. Naruto Mouri 2020-01-14 20:50:14 +0800
  • e2eb0b4bc4 Internals: Begin tries to setup WindowTemp/DC members in same order as their declaration. Readme: remove Coverity banner (PVS is better) omar 2020-01-13 15:36:24 +0100
  • 93cba74ce8 Streamline the implementation. Naruto Mouri 2020-01-13 23:35:12 +0800
  • 30dfa55ddb Tidy the source code. Naruto Mouri 2020-01-13 22:38:58 +0800
  • 02c2d18aa3 Internals: Renaming and marking of legacy focus/tabbing system omar 2020-01-13 15:21:37 +0100
  • 52334ad8df Internals: Minor ordering/comments of ImGuiWindowTempData. omar 2020-01-13 15:04:28 +0100