Commit Graph

52 Commits

Author SHA1 Message Date
4e8975c955 Updated doc comment for with_double_click_reset 2026-01-12 09:06:25 +03:00
Maor Malka
824b492b92 added support for double click reset to a known value 2026-01-11 18:58:20 -05:00
a70b57e62b expose egui types #5 v0.3.7 2026-01-06 01:55:10 +03:00
a2a102cdb6 nit: cleaned up ui a bit v0.3.6 2025-11-21 01:03:52 +03:00
14a143708f chore: restructured the project
docs: added contributing guidelines and updated rreadme
v0.3.5
2025-11-21 00:31:19 +03:00
2db5eb3d76 docs: updated version in readma 2025-11-14 12:44:25 +03:00
aab41e9c0e chore: updated cargo.lock 2025-11-14 12:42:04 +03:00
9486b985f1 chore: bump egui, docs: update example 2025-11-14 12:41:05 +03:00
3a3c2db4d3 bump version v0.3.4 2025-07-16 02:22:57 +03:00
427434c607 updated changelog and fixed readme 2025-07-16 02:22:18 +03:00
bcfcb55db3 updated example 0.3.2 2025-07-16 02:16:00 +03:00
23b2e3c792 fix: handle NaNs, update example 2025-07-16 02:07:48 +03:00
c2a1d57a60 feat: show progress on background arc
feat: display tooltip showing current value
2025-07-16 01:27:48 +03:00
05b9eb1df9 added background arc 2025-07-16 01:17:51 +03:00
86d07f3593 fix: hover highlights 2025-07-16 01:09:38 +03:00
617851102b chore: bump egui version, closes #3 0.3.1 2025-07-15 14:51:29 +03:00
530ba584bc chore: bump version 2025-07-07 16:49:12 +03:00
135d70cfc8 Merge pull request #2 from sacha-renault/feat/configurable-sweep-range
Allow customizable sweep range for knob widgets
0.3.0
2025-07-07 16:34:48 +03:00
sacha-renault
c105722eb4 fix: Address PR feedback
Prevent division by zero when min equals max value

Also improves angle calculations using TAU constant and adds NaN validation.
Also fix doc
2025-07-06 09:36:29 +02:00
sacha-renault
2a68f53a37 docs: update changelog for sweep range feature 2025-07-05 21:52:05 +02:00
sacha-renault
9968afbe48 feat: Add with_sweep_range() method for
control over knob start position and rotation range. Maintains backward compatibility
2025-07-05 21:45:57 +02:00
06bca1c13a Merge pull request #1 from chloebrett/master
chore: bump deps, fix typos.
v0.2.0
2025-05-12 08:42:37 +03:00
Chloe Brett
0a2915f31b Bump egui and eframe versions. Therefore bump minor version (as this is a breaking change to the same extent as the egui bump). 2025-04-06 21:48:53 +10:00
39692f5011 chore: Release egui_knob version 0.1.9 v0.1.9 2025-02-04 10:04:18 +03:00
e79c4af600 added changelog 2025-02-04 10:03:50 +03:00
7f24f4a468 docs: added doc comments 2025-02-04 09:49:12 +03:00
64d072a1af feat: add step size configuration 2025-02-04 09:23:53 +03:00
19b0ff5405 feat: exposed label format 2025-02-04 09:17:23 +03:00
b141db8cd4 fix: add label offsets and position in relative to the widget rect 2025-02-04 09:09:20 +03:00
8a97e1ecd1 chore: Release egui_knob version 0.1.8 v0.1.8 2025-02-03 23:09:19 +03:00
b407b09853 chore: Release egui_knob version 0.1.7 2025-02-03 23:02:32 +03:00
9031d1c920 fix: mark reponse changed when knob was dragged 2025-02-03 22:47:48 +03:00
6aa6a231fa chore: Release egui_knob version 0.1.6 v0.1.6 2025-02-03 16:25:52 +03:00
26ab08e7d5 do not display bounds 2025-02-03 16:25:41 +03:00
421dd3ff60 chore: Release egui_knob version 0.1.5 v0.1.5 2025-02-03 16:23:41 +03:00
268db4255e another sizing fix 2025-02-03 16:23:23 +03:00
76670f416f chore: Release egui_knob version 0.1.4 v0.1.4 2025-02-03 15:55:43 +03:00
0aec31e81d set MIT license in cargo.toml 2025-02-03 15:53:54 +03:00
81bc2295fb set MIT license in cargo.toml 2025-02-03 15:53:37 +03:00
6a49e6f961 fix: knob size 2025-02-03 15:50:55 +03:00
b20a393479 chore: Release egui_knob version 0.1.3 v0.1.3 2025-02-03 15:29:59 +03:00
e7f091a2f8 update cargo.toml 2025-02-03 15:28:23 +03:00
f5b4bb7728 updated readme and cargo,toml 2025-02-03 15:22:13 +03:00
99221d2f8d chore: Release egui_knob version 0.1.2 v0.1.2 2025-02-03 15:18:20 +03:00
12e46bbc46 fix: knob rect 2025-02-03 15:16:35 +03:00
2f916a041f updated readme 2025-02-03 14:44:21 +03:00
19e4bc3b54 updated readme 2025-02-03 14:36:39 +03:00
89f83c28a7 Bump version to 0.1.1 and add font color option 2025-02-03 14:33:32 +03:00
7c2ab9654e updated cargo,toml 2025-02-03 12:57:29 +03:00
413363370d add readme and knob styles 2025-02-03 12:31:20 +03:00