@@ -243,7 +243,7 @@ For the interested ones, here is the list of the merged pull requests:
243
243
244
244
* [ translate/TryFromGlib: add shortcut function] ( https://github.com/gtk-rs/gtk-rs-core/pull/3 )
245
245
* [ Fix typo in function name] ( https://github.com/gtk-rs/gtk-rs-core/pull/56 )
246
- * [ gio: Only assign to ` GError\*\ * ` s if they're not ` NULL ` ] ( https://github.com/gtk-rs/gtk-rs-core/pull/58 )
246
+ * [ gio: Only assign to ` GError* * ` s if they're not ` NULL ` ] ( https://github.com/gtk-rs/gtk-rs-core/pull/58 )
247
247
* [ glib: Mark various Variant getter functions correctly as (transfer fu…] ( https://github.com/gtk-rs/gtk-rs-core/pull/59 )
248
248
* [ glib: Fix leaks in FromGlibContainer impls for GString] ( https://github.com/gtk-rs/gtk-rs-core/pull/60 )
249
249
* [ glib: Implement main context acquire guard type] ( https://github.com/gtk-rs/gtk-rs-core/pull/72 )
@@ -284,9 +284,9 @@ For the interested ones, here is the list of the merged pull requests:
284
284
* [ glib::Binding improvements] ( https://github.com/gtk-rs/gtk3-rs/pull/179 )
285
285
* [ Fix clone macro by allowing returned value with type parameters] ( https://github.com/gtk-rs/gtk3-rs/pull/184 )
286
286
* [ gio/sys: resolve winapi reference] ( https://github.com/gtk-rs/gtk3-rs/pull/194 )
287
- * [ gio: Add ` Settings::bind\_with\_mapping () ` binding] ( https://github.com/gtk-rs/gtk3-rs/pull/210 )
287
+ * [ gio: Add ` Settings::bind_with_mapping () ` binding] ( https://github.com/gtk-rs/gtk3-rs/pull/210 )
288
288
* [ glib: Hook up dispose() in ObjectImpl] ( https://github.com/gtk-rs/gtk3-rs/pull/214 )
289
- * [ glib: Add an ` Object::new\_subclass () ` function] ( https://github.com/gtk-rs/gtk3-rs/pull/219 )
289
+ * [ glib: Add an ` Object::new_subclass () ` function] ( https://github.com/gtk-rs/gtk3-rs/pull/219 )
290
290
* [ Rename glib\_ wrapper! and glib\_ object\_ subclass! to wrapper! and object\_ subclass!] ( https://github.com/gtk-rs/gtk3-rs/pull/220 )
291
291
* [ glib: implement FromGlibContainer for GString] ( https://github.com/gtk-rs/gtk3-rs/pull/181 )
292
292
* [ From glib unsafe] ( https://github.com/gtk-rs/gtk3-rs/pull/199 )
@@ -319,8 +319,8 @@ For the interested ones, here is the list of the merged pull requests:
319
319
* [ glib: Improve the API of Type] ( https://github.com/gtk-rs/gtk3-rs/pull/318 )
320
320
* [ glib-macros: Forward the visibility of the type into the code generat…] ( https://github.com/gtk-rs/gtk3-rs/pull/321 )
321
321
* [ connect\_ unsafe: Refactor, then don't ignore the return\_ type for null objects ] ( https://github.com/gtk-rs/gtk3-rs/pull/319 )
322
- * [ glib: ` #\[object\_subclass\ ] ` proc macro.] ( https://github.com/gtk-rs/gtk3-rs/pull/335 )
323
- * [ glib: Move ` type\_data ()` and ` get\_type ()` to new ` unsafe trait ` ] ( https://github.com/gtk-rs/gtk3-rs/pull/338 )
322
+ * [ glib: ` #[object_subclass ] ` proc macro.] ( https://github.com/gtk-rs/gtk3-rs/pull/335 )
323
+ * [ glib: Move ` type_data ()` and ` get_type ()` to new ` unsafe trait ` ] ( https://github.com/gtk-rs/gtk3-rs/pull/338 )
324
324
* [ cairo: add doc aliases round 1] ( https://github.com/gtk-rs/gtk3-rs/pull/343 )
325
325
* [ object: Return a pointer from get\_ qdata, not a reference] ( https://github.com/gtk-rs/gtk3-rs/pull/344 )
326
326
* [ Store class\_ data/instance\_ data hashmaps directly instead of boxing an…] ( https://github.com/gtk-rs/gtk3-rs/pull/345 )
@@ -374,7 +374,7 @@ For the interested ones, here is the list of the merged pull requests:
374
374
375
375
[ gtk3-rs] [ gtk3-rs ] :
376
376
377
- * [ Use ` Object<T>::as\_mut () ` without unsafe, and a couple other small things] ( https://github.com/gtk-rs/gtk3-rs/pull/16 )
377
+ * [ Use ` Object<T>::as_mut () ` without unsafe, and a couple other small things] ( https://github.com/gtk-rs/gtk3-rs/pull/16 )
378
378
* [ Fix entry\_ completion quit shortcut] ( https://github.com/gtk-rs/gtk3-rs/pull/33 )
379
379
* [ Move to edition "2018"] ( https://github.com/gtk-rs/gtk3-rs/pull/32 )
380
380
* [ inet\_ socket\_ address: Add std::net::SocketAddr conversions] ( https://github.com/gtk-rs/gtk3-rs/pull/135 )
@@ -422,7 +422,7 @@ For the interested ones, here is the list of the merged pull requests:
422
422
* [ gtk: use "assertion" = "skip" instead of manual implementation] ( https://github.com/gtk-rs/gtk3-rs/pull/327 )
423
423
* [ API changes due to signal-detail PR to gir] ( https://github.com/gtk-rs/gtk3-rs/pull/324 )
424
424
* [ Implement ListBoxRowImplExt for activate method] ( https://github.com/gtk-rs/gtk3-rs/pull/331 )
425
- * [ gtk: Add ` enter\_notify\_event ` and ` leave\_notify\_event ` to ` WidgetImpl ` ] ( https://github.com/gtk-rs/gtk3-rs/pull/334 )
425
+ * [ gtk: Add ` enter_notify_event ` and ` leave_notify_event ` to ` WidgetImpl ` ] ( https://github.com/gtk-rs/gtk3-rs/pull/334 )
426
426
* [ Subclass cleanup] ( https://github.com/gtk-rs/gtk3-rs/pull/337 )
427
427
* [ Add a way for the subclassing infrastructure to add per-instance management data] ( https://github.com/gtk-rs/gtk3-rs/pull/342 )
428
428
* [ Add support for chaining up to parent interface implementations] ( https://github.com/gtk-rs/gtk3-rs/pull/353 )
@@ -463,12 +463,12 @@ For the interested ones, here is the list of the merged pull requests:
463
463
* [ Value trait refactoring] ( https://github.com/gtk-rs/gtk3-rs/pull/454 )
464
464
* [ Remove doc generation features] ( https://github.com/gtk-rs/gtk3-rs/pull/465 )
465
465
* [ Don't re-export traits from crate root] ( https://github.com/gtk-rs/gtk3-rs/pull/487 )
466
- * [ gtk: Add ` WidgetClassSubclassExt::{css\_name,set\_css\_name } ` ] ( https://github.com/gtk-rs/gtk3-rs/pull/476 )
466
+ * [ gtk: Add ` WidgetClassSubclassExt::{css_name,set_css_name } ` ] ( https://github.com/gtk-rs/gtk3-rs/pull/476 )
467
467
* [ gtk: rename StyleContext::property to StyleContext::style\_ property] ( https://github.com/gtk-rs/gtk3-rs/pull/495 )
468
468
* [ Regen with latest gir] ( https://github.com/gtk-rs/gtk3-rs/pull/501 )
469
469
* [ Add rename doc aliases] ( https://github.com/gtk-rs/gtk3-rs/pull/490 )
470
470
* [ error: remove misleading example] ( https://github.com/gtk-rs/gtk3-rs/pull/507 )
471
- * [ gtk: Add binding for ` gtk\_container\_class\_handle\_border\_width ()` ] ( https://github.com/gtk-rs/gtk3-rs/pull/497 )
471
+ * [ gtk: Add binding for ` gtk_container_class_handle_border_width ()` ] ( https://github.com/gtk-rs/gtk3-rs/pull/497 )
472
472
* [ gtk: Add run\_ future() for native dialogs] ( https://github.com/gtk-rs/gtk3-rs/pull/500 )
473
473
* [ Fix new 1.52 clippy warnings] ( https://github.com/gtk-rs/gtk3-rs/pull/510 )
474
474
* [ remove the deprecated functions/reduce the number of disabled clippy linters] ( https://github.com/gtk-rs/gtk3-rs/pull/509 )
@@ -678,7 +678,7 @@ For the interested ones, here is the list of the merged pull requests:
678
678
* [ Add "Saving Window State" chapter] ( https://github.com/gtk-rs/gtk4-rs/pull/340 )
679
679
* [ gtk: Builder is final] ( https://github.com/gtk-rs/gtk4-rs/pull/358 )
680
680
* [ Fix new 1.52 clippy warnings] ( https://github.com/gtk-rs/gtk4-rs/pull/359 )
681
- * [ gtk: Put module of ` list\_view\_apps\_launcher ` in separate folder] ( https://github.com/gtk-rs/gtk4-rs/pull/360 )
681
+ * [ gtk: Put module of ` list_view_apps_launcher ` in separate folder] ( https://github.com/gtk-rs/gtk4-rs/pull/360 )
682
682
* [ gtk: use transfer full for property expression] ( https://github.com/gtk-rs/gtk4-rs/pull/362 )
683
683
* [ misc: drop x11/wayland features from gtk4 crate] ( https://github.com/gtk-rs/gtk4-rs/pull/367 )
684
684
* [ gdk: unmark \*\_ async callbacks as Send] ( https://github.com/gtk-rs/gtk4-rs/pull/225 )
@@ -773,7 +773,7 @@ All this was possible thanks to the [gir][gir] project as well:
773
773
* [ Fixed issue generating the -sys/Cargo.toml] ( https://github.com/gtk-rs/gir/pull/1022 )
774
774
* [ cargo\_ toml: Do not overwrite system-deps version if already set] ( https://github.com/gtk-rs/gir/pull/1023 )
775
775
* [ Use new glib::Object::new() syntax] ( https://github.com/gtk-rs/gir/pull/1024 )
776
- * [ Use ` wrapper! ` instead of ` glib\_wrapper !` ] ( https://github.com/gtk-rs/gir/pull/1025 )
776
+ * [ Use ` wrapper! ` instead of ` glib_wrapper !` ] ( https://github.com/gtk-rs/gir/pull/1025 )
777
777
* [ Generate doc aliases for enums and constants too] ( https://github.com/gtk-rs/gir/pull/1026 )
778
778
* [ Add an error in case a name field has content of the pattern field] ( https://github.com/gtk-rs/gir/pull/1027 )
779
779
* [ Unify toml comments format in README] ( https://github.com/gtk-rs/gir/pull/1028 )
@@ -823,7 +823,7 @@ All this was possible thanks to the [gir][gir] project as well:
823
823
* [ out\_ param: follow aliases for imports] ( https://github.com/gtk-rs/gir/pull/1120 )
824
824
* [ build: Rerun if git hash changed] ( https://github.com/gtk-rs/gir/pull/1118 )
825
825
* [ Fix some clippy::use\_ self warnings in generated code] ( https://github.com/gtk-rs/gir/pull/1121 )
826
- * [ doc: Always consider ` trait\_name ` from ` Gir.toml ` in implementation docs] ( https://github.com/gtk-rs/gir/pull/1108 )
826
+ * [ doc: Always consider ` trait_name ` from ` Gir.toml ` in implementation docs] ( https://github.com/gtk-rs/gir/pull/1108 )
827
827
* [ codegen: only use ret if a builder\_ postprocess is set] ( https://github.com/gtk-rs/gir/pull/1123 )
828
828
* [ codegen: add missing } for build pattern] ( https://github.com/gtk-rs/gir/pull/1125 )
829
829
* [ Add rename doc aliases] ( https://github.com/gtk-rs/gir/pull/1116 )
@@ -840,8 +840,8 @@ All this was possible thanks to the [gir][gir] project as well:
840
840
* [ codegen/sys: Use pointer formatting literal to print address of self] ( https://github.com/gtk-rs/gir/pull/1138 )
841
841
* [ Stop dereferencing followed by reborrowing in ` match ` and ` if let ` ] ( https://github.com/gtk-rs/gir/pull/1139 )
842
842
* [ codegen: default to gtk-rs-core for sys crates] ( https://github.com/gtk-rs/gir/pull/1141 )
843
- * [ Rename ` do\_main ` to ` main ` ] ( https://github.com/gtk-rs/gir/pull/1146 )
844
- * [ codegen/doc: Drop ` \ [Deprecated\ ]` text in favour of Rust annotations] ( https://github.com/gtk-rs/gir/pull/1148 )
843
+ * [ Rename ` do_main ` to ` main ` ] ( https://github.com/gtk-rs/gir/pull/1146 )
844
+ * [ codegen/doc: Drop ` [Deprecated] ` text in favour of Rust annotations] ( https://github.com/gtk-rs/gir/pull/1148 )
845
845
* [ codegen/object: Add missing deprecation attribute to builders] ( https://github.com/gtk-rs/gir/pull/1147 )
846
846
* [ docs: generate docs for builder properties] ( https://github.com/gtk-rs/gir/pull/1144 )
847
847
* [ docs: ignore not useful function parameters] ( https://github.com/gtk-rs/gir/pull/1145 )
0 commit comments