egui/egui_demo_lib/src/apps/demo
Cristian Dinu 35c7b09285
Tab identation for multiline text edit (#246)
Lock focus on multiline text edit, and insert tabs on tab char

Co-authored-by: Emil Ernerfeldt <emil.ernerfeldt@gmail.com>
2021-05-02 18:56:28 +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 Implement trackpad pinch-to-zoom for plots in egui_web (#333) 2021-04-25 17:04:34 +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 Tab identation for multiline text edit (#246) 2021-05-02 18:56:28 +02:00
window_options.rs Add anchors to windows and areas (#310) 2021-04-18 10:01:41 +02:00