2017-10-29 |
Maintaining ActiveIdTimer and HoveredIdTimer (the later is useful for drag and drop, both will be of course for creators of custom widgets)
omar
committed
on 29 Oct 2017
|
---|---|
Merge branch 'nProtect-master'
omar
committed
on 29 Oct 2017
|
|
GetGlyphRangesThai(): removed extraneous codepoints (#1396)
omar
committed
on 29 Oct 2017
|
|
Merge branch 'master' of https://github.com/nProtect/imgui into nProtect-master
omar
committed
on 29 Oct 2017
|
|
TODO
omar
committed
on 29 Oct 2017
|
|
2017-10-28 |
Examples: Comments to guide people unfamiliar with the librairies used.
omar
committed
on 28 Oct 2017
|
Examples: Added more comments near the fonts loading section, to catch common questions and errors (e.g. #1397, #1366, #1341, #1222, #1193, #1115, #951, etc.)
omar
committed
on 28 Oct 2017
|
|
Add missing thai punctuations
Adisorn Aeksatean
authored
on 28 Oct 2017
GitHub
committed
on 28 Oct 2017
|
|
2017-10-27 |
Merge branch 'master' into navigation
omar
committed
on 27 Oct 2017
|
Nav: ColorButton: Fixed a case of not using local 'hovered' flag directly, messes with some of my drag and drop work, and I can't find/understand the reason why this was left as is (there _was_ a reason at the time but it appears to be obsolete now?)
omar
committed
on 27 Oct 2017
|
|
ColorTooltip: Resize ColorButton to align better with text, now that ColorButton provides a text baseline (
0260fdd )
omar
committed
on 27 Oct 2017
|
|
Styles: Nav tweaks.
omar
committed
on 27 Oct 2017
|
|
|
|
Styles: Moved Classic colors code to imgui_draw.cpp. Sneakily added a StyleColorsDark() function.
omar
committed
on 27 Oct 2017
|
|
Version 1.53 WIP
omar
committed
on 27 Oct 2017
|
|
IO: Tracking extra mouse dragging data which is convenient for implementating various manual drag and drop patterns.
omar
committed
on 27 Oct 2017
|
|
|
|
Version 1.52
omar
committed
on 27 Oct 2017
|
|
Merge branch 'master' into navigation
omar
committed
on 27 Oct 2017
|
|
|
|
|
|
Comments
omar
committed
on 27 Oct 2017
|
|
Internal: Added ImVec4 operators
omar
committed
on 27 Oct 2017
|
|
Begin: Moved some code inside of the big if (first_begin_of_the_frame) scope
omar
committed
on 27 Oct 2017
|
|
NewFrame: Allow MovedWindow setting the ImGuiWindowFlags_NoInputs after moving has started in order to be able to detect windows below it, which is useful for e.g. docking mechanisms.
omar
committed
on 27 Oct 2017
|
|
NewFrame: Removed unnecessary call to FindHoveredWindow() and simplified code (went through this multiple times, hopefully haven't broken anything)
omar
committed
on 27 Oct 2017
|
|
Internal: BeginTooltipEx() in imgui_internal.h
omar
committed
on 27 Oct 2017
|
|
|
|
Merged a bit of code from Navigation branch to ease further merging (InnerRect is currently not required in the Master branch)
omar
committed
on 27 Oct 2017
|
|
Minor renaming.
omar
committed
on 27 Oct 2017
|