-
Notifications
You must be signed in to change notification settings - Fork 37
Comparing changes
Open a pull request
base repository: gircore/gir.core
base: 0.6.2
head repository: gircore/gir.core
compare: 0.6.3
- 18 commits
- 1,162 files changed
- 2 contributors
Commits on Feb 11, 2025
-
The "Integration" project was not active anymore and got removed.
Configuration menu - View commit details
-
Copy full SHA for 54f6a19 - Browse repository at this point
Copy the full SHA 54f6a19View commit details -
GObject.Object: Make "Dispose" method virtual again
The virtual keyword got lost by accident during the implementation of the new instantiation framework. Custom classes want to be able to plug into the "Dispose" call of GObject.Object otherwise the custom "Dispose" would eventually not be executed if the method is marked with the "new" keyword.
Configuration menu - View commit details
-
Copy full SHA for 6c67561 - Browse repository at this point
Copy the full SHA 6c67561View commit details -
Merge pull request #1182 from gircore/object-restore-virtual-dispose-…
…method GObject.Object: Make "Dispose" method virtual again
Configuration menu - View commit details
-
Copy full SHA for fb71c60 - Browse repository at this point
Copy the full SHA fb71c60View commit details -
Configuration menu - View commit details
-
Copy full SHA for 70c52c4 - Browse repository at this point
Copy the full SHA 70c52c4View commit details
Commits on Feb 12, 2025
-
Building on CI failed due to updated dotnet version which included a newer version of "dotnet format" command.
Configuration menu - View commit details
-
Copy full SHA for ff04e6d - Browse repository at this point
Copy the full SHA ff04e6dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 8fc13e7 - Browse repository at this point
Copy the full SHA 8fc13e7View commit details -
Configuration menu - View commit details
-
Copy full SHA for 948b375 - Browse repository at this point
Copy the full SHA 948b375View commit details -
Merge pull request #1188 from gircore/gobject-integration-global-name…
…space-support GObject-2.0.Integration: Support global namespace
Configuration menu - View commit details
-
Copy full SHA for 2767f02 - Browse repository at this point
Copy the full SHA 2767f02View commit details
Commits on Feb 23, 2025
-
Configuration menu - View commit details
-
Copy full SHA for 9fe7849 - Browse repository at this point
Copy the full SHA 9fe7849View commit details
Commits on Feb 24, 2025
-
Configuration menu - View commit details
-
Copy full SHA for fea7585 - Browse repository at this point
Copy the full SHA fea7585View commit details -
Configuration menu - View commit details
-
Copy full SHA for 44f10eb - Browse repository at this point
Copy the full SHA 44f10ebView commit details
Commits on Feb 25, 2025
-
Merge pull request #1199 from CommonGuy/main
Allow NULL parent window in async dialog functions
Configuration menu - View commit details
-
Copy full SHA for 5fc69ce - Browse repository at this point
Copy the full SHA 5fc69ceView commit details -
Configuration menu - View commit details
-
Copy full SHA for 680b4ec - Browse repository at this point
Copy the full SHA 680b4ecView commit details -
Configuration menu - View commit details
-
Copy full SHA for 84ad507 - Browse repository at this point
Copy the full SHA 84ad507View commit details -
GObject-2.0.Integration: Add source analyzers
The source analyzer supports user in finding the correct way to use the generated code.
Configuration menu - View commit details
-
Copy full SHA for 922b669 - Browse repository at this point
Copy the full SHA 922b669View commit details -
Configuration menu - View commit details
-
Copy full SHA for b463f61 - Browse repository at this point
Copy the full SHA b463f61View commit details
Commits on Feb 26, 2025
-
Interfaces should implement IDisposable
Interfaces can only be implemented by GObject classes not records. Every class inherits from GObject.Object which implements IDisposable. So implementing IDisposable on interfaces is possible. In case of GirCore every instance of an object has a native counterpart. As the dotnet runtime does not know how big this native counterpart is the user should be able to explicitly dispose all instances which is easier if IDisposable is available on interfaces. Fixes: #1202
Configuration menu - View commit details
-
Copy full SHA for 5a92b02 - Browse repository at this point
Copy the full SHA 5a92b02View commit details -
Merge pull request #1203 from gircore/disposable-interfaces
Interfaces should implement IDisposable
Configuration menu - View commit details
-
Copy full SHA for 41992a3 - Browse repository at this point
Copy the full SHA 41992a3View commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff 0.6.2...0.6.3