b93e787f51
Merge pull request #369 from richardkogelnig/master
omar2015-10-11 17:16:10 +02:00
8a6bde3527
Fix for AltGR being send as Ctrl&Alt on german keyboards. Don't consume characters if CTRL key press is detected AND ALT key press is detected in Imgui::InputTextEx
richardk2015-10-11 16:25:49 +02:00
fae7b34a3f
Fixed bug with handling of malformed utf-8 at the end of a non-zero terminated string range.
ocornut2015-10-09 21:47:41 +02:00
50b25b6c75
Added example for the Marmalade platform
gzito2015-10-08 22:38:37 +02:00
bd78892164
Fixed IsKeyReleased() and IsMouseReleased() returning true on the first frame.
ocornut2015-10-08 15:28:09 +02:00
e83b529846
BeginChildFrame() helper has the extra_flags parameter.
ocornut2015-10-07 00:22:44 +02:00
d087671369
HoveredId is set via a SetHoveredID() function. Added HoveredIdAllowHoveringOthers not used by default API.
ocornut2015-10-06 19:27:24 +02:00
06d594e86b
Dummy() create an item so functions such as IsItemHovered() can be used.
ocornut2015-10-05 20:27:22 +02:00
54805fd22a
InputText: fixed crash when passing a buf_size==0 (which can be of use for read-only selectable text boxes) (#360)
ocornut2015-10-05 14:13:24 +02:00
c1983d5c3f
Draw: Fixed rectangle rendering glitches with width/height <= 1/2 and rounding enabled.
ocornut2015-09-30 21:48:36 +02:00
f21fda1231
Scrollbar: Tweaked scrollbar inner padding for small scrollbars.
ocornut2015-09-30 21:47:44 +02:00
6e4d959953
Window: fixed window lower-right clipping limit so it plays more friendly with both OpenGL and DirectX coordinates.
ocornut2015-09-30 21:30:27 +02:00
5d3d136733
Scrollbar: horizontal scrollbar demo allows to enable simultanaeous scrollbars on both axises.
ocornut2015-09-30 21:15:47 +02:00
b92daf0ba2
Scrollbar: fixed rounding of background + child window consistenly have ChildWindowBg color under ScrollbarBg fill (#355)
ocornut2015-09-30 21:15:17 +02:00
ea66a34f9d
Fixed typographical error, changed accomodate to accommodate in README.
orthographic-pedant2015-09-30 13:16:55 -04:00
e130b09d91
Previous SDL implementation didn't work with my OpenGL 3.3 project, spliced the GLFW OpenGL examples on top of the SDL example to create an option that works for me. Could be useful for others.
Zach Toogood2015-09-30 15:12:00 +01:00
a76b75c2d5
InputFloat() fixed explicit precision modifier, both display and input were broken.
ocornut2015-09-30 15:36:17 +02:00
c4562ac573
Fixed mouse click detection to be more friendly to DeltaTime 0.0 (#338)
ocornut2015-09-17 23:42:34 +01:00
3b01b0a2f2
Extracted a EndFrame() function out of Render() but kept it internal/private + clarified some asserts (#335)
ocornut2015-09-16 23:48:42 +01:00
0a1d6b6b74
InputText() fixed ignoring text inputs when ALT is pressed (#334)
ocornut2015-09-16 10:38:42 +01:00
ec7eb05e88
ImGuiTextFilter::Draw helper return bool and resplit when filter is modified
ocornut2015-09-14 13:03:20 +01:00
f9928e96c7
InputText(): lose cursor/undo-stack when reactivating focus is buffer has changed size
ocornut2015-09-12 00:02:59 +01:00
ad4c962224
Examples: DirectX11: Fixed batch file for VS 2012+, still works for 2008/2010.. Include path order matters...
ocornut2015-09-10 20:58:43 +01:00
853f265025
Examples: Added batch files to build Windows examples with VS
ocornut2015-09-10 20:34:06 +01:00
167c02d502
Better Git ignore list for quick compilations in same folder
ocornut2015-09-10 20:09:29 +01:00
e34ad0a05a
ImDrawList: fixed 1 leak per ImDrawList using the ChannelsSplit() API (via Columns) (fix#318)
ocornut2015-09-03 23:42:08 +01:00
dbc7903da8
IsMouseHoveringRect() added 'bool clip' parameter to disable clipping the rectangle with the current parameters (#316)
ocornut2015-09-03 13:13:13 +01:00
7a31030978
Begin() windows flags are locked on the first begin of the frame, allowing using to not bother passing flags for append
ocornut2015-08-30 18:30:54 +01:00
e5e9c5cfbe
Demo: removed extraneous flag in demo code + tweak comment (#246)
ocornut2015-08-30 18:07:51 +01:00
bbf09fd47d
Fixed initial ScrollbarX decision when no vertical scrollbar is in (#246)
ocornut2015-08-30 18:07:04 +01:00
a3cad2ff06
BeginChild() fixed missing rounding for child sizes which leaked into layout
ocornut2015-08-30 18:06:54 +01:00
6eed3dc7c8
GetContentRegionMax() when window content size is explicit we don't adjust it with scrollbar sizes (#246)
ocornut2015-08-30 17:46:02 +01:00