3c8e490778
Comment on dealing with io.WantCaptureKeyboard (#703)
ocornut2016-06-25 14:28:58 +02:00
13615a1318
InputText: render currently edited buffer from the internal buffer, toward #701ocornut2016-06-25 13:57:05 +02:00
2f4e2eec68
InputText, ImGuiTextFilter: using strncpy instead of printf("%s").
ocornut2016-06-25 13:54:34 +02:00
4621b357c1
Wrapped text: fixed incorrect testing for negative wrap coordinates, they are perfectly legal. (#706)
ocornut2016-06-19 12:50:22 +02:00
92bff4c8d7
ColorEdit4(): better preserve inputting value out of 0..255 range, display then clamped in Hexadecimal form
ocornut2016-06-16 23:09:48 +02:00
9cb271f4c8
Fixed minor text clipping issue in window title for when using font straying above usual line (#699)
ocornut2016-06-15 23:09:40 +02:00
1ef7980e17
Merge branch 'master' into 2016-02-colorpicker
ocornut2016-06-15 10:05:17 +02:00
c4db79f34b
Member variable name renamed "ID" "Id" for casing consistency
ocornut2016-06-12 22:27:15 +02:00
9f21c7189f
TextUnformatted() fixed clipping bug in the large-text path when horizontal scroll has been applied (#692, #246)
ocornut2016-06-12 12:23:16 +02:00
d79186931e
ImDrawList: Fixed a (rarely occuring) bug with merging with previous command + unnecessary OverlayDrawList command
ocornut2016-06-11 15:42:10 +02:00
3fd3eac370
Fixed TextWrapped() override wrap position is one is already set (#690)
ocornut2016-06-11 10:23:37 +02:00
784e1ef053
CollapsingHeader() with close button adapt to horizontal scrolling (#600)
ocornut2016-05-29 18:12:25 +02:00
dff078365f
Fix selectable/tree node not reaching right-side of contents size when horizontal scrolling is active and no explicit size is known
ocornut2016-05-29 18:08:51 +02:00
45dacbf084
Fixed GetWindowContentRegionMax() being off by ScrollSize amount when SizeExplicit is set + caching ContentsRegionRect.
ocornut2016-05-29 17:50:23 +02:00
b5521a81d4
Demo: fixed multi-selection tree nodes demo to not replace selection when clicking on single-item that's already part of selection (#581)
ocornut2016-05-28 14:18:46 +02:00
713730af0c
Minor sizing refactor, should be no-op. Making it a commit for further bisection since sizing code is super brittle. (#668)
ocornut2016-05-21 20:55:28 +02:00
102d03a7eb
Resizing window doesn't rely on MouseDelta anymore, but rather recompute expected size based absolute mouse coords. (#668)
ocornut2016-05-21 20:50:15 +02:00
b4302187dd
ImFontAtlas: Tweak to allow MergeMode to apply on a font that isn't the previous one, by setting the DstFont field.
ocornut2016-05-17 19:47:13 +02:00
1dfafeb602
CheckStacksSize() added literal strings in IM_ASSERT calls to reach end-user on common failure
ocornut2016-05-17 09:36:27 +02:00
0e51f91c5e
Including limits.h again to get INT_MAX, assuming previous report of missing limits.h was erroneous (#1, yes, issue ONE!)
ocornut2016-05-16 20:27:52 +02:00
e79d2828c4
Metrics window: coarse clipping the detailed vertex buffer for pleasure and benefits.
ocornut2016-05-13 23:10:16 +02:00
f48f9a30ef
ButtonBehavior(), fixed subtle old bug when a repeating button would also return true on release + comments (#656)
ocornut2016-05-13 11:13:54 +02:00
e1e2752dcb
Fixed repeating button behavior triggering twice, typically affect the +/- of InputInt/InputFloat and user repeating buttons (#656)
ocornut2016-05-13 10:50:59 +02:00
8d5b2fba95
Fixed TitleBg/TitleBgActive color being rendered above WindowBg color, being inconsistent and causing visual artefact (#655)
ocornut2016-05-12 23:12:55 +02:00