fcec337061
Examples: Simplified font examples comments.
ocornut2015-07-15 07:05:34 -06:00
815168c7ef
ImFontAtlas: new AddFont() API, oversampling, subpositiong, merging fonts, etc. (#182, #220, #232, #242)
ocornut2015-07-15 07:01:21 -06:00
6ae8062ca0
ImFont: comments, minor bits
ocornut2015-07-14 15:51:19 -06:00
c02f9b58ef
ImFont: Cleanup to be compatible with over-sampling (not enabled)
ocornut2015-07-14 12:41:02 -06:00
fc6545830b
Examples: displaying more font information.
ocornut2015-07-14 10:28:55 -06:00
faec745438
Merge remote-tracking branch 'origin' into 2015-03-antialiased-primitives
ocornut2015-07-14 09:23:50 -06:00
8cfd963fda
Popups: removed an apparently unnecessary test in CloseInactivePopups() that broke Combo boxes inside menus (#272)
ocornut2015-07-14 09:21:41 -06:00
355cbf6326
Examples: added tests for Combo box in sub-menu test and MenuItem in a normal window (#272)
ocornut2015-07-14 09:10:31 -06:00
52c820e7b0
Metrics: more details in popup stack (#272)
ocornut2015-07-14 09:09:52 -06:00
ba9317b924
ImFont: storing offsets as X0/Y0/X1/Y1 analoguous to examples for stb_truetype
ocornut2015-07-13 16:08:49 -06:00
5b053dd350
Fix for OverlayDrawList being ready to append commands (not exposed publicly yet anyway)
ocornut2015-07-13 15:52:57 -06:00
d10d0343b2
Plot() function can take 0.0f for both scale_min/scale_max to calculate scale
ocornut2015-07-11 18:10:43 -06:00
e681937f66
Delete merging artefact that survived for a day
ocornut2015-07-11 08:41:11 -06:00
fd44b9440b
Merge remote-tracking branch 'origin' into 2015-03-antialiased-primitives
ocornut2015-07-10 21:45:25 -06:00
b67593a4b1
Changed SameLine() parameters from int to float.
ocornut2015-07-10 19:36:34 -06:00
8094aa78d2
Fixed incorrect assert triggering when code steal ActiveID move user moving window by calling e.g. SetKeyboardFocusHere()
ocornut2015-07-10 18:54:26 -06:00
827ff970cd
InputText: Added ImGuiInputTextFlags_AlwaysInsertMode flag
ocornut2015-07-10 18:47:55 -06:00
d2701727b9
InputText: added ImGuiInputTextFlags_NoHorizontalScroll flag. Added HasSelection() helper in ImGuiTextEditCallbackData as a clarification.
ocornut2015-07-10 18:17:46 -06:00
eee6dab226
iOS example working based on modified OpenGL3 example + Synergy
Joel Davisandocornut2015-06-15 09:23:57 -07:00
54c2665032
AA branch: undo d35c1a9e66, thickness is back but goes through non-AA path (#133)
ocornut2015-07-07 20:56:58 -06:00
439040bb25
AA branch: more comments on breaking changes (#133)
ocornut2015-07-07 20:30:46 -06:00
d03b046ef4
AA branch: Agressively renamed all fields of ImDrawList, ImDrawCmd, ImDrawData to match the rest of our coding convention (#133)
ocornut2015-07-07 20:17:07 -06:00
d35c1a9e66
AA branch: removed the 'thickness' parameter from ImDrawList::AddLine()
ocornut2015-07-07 18:34:29 -06:00
ac56e4e209
AA branch: API breaking change documentation
ocornut2015-07-07 18:31:41 -06:00
af7f35d7c2
Merge remote-tracking branch 'origin' into 2015-03-antialiased-primitives
ocornut2015-07-07 18:22:18 -06:00
87ebe95fd6
Columns/ImDrawList: dispatch render of each column in a sub-draw list and merge on closure, saving draw calls (#125)
ocornut2015-07-07 18:19:01 -06:00
f4fc008a2a
Fixed ListBoxHeader() not honoring negative sizes the same way as BeginChild() or BeginChildFrame() (#263)
ocornut2015-07-07 16:53:09 -06:00
acf58c6223
More debug-build friendly ImVector<> use micro optimisations for the most bottle-neck bunchs
ocornut2015-07-07 13:54:06 -06:00
bfa7d86070
AA branch: further use of ImVector<> Data/Size
ocornut2015-07-07 12:58:36 -06:00
c3ced1bd71
Merge remote-tracking branch 'origin' into 2015-03-antialiased-primitives
ocornut2015-07-07 12:42:29 -06:00