Age | Commit message (Collapse) | Author | Files | Lines |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
This doesn't change any dependency as both non-deprecated replacements
BOOLEAN and VOID were already used in some places.
|
|
|
|
|
|
|
|
|
|
|
|
Also drop mateconf and use gsettings for preferences.
Preferences are now triggered as a PeasGtk.Configurable.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Fixes https://github.com/mate-desktop/pluma/issues/153
|
|
Closes https://github.com/mate-desktop/pluma/issues/335
|
|
|
|
|
|
avoid deprecated:
gtk_image_menu_item_new_with_label
gtk_image_menu_item_set_image
|
|
|
|
|
|
avoid deprecated:
GtkLabel:xpad/ypad
GtkTable
GtkVBox
GtkHBox
GtkHButtonBox
GtkImage:stock
GtkButton:use-stock
|
|
avoid deprecated:
GtkVBox
GtkHBox
GtkLabel:xpad/ypad
GtkImage:xpad/ypad/xalign/yalign/stock
GtkButton:use-stock
|
|
avoid deprecated:
GtkVBox
GtkHBox
GtkLabel:xpad/ypad
GtkButton:use-stock
|
|
avoid deprecated:
GtkVBox
GtkHBox
GtkLabel:xpad/ypad
GtkImage:xalign/yalign/xpad/ypad/stock
GtkButton:use-stock
and add icon to the 'Insert' button
|
|
|
|
|
|
|
|
avoid GtkButton:use-stock, GtkVBox, and GtkLabel:xpad/ypad
|
|
|
|
|