2fb63b6068
Checkbox() return true when pressed
ocornut2014-08-28 17:32:03 +01:00
cd3d027df0
Delete obsolete comments in imconfig.h
ocornut2014-08-28 14:54:22 +01:00
7adad71042
Moved IMGUI_FONT_TEX_UV_FOR_WHITE define to a variable so font can be changed at runtime
ocornut2014-08-28 14:53:41 +01:00
88c33ecc29
Fixes to allow clean 1-pixel thick lines in more use cases. PixelCenterOffset not the same as previously!
ocornut2014-08-28 14:52:10 +01:00
1f63e01cc6
Minor fixes to scrollbar rendering, close button and made checkbox/radio button padding more consistent.
ocornut2014-08-27 22:16:55 +01:00
bd26de0628
Collapse triangle don't have a shadow unless borders are enabled. Fixed cross that appears when hovering window close button to be perfectly 45 degrees.
ocornut2014-08-27 17:54:11 +01:00
5a9639b423
Fixed collapsing header border (if borders are enabled) being off the clip rectangle. Tweak demo window.
ocornut2014-08-27 11:38:26 +01:00
f5dbb0a973
Fixed floating-point precision issue making the right-side value of a plot sometimes wrap to the left-side value.
ocornut2014-08-15 17:54:42 +01:00
ade21a1ad5
PlotLines(), PlotHistogram(): added a stride parameter.
ocornut2014-08-15 17:36:54 +01:00
868ba05a13
Slowed down mouse wheel scrolling speed in combo boxes
ocornut2014-08-15 16:40:31 +01:00
152878571e
TreeNode/CollapsingHeader ignore clicks when CTRL or SHFIT are held + make default button hover brighter
ocornut2014-08-15 16:38:29 +01:00
fa0aa5ace6
Added storage for up to 5 mouse buttons for convenience (even though ImGui itself only uses 1)
ocornut2014-08-15 16:22:03 +01:00
6267905a17
Added BeginTooltip()/EndTooltip() helpers to create tooltips with custom widgets
ocornut2014-08-15 16:18:00 +01:00
1509b8f634
Added TODO list items from users feedback
ocornut2014-08-15 12:35:39 +01:00
2bc6346b48
Added TextColored() helper. Changed some parameters to const references (still allows implicit casting)
ocornut2014-08-15 12:32:53 +01:00
9169b2911c
Fixed trailing \n reporting extra text height
ocornut2014-08-14 17:01:42 +01:00
a4b96445e8
Fix typo and speculative warning
ocornut2014-08-14 16:02:42 +01:00
6c11d7623e
Fix invalid .ini file data persistently saving back on next save
ocornut2014-08-14 15:51:55 +01:00
f33eb89018
Fix tooltip data needlessly leaking into .ini file
ocornut2014-08-14 15:43:58 +01:00
e9b0a61f48
:w a A A A A A A B B B B B B B B B B D D merged with upste Merge remote-tracking branch 'upstream/master'
Sepehr Taghdisian2014-08-14 18:59:08 +04:30
a8d3b045b7
Fix for doing multiple Begin()/End() during the same frame
ocornut2014-08-14 15:18:34 +01:00