7030 Commits (a229a7f39fece2ec40308e47684792a9ceb519cd)
 

Author SHA1 Message Date
ocornut a229a7f39f Examples: Win32: Always use RegisterClassW() to ensure windows are Unicode. (#5725) ago%!(EXTRA string=3 years)
ocornut e0330c1696 Fonts, Text: Fixed wrapped-text not doing a fast-forward on lines above the clipping region. (#5720) ago%!(EXTRA string=3 years)
ocornut 4d4889bf1b Refactor CalcWordWrapPositionA() to take on the responsability of minimum character display. Add CalcWordWrapNextLineStartA(), simplify caller code. ago%!(EXTRA string=3 years)
ocornut 5c4426c5b8 Demo: Fixed Log & Console from losing scrolling position with Auto-Scroll when child is clipped. (#5721) ago%!(EXTRA string=3 years)
ocornut 12c0246890 Removed support for 1.42-era IMGUI_DISABLE_INCLUDE_IMCONFIG_H / IMGUI_INCLUDE_IMCONFIG_H. (#255) ago%!(EXTRA string=3 years)
ocornut 73efcec564 Examples: disable GL related warnings on Mac + amend to ignore list. ago%!(EXTRA string=3 years)
ocornut a725db17b7 Comments for flags discoverability + add to debug log (#3795, #4559) ago%!(EXTRA string=3 years)
ocornut 325299f942 Backends: OpenGL: Add ability to #define IMGUI_IMPL_OPENGL_DEBUG. (#4468, #4825, #4832, #5127, #5655, #5709) ago%!(EXTRA string=3 years)
ocornut 56c3eaed20 ImDrawList: asserting on incorrect value for CurveTessellationTol (#5713) ago%!(EXTRA string=3 years)
ocornut 04316bd223 ColorEdit3: fixed id collision leading to an assertion. (#5707) ago%!(EXTRA string=3 years)
ocornut c261dac02f Demo: moved ShowUserGuide() lower in the file, to make main demo entry point more visible + fix using IMGUI_DEBUG_LOG() macros in if/else. ago%!(EXTRA string=3 years)
ocornut 51bbc70652 Backends: SDL: Disable SDL 2.0.22 new "auto capture" which prevents drag and drop across windows, and don't capture mouse when drag and dropping. (#5710) ago%!(EXTRA string=3 years)
ocornut 7a9045dd77 Backends: WGPU: removed Emscripten version check (currently failing on CI, ensure why, and tbh its redundant/unnecessary with changes of wgpu api nowadays) ago%!(EXTRA string=3 years)
ocornut 83a0030c0a Added ImGuiMod_Shortcut which is ImGuiMod_Super on Mac and ImGuiMod_Ctrl otherwise. (#456) ago%!(EXTRA string=3 years)
ocornut fd408c9790 Renamed and merged keyboard modifiers key enums and flags into a same set:. ImGuiKey_ModXXX -> ImGuiMod_XXX and ImGuiModFlags_XXX -> ImGuiMod_XXX. (#4921, #456) ago%!(EXTRA string=3 years)
ocornut f359dca0dc Misc input related changes to facilitate upcoming merges. ago%!(EXTRA string=3 years)
ocornut 85f327d8d3 InputText: added ImGuiInputTextFlags_EscapeClearsAll (#5688) ago%!(EXTRA string=3 years)
ocornut 60ab8a94a7 InputText: fixed minor one-frame selection glitch when reverting with Escape + disable cursor rendering on revert frame. (#3008) ago%!(EXTRA string=3 years)
ocornut 4b522e145c Experiment: ImGuiKey is now a typed enum, allowing ImGuiKey_XXX symbols to be named in debuggers. (#4921, #4537) ago%!(EXTRA string=3 years)
ocornut 5c8041b4d7 Update gif in README + font names in examples ago%!(EXTRA string=3 years)
ocornut 2736af6b61 Minor optimization of ImFontAtlasBuildMultiplyRectAlpha8() + README tweaks. ago%!(EXTRA string=3 years)
Marc Auberer efe4a3722d
Fix typo (#5691) ago%!(EXTRA string=3 years)
ocornut 1dd964f87d Popups & Modals: Fix (amended) somehow undocumented Popup+Child behavior (useful for e.g. #718, #4461 and probably other things) ago%!(EXTRA string=3 years)
ocornut 440f257688 Popups & Modals: fixed nested Begin() being erroneously input-inhibited. (useful for e.g. #718, #4461 and probably other things) ago%!(EXTRA string=3 years)
ocornut 472f8013bd Moved version number higher up in imgui.h to increase visibility ago%!(EXTRA string=3 years)
tocic 2b1d8e3eaf Fix more typos in sources and docs (#5681) ago%!(EXTRA string=3 years)
ocornut 44e3ba115a Demo: moved "Mouse Cursors" section. moved "Filtering" section. ago%!(EXTRA string=3 years)
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 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 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 edcd5b113e Obsoleted using SetCursorPos()/SetCursorScreenPos() to extend parent window/cell boundaries. (#5548) 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)