Commit graph

  • 79cfdaa1f9 Better docs and spelling fixes Emil Ernerfeldt 2022-01-03 23:47:10 +0100
  • 01015ac94c
    Use instant crate in egui-winit for WebAssembly support (#1023) Niklas Korz 2022-01-03 22:13:53 +0100
  • b1fd6a44e8
    Switch to using glow as the default renderer both on native and the web (#1020) Emil Ernerfeldt 2021-12-31 15:17:55 +0100
  • 8da592c6ab
    Add Spinner widget (#1013) LordMZTE 2021-12-31 14:32:48 +0100
  • b5c119ef19
    0.16.1 patch release: Add back CtxRef::begin_frame/end_frame (#1019) Emil Ernerfeldt 2021-12-31 11:45:57 +0100
  • f851bbeb91 Remove half-formed thought from docstring 0.16.1 Emil Ernerfeldt 2021-12-31 11:10:22 +0100
  • cd944ec300 Bump egui version to 0.16.1 Emil Ernerfeldt 2021-12-31 10:47:08 +0100
  • c9180998fe Add back CtxRef::begin_frame/end_frame Emil Ernerfeldt 2021-12-31 10:36:39 +0100
  • b00edfe97f Remove keyboard focus from a widget if something else is dragged Emil Ernerfeldt 2021-12-30 23:24:29 +0100
  • 753d709d3d
    Hide console on windows for all examples in release builds (#1008) Emil Ernerfeldt 2021-12-30 22:43:53 +0100
  • 4ef21380a2 Add Ui::add_visible and Ui::add_visible_ui Emil Ernerfeldt 2021-12-30 22:39:41 +0100
  • db110b1690 Remove deprecated functions Emil Ernerfeldt 2021-12-30 22:24:18 +0100
  • 21fe9316d5
    Adding missing package for fedora (#1018) Timo 2021-12-30 21:52:05 +0100
  • 0960f38552 Add inter-linking between different forms of documentations and examples Emil Ernerfeldt 2021-12-29 21:44:48 +0100
  • f779e8a346 Add an eframe example of how to install a custom font Emil Ernerfeldt 2021-12-29 21:43:37 +0100
  • 0146c7e7fc Release 0.16.0 - Context menus and rich text 0.16.0 Emil Ernerfeldt 2021-12-29 12:07:05 +0100
  • 77869c21ea Publish new web demo Emil Ernerfeldt 2021-12-29 12:06:25 +0100
  • 037ca5f9cd update tts 0.17 -> 0.19 Emil Ernerfeldt 2021-12-29 10:56:16 +0100
  • ffd28252ab cargo update Emil Ernerfeldt 2021-12-29 10:49:40 +0100
  • 84399cde83 Small tweaks to documentation and demo Emil Ernerfeldt 2021-12-29 10:48:38 +0100
  • d0a47bf8e8 setup_web.sh: don't force-install wasm-bindgen-cli Emil Ernerfeldt 2021-12-28 21:30:36 +0100
  • 190c85a40f Rename Texture to FontImage Emil Ernerfeldt 2021-12-28 21:02:23 +0100
  • 238581c65e wip multipass Emil Ernerfeldt 2021-12-28 20:54:26 +0100
  • 19264c8043 Cleanup CtxRef::run with CtxRef::mutate helper Emil Ernerfeldt 2021-11-10 11:33:15 +0100
  • 360b83e8f7 Do two passes if the option is enabled Emil Ernerfeldt 2021-11-08 23:25:24 +0100
  • e0a8e8f36a Add multipass option and checkbox Emil Ernerfeldt 2021-11-08 23:24:48 +0100
  • 42110f8cd5 Refactor: split out event processing in the input state Emil Ernerfeldt 2021-11-08 22:08:34 +0100
  • 66eb2fb5f7 Rename Fonts::end_frame to Fonts::prune_cache Emil Ernerfeldt 2021-11-03 22:23:52 +0100
  • d8519b3281 Make begin_frame methods on input non-pub Emil Ernerfeldt 2021-11-03 22:22:42 +0100
  • d775eb3733 Fix wrong label on the feature request PR template Emil Ernerfeldt 2021-12-28 17:34:15 +0100
  • 68fca09df9 Improve documentation Emil Ernerfeldt 2021-12-28 17:33:49 +0100
  • 00f965de87 Add Context::animate_bool_with_time Emil Ernerfeldt 2021-12-28 17:22:48 +0100
  • 811b974003
    Fix typo "the close" -> "this close" in style.rs (#887) Rasmus Brönnegård 2021-12-28 16:42:22 +0100
  • 5b9a349c26 Clean up glow painter destroy code Emil Ernerfeldt 2021-12-28 14:24:59 +0100
  • beb2ea2ef6 Add favicon.ico - a single "e" for "egui", using the Ubuntu-Light font Emil Ernerfeldt 2021-12-28 14:14:49 +0100
  • c412fd4a9c Add loading animation while waiting for wasm to load Emil Ernerfeldt 2021-12-28 14:13:51 +0100
  • cda4c8ba13 Minor cleanup following https://github.com/emilk/egui/pull/999 Emil Ernerfeldt 2021-12-28 13:22:01 +0100
  • f919b0cc05 Clean up context menu documentation Emil Ernerfeldt 2021-12-28 13:09:14 +0100
  • 369ce95bbd
    Add CollapsingHeader::open to control if it is open or collapsed (#1006) Emil Ernerfeldt 2021-12-28 10:45:32 +0100
  • 2684929a5d Make Memory::lock_focus public Emil Ernerfeldt 2021-12-28 10:08:28 +0100
  • c63996179b README.md: add link to discussion of begin/end calls vs closures Emil Ernerfeldt 2021-12-28 10:03:56 +0100
  • b88bec9ca3 Document that CtxRef is generational and shouldn't be stored Emil Ernerfeldt 2021-12-28 10:05:10 +0100
  • b7441eeee7
    Make epi::Frame cloneable so you can allocate textures in other threads (#999) Emil Ernerfeldt 2021-12-26 21:21:28 +0100
  • 647e020824 file_dialogs example: remove macos exemption Emil Ernerfeldt 2021-12-26 18:13:29 +0100
  • d5efa4bbca 1.56 fix: missing_crate_level_docs -> rusdoc::missing_crate_level_docs Emil Ernerfeldt 2021-12-26 09:55:13 +0100
  • c60d17b91b
    Set MSRV to 1.56.0 and use rust edition 2021 (#998) Emil Ernerfeldt 2021-12-25 19:32:25 +0100
  • ee00214511 Add a badge and link to the official discord server Emil Ernerfeldt 2021-12-25 16:56:24 +0100
  • 26885c20d0
    Add ability to customize the display of hover plot labels (#934) Ivgeni "Iv" Segal 2021-12-25 07:29:29 -0800
  • d05379902c
    #972: ScrollArea::stick_to_bottom() has no effect if ScrollArea is not initialized. (#973) Victor Sergienko 2021-12-25 07:29:11 -0800
  • c69fe941af
    Reverse horizontal scrolling on windows (#966) Aevyrie 2021-12-20 14:00:38 -0800
  • dd99f68e82
    Update winit to 0.26 (#930) Jay Oster 2021-12-20 13:44:53 -0800
  • 214d2b5d4f
    Changlog: mention menu::menu(ui, ...) => ui.menu_button(...) (#956) kud1ing 2021-12-19 21:17:02 +0100
  • a1ba1ec079 add grid demo René Rössler 2021-12-17 18:39:15 +0100
  • fc79988737 rename table demo René Rössler 2021-12-17 18:39:11 +0100
  • 31d8cbb2c0 add virtual scroll demo René Rössler 2021-12-17 18:18:25 +0100
  • e00c726bff only allow one rows call René Rössler 2021-12-17 18:18:13 +0100
  • 84a3c1813f heading and fix growing window René Rössler 2021-12-17 17:47:58 +0100
  • 23bcb81eed do not overflow René Rössler 2021-12-17 17:47:44 +0100
  • 6fce5a4c5d add basic table demo René Rössler 2021-12-17 16:11:34 +0100
  • c097b38558 do not import unused items René Rössler 2021-12-17 15:54:30 +0100
  • 5f4525e001 add todo René Rössler 2021-12-17 15:50:35 +0100
  • eb8e1c4303 documentation René Rössler 2021-12-17 15:48:53 +0100
  • 5c87d987cf split code, documentation René Rössler 2021-12-17 15:48:45 +0100
  • 4e16d48dd6 integrate into egui René Rössler 2021-12-17 15:33:29 +0100
  • 5ec14867c8
    OrderedFloat refactor (#918) Jan Haller 2021-12-11 13:52:23 +0100
  • c85eca6eaa Update changelog Emil Ernerfeldt 2021-11-29 18:43:52 +0100
  • 1088d950e9
    Add bar charts and box plots (#863) Jan Haller 2021-11-29 18:39:58 +0100
  • 224d4d6d26
    eframe: don't prettify presisted ron strings (#902) Alexander Chaplin Braz 2021-11-28 16:37:40 +0100
  • 9d56bce592
    Improved plot interaction methods (#892) Sven Niederberger 2021-11-27 23:59:32 +0100
  • 6b5c4b9aec
    Disable glow scissor test after painting (#905) Henrique Penteado Kujawski Périgo 2021-11-27 05:44:23 -0500
  • 5fee6b7bc5
    Anti-alias path ends (#893) Emil Ernerfeldt 2021-11-14 17:23:51 +0100
  • a0b635dc21 Add Button::image_and_text to changelog Emil Ernerfeldt 2021-11-13 13:19:13 +0100
  • 90757ca221
    Add Button::image_and_text (#832) d10sfan 2021-11-13 06:17:02 -0600
  • 8896243146 Fix egui_web integration link in demo app Emil Ernerfeldt 2021-11-13 13:14:39 +0100
  • 89700dfbbb Improve egui_glow debug prints Emil Ernerfeldt 2021-11-13 13:14:10 +0100
  • 105cb57050 Clean up glsl code Emil Ernerfeldt 2021-11-13 13:09:08 +0100
  • b5cb2b2c0d Some code cleanup following https://github.com/emilk/egui/pull/888 Emil Ernerfeldt 2021-11-13 12:55:48 +0100
  • 008a971e73
    Fix wrong gamma in WebkitGTK (#888) triangle drawer 2021-11-13 11:32:01 +0000
  • 4d4c75c6f1 Fix vertical slider up/down keys and add a line in the changelog Emil Ernerfeldt 2021-11-13 12:30:13 +0100
  • 491739b580
    implement vertical slider orientation (#875) Bruce Reif (Buswolley) 2021-11-13 03:03:10 -0800
  • 0bad1d0c99
    Plot interaction methods (#766) Sven Niederberger 2021-11-13 11:56:22 +0100
  • 6018c0e194
    Area: automatically request a repaint when showing up for the first time (#866) Emil Ernerfeldt 2021-11-07 21:14:13 +0100
  • 951ee4e142
    Improve color picker cache (#886) Emil Ernerfeldt 2021-11-07 21:11:42 +0100
  • ddd5f6f4f6
    winit: don't explicitly handle Cmd-Q and Alt-F4 (#881) Emil Ernerfeldt 2021-11-07 20:58:02 +0100
  • 19d24bbebe
    Don't clip popups to the parent cliprect (#885) Emil Ernerfeldt 2021-11-07 19:48:38 +0100
  • 878eddd546
    When using a custom font you can now specify a font index (#873) Emil Ernerfeldt 2021-11-07 19:47:52 +0100
  • 10c8ffa543
    Fix to limit X position of text agent to client width (#870) sumibi-yakitori 2021-11-06 18:33:43 +0900
  • 83e490fb6a Remove egui::math & egui::paint, replace with egui::emath & egui::epaint Emil Ernerfeldt 2021-11-06 09:47:23 +0100
  • 0ab93576da Remove references to the old begin_frame Emil Ernerfeldt 2021-11-03 23:00:00 +0100
  • 6d33beabb1 Replace scroll_delta and zoom_delta in RawInput with events Emil Ernerfeldt 2021-11-03 22:57:13 +0100
  • 49e43885ff
    Replace Context::begin_frame/end_frame with fn run taking a closure (#872) Emil Ernerfeldt 2021-11-03 20:11:25 +0100
  • e54106e950 Extend contributor list Emil Ernerfeldt 2021-11-03 19:37:38 +0100
  • c71090473b glow-vs-web cleanup following https://github.com/emilk/egui/pull/868 Emil Ernerfeldt 2021-11-03 19:35:20 +0100
  • 804722a1ba
    Make egui_glow painter to work on web (#868) triangle drawer 2021-11-04 03:17:07 +0900
  • 1dbe608e73
    Refactor integrations (#871) Emil Ernerfeldt 2021-11-03 13:45:51 +0100
  • b1716be745
    egui_web: constrain the IME text agent to the canvas (#830) sumibi-yakitori 2021-11-03 03:46:42 +0900
  • eda1d91654 Add culling of the painting for most widgets Emil Ernerfeldt 2021-11-01 22:08:23 +0100
  • 461f380a24
    egui-winit: Fix shift key getting stuck with shift:both_capslock X11 option set (#849) 5225225 2021-11-01 20:34:06 +0000
  • 09b8269326
    Rich text for all widgets (#855) Emil Ernerfeldt 2021-11-01 21:30:10 +0100
  • 9378cd5c6e ScrollArea: add methods to control horizontal scroll offset Emil Ernerfeldt 2021-11-01 19:43:27 +0100