517 Commits (73917115a8e217b848a0b9f4680a671c90eb7b14)

Author SHA1 Message Date
Borislav Stanimirov 73917115a8 Added flag showing whether the GUI wants text input ago%!(EXTRA string=10 years)
ocornut 97be3428f1 Added GetMousePosOnOpeningCurrentPopup(). ago%!(EXTRA string=10 years)
ocornut 07de0448f9 ImGuiTextFilter: default parameter width=0.0f for no override, allow override with negative values ago%!(EXTRA string=10 years)
ocornut 307ed78006 ImGuITextBuffer: shallow tweak. ago%!(EXTRA string=10 years)
ocornut 42567a9516 ImGuiTextFilter::PassFilter() supports string range. Added [] helper to ImGuiTextBuffer. ago%!(EXTRA string=10 years)
ocornut c98318a914 Renaming some argument to clarify the local vs screen coordinates ago%!(EXTRA string=10 years)
ocornut f421f2f47e IsWindowHovered() takes account of window hoverability (may be disabled because of a popup) + comment ago%!(EXTRA string=10 years)
ocornut 0c9fcdbe71 Allow to override ImDrawIdx type (#292) ago%!(EXTRA string=10 years)
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)