Commit graph

  • b5d33b0370
    Diff children only when hash differs in lazy::Cached Héctor Ramón Jiménez 2022-11-03 02:28:54 +01:00
  • 459d32b984
    lint Nick Senger 2022-08-05 16:15:19 -07:00
  • 50eb9e34b8
    add example Nick Senger 2022-08-05 15:40:55 -07:00
  • 7138141811
    feat: implement Cached widget Nick Senger 2022-08-04 21:25:36 -07:00
  • df7bf55ce1 Disable drag when maximized Cory Forsstrom 2022-11-02 17:12:38 -07:00
  • e28c441c69 Update pane_grid example w/ maximize / restore Cory Forsstrom 2022-11-02 17:05:58 -07:00
  • b761ab5e1d Add maximize / restore to PaneGrid Cory Forsstrom 2022-11-02 16:49:18 -07:00
  • 08e28f6f97
    Merge pull request #1471 from pop-os/cosmic-window-controls Héctor Ramón 2022-11-03 00:45:05 +01:00
  • be17295001 fix: enable application feature required in iced_glutin icedrocket 2022-11-02 15:57:55 +09:00
  • 1c00adad61
    Merge pull request #1497 from ids1024/once_cell Héctor Ramón 2022-11-01 20:18:42 +01:00
  • 743a7192b7
    Remove patch version from once_cell dependency Héctor Ramón Jiménez 2022-11-01 19:55:37 +01:00
  • 37c5b15f62
    Merge pull request #1462 from wyatt-herkamp/master Héctor Ramón 2022-11-01 19:53:03 +01:00
  • 8f6af6bbfc
    Fix inconsistent version format for raw-window-handle dependency Héctor Ramón Jiménez 2022-11-01 19:18:47 +01:00
  • bea5882c58
    Remove inconsistent wgpu imports Héctor Ramón Jiménez 2022-11-01 19:17:08 +01:00
  • 0a12590b6f
    Update wgpu to 0.14 and wgpu_glyph to 0.18 Wyatt Herkamp 2022-10-07 09:03:41 -04:00
  • ac6a3cf8eb
    Reset is_pasting for TextInput even when unfocused Héctor Ramón Jiménez 2022-10-29 04:50:45 +02:00
  • 58d3374229
    Keep keyboard modifiers always in sync in TextInput Héctor Ramón Jiménez 2022-10-29 04:36:18 +02:00
  • 0eb24bd56a
    Merge pull request #1496 from tarkah/fix/dropdown-scrollable Héctor Ramón 2022-10-29 01:45:00 +02:00
  • be9cd3a09f Use once_cell instead of lazy_static Ian Douglas Scott 2022-10-28 14:43:18 -07:00
  • f8c363eeac Fix drop down not closing when inside scrollable Cory Forsstrom 2022-10-27 17:40:18 -07:00
  • ea4b3cd6ae Fix text input padding Cory Forsstrom 2022-10-27 12:10:47 -07:00
  • 2c103f8654 Constrain padding to inner & outer sizes Cory Forsstrom 2022-10-27 11:48:42 -07:00
  • 82217947aa
    Merge pull request #1480 from tarkah/more-pane-grid-fixes Héctor Ramón 2022-10-19 23:32:12 +02:00
  • 069371c86b Use child layout Cory Forsstrom 2022-10-19 13:21:46 -07:00
  • 470723c232 Eliminate unnecessary allocation Cory Forsstrom 2022-10-19 13:05:56 -07:00
  • d53e262425 Documentation changes bungoboingo 2022-10-19 10:13:07 -07:00
  • 67ab4fd8c0 Updated syntax for color stop iteration re: PR comments. bungoboingo 2022-10-18 18:05:53 -07:00
  • ab311c9375 Changed gradient builder to be more clear about what caused certain errors. bungoboingo 2022-10-18 17:45:47 -07:00
  • c4565759e4 Cleaned up namespaces re: PR comments. bungoboingo 2022-10-18 15:18:37 -07:00
  • fb036529a2 Render picked pane last Cory Forsstrom 2022-10-17 14:56:06 -07:00
  • dca99f35e9 Fix pane grid mouse interactions Cory Forsstrom 2022-10-17 14:38:24 -07:00
  • 69e288cad1
    Merge pull request #1463 from tarkah/fix/pane-grid-render-order Héctor Ramón 2022-10-17 19:26:59 +02:00
  • ac6e137be3
    feat: Add window minimize support Michael Aaron Murphy 2022-10-11 15:24:26 +02:00
  • 8a50836ffc
    feat: Add window maximize support Michael Aaron Murphy 2022-10-09 16:35:28 +02:00
  • 7ea7dbef57
    feat: Add window drag support from winit Michael Aaron Murphy 2022-10-06 20:38:21 +02:00
  • bb8d46a3fd Fixed fragment shader compatibility issues with GLES 3.0+ bungoboingo 2022-10-10 20:55:43 -07:00
  • aabc4e87b5
    Merge branch 'master' into fear/linear-gradients Bingus 2022-10-07 16:58:45 -07:00
  • 7a124476b1 Jumped the gun on pushing; one more readability update :P shan 2022-10-07 16:57:29 -07:00
  • fd5e1e5ab0 Adjusted gradient transform function to be more readable. shan 2022-10-07 16:55:55 -07:00
  • a4a1262fa2 Fixed import issue with canvas in the gradient mod for situations where canvas feature is not enabled. shan 2022-10-07 16:28:13 -07:00
  • 215e6c95be More import adjusting. shan 2022-10-07 13:21:32 -07:00
  • 3e600fe775 Adjusted reexports for clarity. shan 2022-10-07 13:10:37 -07:00
  • 87371ce934 Fixed an edge case where when gradient start/end are identical the GL fragment shader was not choosing the appropriate color. shan 2022-10-07 13:06:06 -07:00
  • 12a87c54eb Added support for relative positioning of gradient fills. Addressed some PR feedback. shan 2022-10-07 11:41:50 -07:00
  • 20fd1f2047 Render pane grid titlebar after body Cory Forsstrom 2022-10-07 09:03:44 -07:00
  • 77c838011f
    Merge pull request #1458 from AlistairKeiller/master Héctor Ramón 2022-10-07 12:25:07 +02:00
  • f9a6efcaa0 Fixed some more imports/documentation. shan 2022-10-06 19:41:00 -07:00
  • 72feba51be Fixed some imports/documentation. shan 2022-10-06 19:13:40 -07:00
  • 9c7bf417ac Added support for gradients to respect current frame transform. shan 2022-10-06 16:57:38 -07:00
  • 520907e997 remove iced Alistair Keiller 2022-10-06 11:27:45 -07:00
  • c9641b0b5d add a link to wgpu supported platforms list Alistair Keiller 2022-10-06 11:22:27 -07:00
  • 013c1f1f89 remove DX11 support from wgpu Alistair Keiller 2022-10-06 09:55:20 -07:00
  • f4878a1a66 Changed tesselation functions to take Vertex2D builder instead of using lyon's builtin Point type to avoid extra copies. shan 2022-10-06 08:04:43 -07:00
  • cb7c467654 Fixed lint issues & cleaned up some documentation. shan 2022-10-06 07:28:05 -07:00
  • 1eb8d972ba Reduced memory transfer of OpenGL gradient uniform upload. Rearranged gradient uniforms on OpenGL side to be more performant. shan 2022-10-05 16:07:43 -07:00
  • f7ce7244d0 Adjusted gradient uniforms to be more tightly packed. shan 2022-10-05 11:32:59 -07:00
  • e540b7f642 Fixed issue with offsets not being reset properly leading to borked draws. shan 2022-10-05 11:23:36 -07:00
  • 30432cbade Readjusted namespaces, removed Geometry example as it's no longer relevant. shan 2022-10-05 10:49:58 -07:00
  • cd5a5f2ed2
    Merge pull request #1331 from ThisIsRex/master Héctor Ramón 2022-10-05 19:15:14 +02:00
  • dbd76ea21c
    Derive Clone and Copy for toggler::Appearance MG_REX 2022-05-06 22:10:29 +03:00
  • d95c216b2d
    Add is_selected argument in radio::StyleSheet MG_REX 2022-05-04 18:56:27 +03:00
  • 6e7b3ced0b Reworked wgpu buffers, updated glow side to have proper transform location storage, attempting to fix visibility modifiers, implemented some of the feedback received in initial PR. shan 2022-10-04 18:24:46 -07:00
  • 2278bade55
    Merge pull request #1305 from artursapek/canvas-touch Héctor Ramón 2022-10-04 18:20:14 +02:00
  • 8c74464b0d
    Fix clippy lints Héctor Ramón Jiménez 2022-10-04 11:53:03 +02:00
  • ce2c795bda
    Replace voronoi crate with voronator Héctor Ramón Jiménez 2022-10-04 11:50:32 +02:00
  • ddb8f5b96c
    Finish multitouch example Héctor Ramón Jiménez 2022-10-04 11:35:22 +02:00
  • 9d6834f250
    vornoi experiment Artur Sapek 2022-04-27 10:30:32 -06:00
  • fe17641d46
    Working multitouch example Artur Sapek 2022-04-13 19:08:53 -06:00
  • 4a3c3e2a18
    expose touch module Artur Sapek 2022-04-12 22:32:41 -06:00
  • 388b3c3b33
    expose touch events in canvas widget Artur Sapek 2022-04-12 21:10:28 -06:00
  • 6ce12fc0c6 Use Cow<'static, [u8]> in image/svg, add constructors taking &[u8]` Ian Douglas Scott 2022-10-03 15:53:39 -07:00
  • 5f758d847f
    Merge pull request #1450 from xTeKc/readme Héctor Ramón 2022-10-03 20:06:58 +02:00
  • 12ff7964e8 update: match test badge xTeKc 2022-10-02 16:48:33 -04:00
  • 5d0fffc626 Fixed some importing issues since you can use a Shader::Gradient outside a Canvas widget, where it was previously only accessible. shan 2022-09-30 10:27:00 -07:00
  • e25f3d3dea Fixed issue where OpenGL would not render both shaders at once under certain circumstances. shan 2022-09-29 17:13:32 -07:00
  • 0f434c74d6 Removed some leftover debugging. shan 2022-09-29 16:11:05 -07:00
  • 734557bda5 Fixed issue where stops could be declared out of order in the builder but must be sorted before being passed to shader. shan 2022-09-29 14:01:57 -07:00
  • 91b5ab6ab3 Merge remote-tracking branch 'origin/fear/linear-gradients' into fear/linear-gradients shan 2022-09-29 11:18:58 -07:00
  • 40f45d7b7e Adds linear gradient support to 2D meshes in the canvas widget. shan 2022-09-29 10:52:58 -07:00
  • 00a8a16712 Adds linear gradient support to 2D meshes in the canvas widget. shan 2022-09-29 10:52:58 -07:00
  • 97f385e093
    Merge pull request #1230 from kaimast/feat/ignored_events Héctor Ramón 2022-09-28 19:52:00 +02:00
  • c9b8dbdb7a
    Return ignored events in program::State::update Kai Mast 2022-02-03 13:17:48 -06:00
  • 77800bcf6d
    Merge pull request #1196 from aentity/application_feature Héctor Ramón 2022-09-26 18:20:27 +02:00
  • 4aea743999
    Merge pull request #1139 from thenlevy/fix_wgpu_integration Héctor Ramón 2022-09-26 16:02:27 +02:00
  • 98b5832917
    Remove application feature from iced crate Héctor Ramón Jiménez 2022-09-26 15:58:12 +02:00
  • 78c9d5bedf
    Add application feature, which allows to build freestanding wgpu app aentity 2022-01-15 00:06:36 -08:00
  • 0412718080
    Recreate Viewport on RedrawRequested in integration_wgpu nlevy 2021-12-06 14:34:47 +01:00
  • 3c2a8b70ad
    Merge pull request #1445 from clarkmoody/tweak-sysinfo Héctor Ramón 2022-09-26 13:48:34 +02:00
  • bb92369017 Include short version in example app Clark Moody 2022-09-23 15:54:09 -05:00
  • 8d2331af01 New short OS Version field; update doc strings Clark Moody 2022-09-23 15:41:47 -05:00
  • 3c9af1eb31
    Merge pull request #1227 from LordRatte/feature-colour-macro Héctor Ramón 2022-09-23 20:26:53 +02:00
  • be5964db83
    Write documentation for color! macro Héctor Ramón Jiménez 2022-09-23 20:11:43 +02:00
  • b8401c61a1
    Export color! macro in iced and iced_native Héctor Ramón Jiménez 2022-09-23 20:10:16 +02:00
  • 82cf8d2d12
    Macro for easy colour generation Joshua 2022-01-31 22:06:42 +02:00
  • bfd24c27db
    Merge pull request #1174 from daladim/icon_from_file Héctor Ramón 2022-09-23 20:02:57 +02:00
  • 489a85518b
    Merge pull request #1444 from iced-rs/fix/clippy-lints Héctor Ramón 2022-09-23 18:04:16 +02:00
  • 35cf105072
    Merge pull request #1136 from xkenmon/feature/example-sierpinski-triangle Héctor Ramón 2022-09-23 17:54:36 +02:00
  • 3e82ab069e
    Fix latest clippy lints Héctor Ramón Jiménez 2022-09-23 17:51:42 +02:00
  • 79d045cfe1
    Implement sierpinski-triangle example xkenmon 2021-12-05 20:03:07 +08:00
  • 7420ea7a6b
    Merge pull request #1107 from RamType0/TextContentByCow Héctor Ramón 2022-09-21 21:11:54 +02:00