Histórico de commits

Autor SHA1 Mensagem Data
  ocornut ca027e1754 Skip rendering if alpha is 0.0 11 anos atrás
  ocornut c5dacee3a7 Undo Begin() return false with Alpha==0.0, misleading at the moment 11 anos atrás
  ocornut d6f6afabb3 Initialised window->Accessed in constructor. Begin() return false with Alpha==0.0 11 anos atrás
  ocornut 76a39ad224 Added global Alpha in ImGuiStyle + commented ImGuiStyle fields in .h 11 anos atrás
  ocornut 926f7bfcc5 Added InputFloat4(), SliderFloat4() helpers. 11 anos atrás
  ocornut f6414f2011 Invisible child windows gets clipped earlier in the pipeline. 11 anos atrás
  ocornut c32221fa20 Child window with inverted clip rectangles are marked as collapsed. 11 anos atrás
  ocornut a165954a69 Reduce inner window clipping to take account for the extend of CollapsingHeader 11 anos atrás
  ocornut ddf8b280e9 Allowing the user to call NewFrame() multiple times without calling Render() 11 anos atrás
  ocornut 969b1e0563 Fix clipping of title bar text. 11 anos atrás
  ocornut 6e15b71663 Minor todo/readme changes 11 anos atrás
  ocornut f5dbb0a973 Fixed floating-point precision issue making the right-side value of a plot sometimes wrap to the left-side value. 11 anos atrás
  ocornut ade21a1ad5 PlotLines(), PlotHistogram(): added a stride parameter. 11 anos atrás
  ocornut 868ba05a13 Slowed down mouse wheel scrolling speed in combo boxes 11 anos atrás
  ocornut 152878571e TreeNode/CollapsingHeader ignore clicks when CTRL or SHFIT are held + make default button hover brighter 11 anos atrás
  ocornut fa0aa5ace6 Added storage for up to 5 mouse buttons for convenience (even though ImGui itself only uses 1) 11 anos atrás
  ocornut 6267905a17 Added BeginTooltip()/EndTooltip() helpers to create tooltips with custom widgets 11 anos atrás
  ocornut 1509b8f634 Added TODO list items from users feedback 11 anos atrás
  ocornut 2bc6346b48 Added TextColored() helper. Changed some parameters to const references (still allows implicit casting) 11 anos atrás
  ocornut 9169b2911c Fixed trailing \n reporting extra text height 11 anos atrás
  ocornut a4b96445e8 Fix typo and speculative warning 11 anos atrás
  ocornut 6c11d7623e Fix invalid .ini file data persistently saving back on next save 11 anos atrás
  ocornut f33eb89018 Fix tooltip data needlessly leaking into .ini file 11 anos atrás
  ocornut a8d3b045b7 Fix for doing multiple Begin()/End() during the same frame 11 anos atrás
  ocornut a830037eab Default "local only" clipboard handler on non-Windows platforms 11 anos atrás
  ocornut 309ff44579 Undo IsHovered > IsItemHovered, shorter name wins 11 anos atrás
  ocornut f30d23a502 Tweaks, more consistent #define names 11 anos atrás
  ocornut a905505cca Added GetItemBoxMin(),GetItemBoxMax(), renamed IsHovered()-->IsItemHovered() 11 anos atrás
  ocornut 29863b55ef Fixed logarithmic sliders and HSV conversions on Mac/Linux 11 anos atrás
  ocornut 7a3e6aa38d Default Clipboard functions on Windows+ renamed ARRAYSIZE to IM_ARRAYSIZE 11 anos atrás