John-Mark Allen
|
4df9d1e336
|
Remove unsafe null references
|
2021-09-05 11:32:05 -07:00 |
|
John-Mark Allen
|
80dcbe0d30
|
Remove unused import
|
2021-09-05 11:32:05 -07:00 |
|
John-Mark Allen
|
d1df09dab4
|
Add example based on custom_textures.rs
|
2021-09-05 11:32:05 -07:00 |
|
John-Mark Allen
|
87baa92b98
|
Fix up texture use
Previous `prepare_font_atlas` silently assumed a TrivialTextureMap.
Also adds an impl of `TextureMap` for `imgui::Textures` as a further
example.
|
2021-09-05 11:32:04 -07:00 |
|
John-Mark Allen
|
fc82d41154
|
Add accurate framerate to basic example
|
2021-09-05 11:32:04 -07:00 |
|
John-Mark Allen
|
f70ddfa29e
|
Fix typo deleting the wrong buffer object
|
2021-09-05 11:32:04 -07:00 |
|
John-Mark Allen
|
23fe42780b
|
Make fields of GenericShaderData pub to aid in user-implementation
|
2021-09-05 11:32:04 -07:00 |
|
John-Mark Allen
|
cdf90639c6
|
Attempt to start documenting better
|
2021-09-05 11:32:04 -07:00 |
|
John-Mark Allen
|
f92e9c4beb
|
Add a few more docs
|
2021-09-05 11:32:04 -07:00 |
|
John-Mark Allen
|
f1bd13b73e
|
Flesh out examples
|
2021-09-05 11:32:03 -07:00 |
|
John-Mark Allen
|
06b08508d9
|
Derive Default on trivial structs
|
2021-09-05 11:32:03 -07:00 |
|
John-Mark Allen
|
bbe598a24d
|
Remove unnecessary code from basic glow example
|
2021-09-05 11:32:03 -07:00 |
|
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 |
|