Rokas Kupstys
|
c9ffa62e1f
Add .gitattributes with rules for line endings of files.
|
vor 5 Jahren |
Rokas Kupstys
|
bcd752cfcc
CI: Fix emscripten builds after portable SDK archive became unavailable.
|
vor 5 Jahren |
omar
|
792a8631aa
Metrics: Expose basic details of each window key/value state storage.
|
vor 5 Jahren |
omar
|
8fee5a4349
Internals: Renaming for consistency.
|
vor 5 Jahren |
Rokas Kupstys
|
5006639526
CI: Add scheduled builds and limit some examples to build only on schedule in order to decrease time of builds performed on each push.
|
vor 5 Jahren |
Rokas Kupstys
|
5ebd4e4c6e
CI: Install SDL SDK in windows workers and add SDL examples to the build.
|
vor 5 Jahren |
Rokas Kupstys
|
a4420be1a2
CI: Split builds of examples into separate jobs.
|
vor 5 Jahren |
Rokas Kupstys
|
9f979c33f4
CI: Fix builds failing because of missing v140 toolset and SDK on dx12 sample.
|
vor 5 Jahren |
omar
|
d62a413476
Misc: Windows: Do not use _wfopen() if IMGUI_DISABLE_WIN32_FUNCTIONS is defined. (#2815)
|
vor 5 Jahren |
stfx
|
6bf5aed325
Declaration and assignment can be joined, Member function may be 'const'. (#2875)
|
vor 5 Jahren |
Rokas Kupstys
|
c863c1f6a1
Clean up number rounding. Now it is more obvious what code is doing. (#2862)
|
vor 5 Jahren |
Sam Hocevar
|
0b2d35f63f
Fix snprintf and vsnprintf definition inconsistencies.
|
vor 5 Jahren |
omar
|
4e56de757c
Doc: Promote Discord over Discourse. Obsoleting Discourse server.
|
vor 5 Jahren |
omar
|
f002a11898
Backends: OpenGL3: Fix building with pre-3.2 GL bindings which do not expose glDrawElementsBaseVertex(), using runtime GL version to decide if we set ImGuiBackendFlags_RendererHasVtxOffset. (#2866, #2852) [@dpilawa]
|
vor 5 Jahren |
dawid
|
4d0c88e9e6
Backends: GL3: Fix compile for < 3.2 bindings where glDrawElementsBaseVertex is not available. (#2866, #2852)
|
vor 5 Jahren |
omar
|
9b323a7ebf
SplitterBehavior: not using FrameRounding in render (was in first commit of the function, not sure why). (#319)
|
vor 5 Jahren |
omar
|
3c238ecae3
Move issue_template and pull_request_template to .github folder.
|
vor 5 Jahren |
Rokas Kupstys
|
d5b5a81946
GitHub Actions CI script for Windows/Linux/MacOS/iOS/Emscripten builds.
|
vor 5 Jahren |
Rokas Kupstys
|
24e9a6e92c
Remove .travis.yml due to switching to github actions.
|
vor 5 Jahren |
omar
|
ec0e953cca
Fixed a couple of subtle bounding box vertical positioning issues relating to text baseline alignment.
|
vor 5 Jahren |
Funto
|
75d540d336
Example: Emscripten: Fix for compilation (filesystem module is required) (#2734)
|
vor 5 Jahren |
Alexey
|
be9f1e8f00
ColorPicker: Fixed SV triangle gradient to block (broken in 1.73). (#2864, #2711). [@lewa-j]
|
vor 5 Jahren |
omar
|
23c1ff4907
Removed redirecting functions/enums names that were marked obsolete in 1.52 (October 2017).
|
vor 5 Jahren |
omar
|
048b73dfaa
Various comments + Doc: Examples readme. Moved main menu bar code below menu bar code.
|
vor 5 Jahren |
omar
|
7dbae8a198
Doc: Simplified Readme, removed FAQ index
|
vor 5 Jahren |
omar
|
6ffee0e75e
Backends: DX12: Added extra ID3D12DescriptorHeap parameter to ImGui_ImplDX12_Init() function. The value is unused in master branch but will be used by the multi-viewport features (docking branch). (#2851)
|
vor 5 Jahren |
omar
|
eedc8f993f
Examples: DX12: Using IDXGIDebug1::ReportLiveObjects() when DX12_ENABLE_DEBUG_LAYER is enabled.
|
vor 5 Jahren |
malte-v
|
4de32cc87e
Backends: GLFW: Restore previously installed user callbacks in ImplGlfw when ImGui shuts down (#2836)
|
vor 5 Jahren |
Rokas Kupstys
|
714fe29d1a
Replace manual flooring with IM_FLOOR() macro. (#2850)
|
vor 5 Jahren |
omar
|
53278be61f
FAQ, Readme. Use = {} instead of = { 0 }, wasn't problematic because they were all static variables or one stack array not read. But hey.
|
vor 5 Jahren |