Commit Graph

  • 58f36eb6ef A `Window` may now cover an existing `CentralPanel` Emil Ernerfeldt 2020-12-18 23:30:48 +0100
  • 82a3997188 [egui_web] Add max canvas size to help perf issues on some platforms Emil Ernerfeldt 2020-12-18 22:51:23 +0100
  • c3c4f28a9d Added App::clear_color() that apps can use to specify background color Emil Ernerfeldt 2020-12-18 22:34:48 +0100
  • 9ea8d907fd [egui_glium] Fix: disable scissor before clearing Emil Ernerfeldt 2020-12-18 22:31:28 +0100
  • b0e17638df trait App now has fn name() for specifying egui_glium window title Emil Ernerfeldt 2020-12-18 22:30:59 +0100
  • 71449fe61c Only forbid warnings in release builds Emil Ernerfeldt 2020-12-18 22:19:56 +0100
  • 0e2c4077cb Add '?' as fallback to the default replacement character Emil Ernerfeldt 2020-12-18 13:06:50 +0100
  • d022765a3c Improve decimal logic for Slider and DragValue Emil Ernerfeldt 2020-12-18 10:21:00 +0100
  • d6d9c4828e Turn off `Window` title bars with `window.title_bar(false)` Emil Ernerfeldt 2020-12-16 23:48:23 +0100
  • c422ab930a Remove very old lint.sh Emil Ernerfeldt 2020-12-16 22:04:48 +0100
  • dbf1e2d65b New more mobile-friendly web demo Emil Ernerfeldt 2020-12-16 22:04:37 +0100
  • e4afba3bb8 Misc code cleanup Emil Ernerfeldt 2020-12-16 21:59:33 +0100
  • 56502405f5 Tweak demo to work better on small screens (phones) Emil Ernerfeldt 2020-12-16 21:57:13 +0100
  • 8af83bf93f Slight tweak of the default `Style` and font sizes Emil Ernerfeldt 2020-12-16 21:56:24 +0100
  • 709e711364 Deprecated RawInput::screen_size and replaced with screen_rect Emil Ernerfeldt 2020-12-16 21:48:02 +0100
  • 2c766aa540 Make RawInput::time an Option Emil Ernerfeldt 2020-12-16 21:22:45 +0100
  • 413f5fd37a Allow windows to cover side panel if they do not otherwise fit Emil Ernerfeldt 2020-12-16 20:35:24 +0100
  • 1c9fbc1588 Adjust default-size of Resize areas to fit within screen Emil Ernerfeldt 2020-12-16 20:31:00 +0100
  • 91e5295db2 Add mouse-over explanation to duplicate ID warning Emil Ernerfeldt 2020-12-16 20:29:46 +0100
  • 471314bb44 Fix edge-case in duplicate ID warning Emil Ernerfeldt 2020-12-16 20:28:43 +0100
  • f1b4353039 [egui_glium]: Store window size in points instead of physical pixels Emil Ernerfeldt 2020-12-15 21:58:14 +0100
  • 484e218e54 cargo update Emil Ernerfeldt 2020-12-16 15:37:37 +0100
  • 8528d8c5f7 Update parking_lot_core Emil Ernerfeldt 2020-12-16 15:36:58 +0100
  • f9fc1e8a23 update js-sys, wasm-bindgen and wasm-bindgen-futures Emil Ernerfeldt 2020-12-16 11:43:24 +0100
  • cfd18fd782 update serde_json Emil Ernerfeldt 2020-12-16 11:39:51 +0100
  • 67785c173b update glium to 0.29 Emil Ernerfeldt 2020-12-16 11:38:36 +0100
  • 1453357800 update serde Emil Ernerfeldt 2020-12-16 11:37:06 +0100
  • f565535eca update ahash to 0.6.2 Emil Ernerfeldt 2020-12-16 11:36:56 +0100
  • 0e0beece44 SidePanel::left and TopPanel::top now takes `impl Hash` instead of Id Emil Ernerfeldt 2020-12-15 15:13:12 +0100
  • 18ebac116f Add widget `ImageButton` Emil Ernerfeldt 2020-12-15 14:52:24 +0100
  • b508f931c2 Add ui.vertical_centered and ui.vertical_centered_justified Emil Ernerfeldt 2020-12-15 14:26:28 +0100
  • 273d466f19 Nicer spacing in changelogs Emil Ernerfeldt 2020-12-15 14:26:01 +0100
  • 7710308e09 `ui.image` now takes `impl Into<Vec2>` as a `size` argument Emil Ernerfeldt 2020-12-15 14:25:26 +0100
  • 09aa905f7c egui_glium::run parameter `app` now has signature Box<dyn App> Emil Ernerfeldt 2020-12-14 11:24:37 +0100
  • 0f7a5287b2 Publish a new web demo Emil Ernerfeldt 2020-12-13 21:28:59 +0100
  • 5d513eb9ec Fix publishing (renamed font files) Emil Ernerfeldt 2020-12-13 21:21:35 +0100
  • 8b7649c85d Add brush emoji to README.md Emil Ernerfeldt 2020-12-13 21:16:19 +0100
  • 403e2dfe5f Release Egui 0.5.0 Emil Ernerfeldt 2020-12-13 21:15:57 +0100
  • a7ae15871c Use std::borrow::Cow for the font data. Emil Ernerfeldt 2020-12-13 21:04:02 +0100
  • 357f62e136 Small improvements to the demo app Emil Ernerfeldt 2020-12-13 20:37:44 +0100
  • 49b0b06739 Revert "cargo update" Emil Ernerfeldt 2020-12-13 20:19:59 +0100
  • f387b097cd Add ui.drag_angle_tau Emil Ernerfeldt 2020-12-13 20:19:45 +0100
  • 517b34509b Clean up CHANGELOG.md Emil Ernerfeldt 2020-12-13 20:00:46 +0100
  • 41e4acfd4f Add helper `Layout::top_down_justified(align)` Emil Ernerfeldt 2020-12-13 19:45:30 +0100
  • b7d1584f44 Simplify how fonts are defined in FontDefinitions Emil Ernerfeldt 2020-12-13 19:19:57 +0100
  • 5880c95158 ui.horizontal_for_text: Size and spacing made for text Emil Ernerfeldt 2020-12-13 18:14:18 +0100
  • b15bd76596 Pick default multiline on Labels based on layout and if text contains \n Emil Ernerfeldt 2020-12-13 13:57:17 +0100
  • 273212a63c on_hover_text/ui many times will stack tooltips beneath the previous Emil Ernerfeldt 2020-12-13 13:14:58 +0100
  • 5b0da17d91
    Merge pull request #65 from emoon/support-space-key Emil Ernerfeldt 2020-12-13 12:29:05 +0100
  • 69dc13ed2d Allow user to check for Key::Space Daniel Collin 2020-12-13 10:00:20 +0100
  • bd192a0374 Handle different item_spacings when doing hover detection Emil Ernerfeldt 2020-12-13 00:40:19 +0100
  • 6ff39d88bf Demo App: Add ability to close the Backend window Emil Ernerfeldt 2020-12-13 00:30:54 +0100
  • 174c938d18 cargo update Emil Ernerfeldt 2020-12-12 20:42:33 +0100
  • 4c9a4896af
    Merge pull request #63 from emilk/emoji Emil Ernerfeldt 2020-12-12 20:11:45 +0100
  • 35e8a3b4ca Update CHANGELOG.md and TODO.md Emil Ernerfeldt 2020-12-12 20:04:32 +0100
  • 72544b3690 Add a font book to the demo app Emil Ernerfeldt 2020-12-12 19:53:04 +0100
  • 48a8553661 Sprinkle demo app with emojis Emil Ernerfeldt 2020-12-12 19:43:12 +0100
  • 4db9b82435 [button] Implement paint culling for buttons Emil Ernerfeldt 2020-12-12 19:34:18 +0100
  • 02b1e82a6e [button] Add ability to turn off button frame Emil Ernerfeldt 2020-12-12 19:33:26 +0100
  • 84f06ed09a [button] Use singleline in horizontal layouts, else multiline Emil Ernerfeldt 2020-12-12 19:32:58 +0100
  • b0d0d5dd55 [button] Remove minimum button width Emil Ernerfeldt 2020-12-12 19:31:32 +0100
  • 8b9d58d753 Add variable width font as fallback to monospace Emil Ernerfeldt 2020-12-12 19:30:01 +0100
  • 891c5d84d7 Add a second emoji font: emoji-icon-font Emil Ernerfeldt 2020-12-12 15:03:12 +0100
  • cb310676af Add Emoji support with NotoEmoji-Regular Emil Ernerfeldt 2020-12-12 00:53:07 +0100
  • a9df510a01 Move replacement glyph info into Font Emil Ernerfeldt 2020-12-11 23:46:02 +0100
  • c82186e196 Fix Galley test Emil Ernerfeldt 2020-12-12 00:53:17 +0100
  • 6a4a03ce9d Make struct Font a wrapper around FontImpl Emil Ernerfeldt 2020-12-11 23:39:32 +0100
  • 2075cb4676 Add ui.colored_label(color, text) helper function Emil Ernerfeldt 2020-12-11 12:25:28 +0100
  • c173ea6b2f
    Merge pull request #61 from tgolsson/ts/filestorage-from-path Emil Ernerfeldt 2020-12-11 12:02:56 +0100
  • 601e4f3e09 actually take path for `FileStorage::from_path` Tom Solberg 2020-12-10 18:35:48 +0100
  • 8c82eb1970 Add CHANGELOG.md for egui_glium Emil Ernerfeldt 2020-12-10 23:52:51 +0100
  • 884558ac48
    Merge pull request #60 from emilk/layout-wrapping Emil Ernerfeldt 2020-12-10 23:38:54 +0100
  • 2bb99213c8 Use extremely explicit names like available_rect_before_wrap Emil Ernerfeldt 2020-12-10 23:23:03 +0100
  • 042125c8e4 Update CHANGELOG.md Emil Ernerfeldt 2020-12-09 22:27:17 +0100
  • 81a9bdd5b0 Add ui.small_button: a smaller button that looks good embedded in text Emil Ernerfeldt 2020-12-09 21:39:49 +0100
  • 383ef94b4a Label: correct y offset when sharing a row with another bigger widget Emil Ernerfeldt 2020-12-09 21:32:28 +0100
  • d137ea0443 Label text will now intelligently continue and then wrap in wrap-layout Emil Ernerfeldt 2020-12-09 21:11:13 +0100
  • a6ffe83349 Fix wrong cursor advancement for `allocate_ui` Emil Ernerfeldt 2020-12-09 18:36:22 +0100
  • 8b097d014b Improve alginment of text with e.g. buttons Emil Ernerfeldt 2020-12-09 17:59:25 +0100
  • 9b72a14883 Correctly align checkboxes and radiobuttons within justified layouts Emil Ernerfeldt 2020-12-09 01:02:33 +0100
  • 807dafe91b Add ui.horizontal_wrapped and ui.horizontal_wrapped_for_text Emil Ernerfeldt 2020-12-08 22:09:32 +0100
  • 98bb0f4110 Fix combo box width Emil Ernerfeldt 2020-12-08 21:32:12 +0100
  • 5cd07db96a fix cursor advancement after wrapping Emil Ernerfeldt 2020-12-08 21:18:33 +0100
  • ea9133a92d wrapping Emil Ernerfeldt 2020-12-06 16:31:29 +0100
  • 7fb3c66d0b advance_after_rect Emil Ernerfeldt 2020-12-06 16:09:36 +0100
  • a97141fe06 Correctly align buttons and labels in justified layouts Emil Ernerfeldt 2020-12-06 13:12:34 +0100
  • c520f2e9cc Direction enum now one of LeftToRight, RightToLeft, TopDown, BottomUp Emil Ernerfeldt 2020-12-06 12:47:45 +0100
  • ed6739867d Simplify Layout interface Emil Ernerfeldt 2020-12-06 11:26:47 +0100
  • b0ba66b90d Refactor: move min_rect/max_rect/cursor into struct Region Emil Ernerfeldt 2020-12-06 10:16:37 +0100
  • 6e8d5c87a0 Add Resize::id_source and ScrollArea::id_source Emil Ernerfeldt 2020-12-10 10:28:30 +0100
  • 6de93cb0ec Remove the label! macro Emil Ernerfeldt 2020-12-10 10:15:25 +0100
  • 68598db7e3 fix build_glium.sh Emil Ernerfeldt 2020-12-08 22:37:17 +0100
  • 5fcc64dc85 Always start off painting two frames to allow things to settle Emil Ernerfeldt 2020-12-06 13:11:15 +0100
  • 428e2373e5 Change default font to Ubuntu-Light Emil Ernerfeldt 2020-11-30 07:55:00 +0100
  • 4ecb7d14ca New widget: `SelectableLabel`: a text-button that can be selected Emil Ernerfeldt 2020-11-30 07:17:03 +0100
  • 99fa650fa7 [egui_web] Document required RUSTFLAGS=--cfg=web_sys_unstable_apis Emil Ernerfeldt 2020-11-28 13:54:47 +0100
  • 903e62cd1c [egui_web] Update demo and example wasm Emil Ernerfeldt 2020-11-28 13:54:16 +0100
  • a7e7826d2c Release 0.4.0 of egui, egui_web and egui_glium Emil Ernerfeldt 2020-11-28 13:47:00 +0100
  • 861573c497 Text editing: improve double-click to select word Emil Ernerfeldt 2020-11-28 12:45:07 +0100
  • ab61f98a13 Bug fix: make sure child Ui:s have own Id Emil Ernerfeldt 2020-11-28 12:39:32 +0100