omar
|
4d844ffde1
|
Demo: custom ColorPicker popup example tweaks (#346)
|
7 years ago |
omar
|
f040547a5f
|
Demo: custom ColorPicker popup example (#346)
|
7 years ago |
omar
|
fef8aac523
|
ColorPicker4: hue/alpha bars draw arrows that would look right on all background. RenderArrow helper. (#346)
|
7 years ago |
omar
|
35186a1165
|
Demo: Comments (#346)
|
7 years ago |
omar
|
3926bd08e1
|
ColorPicker: Added ImGuiColorEditFlags_NoSidePreview flag + optional reference color. Added more demo code. (#346)
|
7 years ago |
omar
|
6bc1572d31
|
ColorPicker: Comments. Single input value mode allow access to context-menu options. (#346)
|
7 years ago |
omar
|
973d4a361b
|
ColorPicker: Forward AlphaPreview flag to its individual inputs/sliders. Split code into extra lines to make logic more readable. (#346)
|
7 years ago |
omar
|
cdcda9ff68
|
ColorEdit4: Store edit options per window. Demo: Letting user change edit mode. (#346)
|
7 years ago |
omar
|
c36d59a42a
|
ColorEdit, ColorPicker: AlphaPreview, AlphaPreviewHalf are explicit. Updated demo and using in style editor. 3x3 checkerboard more readable in half mode. (#346)
|
7 years ago |
omar
|
b7a563276d
|
ColorTooltip: Honor ImGuiColorEditFlags_HalfAlphaPreview flag by calling ColorButton(). Added HalfAlphaPreview to demo. (#346)
|
7 years ago |
omar
|
2e37db9002
|
ColorEdit4: Fix not forwarding ImGuiColorEditFlags_AlphaBar flag to ColorPicker4 (#346)
|
7 years ago |
omar
|
6796e771fd
|
ColorEdit, ColorPicker: added ImGuiColorEditFlags_NoAlphaPreview flag (#346). Reorder flags again.
|
7 years ago |
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)
|
7 years ago |
omar
|
7b2d79cffd
|
ColorEdit: Added ImGuiColorEditFlags_Float flag to display and edit drag values in 0.0..1.0 range instead of 0..255. (#346)
|
7 years ago |
omar
|
4def2ce339
|
ColorPicker: Demo tweaks (#346)
|
7 years ago |
omar
|
790d0eb5be
|
ColorPicker: Added ImGuiColorEditFlags_AlphaBar option (#346)
|
7 years ago |
omar
|
91bf8fd689
|
ColorPicker,ColorEdit: Demo code (#346)
|
7 years ago |
omar
|
100d30a0a1
|
Comments about IMGUI_DISABLE_TEST_WINDOWS (#1240, #169)
|
7 years ago |
omar
|
8261d9ff30
|
Comments (#1172, #1231)
|
7 years ago |
omar
|
12d265fa31
|
Version 1.51 WIP tag
|
8 years ago |
omar
|
5e1caaaef3
|
Version 1.50
|
8 years ago |
omar
|
026d021df1
|
Demo: Fixed warnings introduced in 0828a1fd6c
|
8 years ago |
omar
|
0828a1fd6c
|
Fixed computation of ImFont::MetricsTotalSurface not taking oversampling into account
|
8 years ago |
omar
|
497381dc3d
|
Comments
|
8 years ago |
omar
|
e10ceebd36
|
ImFont: Store the texture surface used to get an idea of how costly each font is.
|
8 years ago |
omar
|
714beb217c
|
Demo: Console: Fixed a completion bug when multiple candidates are equals and match until the end.
|
8 years ago |
ocornut
|
68df09cf47
|
Fixed word-wrapping which would never wrap after a 1 character word. (thanks @sronsse)
|
8 years ago |
ocornut
|
52308a54f8
|
Demo: comments
|
8 years ago |
Geoffrey Tucker
|
66c4281290
|
Began improvements to columns API by splitting the Columns() function into BeginColumns() and EndColumns() and adding additional flags. The columns data still needs to be placed into a stack.
|
8 years ago |
ocornut
|
fdbad2708c
|
Ignore GCC 6 warnings (#883)
|
8 years ago |
ocornut
|
775ac24d45
|
Fixed overzealous GCC warnings (#883) + partly undo 8553bab241
|
8 years ago |
ocornut
|
8553bab241
|
Ignoring overzealous GCC warnings (#883)
|
8 years ago |
ocornut
|
faafcf418d
|
Demo: Comments, even though nobody appears to read the comments.
|
8 years ago |
ocornut
|
b2f0ea6c0d
|
Font: Default font given explicit name "ProggyClean.ttf"
|
8 years ago |
ocornut
|
b376b68326
|
Font: Added io.FontDefault in ImGuiIO structure to make it easier to change default font from third-party or demo code
|
8 years ago |
ocornut
|
357167f917
|
Demo: Custom Rendering: Tweak so end of line can be dropped outside of canvas, more pleasing.
|
8 years ago |
James Fulop
|
6fa3aaf7c0
|
outdated dragging API mentioned in demo text
Looks like you changed the API on dragging, but did not update the description text for it.
https://github.com/ocornut/imgui/issues/167
|
8 years ago |
Jeongseok Lee
|
1d7e05327b
|
Fix clang warning: unknown warning group '-Wreserved-id-macro'
|
8 years ago |
Michał Cichoń
|
1999c01db8
|
Apply Omar feedback and convert remaining 0xAABBGGRR's into IM_COL32(RR,GG,BB,AA) format.
|
8 years ago |
ocornut
|
82dcdc9dfc
|
ShowStyleEditor: tweak font map display to show glyph details when hovered.
|
8 years ago |
ocornut
|
d7c518e6cc
|
ShowStyleEditor: show font map / grid in more details.
|
8 years ago |
ocornut
|
56cdbe434d
|
Style: Added ButtonTextAlign, ImGuiStyleVar_ButtonTextAlign (#842)
|
8 years ago |
ocornut
|
612b17ef57
|
Fixing minor english typos (#827)
|
8 years ago |
ocornut
|
252f094101
|
Nav: Undo 87eb749cbc , agressively including nav focus test in IsItemHovered() (#323)
|
8 years ago |
Max Thrun
|
4f389b7f6a
|
Add null terminator to ShowStyleEditor output_type combo options
Without a null terminator the Combo() function indexes outside of the "items_separated_by_zeros" string.
|
8 years ago |
ocornut
|
785f51227a
|
Demo tweaks
|
8 years ago |
ocornut
|
dcff032429
|
Nav: Moving all nav inputs to io.NavInputs[] float array, new enum labelled for gamepad. (#323)
|
8 years ago |
ocornut
|
4e91b521ee
|
Demo: Arrange some inputs panels.
|
8 years ago |
ocornut
|
d0801057ba
|
Demo: Tweak handling of "animate" flag in graph demo so it doesn't keep running.
|
8 years ago |
ocornut
|
a154625a56
|
Nav: Not exposing ImGuiWindowFlags_NavFlattened because it requires much more work (#323)
|
8 years ago |