193 Commits (6bc1572d312eef3fa800c720b7211a4fd7426449)

Author SHA1 Message Date
omar 6bc1572d31 ColorPicker: Comments. Single input value mode allow access to context-menu options. (#346) ago%!(EXTRA string=8 years)
omar 973d4a361b ColorPicker: Forward AlphaPreview flag to its individual inputs/sliders. Split code into extra lines to make logic more readable. (#346) ago%!(EXTRA string=8 years)
omar cdcda9ff68 ColorEdit4: Store edit options per window. Demo: Letting user change edit mode. (#346) ago%!(EXTRA string=8 years)
omar c36d59a42a ColorEdit, ColorPicker: AlphaPreview, AlphaPreviewHalf are explicit. Updated demo and using in style editor. 3x3 checkerboard more readable in half mode. (#346) ago%!(EXTRA string=8 years)
omar b7a563276d ColorTooltip: Honor ImGuiColorEditFlags_HalfAlphaPreview flag by calling ColorButton(). Added HalfAlphaPreview to demo. (#346) ago%!(EXTRA string=8 years)
omar 2e37db9002 ColorEdit4: Fix not forwarding ImGuiColorEditFlags_AlphaBar flag to ColorPicker4 (#346) ago%!(EXTRA string=8 years)
omar 6796e771fd ColorEdit, ColorPicker: added ImGuiColorEditFlags_NoAlphaPreview flag (#346). Reorder flags again. ago%!(EXTRA string=8 years)
omar d29a4c5e5c Demo: Removed the color button from the context menu example because it is misleading now that our color widget have tooltip/context menus themselves. (#346) ago%!(EXTRA string=8 years)
omar 7b2d79cffd ColorEdit: Added ImGuiColorEditFlags_Float flag to display and edit drag values in 0.0..1.0 range instead of 0..255. (#346) ago%!(EXTRA string=8 years)
omar 4def2ce339 ColorPicker: Demo tweaks (#346) ago%!(EXTRA string=8 years)
omar 790d0eb5be ColorPicker: Added ImGuiColorEditFlags_AlphaBar option (#346) ago%!(EXTRA string=8 years)
omar 91bf8fd689 ColorPicker,ColorEdit: Demo code (#346) ago%!(EXTRA string=8 years)
omar 100d30a0a1 Comments about IMGUI_DISABLE_TEST_WINDOWS (#1240, #169) ago%!(EXTRA string=8 years)
omar 8261d9ff30 Comments (#1172, #1231) ago%!(EXTRA string=8 years)
omar 12d265fa31 Version 1.51 WIP tag ago%!(EXTRA string=8 years)
omar 5e1caaaef3 Version 1.50 ago%!(EXTRA string=8 years)
omar 026d021df1 Demo: Fixed warnings introduced in 0828a1fd6c ago%!(EXTRA string=8 years)
omar 0828a1fd6c Fixed computation of ImFont::MetricsTotalSurface not taking oversampling into account ago%!(EXTRA string=8 years)
omar 497381dc3d Comments ago%!(EXTRA string=8 years)
omar e10ceebd36 ImFont: Store the texture surface used to get an idea of how costly each font is. ago%!(EXTRA string=8 years)
omar 714beb217c Demo: Console: Fixed a completion bug when multiple candidates are equals and match until the end. ago%!(EXTRA string=8 years)
ocornut 68df09cf47 Fixed word-wrapping which would never wrap after a 1 character word. (thanks @sronsse) ago%!(EXTRA string=8 years)
ocornut 52308a54f8 Demo: comments ago%!(EXTRA string=9 years)
ocornut fdbad2708c Ignore GCC 6 warnings (#883) ago%!(EXTRA string=9 years)
ocornut 775ac24d45 Fixed overzealous GCC warnings (#883) + partly undo 8553bab241 ago%!(EXTRA string=9 years)
ocornut 8553bab241 Ignoring overzealous GCC warnings (#883) ago%!(EXTRA string=9 years)
ocornut faafcf418d Demo: Comments, even though nobody appears to read the comments. ago%!(EXTRA string=9 years)
ocornut b2f0ea6c0d Font: Default font given explicit name "ProggyClean.ttf" ago%!(EXTRA string=9 years)
ocornut b376b68326 Font: Added io.FontDefault in ImGuiIO structure to make it easier to change default font from third-party or demo code ago%!(EXTRA string=9 years)
ocornut 357167f917 Demo: Custom Rendering: Tweak so end of line can be dropped outside of canvas, more pleasing. ago%!(EXTRA string=9 years)
James Fulop 6fa3aaf7c0 outdated dragging API mentioned in demo text ago%!(EXTRA string=9 years)
Jeongseok Lee 1d7e05327b Fix clang warning: unknown warning group '-Wreserved-id-macro' 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)
ocornut 82dcdc9dfc ShowStyleEditor: tweak font map display to show glyph details when hovered. ago%!(EXTRA string=9 years)
ocornut d7c518e6cc ShowStyleEditor: show font map / grid in more details. ago%!(EXTRA string=9 years)
ocornut 56cdbe434d Style: Added ButtonTextAlign, ImGuiStyleVar_ButtonTextAlign (#842) ago%!(EXTRA string=9 years)
ocornut 612b17ef57 Fixing minor english typos (#827) ago%!(EXTRA string=9 years)
Max Thrun 4f389b7f6a Add null terminator to ShowStyleEditor output_type combo options ago%!(EXTRA string=9 years)
ocornut de61fcc619 Minor bits ago%!(EXTRA string=9 years)
ocornut 4fddfa4b5e Demo: extra (somehow duplicate) Selectables+Columns demo ago%!(EXTRA string=9 years)
ocornut d6a5fd06d7 Demo: Added an extra 3-way columns demo ago%!(EXTRA string=9 years)
ocornut d1c073a199 Comments, tweaks 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 1483a69c11 Demo: Tree: showing how to align tree node label with current x position (#324, #581) ago%!(EXTRA string=9 years)
ocornut a0a48f6e59 Added TreeAdvanceToLabelPos() (#581) ago%!(EXTRA string=9 years)
ocornut 806a146198 TreeNodeEx(): ImGuiTreeNodeFlags_AlwaysOpen->ImGuiTreeNodeFlags_Leaf, + added ImGuiTreeNodeFlags_Bullet (#324, #581) ago%!(EXTRA string=9 years)
ocornut b5521a81d4 Demo: fixed multi-selection tree nodes demo to not replace selection when clicking on single-item that's already part of selection (#581) ago%!(EXTRA string=9 years)
ocornut 8f4b123e1b SetNextWindowSizeConstraint -> SetNextWindowSizeConstraints (#668) ago%!(EXTRA string=9 years)
ocornut e3d8055d90 Speculative 64-bit warning fix (#668) ago%!(EXTRA string=9 years)