Robin Quint
69528d7942
Merge branch 'main' of https://github.com/imgui-rs/imgui-rs
2022-12-16 15:00:29 +01:00
dbr/Ben
645d7eba55
Merge pull request #680 from dbr/rmimstr
...
Removing im_str! marco
2022-12-02 12:58:41 +10:30
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
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
54f4bef7db
Remove ye ol' deprecated im_str! marco
...
Closes #576
2022-11-30 00:19:12 +10:30
dbr
fa3404fbb5
Remove redundant clone in new TextFilter
2022-10-05 14:52:09 +10:30
dbr/Ben
f1c87a1755
Merge pull request #658 from tetenpapier/main
...
Add bindings to TextFilter
2022-10-05 13:37:25 +10:30
dbr/Ben
0c9341a41c
Merge pull request #662 from linw789/main
...
Allow users to hide tree_node label
2022-09-02 15:18:53 +10:00
Lin Wang
cddf42ada7
fix doc
2022-08-29 23:30:04 -04:00
Wang, Lin
6fa1fb6991
leave tree_node label None if not set
...
This allows users to hide tree_node label. This change also added an
example of making a tree_node as a button.
2022-08-24 13:42:14 -04:00
tetenpapier
c004b3a619
move text_filter file
2022-08-12 17:37:12 +02:00
tetenpapier
5f5450487f
use &str instead of String
2022-08-12 17:32:11 +02:00
tetenpapier
2d8ae7c9d0
add new function in ui for textfilter and doc
2022-08-11 10:24:58 +02:00
tetenpapier
5450ee6136
add doc and example, remove useless function
2022-08-11 10:12:34 +02:00
tetenpapier
b02c1eb7b2
add doc
2022-08-10 19:51:52 +02:00
tetenpapier
3d7b56a331
add pass_filter_end
2022-08-10 19:40:58 +02:00
tetenpapier
5fc64b7e68
add TextFilter
2022-08-10 18:01:44 +02:00
dbr
69f43e3025
Deduplicate ui.enabled(...) and ui.disabled()
2022-04-23 13:23:35 +10:00
dbr
5ec80ec584
Documenting a bunch of methods
2022-04-23 13:22:50 +10:00
Will Cassels
592af95697
Fix problematic TextCallbackData::selection implementation
2022-04-10 14:22:40 -04:00
dbr/Ben
fef6509a6e
Merge pull request #628 from dbr/losingfocus
...
Handle window focus lost event
2022-03-23 12:12:56 +10:30
dbr
7861355fe8
Docstring for app_focus_lost
2022-03-22 20:37:16 +11:00
dbr
a658073bd7
Booleano
2022-03-19 21:07:57 +11:00
dbr
9648b40d85
Handle window focus lost event
...
Avoids keys getting stuck when window loses focus (e.g alt+tab)
Closes #602
2022-03-19 21:04:16 +11:00
dbr
091e5a6a15
Workaround to turn imgui <~ 1.88 segfault into a panic
2022-03-19 20:31:06 +11:00
dbr
5a76ed7ce6
Clippy the wildly pedantic
2022-03-19 11:43:14 +11:00
dbr
cc08285a04
Update the list clipper:
...
1. Avoid calling step() in destructor - incorrect and unnecessary, as it is not required to fully "use" the clipper (you can stop rendering half-way through)
2. Add a harder to misuse iterator interface to the clipper as an alterantive to the C++ style .step() interface
Closes #610
2022-03-18 22:07:27 +11:00
Robin Quint
cbb98f5289
Added dockspace_over_main_viewport() to Ui, finished basic viewport example
2022-03-15 16:09:03 +01:00
dbr/Ben
71dff831de
Merge pull request #624 from MarijnS95/parking-lot-0.12
...
imgui: Upgrade parking_lot to 0.12 with windows-rs bindings
2022-03-15 22:36:46 +10:30
dbr
c0fb4b6369
Fix future clippy warning
2022-03-15 23:05:20 +11:00
Marijn Suijten
b5376c3fb4
imgui: Upgrade parking_lot to 0.12 with windows-rs bindings
...
`parking_lot` now uses windows-rs's `windows-sys` crate, officially
developed and vetted by Microsoft - the bindings are autogenerated from
metadata and faster to compile too.
See also https://github.com/Amanieu/parking_lot/pull/311 .
2022-03-15 12:19:31 +01:00
Robin Quint
768034a681
Added Documentation
2022-03-04 15:49:43 +01:00
Robin Quint
066d802979
Make sure imgui compiles with docking enabled and disabled
2022-03-04 13:09:59 +01:00
Robin Quint
acda14c7f1
Fixed initial window position
2022-03-02 10:42:39 +01:00
Robin Quint
daf039c098
WIP
2022-03-01 13:38:20 +01:00
Robin Quint
b6617b2c0e
WIP
2022-03-01 10:23:59 +01:00
Robin Quint
1d7bcd33ad
Fixed crashes
2022-03-01 08:08:53 +01:00
Robin Quint
4d32d50962
Fixed clippy
2022-02-28 16:59:40 +01:00
Robin Quint
3a9cf40de3
Implemented basic viewport support
2022-02-28 16:45:52 +01:00
Jiří Sejkora
30f8f04dcf
Remove im_str! usage from examples in docs
2022-02-27 20:48:45 -05:00
Robin Quint
4b307a1bf7
Added basic Viewport structs and flags
2022-02-22 16:07:58 +01:00
Jack Mac
24ad9d526c
reworked the combo box to be less annoying
2022-02-21 20:44:33 -05:00
Jack Mac
396512a982
lint
2022-02-21 18:05:49 -05:00
Jack Mac
4bb300e393
color edits
2022-02-21 18:05:49 -05:00
Jack Mac
f334bfb106
init
2022-02-21 18:05:49 -05:00
Jack Mac
d6037316a0
updated modal popup funtimes
2022-02-21 18:05:49 -05:00
Jack Mac
32cf2b9e6c
clippy stop yelling at me
2022-02-10 14:31:19 -05:00
dbr
69fb34f0f8
Fix up running of begin_combo doctest
2022-02-10 11:07:04 +11:00
dbr
6dfa0a9533
More docs around combo methods
...
Add example to begin_combo doc
2022-02-10 10:23:43 +11:00