2019-04-03 |
|
---|---|
2019-03-29 |
Examples: OpenGL3: Minor tweaks, clarifications + not calling glBindBuffer more than necessary in the render loop.
omar
committed
on 29 Mar 2019
|
2019-03-28 |
|
2019-03-27 |
Docking: Separating SharedFlags vs LocalFlags in dock node so settings can be applied to individual nodes. Made _NoResize logic on single node applies as expected. (#2423, #2109)
omar
committed
on 27 Mar 2019
|
Docking: Renamed ImGuiDockNodeFlags_PassthruDockspace to ImGuiDockNodeFlags_PassthruCentralNode. + Comments, shallow tweaks. (#2109)
omar
committed
on 27 Mar 2019
|
|
2019-03-26 |
Comments (#2441) + Freeglut fixes (#2430)
omar
committed
on 26 Mar 2019
|
2019-03-25 |
|
2019-03-18 |
Docking: Preserve existing docked nodes when setting the ImGuiDockNodeFlags_NoDockingInCentralNode flag. (#2423, #2109)
omar
committed
on 18 Mar 2019
|
2019-03-16 |
Comments, todo list, remove trailing spaces.
omar
committed
on 16 Mar 2019
|
2019-03-15 |
GetMouseDragDelta(): also returns the delta on the mouse button released frame. Verify that mouse positions are valid otherwise returns zero. Removed obsolete comment. Tweaked demo. (#2419)
omar
committed
on 15 Mar 2019
|
Version 1.70 WIP
omar
committed
on 15 Mar 2019
|
|
2019-03-13 |
|
Version 1.69, comments, typos
omar
committed
on 13 Mar 2019
|
|
2019-03-12 |
|
2019-03-11 |
Added GetGlyphRangesVietnamese() helper. (#2403)
omar
committed
on 11 Mar 2019
|
|
|
Viewports: Renamed ConfigViewportsNoParent to ConfigViewportsNoDefaultParent. Fix outdated comments in examples.
omar
committed
on 11 Mar 2019
|
|
2019-03-08 |
Don't use const qualified parameters in declarations.
...
Bruce Mitchener
authored
on 8 Mar 2019
omar
committed
on 8 Mar 2019
|
Added ImGuiColorEditFlagsFlags_InputHSV. (#2383, #2384)
Haldean Brown
authored
on 7 Mar 2019
omar
committed
on 8 Mar 2019
|
|
Moved placeholder sections to match Docking branch. Comments.
omar
committed
on 8 Mar 2019
|
|
Fix typos. (#2411)
Bruce Mitchener
authored
on 8 Mar 2019
omar
committed
on 8 Mar 2019
|
|
2019-03-07 |
Merge branch 'master' into docking
omar
committed
on 7 Mar 2019
|
Made ImS8 and ImS16 explicitly signed in case some crazy SDK decide to flip the signedness over. (#2408)
omar
committed
on 7 Mar 2019
|
|
2019-03-06 |
|
Added InputTextWithHint() (#2400)
...
Lucas Lazare
authored
on 6 Mar 2019
omar
committed
on 6 Mar 2019
|
|
Removed redundant declaration of SetNextWindowClass. (#2402)
David Maas
authored
on 6 Mar 2019
omar
committed
on 6 Mar 2019
|
|
2019-03-05 |
|
Internal: Tabbing: Tweaks to FocusableItemRegister and using the standard mechanism to allow/block Tab being interpreting by tabbing instead of InputText() widget.
omar
committed
on 5 Mar 2019
|
|
Text: Fixed large Text/TextUnformatted call not declaring its size when starting below the lower point of the current clipping rectangle. Somehow this bug has been there since v1.0! It was hardly noticeable but would affect the scrolling range, which in turn would affect some scrolling request functions when called during the opening frame of a window.
omar
committed
on 5 Mar 2019
|
|
Comments and Issue Template
omar
committed
on 5 Mar 2019
|