2017-11-02 |
Reordered fields in other Style functions (#1409)
omar
committed
on 2 Nov 2017
|
---|---|
Merge branch 'patch-1' of https://github.com/elect86/imgui into elect86-patch-1
omar
committed
on 2 Nov 2017
|
|
2017-11-01 |
Merge pull request #1410 from elect86/master
...
omar
authored
on 1 Nov 2017
GitHub
committed
on 1 Nov 2017
|
Update imgui.h
Giuseppe Barbieri
authored
on 1 Nov 2017
GitHub
committed
on 1 Nov 2017
|
|
Drag and Drop: Added ImGuiDragDropFlags_SourceNoHoldToOpenOthers flag.
omar
committed
on 1 Nov 2017
|
|
Update imgui_draw.cpp
Giuseppe Barbieri
authored
on 1 Nov 2017
GitHub
committed
on 1 Nov 2017
|
|
Examples: Added a bunch of comments/referencs related to io.WantCaptureMouse, io.WantCaptureKeyboard (#1262, #1237, #1219, #635, #1058, #1051, #912, #533, #703, #446, #459, #364, #213, #52, and more)
omar
committed
on 1 Nov 2017
|
|
Demo: Comments (#1408)
omar
committed
on 1 Nov 2017
|
|
Minor tweaks to the user guide.
omar
committed
on 1 Nov 2017
|
|
2017-10-30 |
Merge pull request #1402 from elect86/patch-1
...
omar
authored
on 30 Oct 2017
GitHub
committed
on 30 Oct 2017
|
Added assertions and comments for incorrect use/understanding of IsWindowFocused() etc. functions
omar
committed
on 30 Oct 2017
|
|
Update imgui.cpp
Giuseppe Barbieri
authored
on 30 Oct 2017
GitHub
committed
on 30 Oct 2017
|
|
2017-10-29 |
Drag and Drop: ImGuiButtonFlags_PressedOnDragDropHold focuses the target window.
omar
committed
on 29 Oct 2017
|
Drag and Drop: Added support for drag and drop hold-long-to-open for CollapsingHeader() and TreeNode(). Open only!
omar
committed
on 29 Oct 2017
|
|
Merge branch 'master' into drag_and_drop
omar
committed
on 29 Oct 2017
|
|
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
|
|
Comments
omar
committed
on 29 Oct 2017
|
|
Drag and Drop: Added a mechanism to allow widgets with no identifiers (such as Text/Image) to be used with BeginDragDropSource() given the explicit ImGuiDragDropFlags_SourceAllowNullID flag.
omar
committed
on 29 Oct 2017
|
|
Drag and drop: moved to imgui.h
omar
committed
on 29 Oct 2017
|
|
Drag and Drop: made BeginDragDropSource() clear the IsItemHovered() by default, added a flag to keep it.
omar
committed
on 29 Oct 2017
|
|
Drag and drop API experiment
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 |
ColorTooltip: Resize ColorButton to align better with text, now that ColorButton provides a text baseline (
0260fdd )
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
|