9079 Commits (ebcfcd8da314df1ea47d1036b9978b0331274025)
 

Author SHA1 Message Date
omar 673df61914 More compact README ago%!(EXTRA string=3 years)
ocornut 1816c5241b Examples: updated VS projects with .natvis file under imgui/ ago%!(EXTRA string=3 years)
omar e8178bf8a4
Update README.md ago%!(EXTRA string=3 years)
Javier Marín a0e1591ac2 Fix more typos (#5679) ago%!(EXTRA string=3 years)
tocic 6c3c9cea7f Fix typos in source comments (#5675) ago%!(EXTRA string=3 years)
ocornut 091445a4a9 Examples: added all SDL examples to VS solution. ago%!(EXTRA string=3 years)
ocornut 513c1ba996 Removed the bizarre legacy default argument for 'TreePush(const void* ptr = NULL)' (#1057) ago%!(EXTRA string=3 years)
ocornut 64b88da21b Merge branch 'master' into docking ago%!(EXTRA string=3 years)
ocornut cb48c81a44 Tabs: Fix initial tab state. Amend 3e6f948( (#5572) ago%!(EXTRA string=3 years)
ocornut 52d9ee0dc2 Tabs: Fixed ShrinkWidths() redistribution of remainder leading to infinite bug (second fix). (#5652, #5262) ago%!(EXTRA string=3 years)
ocornut caf4b7f1e6 Backends: SDL: Fixed building backend under non-OSX Apple targets (e.g. iPhone). (#5665) ago%!(EXTRA string=3 years)
ocornut 3e6f948851 Tabs: Enforcing minimum size of 1.0f, fixed asserting on zero-tab widths. (#5572) ago%!(EXTRA string=3 years)
ocornut b137f31b8c Tabs: Fixed ShrinkWidths() redistribution of remainder leading to infinite bug + over redistribution. (#5652) ago%!(EXTRA string=3 years)
ocornut 2171375f93 InputText: clarified that callbacks cannot modify buffer when using the ReadOnly flag. ago%!(EXTRA string=3 years)
tocic 9e7c0f985f
Fix typos in docs (#5649) ago%!(EXTRA string=3 years)
Constantine Tarasenkov b87e58fab3 ImGui::InputText: added support for shift+click style selection. (#5619) ago%!(EXTRA string=3 years)
ocornut fe62927bd8 Backends: OpenGL: Update comments. (#4445, #5642, #4649) ago%!(EXTRA string=3 years)
ocornut 9e1ccf8fab Commented out redirecting functions/enums names that were marked obsolete in 1.77 and 1.78 (June 2020): (#3361) ago%!(EXTRA string=3 years)
ocornut aceab9a877 Obsoleted using SetCursorPos()/SetCursorScreenPos() to extend parent window/cell boundaries. (#5548) ago%!(EXTRA string=3 years)
ocornut edcd5b113e Obsoleted using SetCursorPos()/SetCursorScreenPos() to extend parent window/cell boundaries. (#5548) ago%!(EXTRA string=3 years)
ocornut bc2002ab92 Merge branch 'master' into docking ago%!(EXTRA string=3 years)
scorpion-26 5867a43dc8 Backends: GLFW: Honor GLFW_CURSOR_DISABLED by not setting mouse position. (#5625) ago%!(EXTRA string=3 years)
ocornut 9445776d61 Nav: Fixed an issue opening a menu with Right key from a non-menu window. ago%!(EXTRA string=3 years)
ocornut 03fc9a0b17 Menus: Fixed gaps in closing logic. (#5614) ago%!(EXTRA string=3 years)
Rokas Kupstys b3ea01d86f Menus: Fix sub-menu inhibition stopping working in some cases. (Amend WIP) (#2517, #5614, noticed in #5546) ago%!(EXTRA string=3 years)
ocornut a502ceb075 Added commented out older obsolete names (1.42 to 1.52) ago%!(EXTRA string=3 years)
ocornut 2569c64740 Demo: Improved "Constrained-resizing window" example, more clearly showcase aspect-ratio. (#5627, #5618) ago%!(EXTRA string=3 years)
ocornut 7f25143972 Better error reporting for PopStyleColor()/PopStyleVar() + easier to recover. (#1651) ago%!(EXTRA string=3 years)
ocornut 747c9a7adf IsKeyPressed(), IsMouseClicked(), GetKeyPressedAmount(): add a (normally unnecessary) test for ->Down next to ->DownDuration tests, facilitating the use of key eating mechanism. ago%!(EXTRA string=3 years)
ocornut e13913ed57 IsItemHovered: Added ImGuiHoveredFlags_DelayNormal, ImGuiHoveredFlags_DelayShort, ImGuiHoveredFlags_NoSharedDelay. (#1485) ago%!(EXTRA string=3 years)
ocornut 71a0701920 Nav: Fixed regression in e99c4fc preventing CTR+Tab to work without NavEnableKeyboard (#5504, #4023); ago%!(EXTRA string=3 years)
ocornut b3b3a07133 Nav: Fixed regression in e99c4fc preventing CTR+Tab to work without NavEnableKeyboard (#5504, #4023); ago%!(EXTRA string=3 years)
Geoffrey McRae 2c1262b436 ImVector: fix undefined behaviour during copy operator if source vector is null. (#5608) ago%!(EXTRA string=3 years)
ocornut db798fd5be Merge branch 'master' into docking ago%!(EXTRA string=3 years)
ocornut 72096bf698 Clipper: simplify code and remove cases where true is returned with empty display range as an extra step. ago%!(EXTRA string=3 years)
ocornut 07b9999de9 Debug Log: added 'Clipper' events logging. ago%!(EXTRA string=3 years)
ocornut 4eb9066997 Clipper: extract code into a ImGuiListClipper_StepInternal() to facilitate debugging. Moved clipper End() call to outer layer, stopped heretic use of comma operator. ago%!(EXTRA string=3 years)
David Chavez 21b5fac57a Backends: Metal: Update deprecated property 'sampleCount'->'rasterSampleCount' (#5603) ago%!(EXTRA string=3 years)
ocornut b78738ff23 Internals: Docking: rename HoveredDockNode to DebugHoveredDockNode to clarify that it isn't usable for much other than debugging. ago%!(EXTRA string=3 years)
ocornut d357e8504b TestEngine: revert part of 5b0510c as IMGUI_TEST_ENGINE_ITEM_ADD() woul see an erreneous hierarchy. ago%!(EXTRA string=3 years)
Adam Essemaali 7f4b477d2e CI: Update ubuntu version (#5598) ago%!(EXTRA string=3 years)
ocornut cdebd70e15 Fix PVS-Studio static analyzer warning for "buffer underflow" ago%!(EXTRA string=3 years)
ocornut 5b0510c5b7 TestEngine: facilitate aiming at InputScalar() using wildcards + removed unnecessary IDStack.size hack (require TestEngine latest) ago%!(EXTRA string=3 years)
ocornut ef6ba0d846 Misc: allowing override of IM_TABSIZE (#5593) ago%!(EXTRA string=3 years)
ocornut 268565079c InputText: numerical fields automatically accept full-width characters (U+FF01..U+FF5E) by converting them to half-width (U+0021..U+007E). ago%!(EXTRA string=3 years)
Rokas Kupstys 8cbd391f09 Docking: Add source dock node parameter DockContextCalcDropPosForDocking() to facilitate test engine (un)docking nodes before they are split out to their own window. ago%!(EXTRA string=3 years)
ocornut a396233cb6 Platform IME: Windows: Revert 133bbafa and 29a8ee08 as regression until new results comes. (#2589, #5535, #5264, #4972) ago%!(EXTRA string=3 years)
ocornut 839c31006b Debug Log: Added IO events logging. ago%!(EXTRA string=3 years)
ocornut 133bbafa3c Platform IME: Windows: Fixed a call to ImmAssociateContextEx() leading to freeze on some setups. (#2589, #5535, #5264, #4972) ago%!(EXTRA string=3 years)
Rokas Kupstys ff1567e240 Docking: Simplify logic of moving tabs between nodes. Amends 0abe7d. (#5515) ago%!(EXTRA string=3 years)