2016-04-05 |
|
---|---|
|
|
Trivial format string fix in demo
cheriff
authored
on 5 Apr 2016
omar
committed
on 5 Apr 2016
|
|
2016-04-03 |
Style: removed WindowFillAlphaDefault which was confusing and redundant, baked into WindowBg color. Renamed TooltipBg > PopupBG. (#337)
...
ocornut
committed
on 3 Apr 2016
|
Fixed InputTextMultiLine(), ListBox(), BeginChildFrame(): outer frame not honoring bordering (following #462)
ocornut
committed
on 3 Apr 2016
|
|
Added ImGuiWindowFlags_AlwaysUseWindowPadding flag to ensure non-border child window uses window padding (#462)
ocornut
committed
on 3 Apr 2016
|
|
Renamed ImGuiWindowFlags_Force**Scrollbar to ImGuiWindowFlags_Always**Scrollbar (#476)
ocornut
committed
on 3 Apr 2016
|
|
Merge branch 'Loftilus-master'
ocornut
committed
on 3 Apr 2016
|
|
Examples: Libs: Update glfw binaries to glfw master.
ocornut
committed
on 3 Apr 2016
|
|
Examples: Vulkan: Coding style tweaks.
ocornut
committed
on 3 Apr 2016
|
|
Merge branch 'master' of https://github.com/Loftilus/imgui into Loftilus-master
ocornut
committed
on 3 Apr 2016
|
|
Comments
ocornut
committed
on 3 Apr 2016
|
|
Examples: DirectX10,DirectX11 : Minor renaming
ocornut
committed
on 3 Apr 2016
|
|
Examples: DirectX10: Save/restore state + minor cleanups (#570)
ocornut
committed
on 3 Apr 2016
|
|
Examples: DirectX11: Shallow massaging to make the code more consistent/readable (following #570)
ocornut
committed
on 3 Apr 2016
|
|
Merge branch 'nlguillemot-patch-1'
ocornut
committed
on 3 Apr 2016
|
|
Examples: DX11: Cleanup state backup/restore code (#570)
ocornut
committed
on 3 Apr 2016
|
|
2016-04-02 |
capture and restore all state
Nicolas Guillemot
committed
on 2 Apr 2016
|
Updated todo list and comments
ocornut
committed
on 2 Apr 2016
|
|
|
|
Update README.md
ocornut
committed
on 2 Apr 2016
|
|
InputText: move to next word OS X style behavior on OS X (#473)
ocornut
committed
on 2 Apr 2016
|
|
stb_textedit.h: proposal for upstream PR to allow custom move-left/move-right handlers (following #473)
ocornut
committed
on 2 Apr 2016
|
|
stb_truetype: updated 1.08 > 1.10 + minor unused variable warning fix
ocornut
committed
on 2 Apr 2016
|
|
stb_textedit.h Local warning fixes
ocornut
committed
on 2 Apr 2016
|
|
stb_textedit.h updated to 1.8 (our two main changes were merged now)
ocornut
committed
on 2 Apr 2016
|
|
IO: Added unused MultiSelectUsesSuperKey dummy field to convey semantic for OS X compatible behavior (#473)
ocornut
committed
on 2 Apr 2016
|
|
InputText(): Added io.DoubleClickSelectsWord option for OS X compatible behavior (#473)
ocornut
committed
on 2 Apr 2016
|
|
InputText/IO: Added WordMovementUsesAltKey , ShortcutsUseSuperKey for OS X Compatible behavior (#473)
ocornut
committed
on 2 Apr 2016
|
|
IO: Added "Super" keyboard modifiers (corresponding to Cmd on Mac and Windows key in theory although the later is hard to read) (#473)
...
ocornut
committed
on 2 Apr 2016
|