ocornut
|
2e48c2da81
Removed redirecting functions/enums names that were marked obsolete in 1.63 (August 2018) + tables tweaks.
|
4 gadi atpakaļ |
ocornut
|
4d8e839ddf
Renamed ImDrawList::AddBezierCurve() to ImDrawList::AddBezierCubic(), ImDrawList::PathBezierCurveTo() to ImDrawList::PathBezierCubicCurveTo(). (#3127, #3664, #3665)
|
4 gadi atpakaļ |
nyorain
|
a640698123
Clipper: Fixed incorrect end-list positioning when using ImGuiListClipper with 1 item (bug in 1.79). (#3663)
|
4 gadi atpakaļ |
ocornut
|
30468829c2
Tables: Internal: Maintain InnerRect to further clarify some code. Renamed Bg1 fields to Bg2 (used by Selectable) as the other handles Bg0+Bg1.
|
4 gadi atpakaļ |
ocornut
|
f2df804fcc
Tables: four small fixes.
|
4 gadi atpakaļ |
ocornut
|
bff1836922
Internals: added facility to hide windows from render without interfering with the HiddenFramesCanSkipItems/HiddenFramesCannotSkipItems fields which have effects on layout. Compact some fields.
|
4 gadi atpakaļ |
ocornut
|
7a61f3407b
Tables: support internal TableResetSettings(), clarify lifetime, fixed missing auto-fit on column unhidden after first run, fixed resize assert when changing column sizing policy to stretch mid-frame (before of -1.0f weight)
|
4 gadi atpakaļ |
ocornut
|
e09454aec4
Tables: removed TableGetColumnIsVisible from public api, re-specced as TableGetColumnIsHidden() returning same flag as setter, clipper increase CurrentRow.
|
4 gadi atpakaļ |
ocornut
|
bf197c74f6
Tables: storing WorkMaxX, made offset_x == MinX to be clearer, clip rect merge uses ClipRect.max.x directly, removed unused ShrinkWidth code, metrics.
|
4 gadi atpakaļ |
ocornut
|
10db896813
Tables: store RawData in a simple void* pointer, rename ContentMinX > WorkMinX, misc tidying up.
|
4 gadi atpakaļ |
ocornut
|
507db499e4
Tables: work on background draw channel handling (amend "create a separate background draw channel") + Selectable disable spacing when spanning.
|
4 gadi atpakaļ |
ocornut
|
e5a5256971
Tables: Garbage collection to relieve draw splitter buffers + for test engine: compact settings, remove table.
|
4 gadi atpakaļ |
ocornut
|
d3222086f0
Tables: Moved TableSetupScrollFreeze(), TableUpdateDrawChannels() lower in more adequate spots.
|
4 gadi atpakaļ |
ocornut
|
d9ca3939e1
Tables: Tidy up comments. Replaced some Columns by Tables in demo. Removed ImGuiTableFlags_Scroll (combining ScrollX/ScrollY) because each axis inccur different requirements/constraints.
|
4 gadi atpakaļ |
ocornut
|
51abdd53e3
Tables: renamed somehow-duplicate ContentWidth members (implicitly == Max - Min), renamed StartX to ContentMinX for consistency.
|
4 gadi atpakaļ |
ocornut
|
ac5b1648e6
Tables: Various internal renaming + merge StartXHeaders/StartXRows into StartX.
|
4 gadi atpakaļ |
omar
|
25b5cc2f95
Tables: Fixes to support any number of frozen rows (over modifications to clipper code in master) + make clipper run eval after clipect update
|
4 gadi atpakaļ |
omar
|
8ec05fc034
Tables: Fixed holding on table pointers accross resize/invalidation of the pool buffer.
|
5 gadi atpakaļ |
ocornut
|
9372601322
Tables: Fixed stacked popups incorrectly accessing g.CurrentTable of parent-in-stack windows.
|
5 gadi atpakaļ |
ocornut
|
af992d1321
Tables: Tweak settings functions to more prominently clarify the two levels of function.
|
5 gadi atpakaļ |
omar
|
95c273618e
Tables: Allow hot-reload of settings (merge policy), tidying up settings code
|
5 gadi atpakaļ |
omar
|
9f43aae226
Tables: Calculating ideal total width, some renaming, comments. Clarify that inner_width is unused with ScrollX=0. Clip many comments to 120 columns.
|
5 gadi atpakaļ |
omar
|
b7ff85d9ad
Tables: Browse settings list in Metrics (outside of Table entry).
|
5 gadi atpakaļ |
omar
|
164caa2db7
Tables: Support for multi-line columns name. Renaming of some fields from BackupXXX to HostXXX. Comments.
|
5 gadi atpakaļ |
omar
|
325b4c69ba
Tables: Moved border colors to the Style (maybe temporarily?) instead of hardcoding them.
|
5 gadi atpakaļ |
omar
|
883c236eda
Tables: Handle columns clipped due to host rect
|
5 gadi atpakaļ |
omar
|
8da7d3c3e5
Tables: Initial commit. [Squashed 123+5 commits from tables_wip/]
|
5 gadi atpakaļ |
omar
|
9c8671e7b0
Tables: Add empty file, skeleton.
|
4 gadi atpakaļ |
ocornut
|
998d7303b1
Log/Capture: fix capture to work on clipped child windows.
|
4 gadi atpakaļ |
ocornut
|
ae3e2406ec
Misc tweaks/fixes (see details).
|
4 gadi atpakaļ |