509 Commits (aa3c26fd30e1c13a1af8cc00bf97feb0c63034da)

Author SHA1 Message Date
ocornut aa3c26fd30 IM_PRINTFARGS takes one argument. Moved pragma outside of .h (#295) ago%!(EXTRA string=10 years)
ocornut 14822609bd Version number 1.45 WIP ago%!(EXTRA string=10 years)
Thomas Pöchtrager 947cf3434f Added printf attribute to printf like text formatting functions ago%!(EXTRA string=10 years)
ocornut a99ba42a39 Version number 1.44 ago%!(EXTRA string=10 years)
ocornut 7fea3eacfe Minor comments ago%!(EXTRA string=10 years)
ocornut 155873a6b0 Added GetContentRegionAvail() helper ago%!(EXTRA string=10 years)
ocornut 3aca446817 Added ImFontAtlas::AddFontFromMemoryCompressedBase85TTF() ago%!(EXTRA string=10 years)
ocornut 1e76c63bb6 Fixed comment ago%!(EXTRA string=10 years)
ocornut dace68b6fd Big cleanup, split imgui.cpp into imgui_demo.cpp,imgui_draw.cpp imgui_internal.h (#219) ago%!(EXTRA string=10 years)
ocornut 5a4b521855 Added ImDrawList::AddText() shorthand helper ago%!(EXTRA string=10 years)
ocornut 74908a9513 Fixed angles in ImDrawList::PathArcTo(), PathArcToFast() being off by an extra PI for no reason ago%!(EXTRA string=10 years)
ocornut 82727d7119 Version number 1.44 WIP ago%!(EXTRA string=10 years)
ocornut cdbf71ac12 Added ImGuiWindowFlags_NoInputs for input-passthru window ago%!(EXTRA string=10 years)
ocornut 20db726a9a Version number 1.44 WIP ago%!(EXTRA string=10 years)
ocornut e8cb874afe Version number 1.43 ago%!(EXTRA string=10 years)
ocornut d6117e33d0 AddInputCharactersUTF8: shallow tweaks (#274) ago%!(EXTRA string=10 years)
Daniel Gibson be8fb858cc Add ImGuiIO::AddInputCharactersUTF8(char* utf8str) ago%!(EXTRA string=10 years)
ocornut 5e846612d3 ImFont: tweaks ago%!(EXTRA string=10 years)
ocornut 3e3d9f9a69 ImFontAtlas: allow AddFontDefault to take a config ago%!(EXTRA string=10 years)
ocornut 815168c7ef ImFontAtlas: new AddFont() API, oversampling, subpositiong, merging fonts, etc. (#182, #220, #232, #242) ago%!(EXTRA string=10 years)
ocornut 6ae8062ca0 ImFont: comments, minor bits ago%!(EXTRA string=10 years)
ocornut c02f9b58ef ImFont: Cleanup to be compatible with over-sampling (not enabled) ago%!(EXTRA string=10 years)
ocornut ba9317b924 ImFont: storing offsets as X0/Y0/X1/Y1 analoguous to examples for stb_truetype ago%!(EXTRA string=10 years)
ocornut 6520b6c458 ImDrawList: added AddRectFilledMultiColor() helper + minor optimisation. ago%!(EXTRA string=10 years)
ocornut b67593a4b1 Changed SameLine() parameters from int to float. ago%!(EXTRA string=10 years)
ocornut 827ff970cd InputText: Added ImGuiInputTextFlags_AlwaysInsertMode flag ago%!(EXTRA string=10 years)
ocornut d2701727b9 InputText: added ImGuiInputTextFlags_NoHorizontalScroll flag. Added HasSelection() helper in ImGuiTextEditCallbackData as a clarification. ago%!(EXTRA string=10 years)
ocornut 08b1dd1035 Version number 1.43 WIP ago%!(EXTRA string=10 years)
ocornut 09e8c4ec11 AA branch: Re-added PrimVtx() + PrimWriteVtx, PrimWriteIdx for finer control (#133) ago%!(EXTRA string=10 years)
ocornut e5bea65582 Version number 1.42 ago%!(EXTRA string=10 years)
ocornut 54c2665032 AA branch: undo d35c1a9e66, thickness is back but goes through non-AA path (#133) ago%!(EXTRA string=10 years)
ocornut d03b046ef4 AA branch: Agressively renamed all fields of ImDrawList, ImDrawCmd, ImDrawData to match the rest of our coding convention (#133) ago%!(EXTRA string=10 years)
ocornut d35c1a9e66 AA branch: removed the 'thickness' parameter from ImDrawList::AddLine() ago%!(EXTRA string=10 years)
ocornut 87ebe95fd6 Columns/ImDrawList: dispatch render of each column in a sub-draw list and merge on closure, saving draw calls (#125) ago%!(EXTRA string=10 years)
ocornut 3e4841765d ImDrawList: winodw draw lists destructed properly on Shutdown() ago%!(EXTRA string=10 years)
ocornut bfa7d86070 AA branch: further use of ImVector<> Data/Size ago%!(EXTRA string=10 years)
ocornut 3869e10574 ImVector<> access to Size/Capacity/Data (#262) ago%!(EXTRA string=10 years)
ocornut 502e360ee5 Removed the majority of size_t from the code. ImVector<> now uses int. (#262) ago%!(EXTRA string=10 years)
ocornut 02dbcf5405 ImVector<> cannot be re-defined (#262) ago%!(EXTRA string=10 years)
ocornut 6a22835f63 AA branch: ImDrawList: rename commands to cmd_buffer ago%!(EXTRA string=10 years)
ocornut d6987d1586 ImDrawList store pointer to their owner name for easier auditing/debugging. Metrics windows render clip rectangle when hovering. ago%!(EXTRA string=10 years)
ocornut 0676efd37f AA branch: added ImDrawData::DeIndexAllBuffers() helper (#254) ago%!(EXTRA string=10 years)
ocornut b2b616be00 AA branch: ImDrawCmd idx_count -> elem_count ago%!(EXTRA string=10 years)
ocornut f3303fa84f AA branch: io.RenderDrawListsFn signature changed to take ImDrawData, neater and future proof breaking of the render API (#133 #254) ago%!(EXTRA string=10 years)
ocornut 2633325b9f Comments ago%!(EXTRA string=10 years)
ocornut 562aecdaa5 Removed obsolete GetDefaultFontData() function that would assert anyway (obsoleted 2015/01/11) ago%!(EXTRA string=10 years)
ocornut 56553f33b8 AA branch: added style.AntiAliasedLines, style.AntiAliasedShapes (#133) ago%!(EXTRA string=10 years)
ocornut d76bc3434e Added DragFloatRange2() DragIntRange2() helpers (#76) ago%!(EXTRA string=10 years)
ocornut e9b81dd5ab Comments ago%!(EXTRA string=10 years)
ocornut fd3c6067bf Add conditional #ifdef prior to imconfig.h to facilitate inclusion in build systems (#255) ago%!(EXTRA string=10 years)