61d5b46307
SliderInt, SliderFloat(): support reverse direction (#854)
ocornut2016-11-27 17:38:33 +01:00
104b381023
Using _wfopen() under Windows+MSVC because fopen() doesn't support UTF-8 encoding. Wrapped as ImFileOpen(). (#917)
ocornut2016-11-27 16:43:36 +01:00
66c4281290
Began improvements to columns API by splitting the Columns() function into BeginColumns() and EndColumns() and adding additional flags. The columns data still needs to be placed into a stack.
Geoffrey Tucker2016-10-29 15:44:08 -07:00
9c6048f781
Tools: binary_to_compressed_c.cpp : comments + link to precompiled binaries
ocornut2016-11-13 21:42:40 +01:00
98e1d500d4
Support for #define-ing GImGui and IMGUI_SET_CURRENT_CONTEXT_FUNC to enable custom thread-based hackery (#586)
ocornut2016-11-12 17:08:31 +01:00
b2f0ea6c0d
Font: Default font given explicit name "ProggyClean.ttf"
ocornut2016-11-06 21:51:20 +01:00
b376b68326
Font: Added io.FontDefault in ImGuiIO structure to make it easier to change default font from third-party or demo code
ocornut2016-11-06 21:50:18 +01:00
357167f917
Demo: Custom Rendering: Tweak so end of line can be dropped outside of canvas, more pleasing.
ocornut2016-11-06 18:13:14 +01:00
ddf08ec2e8
BeginChild(const char*) applies stack id to provided label (#894, #713)
ocornut2016-11-06 15:12:45 +01:00
32dbe836d0
Add user-facing IsPopupOpen function
Matt Keeter2016-10-29 15:33:09 -04:00
53126cd713
Add location decorators & change to use structs as in/out in glsl, update embedded spv (produced with glslangValidator -x)
Marcell Kiss2016-10-18 22:40:58 +02:00
cb7e1c18b5
Separator: Fixed zero-height bounding box resulting in clipping when at top of clipping rectangle (#860)
ocornut2016-10-10 22:37:59 +02:00
31dc7d8d63
Added ImGuiMouseCursor_None for usage by app/binding
ocornut2016-10-10 18:03:37 +02:00
4de35b4f30
Removed left-over empty op
ocornut2016-10-09 10:58:38 +02:00
1810b3ff38
Added ImGuiCorner enum to clarify some internal code
ocornut2016-10-09 10:56:23 +02:00
d567595dde
ImDrawList: AddRect(), PathRect() default rounded_corner 0x0F->~0/-1 so it appears less obscure in IDE completions
ocornut2016-10-09 10:35:01 +02:00
abaada4224
Removed the inconsistent shadow under RenderCollapseTriangle() (~#707)
ocornut2016-10-09 10:31:39 +02:00
5957af8a80
Fixed not using IM_ARRAYSIZE() where appropriate
ocornut2016-10-09 10:08:03 +02:00
2919c77bee
Examples: GLFW+OpenGL3: Fixed Shutdown() calling GL functions with NULL parameters if NewFrame was never called (#800)
ocornut2016-10-01 14:59:28 +02:00
dfe4683c17
EndGroup(): Made IsItemHovered() work when an item was activated within the group (#849) (loosely follows #840)
ocornut2016-10-01 14:10:24 +02:00
1999c01db8
Apply Omar feedback and convert remaining 0xAABBGGRR's into IM_COL32(RR,GG,BB,AA) format.
Michał Cichoń2016-08-06 10:57:52 +02:00
d75d2b1871
Introduce IMGUI_USE_BGRA_PACKED_COLOR in imconfig.h.
Michał Cichoń2016-08-05 11:04:05 +02:00
82dcdc9dfc
ShowStyleEditor: tweak font map display to show glyph details when hovered.
ocornut2016-09-25 15:52:04 +02:00
f5b37dbc52
Merge remote-tracking branch 'origin' into 2016-07-navigation
ocornut2016-09-25 15:31:36 +02:00
fea0fcb7c3
Merge remote-tracking branch 'origin' into 2016-07-navigation
ocornut2016-09-25 15:25:55 +02:00
d7c518e6cc
ShowStyleEditor: show font map / grid in more details.
ocornut2016-09-25 15:22:41 +02:00
6def01be5d
Fixed IsItemActive() lagging by one frame on initial widget activation (#840)
ocornut2016-09-25 14:32:38 +02:00
f2699de242
Fix using IsItemActive() after EndGroup() or any widget using groups (#840, #479)
ocornut2016-09-25 14:18:10 +02:00
ed279c0095
Merge remote-tracking branch 'origin' into 2016-07-navigation
ocornut2016-09-25 12:59:24 +02:00
1b5bbf725b
Merge remote-tracking branch 'origin' into 2016-02-colorpicker
ocornut2016-09-25 12:57:22 +02:00
281898e82e
Tidying up PushStyleVar/PopStyleVar() a little more (#842)
ocornut2016-09-25 11:14:10 +02:00
c5b8c6303a
Refactor PushStyleVar/PopStyleVar so it is constant time + can receive integers (yet unused) (#842)
ocornut2016-09-25 11:06:14 +02:00
35c6fd682f
Inhibiting a ??e sequence in the embedded font. Shouldn't be treated as a trigraph but consistent with encoder (#839)
ocornut2016-09-23 09:09:07 +02:00