Commit graph

  • c57fba41ab
    Text selection (#43) Emil Ernerfeldt 2020-11-15 20:12:26 +0100
  • e2c3bd429f Update CHANGELOG.md Emil Ernerfeldt 2020-11-15 18:14:41 +0100
  • e7fd11f1aa Move focus between text fields with tab and shift-tab Emil Ernerfeldt 2020-11-15 18:10:38 +0100
  • b17e6b3260 Implement undo for TextEdit Emil Ernerfeldt 2020-11-15 17:36:15 +0100
  • 83444af862 Create mod util Emil Ernerfeldt 2020-11-15 16:20:51 +0100
  • fe0d159324 Support Cmd+A ^W ^U ^K and shift-click Emil Ernerfeldt 2020-11-15 14:21:21 +0100
  • b920822b6b fix: text selection when mouse goes out of the TextEdit area Emil Ernerfeldt 2020-11-15 11:48:41 +0100
  • 13666755e1 Implement text selection Emil Ernerfeldt 2020-11-15 00:38:04 +0100
  • 96befb0736 Galley: Return Rect when asking for cursor position Emil Ernerfeldt 2020-11-14 23:07:16 +0100
  • 220f48a159 Remove unused cursor_blink_hz Emil Ernerfeldt 2020-11-14 22:38:55 +0100
  • c4ed507d63 Add modifier keys and implement moving cursors one word at a time Emil Ernerfeldt 2020-11-14 21:01:21 +0100
  • 7494026139 Fix some edge cases for the cursor movement Emil Ernerfeldt 2020-11-13 23:22:22 +0100
  • c84431e473 Rename "row" to "line" Emil Ernerfeldt 2020-11-13 01:23:36 +0100
  • 9ab00b8e50 Introduce meticulous cursors for text galleys Emil Ernerfeldt 2020-11-09 21:55:56 +0100
  • e1077c98b7 Refactor, clarify and improve text layout Emil Ernerfeldt 2020-11-08 21:09:33 +0100
  • 03eb9151c4 Improve automatic Id generation to make Id clashes less likely Emil Ernerfeldt 2020-11-14 18:20:06 +0100
  • ee3f269d93 Fix numeric underflow when text editing Emil Ernerfeldt 2020-11-13 12:51:52 +0100
  • 9057eaec7e Fix: you can again click slider values to edit them Emil Ernerfeldt 2020-11-13 12:50:05 +0100
  • 92b1257ec3 Add doctest to check.sh Emil Ernerfeldt 2020-11-13 11:31:13 +0100
  • b3fa533ac5 Fix doctest Emil Ernerfeldt 2020-11-13 11:31:01 +0100
  • 0340e2e6de TextEdit: You must explicitly choose singleline or multiline. Emil Ernerfeldt 2020-11-13 11:22:00 +0100
  • 8a0bc97e8c [egui_glium] Fix paste Emil Ernerfeldt 2020-11-13 11:04:45 +0100
  • 08bdbd3cb7
    Rename menues to menus (#41) Alexandre Rousseau 2020-11-10 16:56:35 -0500
  • d2b5730784 Check if TextEdit lost keyboard focus with response.lost_kb_focus Emil Ernerfeldt 2020-11-09 18:42:54 +0100
  • c999ed038a Hexadecimal Debug format of Id Emil Ernerfeldt 2020-11-09 18:41:19 +0100
  • e55b59256e Press enter in single line TextEdit to surrender keyboard focus Emil Ernerfeldt 2020-11-09 18:40:23 +0100
  • 796def4bcb Fixed bug where a lost widget could still retain keyboard focus. Emil Ernerfeldt 2020-11-09 13:19:22 +0100
  • 7cc5218630 [refactor] Move used_ids from Context to Memory Emil Ernerfeldt 2020-11-09 13:04:05 +0100
  • 3af741e85a Update CHANGELOG.md with new 0.3.0 release Emil Ernerfeldt 2020-11-07 14:58:40 +0100
  • d4e4033f10 Publish new web demo Emil Ernerfeldt 2020-11-07 14:52:12 +0100
  • b6dcae4651 Update versions to 0.3.0 Emil Ernerfeldt 2020-11-07 14:47:22 +0100
  • f46aa92eba Revert to aHash 0.4 again to allow Egui to be used inside of wasmtime Emil Ernerfeldt 2020-11-07 14:35:42 +0100
  • 4b8a65268c Turn off anti-aliasing in debug builds by default Emil Ernerfeldt 2020-11-07 14:06:14 +0100
  • af11d766fc Split out tesselation from Context::end_frame() Emil Ernerfeldt 2020-11-07 11:44:32 +0100
  • 901a6920be cargo update Emil Ernerfeldt 2020-11-06 09:34:57 +0100
  • 80fedbd3fc Check wasm32 target in check.sh Emil Ernerfeldt 2020-11-06 09:34:33 +0100
  • 8393d1df47 Upgrade ahash from 0.4 to 0.5 Emil Ernerfeldt 2020-11-06 09:33:36 +0100
  • e00901e723 Add link to egui_sdl2_gl integration crate to README.md Emil Ernerfeldt 2020-11-05 20:12:58 +0100
  • 94db5bb3a1 build fix Emil Ernerfeldt 2020-11-03 22:14:21 +0100
  • 9112834f20 [culling] full widget culling culling Emil Ernerfeldt 2020-10-10 07:23:02 +0200
  • 2c76949b9b WIP: refactor Id system with StrongId strong-ids Emil Ernerfeldt 2020-11-02 22:57:38 +0100
  • 7abb9a2814 Improve Id generation, with more aggressive name clash warnings Emil Ernerfeldt 2020-11-03 22:00:56 +0100
  • 8d365200ad Bug fix: accidental reuse of Id:s for columns Emil Ernerfeldt 2020-11-02 22:50:47 +0100
  • d4d59d94b9 [demos] Add drag-and-drop demo (+ dancing strings demo) Emil Ernerfeldt 2020-11-02 17:53:28 +0100
  • 4c25465e57 [window] Fix: no hover effect when already dragging something Emil Ernerfeldt 2020-11-02 17:45:46 +0100
  • 9833ca57a6 [drag-and-drop] Add ability to translate layers and PaintCmd:s Emil Ernerfeldt 2020-11-02 17:41:52 +0100
  • ed8a69ab2f [drag-and-drop] Add Grab and Grabbing CursorIcon:s Emil Ernerfeldt 2020-11-02 17:40:05 +0100
  • c9c12f2d79 [drag-and-drop] Disable interactions with Tooltip layer Emil Ernerfeldt 2020-11-02 17:39:01 +0100
  • 63c0379082 [refactor] Add helpful constructors to PaintCmd Emil Ernerfeldt 2020-11-02 17:35:16 +0100
  • ca96172552 You can override the default Egui fonts Emil Ernerfeldt 2020-10-31 18:03:13 +0100
  • 82d55cb67e [demo] Add helper macros for linking to the source code on GitHub Emil Ernerfeldt 2020-10-31 09:17:15 +0100
  • 496fdb52b4 [demo] add [DEBUG BUILD] warning text Emil Ernerfeldt 2020-10-31 09:15:20 +0100
  • 8b2bcb29a0 Add Small TextStyle Emil Ernerfeldt 2020-10-25 08:56:48 +0100
  • dbae893977
    Check wasm target is working by running 'cargo check' on the demo_web package (#36) Sam Samai 2020-10-30 22:51:16 +1100
  • a79aaa76a4
    Downgrade ahash for wasm build (#35) Sam Samai 2020-10-29 21:48:39 +1100
  • fe585e48e9
    Make from_get_set public (#34) Hizoul 2020-10-28 16:56:33 +0100
  • 07a32793d6 Forbid creating a panel from within another panel Emil Ernerfeldt 2020-10-27 15:37:30 +0100
  • 16a984b71f Add badge for Build Status Emil Ernerfeldt 2020-10-27 14:50:44 +0100
  • e9f0fba9f0 Add badge for dependency status Emil Ernerfeldt 2020-10-27 14:50:32 +0100
  • d0bc9096f7 Rename CI workflow Emil Ernerfeldt 2020-10-27 14:44:05 +0100
  • a4ce2afcd8 Update dependencies Emil Ernerfeldt 2020-10-27 14:40:48 +0100
  • cbdfc03378 Improve and expand documentation tests Emil Ernerfeldt 2020-10-26 08:34:49 +0100
  • 8787eb77cf
    Fix crates.io links to backends (#30) crumblingstatue 2020-10-25 09:49:37 +0100
  • 060ce6b49f Improve docs Emil Ernerfeldt 2020-10-24 19:46:38 +0200
  • 2e80aba068 New example code Emil Ernerfeldt 2020-10-24 19:45:27 +0200
  • 72285e7954 [slider] Add Slider::u32 Emil Ernerfeldt 2020-10-24 19:26:13 +0200
  • 7638ca9962 [app] Simplify interface to egui::app::App Emil Ernerfeldt 2020-10-24 19:23:16 +0200
  • daa7a2bdb2 [egui_glium] refactor Emil Ernerfeldt 2020-10-24 18:49:44 +0200
  • c364403d44 [app] Give apps the ability to resize integration Emil Ernerfeldt 2020-10-24 18:45:31 +0200
  • ba7f3572a0 Give TextEdit a default width Emil Ernerfeldt 2020-10-24 18:44:25 +0200
  • 4b549a773e Replace ctx.background_ui with CentralPanel Emil Ernerfeldt 2020-10-24 18:37:20 +0200
  • 44a7cac046 Context::begin_frame() no longer returns anything. Emil Ernerfeldt 2020-10-24 10:56:23 +0200
  • f86cb4a923 [demo] Improve introspection UI of areas Emil Ernerfeldt 2020-10-24 10:31:38 +0200
  • 3416f3b91f [style] Wrap tooltip text earlier Emil Ernerfeldt 2020-10-24 10:10:08 +0200
  • c96a929713 Improve GraphicLayers: always paint all layers Emil Ernerfeldt 2020-10-24 10:06:11 +0200
  • 211d70b4f3 [window] Remove ability to throw windows Emil Ernerfeldt 2020-10-23 15:16:04 +0200
  • fa831a2b55 Fix throwing areas around Emil Ernerfeldt 2020-10-23 15:07:19 +0200
  • df056d2ce4 [egui_web] Disable face culling in WebGL renderer Emil Ernerfeldt 2020-10-21 23:14:12 +0200
  • 90700e950e Add /.vscode and /.*.json to .gitignore Emil Ernerfeldt 2020-10-21 22:21:55 +0200
  • 46e39d3dd9 Add high-prio TODO to refactor layer system Emil Ernerfeldt 2020-10-21 22:20:30 +0200
  • 35b949a2d8 Refactor panels into proper containers Emil Ernerfeldt 2020-10-21 22:10:55 +0200
  • 8b51ae5dea Panels: Added Context::panel_left and panel_top Emil Ernerfeldt 2020-10-21 18:05:36 +0200
  • 15c5e0b04d [menu] Fix minor size issue of menu bars Emil Ernerfeldt 2020-10-21 17:46:57 +0200
  • 46ce9a4f3d [windows] Constrain windows to screen Emil Ernerfeldt 2020-10-21 16:24:36 +0200
  • 39431afd03 [refactor] Rename Layer to LayerId for clarity Emil Ernerfeldt 2020-10-21 14:39:08 +0200
  • 9b01c75e16 tesselator: produce fewer paint jobs with PaintCmd::Triangles Emil Ernerfeldt 2020-10-21 11:09:42 +0200
  • 7fbb11481b Try to protect against invalid Triangles Emil Ernerfeldt 2020-10-21 11:04:22 +0200
  • bc5dbd718e Fix: Context::wants_mouse_input() now returns false if a mouse drag started outside of Egui Emil Ernerfeldt 2020-10-20 14:52:18 +0200
  • 6bbdf08482 [refactor] Split DemoWindows out of demos::DemoApp Emil Ernerfeldt 2020-10-19 23:06:11 +0200
  • 8ccc36937f [egui_glium] Add option not to persist app to file Emil Ernerfeldt 2020-10-19 20:25:05 +0200
  • 43813a71eb [app] Add egui::app::DummyStorage Emil Ernerfeldt 2020-10-19 20:12:14 +0200
  • 7f8564b27a Expand and clarify project goals Emil Ernerfeldt 2020-10-18 15:42:49 +0200
  • 222f534713 Add links to wgpu and winit integrations Emil Ernerfeldt 2020-10-18 15:42:29 +0200
  • 12d387d7f5 Replace term "backend" with "integration" Emil Ernerfeldt 2020-10-18 15:41:52 +0200
  • 92cfbe643c Add #![forbid(unsafe_code)] and safety badge Emil Ernerfeldt 2020-10-18 15:40:23 +0200
  • b8642b4db4 Do less rounding of positions to pixel boundaries Emil Ernerfeldt 2020-10-18 14:47:12 +0200
  • a4e19d7207 [app] Add demo app slider to change scale of all of Egui Emil Ernerfeldt 2020-10-17 23:54:46 +0200
  • 251cde60f0 [app] Refactor egui::app::App interface to be more data oriented Emil Ernerfeldt 2020-10-17 12:33:30 +0200
  • e56924dc4f Add check.sh helper Emil Ernerfeldt 2020-10-17 11:03:10 +0200
  • 4e0ea32d99 fix clippy issues Emil Ernerfeldt 2020-10-17 11:00:58 +0200