History for imgui / imgui.h
2018-03-12
@omar
Merge branch 'master' into viewport (inc Vulkan resize fix merge #1042)
omar committed on 12 Mar 2018
@omar
Misc comments, todos + reintroduced removed ImGuiCol defines under !IMGUI_DISABLE_OBSOLETE_FUNCTIONS wrap.
omar committed on 12 Mar 2018
@omar
Style: CloseButton() now display a proper cross. Using Button colors for background. Removed ImGuiCol_CloseButton, ImGuiCol_CloseButtonActive, ImGuiCol_CloseButtonHovered as the closing cross uses regular button colors now. (#707)
omar committed on 12 Mar 2018
@omar
Viewport, DPI: Some early work on per-viewport DPI support. At the moment the easiest way is to replace fonts during the ChangedViewport callback, but down the line we should aim at handling some of it at ImFont level. (#1542, #1676)
omar committed on 12 Mar 2018
2018-03-10
@omar
ImFont: Added FindGlyphNoFallback. Fixed MergeMode broken by 1ef1acb
omar committed on 10 Mar 2018
2018-03-09
@omar
Merge branch 'master' into viewport
omar committed on 9 Mar 2018
@omar
Viewport,Platform: Added GetWindowDpiScale() platform interface, changes of scale are reflected by positioning and resizing windows in their given viewport. (#1542)
omar committed on 9 Mar 2018
2018-03-08
@omar
Viewport: Changed signature of ResizeViewport to be consistent with other similar functions.
omar committed on 8 Mar 2018
@omar
Viewport: Coupling non-main viewport to one window. Viewport name derived from the window. Added ImGuiConfigFlags_PlatformNoTaskBar, off by default (aka re-established task-bars by default for now). (#1542)
omar committed on 8 Mar 2018
@omar
Merge branch 'master' into font_offset
omar committed on 8 Mar 2018
@omar
Font: Fixed MergeMode adding duplicate glyphs data instead of reusing existing (broken by 072d6d8)
omar committed on 8 Mar 2018
@omar
Fonts: Fixed debug name not being zero-terminated if longer than storage buffer + made buffer slightly longer as well.
omar committed on 8 Mar 2018
@omar
Comments, Changelog
omar committed on 8 Mar 2018
@omar
Drag and Drop: Increased payload data type to 32 characters. (#143)
omar committed on 8 Mar 2018
2018-03-07
@omar
Viewport: Reorganized viewport enable flags. Both user + platform + renderer need to enable a flag. (#1542)
omar committed on 7 Mar 2018
2018-03-06
@omar
Merge branch 'master' into viewport ...
omar committed on 6 Mar 2018
2018-03-05
@omar
Viewport: Tracking current viewport we are appending to + added callback in PlatformInterface for DPI purpose (WIP). (#1542)
omar committed on 5 Mar 2018
@omar
Comments, FAQ update.
omar committed on 5 Mar 2018
2018-03-03
@omar
Merge branch 'master' into viewport ...
omar committed on 3 Mar 2018
@omar
Renamed ImGuiStyleVar_Count_ to ImGuiStyleVar_COUNT for consistency with other enums. Added
omar committed on 3 Mar 2018
@omar
Added ArrowButton(). Exposed ImGuiDir.
omar committed on 3 Mar 2018
@omar
BeginCombo(): Added ImGuiComboFlags_NoArrowButton and ImGuiComboFlags_NoPreview flags + hover color matches drag and sliders.
omar committed on 3 Mar 2018
2018-03-02
@omar
Viewport: Replaced UpdatePlatformWindows/RenderPlatformWindows by RenderAdditionalViewports(). The update is always called in EndFrame(). (#1542)
omar committed on 2 Mar 2018
2018-03-01
@omar
Allow user to override ImTextureId. (#1641)
omar committed on 1 Mar 2018
@omar
Nav: Added links to PNG/PSD files for PS4 and Switch. Fixed suggested Joy-con mapping as per typical Nintendo-style mapping. (#787)
omar committed on 1 Mar 2018
2018-02-28
@omar
Added ImGuiConfigFlags_IsSRGB, ImGuiConfigFlags_IsTouchScreen (strictly for user storage)
omar committed on 28 Feb 2018
@omar
Renamed ImGuiNavFlags io.NavFlags to ImGuiConfigFlags io.ConfigFlags. (#787)
omar committed on 28 Feb 2018
@omar
Renamed ImGuiNavFlags io.NavFlags to ImGuiConfigFlags io.ConfigFlags. (#787)
omar committed on 28 Feb 2018
2018-02-27
@omar
Viewport: Initial viewport branch+ platform api commit (squashed from previous commits, still very WIP) (#1542)
omar committed on 27 Feb 2018
@omar
Removed DisplayVisibleMin/DisplayVisibleMax facility (as part of # 1542). Misc comments.
omar committed on 27 Feb 2018