dbr
af898e7358
Fix exclude of .crate file
...
Glob pattern no longer matched anything, including the intermediate cimgui files unnecessarily
2023-01-04 15:47:24 +10:30
dbr
d9e2e65758
Fix docking+freetype bindings
...
Was missing required flag to cimgui generator
2023-01-04 15:46:48 +10:30
dbr
7ad609090f
Mess to add freetype-specific bindgen
...
There are now a few freetype-specific functions in the API so we need seperate bindgen output for it
Duplicates the imgui code somewhat unnecessarily, but shouldn't impact repo size much due to git's compression
2023-01-04 15:35:07 +10:30
dbr
f3e7958eb8
Use flag_if_supported instead of cpp_link_stdlib
2023-01-02 12:07:28 +10:30
dbr
e5d3490ce5
Explicitly link c++11 stdlib
...
May help with macOS builds
2023-01-02 11:49:57 +10:30
dbr
71a2dbd066
Ignore clippy warning
...
In this case we are intentionally returning different struct for backwards-compat
2023-01-01 17:52:24 +10:30
dbr
2980dc01b5
Set CIMGUI_FREETYPE define
2023-01-01 17:34:31 +10:30
dbr
b70981531e
fmt
2023-01-01 17:34:31 +10:30
Robin Quint
382cb74daa
Added more fine-grained errors
2022-12-29 14:20:07 +01:00
Robin Quint
9a48b78acd
Added basic cursor support
2022-12-29 14:07:26 +01:00
Robin
37a800c33c
Added documentation to io test, added fallback implementation for ImageButton
2022-12-28 12:31:31 +01:00
Robin Quint
183830a1fb
Merge branch 'main' of github.com:rob2309/imgui-rs
2022-12-23 11:27:28 +01:00
Robin Quint
5d2e71ee55
Fixed moving viewports messing up graphics
2022-12-23 11:26:36 +01:00
Robin Quint
a8e2fb4fb4
Added new flags to ItemHoveredFlags, added documentation to new pub members of io
2022-12-22 15:41:27 +01:00
Robin Quint
1a1ea098c1
cargo fmt
2022-12-22 15:10:09 +01:00
Robin Quint
70b865a001
Added workaround for io tests
2022-12-22 15:09:23 +01:00
Robin Quint
bd3d59ce62
winit-support now uses event-io for everything
2022-12-22 15:04:58 +01:00
Robin Quint
f430041018
Fixed crash on window docking on linux
2022-12-22 14:44:26 +01:00
Robin
0cb64e8b59
Fixed build errors with docking feature
2022-12-21 21:21:57 +01:00
Robin
2d9efba59b
Added full keymap to winit backend, fixed keyboard example
2022-12-21 20:18:16 +01:00
Robin
070f56f1d1
Removed explicit version from shaders and not using new glsl features
2022-12-21 19:44:45 +01:00
Robin Quint
e51af80da7
upgraded imgui to 1.89.1, changed winit-support to use new event io
2022-12-21 15:14:31 +01:00
Robin
41e9d973f4
Implemented basic viewports renderer
2022-12-20 13:32:26 +01:00
Robin
1d88eceb16
Removed viewports code from imgui-winit-support
2022-12-20 13:32:15 +01:00
Robin
e3bdcffee0
Fixed bug in platform_io
2022-12-20 13:30:45 +01:00
Robin Quint
6bb28843b2
Added basic combined renderer
2022-12-19 16:31:56 +01:00
Robin Quint
14531a074c
Removed outdated and non-working example
2022-12-16 15:00:48 +01:00
Robin Quint
69528d7942
Merge branch 'main' of https://github.com/imgui-rs/imgui-rs
2022-12-16 15:00:29 +01:00
dbr
b1e66d050e
Update changelog
2022-12-02 13:42:47 +10:30
dbr/Ben
645d7eba55
Merge pull request #680 from dbr/rmimstr
...
Removing im_str! marco
2022-12-02 12:58:41 +10:30
Ruifeng Xie
7eec3e96d4
cimgui: stub ImFontAtlasGetBuilderForStbTruetype if IMGUI_ENABLE_FREETYPE
2022-11-30 14:05:36 +08:00
Ruifeng Xie
e0eb20c847
fix lint error: redundant return statements
2022-11-30 13:20:26 +08:00
Ruifeng Xie
59b67c14c0
feature-gate vcpkg
2022-11-30 13:20:14 +08:00
Jack OntheGoMac
5354ba8b04
rebased for CI
2022-11-30 13:08:48 +08:00
Xie Ruifeng
f10cecf803
add vcpkg-rs for locating freetype
2022-11-30 13:08:05 +08:00
dbr
6d6cda275c
Add docs links to Cargo.toml
...
So docs link shows up nicely on crates.io
2022-11-30 10:31:02 +10:30
dbr
5f079428c8
Move imgui-gfx-renderer away from main library crates section
...
As of v0.9 "might work still" becomes unlikely
2022-11-30 10:28:29 +10:30
dbr
e47f29b20a
Release process docs: important release crates step
2022-11-30 10:20:34 +10:30
dbr
9776ebef90
Remove authors key from Cargo.toml
...
The field is now optional (as of Rust 1.53) and no longer used by crates.io (as per Rust RFC 3052)
2022-11-30 10:15:38 +10:30
dbr
2eb3f8c337
Bump to 0.9.0!
2022-11-30 10:10:19 +10:30
dbr
b8ddd078c1
Update unobvious dear-imgui version in README
2022-11-30 09:57:12 +10:30
dbr
59ce49c157
Update headings in changelog
2022-11-30 09:56:41 +10:30
dbr
54f4bef7db
Remove ye ol' deprecated im_str! marco
...
Closes #576
2022-11-30 00:19:12 +10:30
dbr
7cc7bf97b3
Minor hackery to keep CI happy
...
Pin back scoped-tls used indirectly in imgui-examples only
Will revert hackery and bump MSRV once v0.9 is released
2022-11-30 00:14:10 +10:30
dbr
a7c479c906
Update changelog
2022-11-22 17:24:38 +10:30
dbr/Ben
8329cd7d17
Merge pull request #676 from lovelymono/reexport-glow-winit
...
Re-export `winit` and `glow` crates
2022-11-22 17:21:54 +10:30
dbr/Ben
4f3e6b02ea
Merge pull request #673 from dbr/freetypecratebugport
...
Restoring "Include imgui/misc/freetype/ in crate package" from 0.8.x release
2022-11-22 17:00:01 +10:30
dbr/Ben
1aa68fb017
Merge pull request #672 from dbr/devprocess
...
Proposed branching/release process
2022-11-22 16:47:14 +10:30
dbr
477e1abd0b
Update release process doc
...
Create tags and push them, create release, close tickets
2022-11-22 16:34:20 +10:30
Lena Milizé
b377181c54
re-export winit and glow
...
Signed-off-by: Lena Milizé <me@lvmn.org>
2022-10-27 10:03:36 +02:00