d77082af00
Merge remote-tracking branch 'origin' into 2015-03-antialiased-primitives
ocornut2015-03-21 00:54:31 +00:00
92a22ab35f
Shutdown() freeing a few extra vectors so they don't have to freed by destruction #169ocornut2015-03-21 00:41:34 +00:00
c0eab2a164
Moved draw list for io.MouseDrawCursor to state (#169)
ocornut2015-03-21 00:22:36 +00:00
c18a409a97
Auto-filling child window feed their content size to parent - hopefully fix more problem than it causes? #170ocornut2015-03-20 23:34:03 +00:00
60f3cfbe98
Fixed MouseDrawCursor feature submitting an empty trailing command in the draw list
ocornut2015-03-20 20:50:55 +00:00
2142181c51
Allow to disable help and test window functionality
unknown2015-03-20 12:08:00 -07:00
efeeba99ca
Tweak stb_textedit integration to be lenient if another user are leaking their STB_TEXTEDIT definitions/symbols
ocornut2015-03-20 14:03:23 +00:00
138e292c4b
Merge remote-tracking branch 'origin' into 2015-03-antialiased-primitives
ocornut2015-03-19 17:01:54 +00:00
ff5378bd66
InputText() last active preserve scrolling position. Reset scroll if widget size becomes bigger than contents.
ocornut2015-03-19 16:45:37 +00:00
d1aca79f4e
InputText() update its width in case of resize initiated programmatically
ocornut2015-03-19 16:40:59 +00:00
693bd56db2
InputText() removed the odd ~ characters when clipping. Tweaks and fixes of clipping.
ocornut2015-03-19 16:04:22 +00:00
13caf21018
Use fabs() instead of abs() to ensure we use floating point. #164ocornut2015-03-19 09:06:34 +00:00
7a2da7cd02
Added style.DisplaySafeAreaPadding which was previously hard-coded (for use if you can't see the edges of your display, e.g. TV screens)
ocornut2015-03-18 22:35:14 +00:00
62e8661a37
Fixed assignment order in Begin() making auto-fit size effectively lag by one frame
ocornut2015-03-18 22:26:55 +00:00
9a6aebeb96
Merge pull request #163 from biller23/patch-1
omar2015-03-18 20:26:03 +00:00
30bc952ac3
Maintaining DC.CursorMaxPos instead of SizeContentsCurrent, simpler, faster and easier to understand.
ocornut2015-03-17 22:03:02 +00:00
fd7f50d269
Various fixes related to vertical alignment of text after widget of various sizes. Added demos. Toward #160ocornut2015-03-17 20:17:53 +00:00
3bd5597cee
Moved text vertical centering out of ItemSize() for the moment, in TextUnformatted() it's only user
ocornut2015-03-17 17:17:00 +00:00
d4c0ecea0e
Merge pull request #159 from adamdmoss/master
omar2015-03-16 11:46:29 +00:00
f2ff88b03a
opengl3+opengl example: if content window doesn't have focus, tell ImGui we don't have a mouse position. e.g. avoids tooltips popping up in imgui app when you're interacting with a different app window that overlaps it.
Adam D. Moss2015-03-16 10:45:11 +00:00
ea720963cf
Merge remote-tracking branch 'origin' into 2015-03-antialiased-primitives
ocornut2015-03-16 10:21:25 +00:00
d3e444dfd9
Examples: DirectX9: fixed duplicate creation of vertex buffer. Size of static vertex buffer at top of the code.
ocornut2015-03-16 10:02:10 +00:00
f4970d0e00
Moved static buffers into state
ocornut2015-03-16 09:54:28 +00:00
733eedc477
Moved static buffer into state
ocornut2015-03-16 09:45:32 +00:00
d08ce58876
TreeNodeV() early out if SkipItems is set (avoid formatting string only to be discarded later)
ocornut2015-03-16 00:46:03 +00:00