Historial de Commits

Autor SHA1 Mensaje Fecha
  omar a0a6c8a2ef Renamed ImDrawList::PathFill() to ImDrawList::PathFillConvex() for clarity. (breaking API) hace 8 años
  omar d878462866 End() avoid calling Columns() if no columns set is open, not sure what it wasn't the case. hace 8 años
  omar bbd44b4edd Clarified asserts in CheckStacksSize() when there is a stack mismatch hace 8 años
  omar 0e1950f7d6 Comments about child menu positioning (#1086) hace 8 años
  Codecat fdd11658eb Fix ColorButton showing wrong hex value for alpha hace 8 años
  omar b8043d3ee5 Internal: Renamed ImLoadFileToMemory to ImFileLoadToMemory to be consistent with ImFileOpen + fix mismatching .h name (#917) hace 8 años
  omar 6257b5814a Added an explicit (internal) ClearActiveID() helper and removed the default NULL window parameter to internal SetActiveID(), hace 8 años
  omar 081aec482b Merge pull request #931 from nlguillemot/master hace 8 años
  ocornut baa2e3b451 Minor documentation tweaks hace 8 años
  Nicolas Guillemot 36d78e0565 const correctness for Combo and ListBox hace 9 años
  ocornut 55d651812d Renaming and massaging internal Settings/Ini functions (#923) hace 9 años
  ocornut 0b6211f907 Fixed clicking on a window's void while staying still overzealously marking .ini settings as dirty (#923) hace 9 años
  ocornut 9235e0da46 SliderInt, SliderFloat(): Fixed edge case where style.GrabMinSize being bigger than slider width can lead to a division by zero (#919) hace 9 años
  ocornut ca9a918535 SliderInt(): Fixed reverse direction mode when (v_max-v_min)==-1 (#854) (+ ref #919) hace 9 años
  ocornut bbd0a37bd2 ImFileOpen: MinGW uses _wfopen() codepath to support UTF-8 filenames (#917) hace 9 años
  ocornut 449c47c789 SliderInt, SliderFloat() interacting enforce modifying to the value to be consistent with other widget behaviors (#919) hace 9 años
  ocornut 94c77edfa5 SliderInt, SliderFloat() Better display support for v_min==v_max range. (#919) hace 9 años
  ocornut 0a483379af Split SliderBehaviorCalcRatioFromValue() out of SliderBehavior(), fix + Not using fabsf() anymore hace 9 años
  ocornut 004e863727 Split SliderBehaviorCalcRatioFromValue() out from SliderBehavior() hace 9 años
  ocornut 219e4fb8fb SliderInt, SliderFloat: Passing v_min==v_max disable setting value from clicking/dragging (#919) hace 9 años
  ocornut a868c32ed1 SliderInt, SliderFloat: Renaming hace 9 años
  ocornut 61d5b46307 SliderInt, SliderFloat(): support reverse direction (#854) hace 9 años
  ocornut 104b381023 Using _wfopen() under Windows+MSVC because fopen() doesn't support UTF-8 encoding. Wrapped as ImFileOpen(). (#917) hace 9 años
  ocornut 98e1d500d4 Support for #define-ing GImGui and IMGUI_SET_CURRENT_CONTEXT_FUNC to enable custom thread-based hackery (#586) hace 9 años
  ocornut 8553bab241 Ignoring overzealous GCC warnings (#883) hace 9 años
  ocornut 3689efb726 Font: Readme about icons hace 9 años
  ocornut da9feba539 Fixed missing frame padding on title bar text when Collapse triangle is disabled hace 9 años
  ocornut b376b68326 Font: Added io.FontDefault in ImGuiIO structure to make it easier to change default font from third-party or demo code hace 9 años
  ocornut ddf08ec2e8 BeginChild(const char*) applies stack id to provided label (#894, #713) hace 9 años
  ocornut 7252d93dcd stb_textedit.h Merged from master 1.9 (merged bits from #473) hace 9 años