2017-09-26 |
Comments, debug code (commented), todo list
omar
committed
on 26 Sep 2017
|
---|---|
2017-09-25 |
WantCaptureMouse: Tweaked logic so WantCaptureMouse can stay false when e.g. hovering over void while an InputText() is active. (#621)
omar
committed
on 25 Sep 2017
|
Exposed PushMultiItemsWidths() to imgui_internal.h
omar
committed
on 25 Sep 2017
|
|
Merge pull request #1113 from Urmeli0815/ImGuiSelectableFlags_MenuItem
...
omar
authored
on 25 Sep 2017
GitHub
committed
on 25 Sep 2017
|
|
Begin: Fixed auto-fit calculation code that predict the presence of ascrollbar so it works in the case size constraints are used. I actually don't need this fix now, but earlier experiment with BeginCombo() required this fix.
omar
committed
on 25 Sep 2017
|
|
Begin: Moving some code into a CalcSizeAutoFit() function.
omar
committed
on 25 Sep 2017
|
|
BeginCombo(): rework internals a little to make it easier to provide custom combo-like elements relying in BeginCombo().
...
omar
committed
on 25 Sep 2017
|
|
SetNextWindowPos: added a ImVec2 pivot parameter for positioning a given a center, bottom-right position, etc. As a generalization of SetNextWindowPosCenter() which is now obsolete. This will be useful for combo-like popups as well.
...
omar
committed
on 25 Sep 2017
|
|
Begin(): Minor tidying up of flow
omar
committed
on 25 Sep 2017
|
|
Window: Tweaked ApplySizeFullWithConstraint() -> CalcSizeFullWithConstraint() so it can be used without side-effect
omar
committed
on 25 Sep 2017
|
|
Popups: Exposing a little more of popups internals in imgui_internals.h
omar
committed
on 25 Sep 2017
|
|
2017-09-18 |
ColorEdit: fixed weird ternary pattern that makes some compiler warning (fair)
omar
committed
on 18 Sep 2017
|
BeginTooltipEx() internal tweaks
omar
committed
on 18 Sep 2017
|
|
Merge branch 'master' into styles
omar
committed
on 18 Sep 2017
|
|
PushStyleVar/PopStyleVar: internal tweaks
omar
committed
on 18 Sep 2017
|
|
Style: Moving code in a function to make incoming diff easier to parse.
omar
committed
on 18 Sep 2017
|
|
Merge branch 'master' into styles
omar
committed
on 18 Sep 2017
|
|
2017-09-14 |
More consistently uses "Dear ImGui"
omar
committed
on 14 Sep 2017
|
2017-09-12 |
Implicit "Debug" window uses a "Debug##Default" identifier to allow the user creating such window with custom flags
omar
committed
on 12 Sep 2017
|
2017-09-06 |
Internals: moved ButtonRepeat and AllowKeyboardFocus bools/stacks to a generic ItemFlags stack. Merged from Navigation branch.
omar
committed
on 6 Sep 2017
|
BeginCombo() tweaks, merged from Navigation branch.
omar
committed
on 6 Sep 2017
|
|
Fixed WantTextInput from being true when an activated Drag or Slider was previously turned into an InputText(). (#1317)
omar
committed
on 6 Sep 2017
|
|
Minor comments + renaming internal fields
omar
committed
on 6 Sep 2017
|
|
2017-09-05 |
Improved ColorPicker hue wheel color interpolation
Václav Patejdl
committed
on 5 Sep 2017
|
2017-09-04 |
Begin(): fixed calling Begin() more than once per frame setting `window_just_activated_by_user` which in turn would set Appearing to true for that frame.
omar
committed
on 4 Sep 2017
|
Begin(): renamed locals.
omar
committed
on 4 Sep 2017
|
|
Begin(): Removed unnecessary code (at the time of 1.18 commit
e9e0e36 , CursorPos was used to compute SizeContentsFit and this was necessary)
omar
committed
on 4 Sep 2017
|
|
Begin(): Tidying up some code, should be a no-op.
omar
committed
on 4 Sep 2017
|
|
TODO, minor tweak
omar
committed
on 4 Sep 2017
|
|
2017-09-01 |
Combo: Internally split into BeginCombo(), EndCombo(), toward a more flexible combo api.
omar
committed
on 1 Sep 2017
|