ocornut
|
3028ccc25b
|
Merge remote-tracking branch 'origin' into 2016-07-navigation
|
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
|
941cf1b436
|
Merge branch 'master' into 2016-07-navigation
|
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 |
ocornut
|
e4deb7a190
|
Merge remote-tracking branch 'origin' into 2016-07-navigation
|
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
|
f5b37dbc52
|
Merge remote-tracking branch 'origin' into 2016-07-navigation
|
8 years ago |
ocornut
|
fea0fcb7c3
|
Merge remote-tracking branch 'origin' into 2016-07-navigation
|
8 years ago |
ocornut
|
d7c518e6cc
|
ShowStyleEditor: show font map / grid in more details.
|
8 years ago |
ocornut
|
ed279c0095
|
Merge remote-tracking branch 'origin' into 2016-07-navigation
|
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
|
67fd805839
|
Merge remote-tracking branch 'origin' into 2016-07-navigation
|
9 years ago |
ocornut
|
252f094101
|
Nav: Undo 87eb749cbc , agressively including nav focus test in IsItemHovered() (#323)
|
9 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.
|
9 years ago |
ocornut
|
785f51227a
|
Demo tweaks
|
9 years ago |
ocornut
|
dcff032429
|
Nav: Moving all nav inputs to io.NavInputs[] float array, new enum labelled for gamepad. (#323)
|
9 years ago |
ocornut
|
4e91b521ee
|
Demo: Arrange some inputs panels.
|
9 years ago |
ocornut
|
d0801057ba
|
Demo: Tweak handling of "animate" flag in graph demo so it doesn't keep running.
|
9 years ago |
ocornut
|
a154625a56
|
Nav: Not exposing ImGuiWindowFlags_NavFlattened because it requires much more work (#323)
|
9 years ago |
ocornut
|
b3cba62b80
|
Nav: Added experiment ImGuiWindowFlags_NavFlattened flag to cross over between parent and non-scrolling child windows (#323)
|
9 years ago |
ocornut
|
d88dcc26cc
|
Demo: console text input keeps focus in a less harsher and more navigation friendly way (#323)
|
9 years ago |
ocornut
|
e2dd48ae65
|
Nav: Split _NoNav window flag into _NoNavInputs and _NoNavFocus (#323)
|
9 years ago |
ocornut
|
04157da291
|
Nav: first committed pass for manual moving and manual scrolling (after a bunch of attempts) (#323)
|
9 years ago |
ocornut
|
c2cb2a6928
|
Gamepad/Keyboard navigation support, initial commit, WIP (#323)
|
9 years ago |
ocornut
|
e72e3b2cbc
|
Demo: tweaks.
|
9 years ago |
ocornut
|
91e1c56da6
|
Minor bits.
|
9 years ago |
ocornut
|
de61fcc619
|
Minor bits
|
9 years ago |
ocornut
|
4fddfa4b5e
|
Demo: extra (somehow duplicate) Selectables+Columns demo
|
9 years ago |
ocornut
|
d6a5fd06d7
|
Demo: Added an extra 3-way columns demo
|
9 years ago |
ocornut
|
d1c073a199
|
Comments, tweaks
|
9 years ago |
ocornut
|
5d4cf1c3f3
|
Version 1.50 WIP
|
9 years ago |
ocornut
|
adb85d800d
|
Version 1.49
|
9 years ago |
ocornut
|
1483a69c11
|
Demo: Tree: showing how to align tree node label with current x position (#324, #581)
|
9 years ago |
ocornut
|
a0a48f6e59
|
Added TreeAdvanceToLabelPos() (#581)
|
9 years ago |
ocornut
|
806a146198
|
TreeNodeEx(): ImGuiTreeNodeFlags_AlwaysOpen->ImGuiTreeNodeFlags_Leaf, + added ImGuiTreeNodeFlags_Bullet (#324, #581)
|
9 years ago |
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)
|
9 years ago |
ocornut
|
8f4b123e1b
|
SetNextWindowSizeConstraint -> SetNextWindowSizeConstraints (#668)
|
9 years ago |
ocornut
|
e3d8055d90
|
Speculative 64-bit warning fix (#668)
|
9 years ago |
ocornut
|
b7ebeb1610
|
Added SetNextWindowSizeConstraint() + demo code (#668)
|
9 years ago |
ocornut
|
102d03a7eb
|
Resizing window doesn't rely on MouseDelta anymore, but rather recompute expected size based absolute mouse coords. (#668)
Storing ActiveIdClickOffset to generalize pattern already used by
columns.
|
9 years ago |
ocornut
|
69a29e4715
|
Added NewLine() (very shy reminder that #97 isn't done)
|
9 years ago |