-
-
Notifications
You must be signed in to change notification settings - Fork 1.4k
Comparing changes
Open a pull request
base repository: fyne-io/fyne
base: v1.4.0
head repository: fyne-io/fyne
compare: v1.4.1
Commits on Oct 29, 2020
-
Fix the content size of table cells to fit inside padding
This broke in a code refactor
Configuration menu - View commit details
-
Copy full SHA for ac78bac - Browse repository at this point
Copy the full SHA ac78bacView commit details
Commits on Oct 31, 2020
-
Configuration menu - View commit details
-
Copy full SHA for 8056ce2 - Browse repository at this point
Copy the full SHA 8056ce2View commit details
Commits on Nov 1, 2020
-
Configuration menu - View commit details
-
Copy full SHA for db12072 - Browse repository at this point
Copy the full SHA db12072View commit details -
Configuration menu - View commit details
-
Copy full SHA for 56fdd27 - Browse repository at this point
Copy the full SHA 56fdd27View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0e0cc63 - Browse repository at this point
Copy the full SHA 0e0cc63View commit details -
Configuration menu - View commit details
-
Copy full SHA for c65374b - Browse repository at this point
Copy the full SHA c65374bView commit details -
Merge pull request #1489 from andydotxyz/fix/tablecellsize
Fix the content size of table cells to fit inside padding
Configuration menu - View commit details
-
Copy full SHA for 4c483ab - Browse repository at this point
Copy the full SHA 4c483abView commit details
Commits on Nov 3, 2020
-
Configuration menu - View commit details
-
Copy full SHA for f291c11 - Browse repository at this point
Copy the full SHA f291c11View commit details -
Configuration menu - View commit details
-
Copy full SHA for e4d8268 - Browse repository at this point
Copy the full SHA e4d8268View commit details -
Configuration menu - View commit details
-
Copy full SHA for ae802f4 - Browse repository at this point
Copy the full SHA ae802f4View commit details -
Configuration menu - View commit details
-
Copy full SHA for 916bf0e - Browse repository at this point
Copy the full SHA 916bf0eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 6a005fe - Browse repository at this point
Copy the full SHA 6a005feView commit details
Commits on Nov 4, 2020
-
Remove 32bit from iOS apps, Go 1.15 does not allow it
Also this was stopped by Apple many years ago (iPhone 5s) Fixes #1497
Configuration menu - View commit details
-
Copy full SHA for a3728fa - Browse repository at this point
Copy the full SHA a3728faView commit details -
Configuration menu - View commit details
-
Copy full SHA for 398892a - Browse repository at this point
Copy the full SHA 398892aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 120dece - Browse repository at this point
Copy the full SHA 120deceView commit details -
Configuration menu - View commit details
-
Copy full SHA for 76b34b6 - Browse repository at this point
Copy the full SHA 76b34b6View commit details -
Add missing LoadResourceFromURI
Needed to be in storage rather than root, but I expect more such things to move here
Configuration menu - View commit details
-
Copy full SHA for 8564457 - Browse repository at this point
Copy the full SHA 8564457View commit details -
Merge pull request #1506 from andydotxyz/resourcefromuri
Add missing LoadResourceFromURI
Configuration menu - View commit details
-
Copy full SHA for a5cb179 - Browse repository at this point
Copy the full SHA a5cb179View commit details
Commits on Nov 5, 2020
-
Configuration menu - View commit details
-
Copy full SHA for 80ca721 - Browse repository at this point
Copy the full SHA 80ca721View commit details -
This min value is equal to -1 when minimized. and line 192 panic: runtime error: index out of range [-1]
Configuration menu - View commit details
-
Copy full SHA for dba39de - Browse repository at this point
Copy the full SHA dba39deView commit details -
Configuration menu - View commit details
-
Copy full SHA for e002fff - Browse repository at this point
Copy the full SHA e002fffView commit details -
Configuration menu - View commit details
-
Copy full SHA for 7b26e09 - Browse repository at this point
Copy the full SHA 7b26e09View commit details -
Configuration menu - View commit details
-
Copy full SHA for b2a922f - Browse repository at this point
Copy the full SHA b2a922fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 56ad032 - Browse repository at this point
Copy the full SHA 56ad032View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6d7a6d6 - Browse repository at this point
Copy the full SHA 6d7a6d6View commit details -
Configuration menu - View commit details
-
Copy full SHA for b9d1180 - Browse repository at this point
Copy the full SHA b9d1180View commit details -
Configuration menu - View commit details
-
Copy full SHA for 808a4b1 - Browse repository at this point
Copy the full SHA 808a4b1View commit details
Commits on Nov 9, 2020
-
Configuration menu - View commit details
-
Copy full SHA for 400654c - Browse repository at this point
Copy the full SHA 400654cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 2efec93 - Browse repository at this point
Copy the full SHA 2efec93View commit details
Commits on Nov 11, 2020
-
The default package numbering did not match our default format Fixes #1521
Configuration menu - View commit details
-
Copy full SHA for cea6b31 - Browse repository at this point
Copy the full SHA cea6b31View commit details
Commits on Nov 12, 2020
-
Turns out there was an off-by-1 error in Table
Fix this and add the filled rect test for easier comparison
Configuration menu - View commit details
-
Copy full SHA for fc17176 - Browse repository at this point
Copy the full SHA fc17176View commit details -
Add support for Table.SetColumnWidth
This takes the content width for a column (matching the template size). It also uncovered we were drawing more cells than required in some cases, hence a couple of test changes
Configuration menu - View commit details
-
Copy full SHA for 10446f5 - Browse repository at this point
Copy the full SHA 10446f5View commit details
Commits on Nov 14, 2020
-
Merge pull request #1524 from andydotxyz/feature/tablecolwidth
Add support for setting column width on table
Configuration menu - View commit details
-
Copy full SHA for 5c2a2f1 - Browse repository at this point
Copy the full SHA 5c2a2f1View commit details -
Configuration menu - View commit details
-
Copy full SHA for f76a3c4 - Browse repository at this point
Copy the full SHA f76a3c4View commit details -
Support multiple mouse buttons combined
Also remove old comment - that was supposed to reserve the iota, but it got broken some time ago Fixes #1533
Configuration menu - View commit details
-
Copy full SHA for e782df6 - Browse repository at this point
Copy the full SHA e782df6View commit details
Commits on Nov 15, 2020
-
Configuration menu - View commit details
-
Copy full SHA for 5c7a20c - Browse repository at this point
Copy the full SHA 5c7a20cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 24f323a - Browse repository at this point
Copy the full SHA 24f323aView commit details -
Configuration menu - View commit details
-
Copy full SHA for f50dfcd - Browse repository at this point
Copy the full SHA f50dfcdView commit details -
Configuration menu - View commit details
-
Copy full SHA for 30fe369 - Browse repository at this point
Copy the full SHA 30fe369View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9649763 - Browse repository at this point
Copy the full SHA 9649763View commit details -
Configuration menu - View commit details
-
Copy full SHA for fea5798 - Browse repository at this point
Copy the full SHA fea5798View commit details
Commits on Nov 16, 2020
-
Allow Raster to set scale mode
Only used if the generator returns image of an unexpected size
Configuration menu - View commit details
-
Copy full SHA for cc57489 - Browse repository at this point
Copy the full SHA cc57489View commit details -
Configuration menu - View commit details
-
Copy full SHA for 7b609b0 - Browse repository at this point
Copy the full SHA 7b609b0View commit details -
Configuration menu - View commit details
-
Copy full SHA for 81b5862 - Browse repository at this point
Copy the full SHA 81b5862View commit details -
Reword some popup deprecations for clarity (#1535)
* Reword some popup deprecations for clarity * Correct deprecation wording * Update with correct deprecation notes
Configuration menu - View commit details
-
Copy full SHA for ac8ffd6 - Browse repository at this point
Copy the full SHA ac8ffd6View commit details -
Configuration menu - View commit details
-
Copy full SHA for f21ba69 - Browse repository at this point
Copy the full SHA f21ba69View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2ad27f5 - Browse repository at this point
Copy the full SHA 2ad27f5View commit details -
Configuration menu - View commit details
-
Copy full SHA for 246f9d7 - Browse repository at this point
Copy the full SHA 246f9d7View commit details -
Fix nil reference in disabled buttons
Also fixes issues with disabled handling in button and select_entry . Fixes #1553
Configuration menu - View commit details
-
Copy full SHA for fefe218 - Browse repository at this point
Copy the full SHA fefe218View commit details -
Configuration menu - View commit details
-
Copy full SHA for fc07a1c - Browse repository at this point
Copy the full SHA fc07a1cView commit details
There are no files selected for viewing