ocornut
|
513af1efc9
Examples: Updated all Visual Studio project file to use /utf-8 option, so string literals are UTF-8 encoded by default.
|
2 years ago |
ocornut
|
301c956039
Examples: Windows: Added 'misc/debuggers/imgui.natstepfilter' file to all Visual Studio projects. (#3038)
|
2 years ago |
ocornut
|
e3988a84db
Backends: OpenGL3: Embed our own minimal GL loader (amends). (#4445)
|
4 years ago |
ocornut
|
7fc144edde
Examples: update all VS project files to VS2015. Update DX12 project Windows SDK to latest.
|
4 years ago |
ocornut
|
fdc2324d9a
Moved 'misc/natvis/imgui.natvis' to 'misc/debuggers/imgui.natvis'
|
4 years ago |
omar
|
9c8671e7b0
Tables: Add empty file, skeleton.
|
4 years ago |
ocornut
|
a7e21fb05f
Moving backends code from examples/ to backends/ (step 3: fixing project files)
|
4 years ago |
omar
|
009276b6cb
Backends: Allegro 5: Fixed horizontal scrolling direction with mouse wheel / touch pads (#3394, #2424, #1463) [@nobody-special666]
|
5 years ago |
omar
|
209a6a751c
Revert "Examples: Switch most VS projects to enable Edit & Continue by default (may need to upgrade projects to latest toolchain)"
|
5 years ago |
omar
|
a24578ec09
Examples: Switch most VS projects to enable Edit & Continue by default (may need to upgrade projects to latest toolchain)
|
5 years ago |
omar
|
35cbf9c052
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.
|
6 years ago |
omar
|
01586d33f3
Refactor: Added empty imgui_widgets.cpp + updated project files / makefiles etc. accordingly (#2036)
|
7 years ago |
omar
|
185b4dde87
Examples: Allegro5: Added support for ImGuiConfigFlags_NoMouseCursorChange flag. Added clipboard support. Unindexing buffers ourselves as Allegro indexed drawing primitives are buggy in the DirectX9 back-end.
|
7 years ago |