5467 Commits (2dc85e6e438e6d7f485317c9b76dc153535fed16)

Author SHA1 Message Date
omar 6c192f3221 Added GetContentRegionMax() supporting columns. Some bug fixes with using columns. ago%!(EXTRA string=11 years)
omar 78645a7dba Added word-wrapping API TextWrapped(), PushTextWrapPos(), PopTextWrapPos() ago%!(EXTRA string=11 years)
ocornut 74363c5a43 Fixed column using a "funny scale factor" (non power of two) #67 ago%!(EXTRA string=11 years)
ocornut 0b10cf4bd7 Fixed some typos in comments ago%!(EXTRA string=11 years)
ocornut 3d84858755 Made with the NoResize flag can still use auto-fitting. Added SetWindowSize(). ago%!(EXTRA string=11 years)
ocornut fad5e45d2c Minor tweaks ago%!(EXTRA string=11 years)
Jarrett Billingsley 85eee4a4c5 Added overloads of ImGui::PlotLines and ImGui::PlotHistogram which take a value getter function instead of raw value data, and changed the implementation of the original overloads to use this new implementation. ago%!(EXTRA string=11 years)
ocornut f768579377 GCC warning fix ago%!(EXTRA string=11 years)
ocornut e6eafd6fa8 Fixed warnings for GCC -Wpedantic ago%!(EXTRA string=11 years)
omar 1037bacc4b Version number ago%!(EXTRA string=11 years)
omar af37fb1ee7 Added GetWindowFont(), GetWindowFontSize() + comments following user's feedback ago%!(EXTRA string=11 years)
ocornut 9f05a2bb16 Fixed unlikely buffer overrun in InputCharacters (thanks Daniel Collin) ago%!(EXTRA string=11 years)
ocornut 48a944813c Moved UserData ago%!(EXTRA string=11 years)
ocornut 1d9a4748de Added a UserData void *pointer so that the callback functions can access user state ago%!(EXTRA string=11 years)
Sean Middleditch bebadb9012 64-bit fixes ago%!(EXTRA string=11 years)
ocornut 530e746daa Renamed IMGUI_INCLUDE_IMGUI_USER_CPP to IMGUI_INCLUDE_IMGUI_USER_INL (more IDE friendly) ago%!(EXTRA string=11 years)
ocornut ce481ec702 SetKeyboardFocusHere() allow for an offset to access sub components + comments ago%!(EXTRA string=11 years)
ocornut f1ea630dd0 SetKeyboardFocusHere() sets focus on next widget instead of previous + works on tabbing-disabled widgets ago%!(EXTRA string=11 years)
ocornut ffc8264e9d Added SetKeyboardFocusHere() to set focus from code. Fixed tabbing through tab-disabled fields. ago%!(EXTRA string=11 years)
ocornut 0fa3d6e25f Version number and font documentation ago%!(EXTRA string=11 years)
ocornut f898e658bb Added IO.FontFallbackGlyph (default to '?') + UTF-8 test in demo window ago%!(EXTRA string=11 years)
ocornut b6ac371496 Warning fix ago%!(EXTRA string=11 years)
ocornut 81b9480413 Speculative warning fixes ago%!(EXTRA string=11 years)
ocornut b86505bf2f Support for international text input in UTF-8. Added ImeSetInputScreenPosFn(). Removed text_end parameter from SetClipboardTextF ago%!(EXTRA string=11 years)
ocornut d35ceb793e OpenGL example: added commented code to load custom font from filesystem ago%!(EXTRA string=11 years)
ocornut 51bbe1d961 Handle UTF-8 decoding for rendering and text size calculation ago%!(EXTRA string=11 years)
ocornut a1162ac001 Tab to spaces ago%!(EXTRA string=11 years)
ocornut 618a42acf8 Renamed section in documentation ago%!(EXTRA string=11 years)
ocornut 3cd1b8a37b Update version number in sources ago%!(EXTRA string=11 years)
ocornut 746951691a Added va_list variations of all functions taking ... parameters (from Andrea Pessino) ago%!(EXTRA string=11 years)
ocornut fec4232c79 Moved IM_MALLOC/IM_FREE/etc. to IO structure members one can set at runtime. ago%!(EXTRA string=11 years)
ocornut 85672fec2e Added IsPosHoveringAnyWindow() ago%!(EXTRA string=11 years)
ocornut d5ed586d70 Added IsMouseHoveringWindow(), IsMouseHoveringAnyWindow() ago%!(EXTRA string=11 years)
ocornut 6e039c8b7d Doc formatting + adding 'API changes' section ago%!(EXTRA string=11 years)
ocornut 05a42ba3a6 Added IO.FontBaseScale for global rescale. Renamed SetFontScale to SetWindowFontScale ago%!(EXTRA string=11 years)
ocornut 24028911e3 Added version number in sources ago%!(EXTRA string=11 years)
ocornut 3fd68c3a31 Fixed file-descriptor leak if ImBitmapFont::LoadFromFile() calls to seek/tell fails. ago%!(EXTRA string=11 years)
ocornut 2e85dce1ee Added #define IMGUI_INCLUDE_IMGUI_USER_CPP to optionally include imgui_user.cpp ago%!(EXTRA string=11 years)
ocornut 62d233aaab Added extra_flags parameters to InputInt(), InputFloat(). Used in example code. Commented out broken ImGuiInputTextFlags_AlignCenter. ago%!(EXTRA string=11 years)
Thomas Buck 7439df0ba1 Added ImGuiInputTextFlags_EnterReturnsTrue ago%!(EXTRA string=11 years)
ocornut ad42787543 Made radio button render ascii when logged into tty/file/clipboard ago%!(EXTRA string=11 years)
ocornut 91059da1a5 Added more comments in the code. ago%!(EXTRA string=11 years)
ocornut c07ab1b56a Minor tweaks to "Memory override" pull request ago%!(EXTRA string=11 years)
ocornut 43448d9c89 Added FAQ/comments ago%!(EXTRA string=11 years)
ocornut 3b339efeb2 Added IO.FontYOffset. Added asserts. ago%!(EXTRA string=11 years)
ocornut 8fc50f5ed3 Remove IO.FontHeight, cached automatically. Added assertions. ago%!(EXTRA string=11 years)
ocornut dd5d251273 Added SetCursorPosX, SetCursorPosY shortcuts ago%!(EXTRA string=11 years)
ocornut 2fb63b6068 Checkbox() return true when pressed ago%!(EXTRA string=11 years)
ocornut 7adad71042 Moved IMGUI_FONT_TEX_UV_FOR_WHITE define to a variable so font can be changed at runtime ago%!(EXTRA string=11 years)
ocornut 88c33ecc29 Fixes to allow clean 1-pixel thick lines in more use cases. PixelCenterOffset not the same as previously! ago%!(EXTRA string=11 years)