2015-07-17 |
Version number 1.43
ocornut
committed
on 17 Jul 2015
|
---|---|
2015-07-15 |
AddInputCharactersUTF8: shallow tweaks (#274)
ocornut
committed
on 15 Jul 2015
|
|
|
ImFont: tweaks
ocornut
committed
on 15 Jul 2015
|
|
ImFontAtlas: allow AddFontDefault to take a config
ocornut
committed
on 15 Jul 2015
|
|
ImFontAtlas: new AddFont() API, oversampling, subpositiong, merging fonts, etc. (#182, #220, #232, #242)
ocornut
committed
on 15 Jul 2015
|
|
2015-07-14 |
ImFont: comments, minor bits
ocornut
committed
on 14 Jul 2015
|
ImFont: Cleanup to be compatible with over-sampling (not enabled)
ocornut
committed
on 14 Jul 2015
|
|
2015-07-13 |
ImFont: storing offsets as X0/Y0/X1/Y1 analoguous to examples for stb_truetype
ocornut
committed
on 13 Jul 2015
|
2015-07-12 |
Merge remote-tracking branch 'origin' into 2015-03-antialiased-primitives
...
ocornut
committed
on 12 Jul 2015
|
ImDrawList: added AddRectFilledMultiColor() helper + minor optimisation.
ocornut
committed
on 12 Jul 2015
|
|
2015-07-10 |
Merge remote-tracking branch 'origin' into 2015-03-antialiased-primitives
...
ocornut
committed
on 10 Jul 2015
|
Changed SameLine() parameters from int to float.
ocornut
committed
on 10 Jul 2015
|
|
InputText: Added ImGuiInputTextFlags_AlwaysInsertMode flag
ocornut
committed
on 10 Jul 2015
|
|
InputText: added ImGuiInputTextFlags_NoHorizontalScroll flag. Added HasSelection() helper in ImGuiTextEditCallbackData as a clarification.
ocornut
committed
on 10 Jul 2015
|
|
2015-07-08 |
Merge remote-tracking branch 'origin' into 2015-03-antialiased-primitives
ocornut
committed
on 8 Jul 2015
|
Merge remote-tracking branch 'origin' into 2015-03-antialiased-primitives
ocornut
committed
on 8 Jul 2015
|
|
|
|
AA branch: Re-added PrimVtx() + PrimWriteVtx, PrimWriteIdx for finer control (#133)
ocornut
committed
on 8 Jul 2015
|
|
Version number 1.42
ocornut
committed
on 8 Jul 2015
|
|
2015-07-07 |
AA branch: undo
d35c1a9 , thickness is back but goes through non-AA path (#133)
ocornut
committed
on 7 Jul 2015
|
AA branch: Agressively renamed all fields of ImDrawList, ImDrawCmd, ImDrawData to match the rest of our coding convention (#133)
ocornut
committed
on 7 Jul 2015
|
|
AA branch: removed the 'thickness' parameter from ImDrawList::AddLine()
ocornut
committed
on 7 Jul 2015
|
|
Columns/ImDrawList: dispatch render of each column in a sub-draw list and merge on closure, saving draw calls (#125)
ocornut
committed
on 7 Jul 2015
|
|
ImDrawList: winodw draw lists destructed properly on Shutdown()
ocornut
committed
on 7 Jul 2015
|
|
AA branch: further use of ImVector<> Data/Size
ocornut
committed
on 7 Jul 2015
|
|
Merge remote-tracking branch 'origin' into 2015-03-antialiased-primitives
...
ocornut
committed
on 7 Jul 2015
|
|
ImVector<> access to Size/Capacity/Data (#262)
ocornut
committed
on 7 Jul 2015
|
|
Merge remote-tracking branch 'origin' into 2015-03-antialiased-primitives
...
ocornut
committed
on 7 Jul 2015
|
|
Removed the majority of size_t from the code. ImVector<> now uses int. (#262)
...
ocornut
committed
on 7 Jul 2015
|