summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Produce cursor events in `iced_winit::conversion`Libravatar Héctor Ramón Jiménez2020-04-121-0/+6
|
* Merge pull request #281 from hecrj/fix/canvas-text-alignmentLibravatar Héctor Ramón2020-04-106-26/+56
|\ | | | | Align text in `iced_wgpu` on a case-by-case basis
| * Fix `bezier_tool` placeholder text alignmentLibravatar Héctor Ramón Jiménez2020-04-101-3/+7
| |
| * Align text in `iced_wgpu` on a case-by-case basisLibravatar Héctor Ramón Jiménez2020-04-105-23/+49
|/
* Merge pull request #279 from hecrj/fix/text-input-measure-valueLibravatar Héctor Ramón2020-04-101-7/+17
|\ | | | | Fix `text_input::Renderer` implementation in `iced_wgpu`
| * Fix unnecessary clip of text input in `iced_wgpu`Libravatar Héctor Ramón Jiménez2020-04-091-4/+14
| | | | | | | | | | It should only produce a `Clip` primitive when the contents overflow the input now.
| * Fix `measure_value` for text input in `iced_wgpu`Libravatar Héctor Ramón Jiménez2020-04-091-3/+3
| | | | | | | | It accounts for spaces at the start of text now.
* | Merge pull request #278 from hecrj/fix/canvas-empty-meshLibravatar Héctor Ramón2020-04-101-7/+9
|\ \ | |/ |/| Stop generating empty `Mesh2D` in `canvas::Frame`
| * Stop generating empty `Mesh2D` in `canvas::Frame`Libravatar Héctor Ramón Jiménez2020-04-091-7/+9
|/
* Merge pull request #267 from robjtede/improve/canvas-cache-defaultLibravatar Héctor Ramón2020-04-093-9/+26
|\ | | | | impl default for canvas cache
| * impl default for canvas cacheLibravatar Rob Ede2020-04-083-9/+26
| |
* | Merge pull request #268 from FabianLars/ctrl-delLibravatar Héctor Ramón2020-04-071-0/+15
|\ \ | | | | | | implement ctrl + del on text-input
| * | implement ctrl + del on text-inputLibravatar FabianLars2020-04-061-0/+15
| |/
* | Merge pull request #266 from robjtede/improve/flags-initLibravatar Héctor Ramón2020-04-061-0/+16
|\ \ | | | | | | add init method for settings with flags
| * | add helper for settings flags initLibravatar Rob Ede2020-04-061-0/+16
| |/
* | Merge pull request #260 from 0x7CFE/fix-checkbox-labelLibravatar Héctor Ramón2020-04-063-9/+14
|\ \ | |/ |/| Checkbox label is now `Into<String>`
| * Simplify `Language` conversion in `tour`Libravatar Héctor Ramón Jiménez2020-04-061-6/+5
| |
| * Radiobutton label is now `impl Into<String>`Libravatar Dmitry Kashitsyn2020-04-052-3/+9
| |
| * Checkbox label is now `impl Into<String>`Libravatar Dmitry Kashitsyn2020-04-051-2/+2
| |
* | Merge pull request #259 from robjtede/docs/feature-flagsLibravatar Héctor Ramón2020-04-0512-1/+32
|\ \ | |/ |/| reference feature flags in docs
| * Enable feature flags in `docs.rs`Libravatar Héctor Ramón Jiménez2020-04-053-0/+12
| |
| * Document widget feature flagsLibravatar Héctor Ramón Jiménez2020-04-052-1/+11
| |
| * doc feature flags in futuresLibravatar Rob Ede2020-04-044-0/+5
| |
| * document wgpu feature flagsLibravatar Rob Ede2020-04-043-0/+4
|/
* Merge pull request #253 from hecrj/0.1Libravatar Héctor Ramón2020-04-0215-30/+43
|\ | | | | Release `0.1` - Custom styling, event subscriptions, additional widgets, new examples, and more!
| * Bump all versions :tada:Libravatar Héctor Ramón Jiménez2020-04-0215-30/+43
|/
* Fix a couple of links in documentationLibravatar Héctor Ramón Jiménez2020-04-022-3/+2
|
* Update `CHANGELOG`Libravatar Héctor Ramón Jiménez2020-04-021-1/+54
|
* Merge pull request #252 from hecrj/improvement/documentationLibravatar Héctor Ramón2020-04-0234-245/+281
|\ | | | | Update and improve documentation
| * Fix `window::Renderer` link in `iced_winit` docsLibravatar Héctor Ramón Jiménez2020-04-021-2/+2
| |
| * Fix broken link in `Tracker::broadcast` docsLibravatar Héctor Ramón Jiménez2020-04-021-1/+1
| |
| * Fix missing link in `Command` documentationLibravatar Héctor Ramón Jiménez2020-04-021-0/+1
| |
| * Remove subcrates `CHANGELOG`Libravatar Héctor Ramón Jiménez2020-04-025-104/+0
| | | | | | | | | | | | | | | | | | | | | | | | At this stage, it is important to allow the library to change rapidly. Because of this, keeping a log of changes can be counter-productive. We do not want pin down design decisions by writing detailed changelogs (sunk cost fallacy). Once the library and its different parts start becoming more stable and mature, we will reintroduce changelogs accordingly. For now, we will keep a main `CHANGELOG` file just for the `iced` crate.
| * Write documentation for the `debug` featureLibravatar Héctor Ramón Jiménez2020-04-022-0/+6
| |
| * Add example to `pane_grid` module documentationLibravatar Héctor Ramón Jiménez2020-04-022-0/+14
| |
| * Fix typo in `text_input::Renderer::draw` docsLibravatar Héctor Ramón Jiménez2020-04-021-1/+1
| |
| * Add missing link to `conversion::fullscreen`Libravatar Héctor Ramón Jiménez2020-04-021-1/+2
| |
| * Update `iced_wgpu` root documentationLibravatar Héctor Ramón Jiménez2020-04-023-3/+4
| |
| * Update `iced_web` build documentationLibravatar Héctor Ramón Jiménez2020-04-022-2/+4
| |
| * Add examples to `subscription::Recipe` docsLibravatar Héctor Ramón Jiménez2020-04-021-0/+12
| |
| * Add examples to `Canvas` documentationLibravatar Héctor Ramón Jiménez2020-04-021-2/+15
| |
| * Add example to `iced_native::UserInterface`Libravatar Héctor Ramón Jiménez2020-04-021-0/+7
| |
| * Add examples to `iced_native::Widget`Libravatar Héctor Ramón Jiménez2020-04-021-0/+20
| |
| * Fix missing link in `Tracker::broadcast` docsLibravatar Héctor Ramón Jiménez2020-04-021-0/+2
| |
| * Fix `Size::new` documentationLibravatar Héctor Ramón Jiménez2020-04-021-1/+1
| |
| * Improve `Point::ORIGIN` documentationLibravatar Héctor Ramón Jiménez2020-04-021-1/+1
| |
| * Improve docs for `Sandbox` and `Application`Libravatar Héctor Ramón Jiménez2020-04-026-108/+123
| |
| * Fix minor documentation issuesLibravatar Héctor Ramón Jiménez2020-04-025-8/+14
| |
| * Add example for `Canvas` widgetLibravatar Héctor Ramón Jiménez2020-04-021-2/+39
| |
| * Fix `iced_native` version in `iced_winit`Libravatar Héctor Ramón Jiménez2020-04-021-1/+1
| |