2019-04-16
@omar
Merge branch 'master' into docking ...
omar committed on 16 Apr 2019
@omar
Merged a bunch of small changes from Docking branch to reduce the difference between branches. ...
omar committed on 16 Apr 2019
@omar
Internals: Columns: Some renaming, extracted code into GetColumnsID().
omar committed on 16 Apr 2019
2019-04-15
@omar
Examples: DirectX10/11/12, Allegro, Marmalade: Render functions early out when display size is zero (minimized). (#2496)
omar committed on 15 Apr 2019
@omar
Examples: Emscripten: Tweaks for size. (#2494)
omar committed on 15 Apr 2019
@omar
Merge branch 'master' into docking ...
omar committed on 15 Apr 2019
@omar
Examples: Visual Studio: Updated default platform toolset+sdk in vcproj files from v100+sdk7 (vs2010) to v110+sdk8 (vs2012). This is mostly so we can remove reliance on DXSDK_DIR for the DX10/DX11 example, which if existing and when switching to recent SDK ends up conflicting and creating warnings.
omar committed on 15 Apr 2019
2019-04-14
@omar
Examples: Emscripten: Fixed error in shell template. (#2494)
omar committed on 14 Apr 2019
@omar
Examples: Emscripten: Switched to WebGL1/ES2, Added Changelog, Updated links, Added ignore list, Fixed warning with older versions. Removed reliance on C++11 (would warn on some compiler). Improved html template, removed undesirable options, reduced log size. Tweaked main.cpp. (#2494)
omar committed on 14 Apr 2019
@omar
Examples: Removed unused variable (will be used in docking branch tho, undo when merging!)
omar committed on 14 Apr 2019
@omar
Merge branch 'standalone-emscripten' of https://github.com/nicolasnoble/imgui
omar committed on 14 Apr 2019
2019-04-13
@Nicolas
Adding standalone Emscripten example.
Nicolas "Pixel" Noble committed on 13 Apr 2019
@omar
Docking: Internal: Added helper for automation to process docking at the mouse level.
omar committed on 13 Apr 2019
@omar
Docking: Fixed another issue where the resulting node of a split would sometimes recall the pos/size of previous host window. Spent a whole day adding framework for testing more of docking so hopefully we'll heading toward the magical world of less regressions. (#2109)
omar committed on 13 Apr 2019
@omar
Merge branch 'master' into docking ...
omar committed on 13 Apr 2019
@omar
Internals: Moved resize grips and borders to nav layer 1 so that testing system doesn't attempt to scroll to get them inside the InnerRect.
omar committed on 13 Apr 2019
2019-04-12
@omar
Docking: Renamed target_node > node in some functions to facilitate debugger watch use across functions.
omar committed on 12 Apr 2019
@omar
Docking: Rename typo Autority -> Authority + Rename DockContextNewFrameUpdateDocking -> DockContextUpdateDocking.
omar committed on 12 Apr 2019
@omar
Tests: Added hook/tweaks for imgui-test engine. + Fixed warnings.
omar committed on 12 Apr 2019
@omar
Docking: Hold Shift to force disable docking. (#2109)
omar committed on 12 Apr 2019
@omar
Tests: Added hook/tweaks for imgui-test engine. + Fixed warnings.
omar committed on 12 Apr 2019
@omar
PlotLines, PlotHistogram: Ignore NaN values when calculating min/max bounds. (#2485)
omar committed on 12 Apr 2019
@omar
Internals, Docs: Added a bunch of clarification about ButtonBehavior in the form of a table (and to facilitate writing tests)
omar committed on 12 Apr 2019
2019-04-11
@omar
Merge branch 'master' into docking ...
omar committed on 11 Apr 2019
@omar
Internals: Merge minor things from range_select branch. Added ImGuiButtonFlags_NoHoveredOnNav. Added IsItemToggledSelected() - unused here. Renaming.
omar committed on 11 Apr 2019
@omar
Demo: Comments, tweaks, removed some uses of ImColor helpers.
omar committed on 11 Apr 2019
@omar
Docking: Fixed an issue where newly created dock node override hosted window pos/size (#2109, #2386)
omar committed on 11 Apr 2019
2019-04-08
@omar
Examples: Null: Added Makefile.
omar committed on 8 Apr 2019
@omar
Merge branch 'master' into docking
omar committed on 8 Apr 2019
@omar
Internals: Selectable: Added ImGuiSelectableFlags_AllowItemOverlap in imgui_internal.h (~ #684, #2341)
omar committed on 8 Apr 2019