egui/egui_demo_lib/src/apps/demo
Sven Niederberger 012542d066
Drag and zoom support for plots (#317)
* drag and zoom support for plots

* update doctest

* use impl ToString

* revert back to Into<String> until #302 is solved

* Apply suggestions from code review

Co-authored-by: ilya sheprut <optitel223@gmail.com>

* use persistence feature for PlotMemory

* rename shift -> translate

* remove automatic bounds

* removed unused methods

* Into<String> -> ToString

* Apply suggestions from code review

Co-authored-by: Emil Ernerfeldt <emil.ernerfeldt@gmail.com>

* avoid potential invalid bounds bug

* use new is_valid method

* improve auto bounds behavior as suggested

* use NOTHING to initialize min_auto_bounds

Co-authored-by: ilya sheprut <optitel223@gmail.com>
Co-authored-by: Emil Ernerfeldt <emil.ernerfeldt@gmail.com>
2021-04-21 21:50:27 +02:00
..
app.rs Rename Egui to egui 2021-01-17 14:48:59 +01:00
dancing_strings.rs Various spelling fixes, docs improvements and code cleanup 2021-03-31 23:12:42 +02:00
demo_window.rs Deprecate old Slider constructors in favor of Slider::new 2021-03-27 16:07:18 +01:00
demo_windows.rs Various spelling fixes, docs improvements and code cleanup 2021-03-31 23:12:42 +02:00
drag_and_drop.rs [demo] Alwyas start with widget gallery 2021-02-20 09:19:40 +01:00
font_book.rs Add new ComboBox builder to replace the combo_box_with_label function 2021-03-27 10:35:40 +01:00
font_contents_emoji.rs Rename Egui to egui 2021-01-17 14:48:59 +01:00
font_contents_ubuntu.rs Merge example_web into egui_demo_lib 2021-01-01 17:11:05 +01:00
layout_test.rs Deprecate old Slider constructors in favor of Slider::new 2021-03-27 16:07:18 +01:00
mod.rs Memory usage example in the widget gallery (#307) 2021-04-18 10:13:08 +02:00
painting.rs [demo] Improve painting demo slightly 2021-02-28 19:50:47 +01:00
password.rs Memory usage example in the widget gallery (#307) 2021-04-18 10:13:08 +02:00
plot_demo.rs Drag and zoom support for plots (#317) 2021-04-21 21:50:27 +02:00
scrolling.rs Deprecate old DragValue constructors in favor of DragValue::new 2021-03-27 16:09:09 +01:00
sliders.rs Rename ui.advance_cursor to ui.add_space 2021-04-02 10:13:06 +02:00
tests.rs Various spelling fixes, docs improvements and code cleanup 2021-03-31 23:12:42 +02:00
toggle_switch.rs Improve widget info output for potential screen readers 2021-03-08 18:36:32 +01:00
widget_gallery.rs Drag and zoom support for plots (#317) 2021-04-21 21:50:27 +02:00
widgets.rs demo: Use new id_data to store the show/hide password toggle 2021-04-12 22:37:39 +02:00
window_options.rs Add anchors to windows and areas (#310) 2021-04-18 10:01:41 +02:00