2018-02-06 |
Merge branch 'master' into context
omar
committed
on 6 Feb 2018
|
---|---|
ImVec2: added [] operator. This is becoming desirable for some types of code, better added sooner than later.
omar
committed
on 6 Feb 2018
|
|
2018-02-04 |
Style Added style.MouseCursorScale, may remove (#939).
omar
committed
on 4 Feb 2018
|
2018-01-31 |
Merge branch 'master' into context
omar
committed
on 31 Jan 2018
|
Comments
omar
committed
on 31 Jan 2018
|
|
2018-01-28 |
Added IMGUI_USER_CONFIG to define a custom configuration filename. (#255, #1573, #1144, #41)
omar
committed
on 28 Jan 2018
|
2018-01-27 |
ImVector comment (#1577)
omar
committed
on 27 Jan 2018
|
2018-01-24 |
Merge branch 'master' into context
omar
committed
on 24 Jan 2018
|
2018-01-23 |
Comments (#1567)
omar
committed
on 23 Jan 2018
|
Added SetNextWindowBgAlpha() helper. (#1567) particularly helpul with the marking of the old 5-parameters version of Begin() as obsolete.
omar
committed
on 23 Jan 2018
|
|
Comments + added legacy renamed GetItemsLineHeightWithSpacing() as stated in the doc, fixes
6190ab0
omar
committed
on 23 Jan 2018
|
|
Style: Exposed ImGuiStyleVar_WindowTitleAlign, ImGuiStyleVar_ScrollbarSize, ImGuiStyleVar_ScrollbarRounding, ImGuiStyleVar_GrabRounding + added an assert to reduce accidental breakage. (#1181)
omar
committed
on 23 Jan 2018
|
|
2018-01-21 |
|
Context: Renamed SetMemoryAllocators() to SetAllocatorFunctions(). Tweaked comments. (#1565, #586, #992, #1007, #1558)
omar
committed
on 21 Jan 2018
|
|
Context: Removed allocator parameters from CreateContext(), they are now setup with SetMemoryAllocators() and shared by all contexts. (#1565, #586, #992, #1007, #1558)
omar
committed
on 21 Jan 2018
|
|
2018-01-20 |
ImFontAtlas: Added TexUvScale (= 1.0f / (float)TexWidth, 1.0f / (float)TexHeight)
omar
committed
on 20 Jan 2018
|
ImFontAtlas: Moved mouse cursor data out of ImGuiContext, fix drawing them with multiple context. Also remove the last remaining undesirable dependency on GImGui in imgui_draw.cpp, finishing the work recently done with ImDrawListSharedData. Hurra! (#939)
omar
committed
on 20 Jan 2018
|
|
Horizontal mouse wheel: renamed io.MouseHorizWheel to io.MouseWheelH. Reorganized the code in NewFrame(). Examples: Updated GLFW+GL and SDL+GL accordingly. (#1463)
omar
committed
on 20 Jan 2018
|
|
Merge branch 'tseeker/20171127-feature-horiz-wheel' of https://github.com/tseeker/imgui into tseeker-tseeker/20171127-feature-horiz-wheel
...
omar
committed
on 20 Jan 2018
|
|
2018-01-18 |
Drag and Drop: Fix comment. Removed IMGUI_PAYLOAD_TYPE_DOCKABLE from master branch. (#143)
omar
committed
on 18 Jan 2018
|
Drag and Drop: Increased payload type string to 12 characters instead of 8.(#143)
omar
committed
on 18 Jan 2018
|
|
NewFrame(): Added an assert to detect incorrect filling of the io.KeyMap[] array earlier. (#1555) + comments.
omar
committed
on 18 Jan 2018
|
|
2018-01-17 |
Comments about Begin/End pair and handling of return value.
omar
committed
on 17 Jan 2018
|
2018-01-15 |
Internal: DrawData: Tidying, renaming.
omar
committed
on 15 Jan 2018
|
2018-01-11 |
Made obsolete IsAnyWindowHovered()/IsAnyWindowFocused() static inline. static only tends to trigger warnings. (#1382)
omar
committed
on 11 Jan 2018
|
Added ImGuiHoveredFlags_AnyWindow, ImGuiFocusedFlags_AnyWindow. Obsoleted IsAnyWindowHovered()/IsAnyWindowFocused() in favor of IsWindowHovered(ImGuiHoveredFlags_AnyWindow)/IsWindowFocused(ImGuiFocusedFlags_AnyWindow). Added to demo. (#1382)
omar
committed
on 11 Jan 2018
|
|
2018-01-08 |
Added ImGuiKey_Insert for future use. Setup in all example bindings. (#1541)
omar
committed
on 8 Jan 2018
|
2018-01-07 |
Popups: Comments, reorganize bits of the header section, renamed parameters.
omar
committed
on 7 Jan 2018
|
BeginPopup: Exposed extra_flags publicly. (#1533)
omar
committed
on 7 Jan 2018
|
|
2018-01-05 |
Examples: Using IM_OFFSETOF macro. + Comments
omar
committed
on 5 Jan 2018
|