History for imgui / imgui.h
2018-01-21
@omar
Context: Renamed SetMemoryAllocators() to SetAllocatorFunctions(). Tweaked comments. (#1565, #586, #992, #1007, #1558)
omar committed on 21 Jan 2018
@omar
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
@omar
ImFontAtlas: Added TexUvScale (= 1.0f / (float)TexWidth, 1.0f / (float)TexHeight)
omar committed on 20 Jan 2018
@omar
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
@omar
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
@omar
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-19
@omar
Merge branch 'master' into navigation ...
omar committed on 19 Jan 2018
2018-01-18
@omar
Drag and Drop: Fix comment. Removed IMGUI_PAYLOAD_TYPE_DOCKABLE from master branch. (#143)
omar committed on 18 Jan 2018
@omar
Drag and Drop: Increased payload type string to 12 characters instead of 8.(#143)
omar committed on 18 Jan 2018
@omar
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
@omar
Comments about Begin/End pair and handling of return value.
omar committed on 17 Jan 2018
2018-01-15
@omar
Merge branch 'master' into navigation ...
omar committed on 15 Jan 2018
@omar
Internal: DrawData: Tidying, renaming.
omar committed on 15 Jan 2018
2018-01-12
@omar
Nav: Remove GetItemID(), hide ActivateItem() before this feature is unfinished and has issue (full feature is on hold). Undo part of 59c6f35 (#787)
omar committed on 12 Jan 2018
2018-01-11
@omar
Merge branch 'master' into navigation ...
omar committed on 11 Jan 2018
@omar
Made obsolete IsAnyWindowHovered()/IsAnyWindowFocused() static inline. static only tends to trigger warnings. (#1382)
omar committed on 11 Jan 2018
@omar
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
@omar
Merge branch 'master' into navigation
omar committed on 8 Jan 2018
@omar
Added ImGuiKey_Insert for future use. Setup in all example bindings. (#1541)
omar committed on 8 Jan 2018
2018-01-07
@omar
Popups: Comments, reorganize bits of the header section, renamed parameters.
omar committed on 7 Jan 2018
@omar
BeginPopup: Exposed extra_flags publicly. (#1533)
omar committed on 7 Jan 2018
@omar
Merge branch 'master' into navigation ...
omar committed on 7 Jan 2018
2018-01-05
@omar
Examples: Using IM_OFFSETOF macro. + Comments
omar committed on 5 Jan 2018
2018-01-03
@omar
Merge branch 'master' into navigation
omar committed on 3 Jan 2018
@omar
DragDrop: Removed IsDragDropActive() (introduced a few days ago, revert 06bea36) as our use case doesn't need it anymore. Will add it if there is a real need.
omar committed on 3 Jan 2018
@omar
Demo: Improved Selectable() examples. (#1528)
omar committed on 3 Jan 2018
@omar
Merge branch 'master' into navigation ...
omar committed on 3 Jan 2018
@omar
Renamed ImGuiSizeConstraintCallback to ImGuiSizeCallback, ImGuiSizeConstraintCallbackData to ImGuiSizeCallbackData.
omar committed on 3 Jan 2018
2017-12-29
@omar
Merge branch 'master' into navigation
omar committed on 29 Dec 2017
@omar
Exposed IM_OFFSETOF() helper in imgui.h
omar committed on 29 Dec 2017