omar
3fe6ae9732
Internals: Move some Nav functions and members around (no functional change) + Misc comments
ago%!(EXTRA string=5 years)
omar
ff5299e0e0
Docs: FAQ, Comments.
ago%!(EXTRA string=5 years)
Rokas Kupstys
5e2329b98e
Backends: GL3: Implement glbinding opengl loader support. ( #2870 )
ago%!(EXTRA string=5 years)
omar
abaf0256b8
Version 1.75 WIP
...
Added message to font file loading assert.
ago%!(EXTRA string=6 years)
omar
bdce833636
Version 1.74
ago%!(EXTRA string=6 years)
omar
048b73dfaa
Various comments + Doc: Examples readme. Moved main menu bar code below menu bar code.
ago%!(EXTRA string=6 years)
omar
c262276988
Version 1.74 WIP
ago%!(EXTRA string=6 years)
omar
d5efe16157
Version 1.73
ago%!(EXTRA string=6 years)
omar
f624455d7b
Version 1.73 WIP
ago%!(EXTRA string=6 years)
omar
6a0d0dab5a
Version 1.72b (patch for nav)
ago%!(EXTRA string=6 years)
omar
9183e7c426
Version 1.73 WIP
ago%!(EXTRA string=6 years)
omar
ecb9b1e2eb
Version 1.72
ago%!(EXTRA string=6 years)
omar
516c3dee80
Examples: SDL+DX11: Changelog, readme, batch files, fixed vcxproj, minor stylistic fixes + minor sync of other main.cpp files. ( #2632 )
ago%!(EXTRA string=6 years)
omar
5286ecb8a7
Version 1.72 WIP
ago%!(EXTRA string=6 years)
omar
2da1c66d15
Version 1.71 + comments
ago%!(EXTRA string=6 years)
omar
4597632662
Readme, comments, dear imgui prefixes
ago%!(EXTRA string=6 years)
omar
42fc563fed
Version 1.71 WIP + fixed minor typo
ago%!(EXTRA string=6 years)
omar
d1d5075b66
Version 1.70
ago%!(EXTRA string=6 years)
omar
6c196cf432
Examples Readme and Changelog tweaks, added #2527 , re-ordered examples/README alphabetically.
ago%!(EXTRA string=6 years)
omar
c1848b185c
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 )
ago%!(EXTRA string=6 years)
omar
cdb109f617
Renamed freeglut vcxproj files + Comments, Changelog ( #2465 )
ago%!(EXTRA string=6 years)
Andrew Willmott
ece322ff12
freeglut -> glut rename
ago%!(EXTRA string=6 years)
omar
cf2c52282d
Version 1.70 WIP
ago%!(EXTRA string=6 years)
omar
55c02099c5
Version 1.69, comments, typos
ago%!(EXTRA string=6 years)
omar
9d1a392d7d
Examples: OpenGL: Comments about versions and loaders. ( #2393 , #2351 )
ago%!(EXTRA string=6 years)
omar
54ba8a643e
Removed trailing spaces from text files. ( #2038 , #2299 )
ago%!(EXTRA string=6 years)
omar
295ada0364
Examples: Win32: Using wc.lpszClassName instead of duplicating the literal. + tweak README format.
ago%!(EXTRA string=6 years)
omar
1afd29d382
Examples: Using "dear imgui" terminology in all examples headers/comments + fix minor typo.
ago%!(EXTRA string=7 years)
omar
5d40d295b3
Comments, readme updates
ago%!(EXTRA string=7 years)
omar
d5793102db
imgui_impl_opengl3: Advertised as a ES2/ES3 renderer. Defaults to ES3 on Android. Default on "#version 300 es" on ES 3. ( #2002 , #1873 )
ago%!(EXTRA string=7 years)
omar
89e2ddf07f
Examples: Comments + shallow coding convention tweak to be consistent across examples and with imgui_impl_osx
ago%!(EXTRA string=7 years)
omar
569e0f07f1
Examples: Removed old example_apple/ + tweak comments ( #1873 )
ago%!(EXTRA string=7 years)
Omar Cornut
c3f9220c15
Apple: Fixed example_osx_opengl2, renamed to example_apple_opengl2 + misc comments
ago%!(EXTRA string=7 years)
omar
2ce121b7d0
Readme, Links, Bindings
ago%!(EXTRA string=7 years)
omar
40845852b9
Fixed warnings + readme
ago%!(EXTRA string=7 years)
omar
cdf51cad2d
Comments, documentation
ago%!(EXTRA string=7 years)
omar
a1b6766d43
Examples: FreeGLUT: Added FreeGLUT bindings. Added FreeGLUT+OpenGL2 example. ( #801 )
ago%!(EXTRA string=7 years)
omar
fac0c801da
Examples: Added imgui_impl_osx.mm bindings ( #1870 , #281 )
ago%!(EXTRA string=7 years)
omar
6f7b7807ad
Fixed Travis path + various paths in comments/documentations
ago%!(EXTRA string=7 years)
omar
5a13e4dcde
Examples: Renamed imgui_impl_sdl2.cpp to imgui_impl_sdl.cpp ( #1870 ) + changelog bits
ago%!(EXTRA string=7 years)
omar
8d58fbb5ed
Examples: Renamed example folders. ( #1870 )
ago%!(EXTRA string=7 years)
omar
85f9694bd4
Big example binding refactor (manually imported from Viewport branch, stripped out of Viewport code). ( #1870 )
...
Read examples/README.txt for some details.
ImDrawData: Added DisplayPos, DisplaySize fields honored by all backends (not strictly necessary to honor just now, but doing it to be ahead)
ago%!(EXTRA string=7 years)
omar
63be3e7c82
Update README.txt
ago%!(EXTRA string=7 years)
omar
9be7d048c8
Examples: DirectX12: Merge, various styling tweaks, update for 1.60 wip, synchronized Win32 features with other examples. ( #301 )
ago%!(EXTRA string=7 years)
omar
277f6e7842
Examples: Comments
ago%!(EXTRA string=7 years)
omar
ef5dd30625
Sisyphus says: tweaked comments about not using old-style OpenGL examples ( #1459 , #1394 etc.)
ago%!(EXTRA string=8 years)
omar
6bd3b45b34
Sisyphus says: tweaked comments about not using old-style OpenGL examples ( #1459 , #1394 etc.)
ago%!(EXTRA string=8 years)
omar
c5027d4fa1
Examples: Extra clarification for the 100th person who insist on using the OpenGL2 code in spite of existing documentation leaning against it. ( #1394 )
ago%!(EXTRA string=8 years)
ocornut
d5d825debb
Nav/Examples: honoring the io.WantMoveMouse flag in most common examples ( #323 )
...
Missing support Vulkan (#549 ), Apple (#575 , #247 ), SDL (#58 , #356 ),
Allegro, Marmalade (#368 , #375 )
ago%!(EXTRA string=8 years)
omar
f030087f8e
Comments to redirect people to OpenGL3 examples ( #1116 )
ago%!(EXTRA string=8 years)