1138 Commits

Author SHA1 Message Date
John-Mark Allen
bf1675f2a0 Add imgui-glow-renderer from test repo 2021-09-05 11:32:03 -07:00
Jonathan Spira
a3464e31c7
Merge pull request #514 from sanbox-irl/sliders_and_drag_range
BREAKING: Changed sliders and drag range to require range in their constructor, and simplified their types.
2021-09-05 11:30:20 -07:00
Jack Spira
9852501635 updated sliders docs 2021-09-05 11:23:31 -07:00
Jack Spira
7b644bf159 init draft 2021-09-04 19:26:20 -07:00
Jack Spira
7122366a43 fixing the stunning amount of clippy errors 2021-09-04 16:56:30 -07:00
Jonathan Spira
8b899381f3
Merge pull request #491 from dbr/sliderdoc
Add example to Slider.range() doc
2021-09-02 18:11:49 -04:00
Jonathan Spira
bf49265406
Merge pull request #475 from cfrantz/fix-selectable
Combobox: Focus the selected item.
2021-09-02 18:01:50 -04:00
Jack Mac
257345a53f Updating small clippy errors and adding debug derive to style 2021-09-02 17:44:00 -04:00
Jonathan Spira
6488dfe358
Merge pull request #512 from dbr/rustversion
Test against Rust 1.48
2021-09-02 17:16:40 -04:00
dbr
13580e0407 Gentle nudge towards a MSRV [#402]
Run CI against 1.48 as well as stable and beta

Replace use of `bool_to_option` as it's in xtask, and would otherwise bump ~required version to 1.50
2021-08-22 23:01:11 +10:00
Benedikt Mandelkow
794ece8956 rename VERSION file to help compilers see that its not a cpp header 2021-06-24 02:29:28 -07:00
Thom Chiovoloni
5e7c596671 Shush, clippy 2021-06-24 02:21:38 -07:00
Thom Chiovoloni
918f79780d Include LICENSE and README files where relevant 2021-06-07 17:35:46 -07:00
dbr
505f2be023 Fix up doc tests 2021-06-02 14:07:30 +10:00
dbr
ebb81c433a Add example to Slider.range() 2021-06-02 13:40:06 +10: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
Chris Frantz
801c9109a4 Focus the selected item. 2021-04-17 07:51:34 -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