Commit graph

  • 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
  • ce3b89639d
    Take Cow in Text::new Ram.Type-0 2021-11-01 23:59:04 +09:00
  • f15bc3ca34
    Merge pull request #1425 from 0x192/master Héctor Ramón 2022-09-21 13:26:02 +02:00
  • 7a35d1cec0
    Expose overlay::Element Héctor Ramón Jiménez 2022-09-21 13:03:41 +02:00
  • 183b925c95
    Fix doc comments in overlay Héctor Ramón Jiménez 2022-09-21 12:58:44 +02:00
  • 214f6f9cba
    Make menu style accessible 0x192 2022-08-27 02:04:33 +02:00
  • a22cdc9aa5
    Merge pull request #1437 from wash2/window_size_sync Héctor Ramón 2022-09-20 19:03:00 +02:00
  • 1bfd032169
    Improve code styling in application::State Héctor Ramón Jiménez 2022-09-20 18:40:36 +02:00
  • cbe7200b54
    Merge pull request #1440 from ids1024/move Héctor Ramón 2022-09-20 15:26:10 +02:00
  • 4a6fd6b5bc Document that window::Action::Move is unsupported on Wayland Ian Douglas Scott 2022-09-15 12:08:39 -07:00
  • 4655411256
    Make Cache::clear immutable Héctor Ramón Jiménez 2022-09-13 17:38:44 +02:00
  • b113bb8a09
    fix: formatting Ashley Wulber 2022-09-10 23:14:47 -04:00
  • 8de87b8f1b
    fix: sync size of window and viewport Ashley Wulber 2022-09-10 22:43:09 -04:00
  • cb395abd19
    Merge pull request #1433 from 13r0ck/integration-docs Héctor Ramón 2022-09-08 09:11:12 +02:00
  • dcdbe1b0f4
    Merge pull request #1434 from fralonra/patch-3 Héctor Ramón 2022-09-08 09:10:26 +02:00
  • ef39d85696
    Update docs for running integration_wgpu example Zoron 2022-09-08 13:58:28 +08:00
  • 92958e49ad Update docs for renamed integration examples 13r0ck 2022-09-07 14:43:24 -06:00
  • d659811964
    Merge pull request #1429 from pheki/remove-pure-docs-rs Héctor Ramón 2022-09-07 10:31:02 +02:00
  • 8ad6889ee0 Remove old pure feature from docs.rs build metadata Aphek 2022-08-31 22:53:42 -03:00
  • ab1ac8228f
    Merge pull request #1410 from wyatt-herkamp/0.27_update Héctor Ramón 2022-08-29 14:50:40 +02:00
  • 28a30079d1
    Return Mode::Hidden in window::Action::FetchMode Héctor Ramón Jiménez 2022-08-29 14:24:03 +02:00
  • 7ec4747304
    Update winit and glutin forks Wyatt Herkamp 2022-08-15 08:10:28 -04:00
  • 94fc3d993e
    Merge pull request #1424 from mtkennerly/bugfix/pane-grid-undraggable-area-when-cramped Héctor Ramón 2022-08-27 11:53:36 +02:00
  • ea2df18147
    When pane grid title bar is cramped, still show content until hover and allow dragging where content would've been Matthew Kennerly 2022-08-27 06:19:44 +08:00
  • 4158a9a0cd
    Merge pull request #1423 from iced-rs/feature/element-explain Héctor Ramón 2022-08-26 20:19:15 +02:00
  • 59bccb4ca1
    Merge pull request #1422 from iced-rs/fix/invisible-window Héctor Ramón 2022-08-26 20:10:14 +02:00
  • 94687696aa
    Merge pull request #1421 from iced-rs/fix/tooltip-mouse-interaction Héctor Ramón 2022-08-26 20:05:38 +02:00
  • a07cb8588f
    Reintroduce Element::explain Héctor Ramón Jiménez 2022-08-26 20:04:02 +02:00
  • c08c78ad17
    Fix invisible window on Windows Héctor Ramón Jiménez 2022-08-26 19:48:40 +02:00
  • a5209f24e4
    Fix incorrect layout in mouse_interaction for Tooltip Héctor Ramón Jiménez 2022-08-26 19:44:22 +02:00
  • da7e859840
    Merge pull request #1389 from iced-rs/refactor-window-mode Héctor Ramón 2022-08-18 15:03:56 +02:00
  • 11f5527d76
    Implement SetMode and FetchMode window actions Héctor Ramón Jiménez 2022-08-18 14:39:15 +02:00
  • 277b848ad8
    Remove window::Mode and introduce Settings::visible Héctor Ramón Jiménez 2022-07-18 18:37:41 +02:00
  • 07cbed1064
    Merge pull request #1414 from tarkah/fix/tooltip-inside-scrollable Héctor Ramón 2022-08-17 20:59:28 +02:00