2018-09-20 |
Viewport: Enabled viewports by default in more example apps.
omar
committed
on 20 Sep 2018
|
---|---|
ArrowButton(): Fixed arrow shape being horizontally misaligned by (FramePadding.y-FramePadding.x) if they are different.
...
omar
committed
on 20 Sep 2018
|
|
Docking: Renamed ImGuiDockSpaceFlags to ImGuiDockNodeFlags. Clarified in comments/demos that DockSpace creates a Node. Renamed IsExplicitRoot to IsDockSpace. Assert against explicitly calling DockSpace twice in a frame.
omar
committed
on 20 Sep 2018
|
|
2018-09-19 |
Docking: Added undocking of whole dock node by dragging from the Collapse button. Super useful and works great!
omar
committed
on 19 Sep 2018
|
Docking: Fix of title bar flicker during rebuild. Fixed dragging of DockNode always triggering BeginAsDockableDragDropSource() when io.ConfigDockingWithKeyMod is false.
omar
committed
on 19 Sep 2018
|
|
Docking: Internals renaming LastExplicitSize to SizeRef (invalidate .ini data) + todo
omar
committed
on 19 Sep 2018
|
|
Docking: Creating tab bar and adding window into tab bar immediately (not sure why I didn't do that before). Probably broke something subtle, will find out. *Edit* Initially broke restoring selected tab.
omar
committed
on 19 Sep 2018
|
|
Docking: work to allow programmatic control of dock nodes, various refactor + assert fix. Probably broke something (but I haven't found what yet!)
omar
committed
on 19 Sep 2018
|
|
2018-09-18 |
Contributing, Issue Template
omar
committed
on 18 Sep 2018
|
2018-09-17 |
Docking: Internals: Transitioning some code toward consistently using ImGuiContext* ctx parameter instead of ImGuiDockContext
omar
committed
on 17 Sep 2018
|
Docking: Fixed central docking display with ImGuiDockSpaceFlags_NoSplit, affecting in particular with io.ConfigDockingWithKeyMod = false. + comments, asserts
omar
committed
on 17 Sep 2018
|
|
Added Fonts readme details and links to Sweet16 font. (#2085)
omar
committed
on 17 Sep 2018
|
|
2018-09-15 |
Fix file names (#2083)
Tesla Ice Zhang
authored
on 15 Sep 2018
omar
committed
on 15 Sep 2018
|
2018-09-14 |
Fixed bad merge (a82be53) where we lost the version number in Docking branch + moved Docking related API together for now.
omar
committed
on 14 Sep 2018
|
Docking: Changed DockSpace() signature to take an ID, as ID will frequently be used by other API it makes more sense to let the user compute it.
omar
committed
on 14 Sep 2018
|
|
Docking: Removed SplitRatio from ImGuiDockNode and ImGuiDockNodeSettings, which we don't need anymore.
omar
committed
on 14 Sep 2018
|
|
Docking: Misc rework/rename toward being able to rebuild a branch selectively, so we can honor settings changes on a per Dockspace basis. + Comments
omar
committed
on 14 Sep 2018
|
|
|
|
Viewport: Increased threshold for setting ImGuiViewportFlags_NoFocusOnAppearing. (#1542), 2 doesn't seem enough with some docking setup.
omar
committed
on 14 Sep 2018
|
|
|
|
BeginMenu(): Fixed menu popup horizontal offset being off the item in the menu bar when WindowPadding=0.0f.
omar
committed
on 14 Sep 2018
|
|
ColorPicker: Replaced the Separator with a Spacing call. (#2068)
omar
committed
on 14 Sep 2018
|
|
2018-09-13 |
Viewport: Fix an issue introduced on ~August 16, which would assert when viewport are disabled. Also made the DestroyPlatformWindow process more sturdy. (#1542)
omar
committed
on 13 Sep 2018
|
Docking: Fixed floating->docking transition on a platform window mistakenly destroying the platform window because the upcoming tab isn't visible and triggers viewport GC. Fixed missing title bar data on recreate window.
omar
committed
on 13 Sep 2018
|
|
Examples: Using "dear imgui" terminology in all examples headers/comments + fix minor typo.
omar
committed
on 13 Sep 2018
|
|
Docking: Better handling of window losing its dock node or having its dock node not active.
omar
committed
on 13 Sep 2018
|
|
Docking: Flicker fix when clicking on a Tab leading of a new window, in particular would be noticeable when using nested tab bars.
omar
committed
on 13 Sep 2018
|
|
2018-09-12 |
Fix MSVC's C4312 warning about casting user texture type to void* in ImageButton (#2080)
Elias Daler
authored
on 12 Sep 2018
omar
committed
on 12 Sep 2018
|
2018-09-11 |
Internals: Replace unsigned short with ImWchar when dealing with character storage (missing cases) + in imgui_impl_ file keep using neutral type everywhere, added missing explicit cast in three bindings. (#2078)
omar
committed
on 11 Sep 2018
|
Internals: Replace unsigned short with ImWchar when dealing with character storage. (#2078)
ice1000
authored
on 11 Sep 2018
omar
committed
on 11 Sep 2018
|