History for imgui / imgui.cpp
2017-09-26
@omar
Comments, debug code (commented), todo list
omar committed on 26 Sep 2017
2017-09-25
@omar
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
@omar
Exposed PushMultiItemsWidths() to imgui_internal.h
omar committed on 25 Sep 2017
@omar
Merge pull request #1113 from Urmeli0815/ImGuiSelectableFlags_MenuItem ...
omar authored on 25 Sep 2017 GitHub committed on 25 Sep 2017
@omar
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
@omar
Begin: Moving some code into a CalcSizeAutoFit() function.
omar committed on 25 Sep 2017
@omar
BeginCombo(): rework internals a little to make it easier to provide custom combo-like elements relying in BeginCombo(). ...
omar committed on 25 Sep 2017
@omar
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
@omar
Begin(): Minor tidying up of flow
omar committed on 25 Sep 2017
@omar
Window: Tweaked ApplySizeFullWithConstraint() -> CalcSizeFullWithConstraint() so it can be used without side-effect
omar committed on 25 Sep 2017
@omar
Popups: Exposing a little more of popups internals in imgui_internals.h
omar committed on 25 Sep 2017
2017-09-18
@omar
ColorEdit: fixed weird ternary pattern that makes some compiler warning (fair)
omar committed on 18 Sep 2017
@omar
BeginTooltipEx() internal tweaks
omar committed on 18 Sep 2017
@omar
Merge branch 'master' into styles
omar committed on 18 Sep 2017
@omar
PushStyleVar/PopStyleVar: internal tweaks
omar committed on 18 Sep 2017
@omar
Style: Moving code in a function to make incoming diff easier to parse.
omar committed on 18 Sep 2017
@omar
Merge branch 'master' into styles
omar committed on 18 Sep 2017
2017-09-14
@omar
More consistently uses "Dear ImGui"
omar committed on 14 Sep 2017
2017-09-12
@omar
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
@omar
Internals: moved ButtonRepeat and AllowKeyboardFocus bools/stacks to a generic ItemFlags stack. Merged from Navigation branch.
omar committed on 6 Sep 2017
@omar
BeginCombo() tweaks, merged from Navigation branch.
omar committed on 6 Sep 2017
@omar
Fixed WantTextInput from being true when an activated Drag or Slider was previously turned into an InputText(). (#1317)
omar committed on 6 Sep 2017
@omar
Minor comments + renaming internal fields
omar committed on 6 Sep 2017
2017-09-05
@Václav Patejdl
Improved ColorPicker hue wheel color interpolation
Václav Patejdl committed on 5 Sep 2017
2017-09-04
@omar
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
@omar
Begin(): renamed locals.
omar committed on 4 Sep 2017
@omar
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
@omar
Begin(): Tidying up some code, should be a no-op.
omar committed on 4 Sep 2017
@omar
TODO, minor tweak
omar committed on 4 Sep 2017
2017-09-01
@omar
Combo: Internally split into BeginCombo(), EndCombo(), toward a more flexible combo api.
omar committed on 1 Sep 2017