Commit graph

  • 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
  • 8163f912d3 Bug fix: stop using AHasher for Id:s Emil Ernerfeldt 2020-11-28 12:24:38 +0100
  • ac03242ec3 cargo update Emil Ernerfeldt 2020-11-28 11:06:39 +0100
  • 8e6c8ce50e Update ahash to 0.6 Emil Ernerfeldt 2020-11-28 11:05:55 +0100
  • aec97c74b9 [egui] Enable a bunch of clippy warnings Emil Ernerfeldt 2020-11-28 10:54:01 +0100
  • 8de74e4250 [egui_web] respect the native zoom/scale of the browser Emil Ernerfeldt 2020-11-28 10:46:31 +0100
  • b1b34de4ee [style] Tweak clip_rect_margin to allow frames around ScrollArea:s Emil Ernerfeldt 2020-11-27 15:46:16 +0100
  • 201586d512 REVERT: clip frame contents to frame border Emil Ernerfeldt 2020-11-27 15:42:24 +0100
  • d8aeaa4b49 Clip frame contents to frame border Emil Ernerfeldt 2020-11-27 15:33:14 +0100
  • 8c6ccd1f7c
    Merge pull request #51 from cxong/patch-1 Emil Ernerfeldt 2020-11-26 15:15:13 +0100
  • 8bb4368f97
    Merge pull request #52 from phoglund/fix_desired_rows Emil Ernerfeldt 2020-11-26 14:34:00 +0100
  • c7e199c8ac Fix the accessor for desired rows. Patrik Höglund 2020-11-26 13:52:06 +0100
  • a2d0f88069
    Fix demo anchor Cong 2020-11-26 12:40:23 +1100
  • aab1b351ab Fixed incorrect text wrapping width on radio buttons Emil Ernerfeldt 2020-11-23 20:01:13 +0100
  • 56715a1dcd Improve ability to inspect why a widget is as wide as it is Emil Ernerfeldt 2020-11-23 17:08:55 +0100
  • 633b19ee99 [egui_web] Repaint on finished fetch in example app Emil Ernerfeldt 2020-11-20 20:35:16 +0100
  • 99a2a52510 Code cleanup Emil Ernerfeldt 2020-11-20 19:50:47 +0100
  • ebf204a9ae Tidy up TODO.md Emil Ernerfeldt 2020-11-20 19:50:56 +0100
  • 0c9bdb8ae8 cargo update Emil Ernerfeldt 2020-11-20 12:29:12 +0100
  • 15b0214dff clippy fixes Emil Ernerfeldt 2020-11-20 12:28:24 +0100
  • 9a51041ae2
    Merge pull request #49 from emilk/web-example-image Emil Ernerfeldt 2020-11-18 22:37:31 +0100
  • c6ce0b9e8c [example_web] show loading of an image Emil Ernerfeldt 2020-11-18 21:38:29 +0100
  • 90cecace0c [egui_web] Fix for pressing tab and backspace in a text field Emil Ernerfeldt 2020-11-18 19:16:13 +0100
  • 552104429d Remove accidentally commited test code Emil Ernerfeldt 2020-11-18 19:02:29 +0100
  • 9c8a3a994f [example_web] Fix link to own source code Emil Ernerfeldt 2020-11-18 01:20:35 +0100
  • 7249fc45d0
    Merge pull request #47 from emilk/web-app-example Emil Ernerfeldt 2020-11-18 01:11:59 +0100
  • bafbe04fb3 Update example web app Emil Ernerfeldt 2020-11-18 01:08:45 +0100
  • 86cfd0dcd3 egui_web: Repaint at least every seconds Emil Ernerfeldt 2020-11-18 01:07:32 +0100
  • fad0029119 egui_web: Add simple fetch API and demostrate it in example_web Emil Ernerfeldt 2020-11-18 00:43:58 +0100
  • 0cb3bb791b Add example_web app Emil Ernerfeldt 2020-11-17 23:24:14 +0100
  • 7e9b5de250 Fix: id clash for TextEdit Emil Ernerfeldt 2020-11-17 10:57:14 +0100
  • 0832ebbf1f
    Merge pull request #46 from emilk/egui_web-copy-paste Emil Ernerfeldt 2020-11-15 21:23:33 +0100
  • 7651e2f15b egui_web: Implement copy, cut and paste Emil Ernerfeldt 2020-11-15 20:55:41 +0100