This website requires JavaScript.
7fac4013a4
Build fix
ocornut
2015-05-02 12:22:52 +01:00
4e292bf67d
Tidying up Begin(): separated blocks needed for auto-resize so it can be moved above position calculation later
ocornut
2015-05-02 12:20:06 +01:00
376a6a5af0
Tidying up Begin() separated blocks needed for auto-resize so it can be moved above position calculation later
ocornut
2015-05-02 12:08:24 +01:00
46f55fe6f6
Tidying up Begin()
ocornut
2015-05-02 10:46:24 +01:00
3f7f256752
Tidying up. Re-arranged the (first_begin_of_the_frame) blocks in Begin() for further changes.
ocornut
2015-05-02 10:32:32 +01:00
19f7bf90f8
Examples: AutoResize demo doesn't use TextWrapped()
ocornut
2015-05-01 21:01:54 +01:00
07ebb14ce2
Tooltip: fit within display. Added style.DisplayWindowPadding, style.DisplaySafeAreaPadding now strictly for popups/menus.
ocornut
2015-05-01 20:35:44 +01:00
ad7f600e0d
Examples: DirectX9/11: hide os curosr if ImGui is drawing it (#155 )
ocornut
2015-05-01 11:25:15 +02:00
68ccdc4fb8
Comments
ocornut
2015-05-01 11:07:30 +02:00
8fbb42cc6f
Added IsKeyDown() IsMouseDown() as convenience instead of reading into IO structures
ocornut
2015-04-28 18:12:24 +02:00
2440a30444
Columns() distinguish columns-set ID from other widgets as a convenience, added asserts, added more sailors
ocornut
2015-04-28 18:09:38 +02:00
bd23c11a93
Separator() within group start on group horizontal offset #205
ocornut
2015-04-27 22:19:14 +02:00
1d90f099bd
Tidying up
ocornut
2015-04-26 13:17:56 +02:00
6844952d56
Fixed build with Visual Studio 2008 or earlier (via PR #203 )
ocornut
2015-04-24 09:22:29 +02:00
18a00c7060
Examples: DirectX9/11: Fixed key mapping for down arrow.
ocornut
2015-04-24 09:18:56 +02:00
c93a562b06
Added ImGuiStorage::GetVoidPtrRef()
ocornut
2015-04-21 10:12:17 +01:00
9119f58ce5
Version number 1.39 WIP
ocornut
2015-04-21 10:09:20 +01:00
0123fc8c0f
Removed comment
ocornut
2015-04-19 23:56:35 +01:00
37d8d78fc2
Selectable() render into AutoFitPadding only when full-fitting (fix aac99819d6 )
ocornut
2015-04-19 23:37:50 +01:00
064b94721e
Added DragFloat2, DragFloat3, DragFloat4, DragInt2, DragInt3, DragInt4.
ocornut
2015-04-19 23:28:57 +01:00
94c4e9564d
Merge remote-tracking branch 'origin' into 2015-04-indexed-rendering
ocornut
2015-04-19 23:00:14 +01:00
86d1abf3f6
Merge remote-tracking branch 'origin' into 2015-03-antialiased-primitives
ocornut
2015-04-19 22:59:53 +01:00
05ee36baab
Version number 1.38
ocornut
2015-04-19 22:59:27 +01:00
85e18c72d2
ShowTestWindow(): drag example + tooltip.
ocornut
2015-04-19 22:57:39 +01:00
731b003c9d
Slider internals: removed unnecessary slider_bb parameter
ocornut
2015-04-18 19:34:05 +01:00
acbd58627f
ShowTestWindow(): added a custom label in the format for one of the slider example.
ocornut
2015-04-18 17:35:40 +01:00
c46d5634d4
Columns: mouse dragging uses absolute mouse coords. Fixed dragging left-most column of an auto-resizable window. #125
ocornut
2015-04-18 13:46:28 +01:00
c82f909be1
Active column (when dragged) not clipped so it can release its active state (extends 16ddd796f3 )
ocornut
2015-04-18 12:11:59 +01:00
26e469af22
Documentation
ocornut
2015-04-18 09:19:41 +01:00
04a4433706
Update imconfig.h documentation
ocornut
2015-04-18 09:16:32 +01:00
02de9bd859
DragFloat, DragInt: if step/speed is zero defaults to 1% of range #180
ocornut
2015-04-17 10:01:39 +01:00
4f1acf0d4a
Merge remote-tracking branch 'origin' into 2015-04-indexed-rendering
ocornut
2015-04-17 08:42:36 +01:00
1847270a5f
Merge remote-tracking branch 'origin' into 2015-03-antialiased-primitives
ocornut
2015-04-17 08:41:16 +01:00
6408ac482c
Merge pull request #199 from bkaradzic/master
omar
2015-04-17 08:09:07 +01:00
6920e70e2e
Fixed C4267.
Branimir Karadžić
2015-04-16 15:52:35 -07:00
7fde17e15a
ShowMetricsWindow(): renaming locals (not sure about the "shadows a local variable" warning?)
ocornut
2015-04-16 23:30:48 +01:00
0d4f29a317
Merge branch 'bkaradzic-master'
ocornut
2015-04-16 23:28:58 +01:00
508d05414a
Fixed warning: missing initializer for member.
Branimir Karadžić
2015-04-16 14:45:42 -07:00
b7b3df3c81
Fixed: warning: declaration shadows a local variable
Branimir Karadžić
2015-04-16 14:42:17 -07:00
d24474ea82
Fixed: warning: missing field 'w' initializer [-Wmissing-field-initializers]
Branimir Karadžić
2015-04-16 14:39:04 -07:00
64db50ba46
TODO list
ocornut
2015-04-16 10:58:30 +01:00
aca85dbea4
Fixed hovering over a popup's child (popups disable hovering on other windows but not their childs) #197
ocornut
2015-04-16 10:54:56 +01:00
f400ea4ec8
Examples: OpenGL3: backup/restore current program and texture #195
ocornut
2015-04-15 10:14:51 +01:00
17b63d846f
Merge pull request #194 from Roflraging/master
omar
2015-04-14 20:33:12 +01:00
ac518a1d3e
Set modifier key state by inspecting imgui's io.KeysDown array.
Dale Kim
2015-04-14 14:09:26 -05:00
de3a154f38
Tweak date/credits
ocornut
2015-04-14 12:00:12 +01:00
43cb4038c6
Merge remote-tracking branch 'origin' into 2015-04-indexed-rendering
ocornut
2015-04-14 09:51:28 +01:00
0bb89ccee2
Merge remote-tracking branch 'origin' into 2015-03-antialiased-primitives
ocornut
2015-04-14 09:49:04 +01:00
71429d306e
Examples: Simplified GLFW keyboard callbacks
ocornut
2015-04-14 09:45:27 +01:00
c735d3066b
Merge branch 'master' of https://github.com/Roflraging/imgui into Roflraging-master
ocornut
2015-04-14 09:37:10 +01:00
fe15756129
Simplified glfw keyboard callbacks.
Dale Kim
2015-04-13 20:04:53 -05:00
88bc8efab0
Merge pull request #193 from Extrawurst/patch-3
omar
2015-04-14 00:22:32 +01:00
b28ec1f3b1
fix outdated documentation
Stephan Dilly
2015-04-14 00:40:46 +02:00
dd36e8bf2b
Renamed IsClipped() to IsRectClipped(). Kept inline redirection function (will obsolete).
ocornut
2015-04-13 22:04:28 +01:00
d11b4160aa
Added IsItemVisible(). Made IsClipped() also return false when log is enabled.
ocornut
2015-04-13 21:52:38 +01:00
16ddd796f3
Active widgets is not clipped, so it can always release its active state (mentioned in #143 )
ocornut
2015-04-13 20:59:44 +01:00
9918ec31d6
Added ResetMouseDragDelta() for iterative dragging operations
ocornut
2015-04-13 19:54:40 +01:00
a143e2e772
Added PushId() GetId() variants that takes string range to avoid user making unnecessary copies
ocornut
2015-04-13 14:45:27 +01:00
750b6c9224
DragFloat() fixed clamping #180
ocornut
2015-04-13 00:07:41 +01:00
6ed06a8dc8
DragFloat() added power parameter for logarithmic drag on both side of zero #180
ocornut
2015-04-13 00:03:57 +01:00
f5ad362912
DragFloat() latch value internally, allows finer control, honor precision settings, slow step with integer works #180
ocornut
2015-04-12 19:15:55 +01:00
0dc3d07e7f
DragInt() step given as float to allow finer control of speed #180
ocornut
2015-04-12 19:08:56 +01:00
62abde5b37
DragFloat() latch value internally, allows finer control, honor precision settings, slow step with integer works #180
ocornut
2015-04-12 19:07:48 +01:00
b308d2728b
Remove stray tabs
ocornut
2015-04-12 10:45:00 +01:00
adae98664e
Comment on the newly added binary_to_compressed_c.cpp helper program
ocornut
2015-04-12 10:31:10 +01:00
88725be381
Merge remote-tracking branch 'origin' into 2015-03-antialiased-primitives
ocornut
2015-04-11 18:13:43 +01:00
7ca21a1bc2
Fixed prototypes
ocornut
2015-04-11 18:12:11 +01:00
ac740170b9
Added ImFontAtlas::AddFontFromCompressedTTF() helper + binary_to_compressed_c.cpp tool
ocornut
2015-04-11 17:52:51 +01:00
bff9a6b6e3
Added ImFontAtlas::AddFontFromCompressedTTF() helper + binary_to_compressed_c.cpp tool
ocornut
2015-04-11 17:52:51 +01:00
d809abbe1c
Examples: DirectX11: tidying up.
ocornut
2015-04-09 23:32:36 +01:00
c3a71f5472
AA branch: Minor optimisation merge + thickness for non-aa strokes.
ocornut
2015-04-09 23:00:55 +01:00
dbc9b2ec9b
Merge remote-tracking branch 'origin' into 2015-03-antialiased-primitives
ocornut
2015-04-09 22:56:13 +01:00
6bdb8719e2
Merge remote-tracking branch 'origin' into 2015-04-indexed-rendering
ocornut
2015-04-09 22:50:18 +01:00
a48130b682
ImDrawList: Minor optimisation.
ocornut
2015-04-09 22:49:18 +01:00
e0cd947904
AA branch: Fixes.
ocornut
2015-04-09 22:40:50 +01:00
1e69175403
AA branch: Test disabling aa at runtime for stroke and fill.
ocornut
2015-04-09 22:31:26 +01:00
431e391ccd
AA branch: fixed circles.
ocornut
2015-04-09 21:51:33 +01:00
dd893ac4f5
Warning fix.
ocornut
2015-04-09 21:43:42 +01:00
14ddb81f7a
AA branch: remove code unnecessary for this branch.
ocornut
2015-04-09 21:39:56 +01:00
39445cf23a
Merge remote-tracking branch 'origin' into 2015-03-antialiased-primitives
ocornut
2015-04-09 21:38:30 +01:00
7ab49f80ca
Merge remote-tracking branch 'origin' into 2015-04-indexed-rendering
ocornut
2015-04-09 21:22:06 +01:00
4f51b77937
Examples: OpenGL3: Tweaks (argh, github ui)
ocornut
2015-04-09 21:19:21 +01:00
90766141b3
Examples: OpenGL3: Tweaks.
ocornut
2015-04-09 21:18:43 +01:00
37f1715bfa
Examples: DirectX11: Removed unnecessary vertices conversion and CUSTOMVERTEX types.
ocornut
2015-04-09 21:14:52 +01:00
1746b04065
Indexed rendering. Not in main branch because breaks rendering code too much. Will merge in trunk along with more major graphics changes lat
ocornut
2015-04-09 21:05:35 +01:00
500a8a0e02
ImDrawList: bits of renaming.
ocornut
2015-04-09 21:00:45 +01:00
4fa3eee84e
Renamed io.MetricsVertices to io.MetricsRenderVertices
ocornut
2015-04-09 19:47:41 +01:00
aa1a96f907
ImDrawList: inline AddVtx() calls for profit in highly debug builds
ocornut
2015-04-09 18:34:31 +01:00
334fba2f56
Spacing
ocornut
2015-04-09 17:33:17 +01:00
707df6c7b7
ImDrawList: internal refactoring toward a following commit for indexed rendering.
ocornut
2015-04-09 17:32:03 +01:00
742808d835
Tweaks.
ocornut
2015-04-09 17:24:09 +01:00
15f82e0deb
Fix rounded frames to follow previous change
ocornut
2015-04-09 17:20:57 +01:00
aa2935968e
Renamed AddArcFast() parameter 'tris' to 'filled'
ocornut
2015-04-09 16:47:20 +01:00
f38cca09cf
Merge branch 'master' of https://github.com/ocornut/imgui
ocornut
2015-04-09 16:45:21 +01:00
0fc1f5b17f
Revert AddArcFast()->AddArc(), removed modulo from function 200d3482dc
ocornut
2015-04-09 16:45:14 +01:00
ae1166a783
Merge pull request #191 from Extrawurst/patch-2
omar
2015-04-09 15:59:43 +01:00
2bb6e31520
fix unused variable warning by clang
Stephan Dilly
2015-04-09 16:50:54 +02:00
200d3482dc
Renamed ImDrawList::AddArc() to ImDrawList::AddArcFast() for compatibility with future API, and changed 2*PI range from 0..12 to 0..16
ocornut
2015-04-09 00:49:21 +01:00
71cfa264d7
Merge pull request #188 from Extrawurst/patch-1
omar
2015-04-08 22:58:34 +01:00
5ba77928ba
fix initialising ints with float literals
Stephan Dilly
2015-04-08 22:56:25 +02:00