-
-
Notifications
You must be signed in to change notification settings - Fork 1.4k
Permalink
Choose a base ref
{{ refName }}
default
Choose a head ref
{{ refName }}
default
Comparing changes
Choose two branches to see what’s changed or to start a new pull request.
If you need to, you can also or
learn more about diff comparisons.
Open a pull request
Create a new pull request by comparing changes across two branches. If you need to, you can also .
Learn more about diff comparisons here.
base repository: fyne-io/fyne
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v2.3.3
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
...
head repository: fyne-io/fyne
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v2.3.4
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
7
contributors
Commits on Mar 24, 2023
-
Configuration menu - View commit details
-
Copy full SHA for b12a7ac - Browse repository at this point
Copy the full SHA b12a7acView commit details
Commits on Mar 26, 2023
-
Don't use mobile dep in desktop env
Andy Williams committedMar 26, 2023 Configuration menu - View commit details
-
Copy full SHA for 949fdb4 - Browse repository at this point
Copy the full SHA 949fdb4View commit details
Commits on Mar 29, 2023
-
Applying the theme font leak differently for release branch
Andy Williams committedMar 29, 2023 Configuration menu - View commit details
-
Copy full SHA for f9f3e5d - Browse repository at this point
Copy the full SHA f9f3e5dView commit details -
Configuration menu - View commit details
-
Copy full SHA for a1edc48 - Browse repository at this point
Copy the full SHA a1edc48View commit details
Commits on Apr 1, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 2e7ec09 - Browse repository at this point
Copy the full SHA 2e7ec09View commit details -
Merge pull request #3778 from Jacalz/boxes
Improve the VBox and HBox documentation
Configuration menu - View commit details
-
Copy full SHA for 52ae56c - Browse repository at this point
Copy the full SHA 52ae56cView commit details
Commits on Apr 3, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 692f76f - Browse repository at this point
Copy the full SHA 692f76fView commit details
Commits on Apr 28, 2023
-
Configuration menu - View commit details
-
Copy full SHA for c98ff2e - Browse repository at this point
Copy the full SHA c98ff2eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 6cfff57 - Browse repository at this point
Copy the full SHA 6cfff57View commit details -
layout: Reduce allocations for VBox and HBox with spacers
The boxlayout code was heap-allocating a slice of canvas objects to keep track of sliders. However, it only had to keep track of the count.
Configuration menu - View commit details
-
Copy full SHA for d8d2c65 - Browse repository at this point
Copy the full SHA d8d2c65View commit details -
Configuration menu - View commit details
-
Copy full SHA for cbff586 - Browse repository at this point
Copy the full SHA cbff586View commit details -
Configuration menu - View commit details
-
Copy full SHA for 50a2a40 - Browse repository at this point
Copy the full SHA 50a2a40View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4ddd31b - Browse repository at this point
Copy the full SHA 4ddd31bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 07c6029 - Browse repository at this point
Copy the full SHA 07c6029View commit details -
Configuration menu - View commit details
-
Copy full SHA for e241e1b - Browse repository at this point
Copy the full SHA e241e1bView commit details -
Avoid calling theme function in RichText too often as it is costly.
This reduce the time spend in lock from 6% to 4% which is not negligeable. From the trace, it seems that we are taking the RichText propertyLock to often and that cause another 2 points. Another PR should review those and reduce the amount of time calling the locking mechanism.
Configuration menu - View commit details
-
Copy full SHA for df8abd9 - Browse repository at this point
Copy the full SHA df8abd9View commit details -
Configuration menu - View commit details
-
Copy full SHA for ff63baf - Browse repository at this point
Copy the full SHA ff63bafView commit details -
Correct offset according to previous behavior.
Jumping to a requested position was actually done on exact bundary, correct this.
Configuration menu - View commit details
-
Copy full SHA for 936120c - Browse repository at this point
Copy the full SHA 936120cView commit details -
Configuration menu - View commit details
-
Copy full SHA for ad9e174 - Browse repository at this point
Copy the full SHA ad9e174View commit details -
Configuration menu - View commit details
-
Copy full SHA for bc6eb62 - Browse repository at this point
Copy the full SHA bc6eb62View commit details -
Configuration menu - View commit details
-
Copy full SHA for cc089cd - Browse repository at this point
Copy the full SHA cc089cdView commit details -
Configuration menu - View commit details
-
Copy full SHA for cfe043b - Browse repository at this point
Copy the full SHA cfe043bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 56878c0 - Browse repository at this point
Copy the full SHA 56878c0View commit details -
Create new common Repaint method
Move refresh to repaint where appropriate And update on moves. Fixes #2205
Configuration menu - View commit details
-
Copy full SHA for 02cae29 - Browse repository at this point
Copy the full SHA 02cae29View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8faea26 - Browse repository at this point
Copy the full SHA 8faea26View commit details -
Configuration menu - View commit details
-
Copy full SHA for ff08b25 - Browse repository at this point
Copy the full SHA ff08b25View commit details -
Configuration menu - View commit details
-
Copy full SHA for 09431a4 - Browse repository at this point
Copy the full SHA 09431a4View commit details -
Configuration menu - View commit details
-
Copy full SHA for c7a5324 - Browse repository at this point
Copy the full SHA c7a5324View commit details -
Configuration menu - View commit details
-
Copy full SHA for 725475f - Browse repository at this point
Copy the full SHA 725475fView commit details -
Configuration menu - View commit details
-
Copy full SHA for c8fe322 - Browse repository at this point
Copy the full SHA c8fe322View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2c98ab5 - Browse repository at this point
Copy the full SHA 2c98ab5View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1446752 - Browse repository at this point
Copy the full SHA 1446752View commit details -
Configuration menu - View commit details
-
Copy full SHA for dac956b - Browse repository at this point
Copy the full SHA dac956bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 2cc9d2e - Browse repository at this point
Copy the full SHA 2cc9d2eView commit details -
Configuration menu - View commit details
-
Copy full SHA for d30f691 - Browse repository at this point
Copy the full SHA d30f691View commit details
Commits on May 3, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 6558290 - Browse repository at this point
Copy the full SHA 6558290View commit details
There are no files selected for viewing
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.