2019-04-17 |
emscripten: replace shell_minimal.html with 'soft fullscreen' version
Andre Weissflog
authored
on 15 Apr 2019
omar
committed
on 17 Apr 2019
|
---|---|
Clarified asserts comments + todo entries. (#2500)
omar
committed
on 17 Apr 2019
|
|
2019-04-16 |
Metrics: Added "Show windows rectangles" tool to visualize the different rectangles.
omar
committed
on 16 Apr 2019
|
Merged a bunch of small changes from Docking branch to reduce the difference between branches.
...
omar
committed
on 16 Apr 2019
|
|
Internals: Columns: Some renaming, extracted code into GetColumnsID().
omar
committed
on 16 Apr 2019
|
|
2019-04-15 |
Examples: DirectX10/11/12, Allegro, Marmalade: Render functions early out when display size is zero (minimized). (#2496)
omar
committed
on 15 Apr 2019
|
Examples: Emscripten: Tweaks for size. (#2494)
omar
committed
on 15 Apr 2019
|
|
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 |
Examples: Emscripten: Fixed error in shell template. (#2494)
omar
committed
on 14 Apr 2019
|
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
|
|
Examples: Removed unused variable (will be used in docking branch tho, undo when merging!)
omar
committed
on 14 Apr 2019
|
|
Merge branch 'standalone-emscripten' of https://github.com/nicolasnoble/imgui
omar
committed
on 14 Apr 2019
|
|
2019-04-13 |
Adding standalone Emscripten example.
Nicolas "Pixel" Noble
committed
on 13 Apr 2019
|
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 |
Tests: Added hook/tweaks for imgui-test engine. + Fixed warnings.
omar
committed
on 12 Apr 2019
|
PlotLines, PlotHistogram: Ignore NaN values when calculating min/max bounds. (#2485)
omar
committed
on 12 Apr 2019
|
|
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 |
Internals: Merge minor things from range_select branch. Added ImGuiButtonFlags_NoHoveredOnNav. Added IsItemToggledSelected() - unused here. Renaming.
omar
committed
on 11 Apr 2019
|
Demo: Comments, tweaks, removed some uses of ImColor helpers.
omar
committed
on 11 Apr 2019
|
|
2019-04-08 |
Examples: Null: Added Makefile.
omar
committed
on 8 Apr 2019
|
Internals: Selectable: Added ImGuiSelectableFlags_AllowItemOverlap in imgui_internal.h (~ #684, #2341)
omar
committed
on 8 Apr 2019
|
|
Internals: Tweak ItemSize calls. Added todo items.
omar
committed
on 8 Apr 2019
|
|
2019-04-07 |
Examples: Makefile: Tweaks so they are more consistent with each others. Added -g./opt/local includes for MacPorts on Mac OS X. (#297)
omar
committed
on 7 Apr 2019
|
Examples: Vulkan: Fixed warnings. (#2480)
omar
committed
on 7 Apr 2019
|
|
Merge branch 'vulkan_fix_master'
omar
committed
on 7 Apr 2019
|
|
FAQ tweaks. Add missing entries in imgui.cpp (which until now where only in the README).
omar
committed
on 7 Apr 2019
|
|
Vulkan: Fix not incrementing semaphore index. (#2472, #2071)
omar
committed
on 7 Apr 2019
|
|
2019-04-05 |
Vulkan: Bits. Using IM_ALLOC/IM_FREE instead of new[] / delete[].
omar
committed
on 5 Apr 2019
|
Misc: Added IM_MALLOC/IM_FREE macros mimicking IM_NEW/IM_DELETE so user doesn't need to revert to using the ImGui::MemAlloc()/MemFree() calls directly.
omar
committed
on 5 Apr 2019
|
|
Misc: Added IM_MALLOC/IM_FREE macros mimicking IM_NEW/IM_DELETE so user doesn't need to revert to using the ImGui::MemAlloc()/MemFree() calls directly.
omar
committed
on 5 Apr 2019
|