1
0
mirror of https://github.com/emilk/egui.git synced 2026-09-03 23:30:04 -04:00

Commit Graph

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