History for imgui / imgui_internal.h
2017-09-26
@omar
ImFontAtlas: Refactored internals API to 1) avoid building lookup table multiple times for merged fonts + 2) allow the mapping of custom icons inside fonts (wip, uncommited)
omar committed on 26 Sep 2017
@omar
Merge branch 'master' into navigation
omar committed on 26 Sep 2017
@omar
Separator(): output vertical separator when used in horizontal layout mode, so it works in menu bars.
omar committed on 26 Sep 2017
2017-09-25
@omar
Exposed PushMultiItemsWidths() to imgui_internal.h
omar committed on 25 Sep 2017
@omar
Merge branch 'master' into navigation
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
Popups: Exposing a little more of popups internals in imgui_internals.h
omar committed on 25 Sep 2017
2017-09-18
@omar
Merge branch 'master' into navigation
omar committed on 18 Sep 2017
2017-09-13
@Bruce Mitchener
Remove commas after last item in enumeration. ...
Bruce Mitchener committed on 13 Sep 2017
2017-09-06
@omar
Merge branch 'master' into navigation ...
omar committed on 6 Sep 2017
@omar
Internals: ImGuiItemFlags comments
omar committed on 6 Sep 2017
@omar
Merge branch 'master' into navigation ...
omar committed on 6 Sep 2017
@omar
Internals: moved ButtonRepeat and AllowKeyboardFocus bools/stacks to a generic ItemFlags stack. Merged from Navigation branch.
omar committed on 6 Sep 2017
@omar
Merge branch 'master' into navigation ...
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-01
@omar
Combo: Internally split into BeginCombo(), EndCombo(), toward a more flexible combo api.
omar committed on 1 Sep 2017
@omar
Added IsWindowAppearing().
omar committed on 1 Sep 2017
2017-08-29
@omar
Merged from Navigation branch. TAB/Alt-TAB processing now deactivate if holding Ctrl.
omar committed on 29 Aug 2017
@omar
Added GetKeyPressedAmount() (from Nav branch) to be able to measure fast repeat rate accurately. Added internal CalcTypematicPressedRepeatAmount() function.
omar committed on 29 Aug 2017
@omar
Merge various minor things (supposedly harmless) from Navigation branch into Master to reduce differences. (#787)
omar committed on 29 Aug 2017
@omar
Merge branch 'master' into navigation ...
omar committed on 29 Aug 2017
@omar
Added overcomplicated RenderRectFilledRangeH() to fix rounded progress bar, which will also help for range widgets and perhaps sliders grabs over rounded areas. (#1296, #76)
omar committed on 29 Aug 2017
2017-08-28
@omar
ImSwap() helper.
omar committed on 28 Aug 2017
2017-08-27
@omar
Internals: Renamed some ImGuiCorner enums.
omar committed on 27 Aug 2017
2017-08-26
@omar
Merge branch 'master' into navigation ...
omar committed on 26 Aug 2017
@omar
Internals: Split some code out of NewFrame() into an Initialize() function.
omar committed on 26 Aug 2017
2017-08-25
@omar
ImFontConfig: Added RasterizerMultiply option to alter the brightness of individual fonts at rasterization time, which may help increasing readability for some. Added RasterizerFlags for custom rasterizer flags (aka imgui_freetype)
omar committed on 25 Aug 2017
@omar
Marked all fmt + va_list functions with format attribute so GCC/Clang can warn about them. Not ignoring -Wsuggest-attribute=format anymore for GCC/Clang.
omar committed on 25 Aug 2017