Commit Graph

  • 12c0199d1b Mention mint in changelog Emil Ernerfeldt 2021-05-08 08:18:37 +0200
  • 87bc26fb5a
    implement mint conversions (#352) Luis Wirth 2021-05-08 08:17:01 +0200
  • 2cb94b98ef Add plot legends and on_disabled_hover_text to CHANGELOG.md Emil Ernerfeldt 2021-05-07 10:35:55 +0200
  • 838f3e4ff2
    Add plot legends (#349) Sven Niederberger 2021-05-07 10:32:17 +0200
  • d862ff66ac Add Image::sense to let an image respond to clicks and drags Emil Ernerfeldt 2021-05-06 22:10:05 +0200
  • 03721dbfd8
    Basic multi touch support (issue #279) (#306) Ivo Vollrath 2021-05-06 21:01:10 +0200
  • 0d71017ad4 clippy fixes for rust 1.52 Emil Ernerfeldt 2021-05-06 20:49:22 +0200
  • 29668b5128 Minor documentation improvements Emil Ernerfeldt 2021-05-02 22:02:26 +0200
  • 1394205f52 Document and demonstrate how to expand a TextEdit to fill a Ui Emil Ernerfeldt 2021-05-02 21:56:59 +0200
  • 66122e4c9a Decrease indentation with shift-tab Emil Ernerfeldt 2021-05-02 20:09:11 +0200
  • bf8ce774cc Don't draw bidi control characters Emil Ernerfeldt 2021-05-02 19:50:06 +0200
  • 7da9928548 Clean up new code editor code Emil Ernerfeldt 2021-05-02 19:28:02 +0200
  • 10b60d5361
    Run clippy on all targets and all features (#347) Emil Ernerfeldt 2021-05-02 19:26:57 +0200
  • 35c7b09285
    Tab identation for multiline text edit (#246) Cristian Dinu 2021-05-02 19:56:28 +0300
  • 101eed0d67
    memory: add `Send + Sync` reqirement, fix #337 (#341) ilya sheprut 2021-04-30 14:03:45 +0600
  • 02a62d1986
    Replace `impl Into<String>` with `impl ToString` (#302) David Pedersen 2021-04-29 19:49:49 +0200
  • e991a1c310
    Fix typo in README.md (#340) crumblingstatue 2021-04-29 19:31:24 +0200
  • 6f01577d5f Tab only selects labels if the `screen_reader` option is turned on. Emil Ernerfeldt 2021-04-25 18:20:10 +0200
  • c2744a1437
    Implement trackpad pinch-to-zoom for plots in egui_web (#333) Emil Ernerfeldt 2021-04-25 17:04:34 +0200
  • 7f0689e566 Refactor egui_glium with new EguiGlium wrapper and standalone example Emil Ernerfeldt 2021-04-25 17:02:27 +0200
  • a505d01090
    Plot refactor (#331) Sven Niederberger 2021-04-24 14:26:54 +0200
  • b69bc2c06a egui_web: Scroll faster when scrolling with mouse wheel Emil Ernerfeldt 2021-04-24 11:01:44 +0200
  • 0f112db550 Reduce binary size with more inlining and less monomorphization Emil Ernerfeldt 2021-04-24 09:54:11 +0200
  • f38f68318d build_demo_web.sh: add --open as an option Emil Ernerfeldt 2021-04-24 09:41:57 +0200
  • 6b24dbc997 Move easy_mark from egui deo egui_demo_lib Emil Ernerfeldt 2021-04-24 00:34:58 +0200
  • 641e9c2d26 egui_glium: sleep a bit when not focused Emil Ernerfeldt 2021-04-22 20:12:49 +0200
  • fb6f49024f Add Response::on_disabled_hover_text to show tooltip for disabled widgets Emil Ernerfeldt 2021-04-22 19:45:42 +0200
  • 07da54ad08 Refactor Ui::next_auto_id_source Emil Ernerfeldt 2021-04-21 22:19:51 +0200
  • a59c8ac2c3 DragValue: only show extra decimal with shift down if currently dragged Emil Ernerfeldt 2021-04-21 22:14:30 +0200
  • d2b669e1cd Changelog: Add line about storing state in Memory Emil Ernerfeldt 2021-04-21 22:02:42 +0200
  • 6e9abfc9c0 Changelog: Add plot improvements Emil Ernerfeldt 2021-04-21 22:01:34 +0200
  • 012542d066
    Drag and zoom support for plots (#317) Sven Niederberger 2021-04-21 21:50:27 +0200
  • cb14e8571f Add Vec2::LEFT,RIGHT,UP,DOWN and Vec2::angle Emil Ernerfeldt 2021-04-20 23:04:04 +0200
  • 58ebb217dc Tesselator: ignore zero-sized clip rects Emil Ernerfeldt 2021-04-20 10:05:47 +0200
  • 1681769329 Add #[inline(always)] here and there Emil Ernerfeldt 2021-04-19 23:11:42 +0200
  • 0f1df90d90 Tesselator: ignore non-positive clip rectangles Emil Ernerfeldt 2021-04-19 23:00:20 +0200
  • 72d0d71d66
    made drag and drop support selectable on Windows for the eframe glium integration (#324) Joel Nises 2021-04-19 22:49:28 +0200
  • 23d292a974 faster debug builds on mac Emil Ernerfeldt 2021-04-18 23:15:07 +0200
  • fbd0e35017 Clippy fixes for benchmark Emil Ernerfeldt 2021-04-18 23:14:35 +0200
  • 0351662763 Fix bug with the layout of wide `DragValue`:s Emil Ernerfeldt 2021-04-18 23:10:12 +0200
  • c07f439b28 Add benchmark of ui.label Emil Ernerfeldt 2021-04-18 10:24:31 +0200
  • c69ecfe421
    Memory usage example in the widget gallery (#307) ilya sheprut 2021-04-18 14:13:08 +0600
  • 580d27e0d3
    Add anchors to windows and areas (#310) Emil Ernerfeldt 2021-04-18 10:01:41 +0200
  • 5667e7eb51 Add docstring to ui.with_layout Emil Ernerfeldt 2021-04-15 22:23:15 +0200
  • f07bdf0433 Add more instructions to PR template Emil Ernerfeldt 2021-04-15 22:21:48 +0200
  • 231c075867 Add #[inline(always)] to a few things Emil Ernerfeldt 2021-04-15 10:37:31 +0200
  • 76d5229821
    CI: run cargo doc (#309) Emil Ernerfeldt 2021-04-15 10:35:15 +0200
  • b187d1c576 Make Memory::has_focus public (again) Emil Ernerfeldt 2021-04-15 10:31:24 +0200
  • d6de19b507
    Mention macroquad backend in the readme (#308) ilya sheprut 2021-04-15 14:20:04 +0600
  • 2aa05f00e1 check.sh: cargo doc all features Emil Ernerfeldt 2021-04-15 09:48:30 +0200
  • e1adb9c091 Fix broken markdown in docstring Emil Ernerfeldt 2021-04-15 09:48:06 +0200
  • 96a2732735 Add Response::request_focus and surrender_focus Emil Ernerfeldt 2021-04-15 09:45:12 +0200
  • daf2e13238 demo: Use new id_data to store the show/hide password toggle Emil Ernerfeldt 2021-04-12 22:37:39 +0200
  • 186362a4b8
    Arbitrary data in `Memory` using `Any`, fix #255 (#257) ilya sheprut 2021-04-13 01:53:32 +0600
  • 4ecf304335 Fix touch screen defocus bug Emil Ernerfeldt 2021-04-12 21:41:07 +0200
  • 5d50fa1350 Add Label::sense so you can make clickable labels Emil Ernerfeldt 2021-04-12 21:26:13 +0200
  • 3c0c729af8
    Add links to the changelogs for other crates. (#293) follower 2021-04-13 06:57:49 +1200
  • 20bf09560e
    IME: Handle composition events to show suggestion on web (#278) Lin Han 2021-04-13 02:57:14 +0800
  • 0353f40dd5
    Typo fix: "occational" -> "occasional" (#286) follower 2021-04-09 08:22:58 +1200
  • 50a56d41ee
    DragValue improvements (#274) Cristian Dinu 2021-04-08 23:20:52 +0300
  • b30cb3313a
    Try to allow turning off default_fonts for all libs (#266) Emil Ernerfeldt 2021-04-07 20:14:44 +0200
  • d544c3dd8b Release 0.11.0 - Optimization, screen reader & new layout logic Emil Ernerfeldt 2021-04-05 14:49:06 +0200
  • c96819e95e build_demo_web.sh: code cleanup Emil Ernerfeldt 2021-04-05 14:45:32 +0200
  • 370d269cba Publish new web demo Emil Ernerfeldt 2021-04-05 14:43:38 +0200
  • 49ef94d322 build_demo_web.sh: fix opening link on windows and linux Emil Ernerfeldt 2021-04-05 14:23:19 +0200
  • 3803d0f3d1 Minor cleanup of the demo code Emil Ernerfeldt 2021-04-05 12:30:07 +0200
  • ab4819ca99 PR template: encourage linking to the relevant issue Emil Ernerfeldt 2021-04-05 12:29:32 +0200
  • 77014c7c75 cargo update Emil Ernerfeldt 2021-04-05 12:15:04 +0200
  • 7792ee0422 Update tts from 0.14 -> 0.15 (screen reader feature) Emil Ernerfeldt 2021-04-05 12:10:28 +0200
  • aba2108159 Replace JSON with RON for persistence (epi/eframe/glium/web) Emil Ernerfeldt 2021-04-05 12:09:01 +0200
  • 4fc3c6d375 Remove unnecessary copy of mesh indices in glium painter Emil Ernerfeldt 2021-04-05 10:21:17 +0200
  • b028e708e0
    fixed typo in README.md (#275) pixeljoelson 2021-04-05 04:56:58 -0300
  • ebb08f87f1 Fix: custom Ui:s now allocate minimal space in parent ui. Emil Ernerfeldt 2021-04-02 22:39:08 +0200
  • 4ac5b37702 Turn off text wrapping for DragValue:s Emil Ernerfeldt 2021-04-02 13:42:46 +0200
  • 4b9db0cc55 Rename ui.advance_cursor to ui.add_space Emil Ernerfeldt 2021-04-02 10:08:29 +0200
  • d848b2a664 Add TextEdit::password to hide input characters Emil Ernerfeldt 2021-04-02 09:58:55 +0200
  • 33a4058381 Add comment about Firefox CPU usage in FAQ Emil Ernerfeldt 2021-04-02 09:24:34 +0200
  • 1c955e56fe Some code cleanup Emil Ernerfeldt 2021-04-01 23:07:58 +0200
  • facb01a7c2 Use wasm-opt when compiling for web Emil Ernerfeldt 2021-04-01 23:07:43 +0200
  • fe0d31204e Small optimization of tesselate_text Emil Ernerfeldt 2021-04-01 23:06:39 +0200
  • 1068750bbc Clean up egui_web code a bit Emil Ernerfeldt 2021-04-01 22:11:29 +0200
  • d7f9e2246c Add a bunch on inline annotations Emil Ernerfeldt 2021-04-01 22:10:34 +0200
  • d702e3078a Reduce amount of data being cloned in begin_frame Emil Ernerfeldt 2021-04-01 22:09:58 +0200
  • 44869a6718 Clean up benchmarks Emil Ernerfeldt 2021-04-01 21:42:45 +0200
  • f6770f0183 Various spelling fixes, docs improvements and code cleanup Emil Ernerfeldt 2021-03-31 23:12:42 +0200
  • 1f965d16a2 Try the new cargo dependency resolver added in rust 1.51 Emil Ernerfeldt 2021-03-31 22:54:21 +0200
  • f79f24c83e Clean up dependencies and features flags Emil Ernerfeldt 2021-03-31 22:53:54 +0200
  • 0d7c84c327 Make each DragValue at least the size of interact_size Emil Ernerfeldt 2021-03-31 22:18:45 +0200
  • b8a0f5be15 Improve Ui::add_sized (simplify and fix bugs) Emil Ernerfeldt 2021-03-31 22:18:08 +0200
  • 1090de67fd Refactor: move debug options out of Visuals Emil Ernerfeldt 2021-03-31 22:00:04 +0200
  • b393bdcb74 Improve documentation of `ui.add_sized` Emil Ernerfeldt 2021-03-31 21:49:24 +0200
  • 3450168e94 egui_glium: add support for transparent windows Emil Ernerfeldt 2021-03-31 20:53:13 +0200
  • 0a21b01c31 Fix nightly build: remove deprecated missing_crate_level_docs lint Emil Ernerfeldt 2021-03-31 20:00:14 +0200
  • f563ff77c3
    Fixed some spelling in documentation (#262) Thorbjørn Lindeijer 2021-03-31 19:52:23 +0200
  • c583f94ef0 Correct the documentation of where app state is saved Emil Ernerfeldt 2021-03-31 19:51:19 +0200
  • 4808da44a2 Optimize: more inlining and more use of AHashMap Emil Ernerfeldt 2021-03-31 17:06:12 +0200
  • 4984d51f99 Optimize: store a reference to the target PaintList in Painter Emil Ernerfeldt 2021-03-31 17:03:20 +0200
  • 17983e1bbc Optimize tessellator by around 9% Emil Ernerfeldt 2021-03-30 22:36:45 +0200
  • 8c4bb0d1d9 refactor: no need to pass Fonts structure to tessellator Emil Ernerfeldt 2021-03-30 21:41:39 +0200
  • 0802a9d9c0 Optimize: get glyph uv rects during layouts instead of in tesselation Emil Ernerfeldt 2021-03-30 21:07:19 +0200