1246 Commits (f23d29b48179b38a38243c4eadf246343a9ce96d)

Author SHA1 Message Date
ocornut 31dc7d8d63 Added ImGuiMouseCursor_None for usage by app/binding ago%!(EXTRA string=9 years)
ocornut d567595dde ImDrawList: AddRect(), PathRect() default rounded_corner 0x0F->~0/-1 so it appears less obscure in IDE completions ago%!(EXTRA string=9 years)
ocornut e07d45709f ImDrawList: Uses IM_COL32_A_MASK macro instead of hardcoded zero alpha testing (#844) ago%!(EXTRA string=9 years)
ocornut 68c81739bf Minor tidying up following merge BGRA color PR (#844) ago%!(EXTRA string=9 years)
Michał Cichoń 1999c01db8 Apply Omar feedback and convert remaining 0xAABBGGRR's into IM_COL32(RR,GG,BB,AA) format. ago%!(EXTRA string=9 years)
Michał Cichoń d75d2b1871 Introduce IMGUI_USE_BGRA_PACKED_COLOR in imconfig.h. ago%!(EXTRA string=9 years)
ocornut 56cdbe434d Style: Added ButtonTextAlign, ImGuiStyleVar_ButtonTextAlign (#842) ago%!(EXTRA string=9 years)
ocornut 0f303d363a Refactor text alignment options to use ImVec2, removed ImGuiAlign (#842, #222) ago%!(EXTRA string=9 years)
ocornut c5b8c6303a Refactor PushStyleVar/PopStyleVar so it is constant time + can receive integers (yet unused) (#842) ago%!(EXTRA string=9 years)
ocornut 612b17ef57 Fixing minor english typos (#827) ago%!(EXTRA string=9 years)
Brian Swetland 5a47346f5a ImFont: add RenderGlyph() to allow rendering of individual glyphs ago%!(EXTRA string=9 years)
ocornut 252f094101 Nav: Undo 87eb749cbc, agressively including nav focus test in IsItemHovered() (#323) ago%!(EXTRA string=9 years)
ocornut 87eb749cbc Added IsItemHoveredOrFocused() (provisional name), better handling of popup/tooltip positioning when using mouse+nav (#323) ago%!(EXTRA string=9 years)
ocornut 3ab0d5cdfd Nav: NavHighlight gets its own color (default to Header color), made rectangle thicker (#323) ago%!(EXTRA string=9 years)
ocornut df1d1b5b25 Nav: DragBehavior: Adjust minimum step to displayed precision when using navigation (#323, #180) ago%!(EXTRA string=9 years)
ocornut a68132948b Nav: Added ImGuiCol_NavWindowingHighlight into style (#323) ago%!(EXTRA string=9 years)
ocornut 5ef8452509 Nav: Comments (#323) ago%!(EXTRA string=9 years)
ocornut 5d1a0a6f77 Removed a handful of obsolete (trivial) function redirection from 1.34 and 1.38 (march-april 2015) ago%!(EXTRA string=9 years)
ocornut b8397c2933 Tweak comments (#768) ago%!(EXTRA string=9 years)
Michał Cichoń 7588dfb67e Add ability to test arbitrary rectangle for visibility without need of moving cursor. ago%!(EXTRA string=9 years)
ocornut dcff032429 Nav: Moving all nav inputs to io.NavInputs[] float array, new enum labelled for gamepad. (#323) ago%!(EXTRA string=9 years)
ocornut 4ccc87c91d Typo in commented default-value ago%!(EXTRA string=9 years)
ocornut 907265d632 Using ImGuiID instead of ImU32 is a few places ago%!(EXTRA string=9 years)
ocornut a154625a56 Nav: Not exposing ImGuiWindowFlags_NavFlattened because it requires much more work (#323) ago%!(EXTRA string=9 years)
ocornut 2545d75c3b Tidying up, removed two unnecessary window flags from being exposed in imgui.h ago%!(EXTRA string=9 years)
ocornut b3cba62b80 Nav: Added experiment ImGuiWindowFlags_NavFlattened flag to cross over between parent and non-scrolling child windows (#323) ago%!(EXTRA string=9 years)
ocornut 68b73b61b5 Nav: Comment (#323) ago%!(EXTRA string=9 years)
ocornut e2dd48ae65 Nav: Split _NoNav window flag into _NoNavInputs and _NoNavFocus (#323) ago%!(EXTRA string=9 years)
ocornut 04157da291 Nav: first committed pass for manual moving and manual scrolling (after a bunch of attempts) (#323) ago%!(EXTRA string=9 years)
ocornut 666d83b5c7 InputText/IO: Got rid of individual OSX options in ImGuiIO, added io.OSXBehaviors (#473, #650) ago%!(EXTRA string=9 years)
ocornut c3aa36d9ab Navigation: Renamed ImGuiKey_NavWindowing to ImGuiKey_NavMenu (#323) ago%!(EXTRA string=9 years)
ocornut 8efd05a148 Tab->Spaces, missing spaces, typos ago%!(EXTRA string=9 years)
Adisorn Aeksatean 4141144b21 Added GetGlyphRangesThai() ago%!(EXTRA string=9 years)
ocornut c2cb2a6928 Gamepad/Keyboard navigation support, initial commit, WIP (#323) ago%!(EXTRA string=9 years)
ocornut 4a11cc35b9 Updated code for repeat delay / repeat handling. GetKeyPressedAmount() now returns a count to support fast repeat rate (where DeltaTime > RepeatRate). ago%!(EXTRA string=9 years)
ocornut 88c1966629 Added IsAnyWindowFocused(). Renamed IsMouseHoveringAnyWindow() -> IsAnyWindowHovered(), IsPosHoveringAnyWindow() -> IsAnyWindowHoveredAtPos(), IsMouseHoveringWindow() -> IsWindowHoveredRect() for consistency. Kept inline rediection function. ago%!(EXTRA string=9 years)
ocornut 0300e73b3f Comments ago%!(EXTRA string=9 years)
ocornut bbd3b75609 Added IsKeyPressed() with explicit repeat delay and repeat rate (for usage by nav) (#323) ago%!(EXTRA string=9 years)
ocornut 9c71ec38f0 ImVector: reserve() tweak to avoid undefined behavior warning (#731) ago%!(EXTRA string=9 years)
Michael Bartnett 86f42b5950 osx uses super+arrows for home/end, built on work in ocornut/imgui#473 ago%!(EXTRA string=9 years)
ocornut de61fcc619 Minor bits ago%!(EXTRA string=9 years)
ocornut f83790dc5a Comments ago%!(EXTRA string=9 years)
ocornut 2da30e8702 Comments (#691) ago%!(EXTRA string=9 years)
ocornut 65a525550e ImFont: Allowing to use up to 0xFFFE glyphs in same font (increased from previous 0x8000) ago%!(EXTRA string=9 years)
ocornut 5d4cf1c3f3 Version 1.50 WIP ago%!(EXTRA string=9 years)
ocornut adb85d800d Version 1.49 ago%!(EXTRA string=9 years)
ocornut 9a751da136 Caving in to ignoring stupid pedantic Clang warnings for old-style-cast in header files ago%!(EXTRA string=9 years)
ocornut dcef7dedce Comments (#590) ago%!(EXTRA string=9 years)
ocornut d5a12866fe Comments (#676, #655) ago%!(EXTRA string=9 years)
ocornut 1483a69c11 Demo: Tree: showing how to align tree node label with current x position (#324, #581) ago%!(EXTRA string=9 years)