8224ca16b6
Carriage return in demo tooltip
ocornut2015-06-24 20:45:06 -06:00
4976bf97a6
Fix for correctness and allow non-auto resized modals to have window minimum size applied - hopefully no-side effects (#249)
ocornut2015-06-24 20:35:40 -06:00
af5890b276
AutoFit can be triggered on each axis separately via SetNextWindowSize() (mentioned in #249)
ocornut2015-06-24 20:08:08 -06:00
975ef00682
Minor construction fix (-1.0 is correct "disabled" value for TextWrapPos, didn't have any incidence anyway)
ocornut2015-06-24 19:53:41 -06:00
d171e48b20
Fixed SetNextWindowPosCenter() being processed too early for windows that are still measuring their size (for #249)
ocornut2015-06-23 15:45:34 -06:00
747999bbaf
Fixed mouse wheel scroll issues, introduced a few weeks ago (#200)
ocornut2015-06-19 18:01:13 -06:00
e7b43b014b
Can't scroll with mouse wheel when window is collapsed.
ocornut2015-06-19 17:43:51 -06:00
1b28f11acb
InputTextMultiline() filtering out \r for now (#200)
ocornut2015-06-19 17:34:19 -06:00
73db855c77
InputTextMultiline() painfully merged most computation passes into one, better clipping, much faster for large text (#200)
ocornut2015-06-18 23:23:20 -06:00
84987ac3e0
ImFont::RenderText() better vertical clipping for large amount of text (for #200)
ocornut2015-06-18 23:08:42 -06:00
324b1c2a28
InputTextMultiline(): made ctrl+up/down closer to windows behavior (#200)
ocornut2015-06-18 22:35:08 -06:00
c4720ec90f
InputTextMultiline() fixed a frame of lag in handling vertical scrolling (#200)
ocornut2015-06-18 21:20:15 -06:00
cd27f8a8e6
InputText(): adjusting selection block height differently for single and multi-line (#200)
ocornut2015-06-18 21:01:56 -06:00
b524c59c70
InputText(): removed a call to strlen() in the active edit path (#200)
ocornut2015-06-18 20:49:20 -06:00
ec7c1834b3
InputTextMultiline() tabbing to a multi-line edit doesn't select all (unless ImGuiInputTextFlags_AutoSelectAll is set), somehow arbitrary (#
ocornut2015-06-16 20:25:08 -06:00
d06ad43dca
ImFont::RenderText() additional early out (typically performed at TextUnformatted() level for large chunks but this is also useful) (#200)
ocornut2015-06-16 17:50:55 -06:00
748837acfd
Merge remote-tracking branch 'origin' into 2015-06-multiline_textedit
ocornut2015-06-16 17:23:28 -06:00
a248575dea
Text rendering can be finely clipped cpu-side on top and left axises (for #200)
ocornut2015-06-16 17:21:07 -06:00
9765559a28
Merge remote-tracking branch 'origin' into 2015-06-multiline_textedit
ocornut2015-06-16 15:59:28 -06:00
34986771b4
Moved InputFloat() InputInt() below InputText() and not in the middle of internal bits
ocornut2015-06-16 15:57:04 -06:00
0df7b472c2
InputTextMultiline() WIP - still gazillion problems with selection visualisation & scrolling
ocornut2015-06-16 15:46:45 -06:00
b360c83e92
Merge remote-tracking branch 'origin' into 2015-04-indexed-rendering
ocornut2015-06-14 20:29:10 -06:00
7d860a0181
Merge remote-tracking branch 'origin' into 2015-03-antialiased-primitives
ocornut2015-06-14 20:28:19 -06:00
6eb1fec7a9
ImFont: added GetCharAdvance() helper. Exposed font Ascent and font Descent.
ocornut2015-06-14 17:30:06 -06:00
b503e5ee5b
ImageButton() changed default bg_col parameter from (0,0,0,1) black to (0,0,0,0) tranparent + drawing frame even when no padding (#243)
ocornut2015-06-14 16:18:22 -06:00
4f0fa58ff2
Selectable() changed prototype moved flags before size. size override should rarely have been used! sorry. #125ocornut2015-06-14 15:19:47 -06:00
3ca54ad369
SetScrollPosHere() takes account of item height + more accurate centering
ocornut2015-06-09 12:57:27 -06:00
e8422f7aa0
SetScrollPosHere() rewrote to that window size is not required at the time of calling, can be used on frame 0 of an auto-resizing window
ocornut2015-06-09 12:49:13 -06:00
8c86322068
Combo() now using the popup facility. More consistent + when combo open hovering other widgets is disabled. (#241)
ocornut2015-06-09 12:35:55 -06:00
6f1dd7a688
Allow Set*WindowSize() calls to be used with popups (fix for using e.g. scroll function on the first frame)
ocornut2015-06-09 12:32:19 -06:00
6807546caf
Allow Set*WindowSize() calls to be used with popups.
ocornut2015-06-09 11:35:29 -06:00
4536668482
Fixed issue with activating a Combo() not taking active id (#241)
ocornut2015-06-09 10:09:12 -06:00
eb75ffdc5d
DragFloat(), SliderFloat() Fixed rounding of negative which sometimes made the negative lower range unreachable.
ocornut2015-06-03 15:31:08 +01:00
a76eea85c8
Merge remote-tracking branch 'origin' into 2015-04-indexed-rendering
ocornut2015-05-31 16:59:01 +01:00
ade7661b3f
Merge remote-tracking branch 'origin' into 2015-03-antialiased-primitives
ocornut2015-05-31 16:57:43 +01:00
8738147aee
Windows: pragma link with user32.lib if we are using native clipboard function (unless IMGUI_DISABLE_WIN32_DEFAULT_CLIPBOARD_FUNCS) #238ocornut2015-05-31 15:55:32 +01:00
b148f70f83
Update README.md - new demo binaries
omar2015-05-31 14:51:35 +01:00
1c2dac2a90
Version increased to 1.40 WIP makes more sense than 1.39 (changelog is huge)
ocornut2015-05-31 14:46:28 +01:00