Thom Chiovoloni
|
918f79780d
|
Include LICENSE and README files where relevant
|
2021-06-07 17:35:46 -07:00 |
|
Thom Chiovoloni
|
9bfbb84095
|
imgui-winit-support release 0.7.1
|
2021-05-22 17:21:34 -07:00 |
|
Johan Andersson
|
79f9345362
|
Add support & upgrade to winit 0.25 (#485)
|
2021-05-22 17:19:02 -07:00 |
|
Thom Chiovoloni
|
a78fb45497
|
Fix use of not-quite-stabilized API, and explain what the line did anyway
|
2021-04-06 00:34:57 -07:00 |
|
Thom Chiovoloni
|
b489bb2228
|
Changelog for wchar32 use (surprisingly subtle)
|
2021-04-06 00:34:57 -07:00 |
|
Thom Chiovoloni
|
b739b9380b
|
Update non-sys code to handle 32-bit characters
|
2021-04-06 00:34:57 -07:00 |
|
Thom Chiovoloni
|
083139e4e6
|
Enable -DIMGUI_USE_WCHAR32 for imgui-sys
|
2021-04-06 00:34:57 -07:00 |
|
Thom Chiovoloni
|
9c40b30863
|
Add 'magic' submodule wrangling
|
2021-04-06 00:34:57 -07:00 |
|
Thom Chiovoloni
|
830022f10f
|
Merge pull request #471 from imgui-rs/dear-update-182
|
2021-04-05 11:42:44 -07:00 |
|
Thom Chiovoloni
|
618a3f3fa5
|
Changelog
|
2021-04-04 17:30:44 -07:00 |
|
Thom Chiovoloni
|
cb918fc652
|
Update Dear Imgui to v1.82
|
2021-04-04 17:29:16 -07:00 |
|
Thom Chiovoloni
|
de5496d390
|
rerun bindgen
|
2021-04-04 16:45:32 -07:00 |
|
Thom Chiovoloni
|
163244cc1a
|
regen cimgui
|
2021-04-04 16:40:29 -07:00 |
|
Thom Chiovoloni
|
8cc4f353d3
|
bump dear imgui to v1.82
|
2021-04-04 16:39:39 -07:00 |
|
Thom Chiovoloni
|
c68e29f0ae
|
Merge pull request #463 from dbr/key-by-index
|
2021-04-03 12:29:02 -07:00 |
|
Jonathan Spira
|
8deeab9073
|
Merge pull request #470 from sanbox-irl/master
fixed bad doc aliases
|
2021-04-03 11:02:57 -07:00 |
|
Jonathan Spira
|
326ebbc164
|
fixed bad doc aliases
some in misc were labeled just "doc" instead of "doc(alias".
|
2021-04-03 10:55:37 -07:00 |
|
Jonathan Spira
|
80ae0bd7ed
|
Merge pull request #468 from AngelOfSol/feature/build-return
Modifies build functions to allow returning data from the build closures. Thanks @AngelOfSol !
|
2021-04-03 10:04:08 -07:00 |
|
AngelOfSol
|
42ab8ae591
|
Modifies build functions to allow returning data from the build
closures.
|
2021-03-26 01:14:08 -04:00 |
|
Thom Chiovoloni
|
97d5dc8502
|
Merge pull request #464 from thomcc/better-xtask
Improvements to our `xtask`s
|
2021-03-12 19:55:16 -08:00 |
|
Thom Chiovoloni
|
00982451f8
|
Improved xtask
|
2021-03-12 18:12:56 -08:00 |
|
dbr
|
7b3012cd81
|
Changelog entry
|
2021-03-12 12:53:13 +11:00 |
|
dbr
|
165ccc8043
|
cargo fmt
|
2021-03-12 12:50:28 +11:00 |
|
dbr
|
738081b14b
|
Remove direct winit dependency from example
Having a requirement on `winit = "..."` complicates testing the examples against various winit versions
|
2021-03-12 12:05:50 +11:00 |
|
dbr
|
8e27d386d5
|
Fix 'use' for VirtualKeyCode
|
2021-03-09 22:14:42 +11:00 |
|
dbr
|
879b9d35af
|
Add back "_index" versions of all the keyboard related methods
Allows accessing the state of any key defined by the IO backend, not just those neatly listed in imgui::Key
Closes #455
|
2021-03-09 19:53:14 +11:00 |
|
Jonathan Spira
|
22eac761d3
|
Merge pull request #445 from dbr/drawimage
Add `DrawListMut::add_image` etc
|
2021-03-08 17:39:32 -08:00 |
|
dbr
|
107133c799
|
Fix functional conflicts
- `ui.same_line()` no longer needs the default value specified \o/
- Doctests now actually being run, need to mark a code block as not-Rust
|
2021-03-09 10:37:32 +11:00 |
|
dbr/Ben
|
965dd87892
|
Merge branch 'master' into drawimage
|
2021-03-09 10:27:23 +11:00 |
|
Thom Chiovoloni
|
d0e2be1678
|
Merge pull request #457 from dbr/imgui-v1.81
|
2021-03-06 15:49:11 -08:00 |
|
Thom Chiovoloni
|
1c5d8c368c
|
Actually run doctests in CI, fix failing ones
|
2021-03-06 07:10:48 -08:00 |
|
dbr
|
b06a7c3f92
|
Changelog entry
|
2021-03-05 20:18:33 +11:00 |
|
Jonathan Spira
|
955bbf214e
|
Merge pull request #458 from toyboot4e/doc_alias_for_imgui
Add doc aliases with ImGUI function names -- thank you @toyboot4e
|
2021-03-04 22:57:18 -08:00 |
|
toyboot4e
|
9b90f0e9d0
|
Add doc aliases
|
2021-03-05 14:00:06 +09:00 |
|
dbr
|
0b5054e939
|
Remove some Nil suffixes
Seems like these are present in the pre-generated bindings but not if calling the generator directly..? Have not looked into closely as to why
|
2021-03-05 12:06:26 +11:00 |
|
dbr
|
4f15805015
|
Re-do update to 1.81 with old submodule setup
Update docs to match
|
2021-03-05 11:58:25 +11:00 |
|
dbr
|
432d4b94ec
|
Revert "Simplify (maybe) the imgui submodules"
This reverts commit 2839f76cecb0b5bfc837857d797f090f970c08c5.
# Conflicts:
# imgui-sys/third-party/cimgui
|
2021-03-05 11:35:34 +11:00 |
|
dbr
|
142490040f
|
Move upgrading imgui docs to new docs subdir
Add a basic README for imgui-sys for display on crates.io etc
|
2021-03-05 11:28:10 +11:00 |
|
Jonathan Spira
|
26f3a68924
|
Merge pull request #452 from sanbox-irl/simpler-defaults
Added extended variant functions to imgui, using `with_x` syntax.
|
2021-03-04 11:22:19 -08:00 |
|
Jonathan Spira
|
f67cee79d1
|
Added a changelog, and made breaking changes more obvious where they occur.
|
2021-03-04 11:07:55 -08:00 |
|
Jonathan Spira
|
8c328001d0
|
Added ext function variants to the majority of overloaded functions in ImGui
|
2021-03-04 10:58:30 -08:00 |
|
dbr
|
90c2178366
|
Note on building against a non-tagged imgui release
|
2021-03-03 17:02:13 +11:00 |
|
dbr
|
89e94c55c5
|
Documenting process to update imgui version
|
2021-03-03 16:51:39 +11:00 |
|
dbr
|
fbd5353648
|
Fix up some examples in docs
|
2021-03-03 15:36:58 +11:00 |
|
dbr
|
507d5d5065
|
Update to imgui 1.81
Changes:
- No more ListBox::calculate_size(...) as this was deprecated upstream
|
2021-03-03 15:36:28 +11:00 |
|
dbr
|
2839f76cec
|
Simplify (maybe) the imgui submodules
Use cimgui which avoids the copy-files-into-our-repo step
|
2021-03-03 14:19:10 +11:00 |
|
Jonathan Spira
|
75fdec09d0
|
Merge pull request #440 from sanbox-irl/feat_permissive_dropping
permissive dropping
|
2021-02-28 21:54:57 -08:00 |
|
Jonathan Spira
|
6010a3dc25
|
readded changelog
|
2021-02-28 21:43:01 -08:00 |
|
Jonathan Spira
|
8ac6bc49ce
|
accidentally broke examples
|
2021-02-28 21:29:06 -08:00 |
|
Jonathan Spira
|
91c8157205
|
oops inline
|
2021-02-28 21:29:06 -08:00 |
|