summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Merge pull request #599 from oknozor/wayland-app-idLibravatar Héctor Ramón2021-08-114-2/+36
|\ | | | | Add wayland app_id
| * Introduce explicit `id` field to `Settings`Libravatar Héctor Ramón Jiménez2021-08-114-3/+25
| | | | | | | | ... and use it to set the application id of the window on Unix systems, instead of relying on the title of the application.
| * Match winit unix targets for wayland app_idLibravatar Paul Delafosse2021-08-111-1/+7
| |
| * Add wayland app_idLibravatar Paul Delafosse2021-08-111-0/+6
|/ | | | see: https://github.com/wayland-project/wayland-protocols/blob/4ed0cafeefd9f81b974465ca495cbd9118508cdb/stable/xdg-shell/xdg-shell.xml#L640
* Merge pull request #667 from BillyDM/wgpu_outdatedframeLibravatar Héctor Ramón2021-08-055-110/+181
|\ | | | | Don't panic when wgpu swapchain frame is outdated
| * Use `thiserror` to derive `Error` for `SwapChainError`Libravatar Héctor Ramón Jiménez2021-08-041-14/+12
| |
| * small documentation errorLibravatar Billy Messenger2021-07-221-1/+0
| |
| * redo custom error for Compositor::draw()Libravatar Billy Messenger2021-07-224-56/+63
| |
| * add custom error for Compositor::draw()Libravatar Billy Messenger2021-07-225-31/+70
| |
| * only panic when wgpu gives OutOfMemory swapchain errorLibravatar Billy Messenger2021-07-221-1/+1
| |
| * Merge branch 'master' of https://github.com/hecrj/iced into wgpu_outdatedframeLibravatar Billy Messenger2021-07-22219-1761/+6266
| |\
| * | remove unused codeLibravatar Billy Messenger2020-12-161-4/+2
| | |
| * | don't panic when swapchain frame is outdatedLibravatar Billy Messenger2020-12-164-109/+141
| | |
* | | Merge pull request #978 from ATiltedTree/use-preffered-formatLibravatar Héctor Ramón2021-08-044-33/+37
|\ \ \ | | | | | | | | wgpu: Use the preferred texture format of the surface
| * | | Fix typo in `integration` exampleLibravatar Héctor Ramón Jiménez2021-08-041-1/+1
| | | |
| * | | wgpu: Use the preferred texture format of the surfaceLibravatar Tilmann Meyer2021-08-034-33/+37
| | | | | | | | | | | | | | | | Signed-off-by: Tilmann Meyer <me@atiltedtree.dev>
* | | | Merge pull request #980 from yamadapc/fix-glow-context-multiple-windowsLibravatar Héctor Ramón2021-08-031-1/+11
|\ \ \ \ | |/ / / |/| | | Fix glow and multiple windows usage
| * | | Fix glow and multiple windows usageLibravatar yamadapc2021-08-031-1/+11
|/ / / | | | | | | | | | The context might not be current at redraw
* | | Merge pull request #971 from tarkah/fix/pane-dragging-overlayLibravatar Héctor Ramón2021-07-282-26/+32
|\ \ \ | | | | | | | | fix: allow titlebar overlays to close when dragging pane
| * | | Simplify `is_picked` expression in `pane_grid`Libravatar Héctor Ramón Jiménez2021-07-281-5/+1
| | | |
| * | | Prevent body events pane is picked / draggingLibravatar Cory Forsstrom2021-07-272-10/+24
| | | |
| * | | Fix overlay in titlebar when initiating dragLibravatar Cory Forsstrom2021-07-271-18/+14
| | | |
* | | | Merge pull request #967 from hecrj/feature/command-keyboard-modifierLibravatar Héctor Ramón2021-07-271-0/+12
|\ \ \ \ | | | | | | | | | | Introduce `COMMAND` constant to `keyboard::Modifiers`
| * | | | Introduce `COMMAND` constant to `keyboard::Modifiers`Libravatar Héctor Ramón Jiménez2021-07-271-0/+12
| | | | |
* | | | | Merge pull request #966 from hecrj/pick-list-scroll-modifierLibravatar Héctor Ramón2021-07-271-2/+13
|\ \ \ \ \ | |/ / / / |/| | | | Allow `PickList` selection with mouse scroll only if command is pressed
| * | | | Allow `PickList` selection with mouse scroll only if command is pressedLibravatar Héctor Ramón Jiménez2021-07-271-2/+13
|/ / / / | | | | | | | | | | | | | | | | This should avoid unintended interactions when using a `PickList` inside a `Scrollable`
* | | | Merge pull request #965 from tarkah/feature/window-event-movedLibravatar Héctor Ramón2021-07-272-0/+14
|\ \ \ \ | |_|_|/ |/| | | Add window::Event::Moved
| * | | Add window::Event::MovedLibravatar Cory Forsstrom2021-07-262-0/+14
|/ / /
* | | Merge pull request #872 from 13r0ck/masterLibravatar Héctor Ramón2021-07-221-0/+37
|\ \ \ | | | | | | | | add scrolling to pick_lists
| * | | Enable scroll selection for `PickList` only when scroll is discreteLibravatar Héctor Ramón Jiménez2021-07-221-8/+4
| | | |
| * | | Abstract and improve scroll logic in `PickList`Libravatar Héctor Ramón Jiménez2021-07-221-25/+21
| | | |
| * | | Remove redundant 'on_change'Libravatar 13r0ck2021-05-251-14/+0
| | | |
| * | | cargo fmtLibravatar 13r0ck2021-05-101-7/+13
| | | |
| * | | Improve performance using itersLibravatar 13r0ck2021-05-101-23/+8
| | | |
| * | | add scrolling to pick_listsLibravatar 13r0ck2021-05-101-0/+68
| | | |
* | | | Merge pull request #776 from AldoMX/masterLibravatar Héctor Ramón2021-07-223-1/+14
|\ \ \ \ | | | | | | | | | | Added `select_all` method to `TextInput`.
| * | | | Add newline to `todos` exampleLibravatar Héctor Ramón Jiménez2021-07-221-0/+1
| | | | | | | | | | | | | | | | | | | | ... just for readability
| * | | | Add empty `select_all` implementation for `TextInput` in `iced_web`Libravatar Héctor Ramón Jiménez2021-07-221-0/+5
| | | | |
| * | | | Added `select_all` method to `TextInput`.Libravatar Aldo Fregoso2021-03-132-1/+8
| | | | |
* | | | | Merge pull request #888 from Ace4896/picklist-placeholderLibravatar Héctor Ramón2021-07-225-19/+51
|\ \ \ \ \ | | | | | | | | | | | | Add Placeholders to PickList
| * | | | | Avoid cloning `placeholder` for `PickList` unnecessarily during `draw`Libravatar Héctor Ramón Jiménez2021-07-222-4/+6
| | | | | |
| * | | | | Introduce `placeholder_color` to `pick_list::Style`Libravatar Héctor Ramón Jiménez2021-07-223-1/+7
| | | | | |
| * | | | | Remove duplication of measuring logic in `PickList`Libravatar Héctor Ramón Jiménez2021-07-221-23/+17
| | | | | |
| * | | | | Hash `placeholder` in `hash_layout` implementation for `PickList`Libravatar Héctor Ramón Jiménez2021-07-221-0/+2
| | | | | |
| * | | | | feat: add placeholder to pick_list exampleLibravatar Jon Pacheco2021-07-221-4/+5
| | | | | |
| * | | | | feat: add placeholders to pick_listLibravatar Jon Pacheco2021-07-222-4/+31
|/ / / / / | | | | | | | | | | | | | | | see issue #726
* | | | | Merge pull request #914 from yusdacra/feat/expose_draw_cache_multithreadLibravatar Héctor Ramón2021-07-228-11/+55
|\ \ \ \ \ | | | | | | | | | | | | feat: expose draw_cache_multithread as a feature
| * | | | | Introduce `text_multithreading` to `Settings`Libravatar Héctor Ramón Jiménez2021-07-224-5/+24
| | | | | |
| * | | | | Add `text_multithreading` to `Settings` in `iced_glow` and `iced_wgpu`Libravatar Héctor Ramón Jiménez2021-07-229-16/+31
| | | | | |
| * | | | | feat: expose draw_cache_multithreadLibravatar Yusuf Bera Ertan2021-06-145-2/+12
| | | | | |