summaryrefslogtreecommitdiff
path: root/gladeui
Commit message (Collapse)AuthorAgeFilesLines
...
* GladeSignalDef: fix last gir scanner warningJuan Pablo Ugarte2020-06-192-4/+4
| | | | Rename GSC_VERSION_CHECK to GLADE_SIGNALS_DEF_VERSION_CHECK
* GladeWidgetAdaptor: fix gir scanner warningsJuan Pablo Ugarte2020-06-1913-74/+74
| | | | Rename all macros starting with GWA to GLADE_WIDGET_ADAPTOR
* GladeWidget: fix gir scanner warningsJuan Pablo Ugarte2020-06-193-3/+3
| | | | Rename IS_GLADE_WIDGET_EVENT to GLADE_WIDGET_IS_EVENT
* GladeProperty: fix gir scanner warningJuan Pablo Ugarte2020-06-193-4/+4
| | | | Rename DEPRECATED_IS_PARAM_SPEC_VALUE_ARRAY as GLADE_PROPERTY_IS_PARAM_SPEC_VALUE_ARRAY
* Fix misc gir scanner warningsJuan Pablo Ugarte2020-06-194-3/+10
|
* GladeStandarStock, GladeStandarStockImage: fix get_type() functions for ↵Juan Pablo Ugarte2020-06-191-0/+6
| | | | | | | | | | introspection Avoid trying to register stock icons when there is no default display like when running introspection scanner. This prevents some really annoying warnings and should help with https://gitlab.gnome.org/GNOME/glade/-/issues/432
* GladeProject: show message on invalid GtkBuilder fileJuan Pablo Ugarte2020-06-181-2/+8
| | | | | | | Show user an error dialog if he tries to open an old libglade file. https://gitlab.gnome.org/GNOME/glade/-/issues/389
* GladeProperty: Do not replace - with _Juan Pablo Ugarte2020-06-182-7/+5
| | | | | | Remove old libglade underscore properties naming scheme. https://gitlab.gnome.org/GNOME/glade/-/issues/281
* Fix GValueArray deprecation warningsJuan Pablo Ugarte2020-06-104-36/+42
|
* GladeProperty: replace deprecated macroJuan Pablo Ugarte2020-06-101-3/+1
|
* Ignore deprecated function call.Juan Pablo Ugarte2020-06-101-0/+2
|
* GladeProjectProperties: improve toolkit target version selectionJuan Pablo Ugarte2020-06-052-185/+163
| | | | | Use a combobox instead of radio buttons to select libraries target version because it was making the dialog too big.
* GladeProjectProperties: cleanup GType declarationJuan Pablo Ugarte2020-06-042-68/+54
| | | | Use G_DECLARE_FINAL_TYPE
* build: Remove autotoolsIñigo Martínez2020-05-271-293/+0
| | | | Relay on meson for build
* Ignore locale when saving numeric valuesAlberto Fanjul2020-05-271-0/+1
|
* Ignore locale when saving numeric valuesAlberto Fanjul2020-05-201-1/+18
|
* Remove deprecated gtk-close, gtk-open, gtk-cancel iconsSabri Ünal2020-05-191-1/+1
|
* Make Verify button translatableSabri Ünal2020-05-191-1/+1
|
* Build: use gtk-mac-integration only when creating bundleTom Schoonjans2020-05-073-5/+5
| | | | | | Gtk-mac-integration was used only when creating the bundle, So there's no need to drag it as a dependency just because the build occurs on a macOS with a Gtk installation with Quartz backend.
* Fix minor typosYuri Chornoivan2020-03-2227-136/+136
|
* widget: canonicalize support-warning property nameChristian Hergert2020-01-131-1/+1
| | | | | | | | This has been causing issues in Builder recently, preventing users from opening some projects. It appears related to GLib tightening restrictions on property names in GNOME/glib@30e630c9df792cf36cdb1cceb3daefbde1dc898a. Fixes #403
* gladeui: remove unused type_func variableVictor Toso2019-11-061-1/+0
| | | | Added in a4cd9074b6e59
* gladeui: Ensure that we write the "type-func" property when a ↵Corentin Noël2019-10-045-3/+45
| | | | get-type-function is defined in the catalog
* gladeui: Change the boolean parsing logic to be the same as GtkCorentin Noël2019-10-041-28/+50
| | | | Avoids false positive
* Update FSF addressCorentin Noël2019-10-013-3/+3
| | | | Fixes #145
* gladeui: Modernize GladeSignalEditor codebaseCorentin Noël2019-09-163-96/+183
| | | | Use G_DECLARE_DERIVABLE_TYPE and friends
* gladeui: Fix wrong pointer convertion in GladeDesignViewCorentin Noël2019-09-131-29/+56
| | | | | | | | Also use g_assert in static functions to always ensure that we're getting the right type. GNOME Builder is using it like this itself and it allows to find mistakes faster. It can also be disabled for release builds by defining G_DISABLE_ASSERT
* gladeui: Modernize GladeWidgetAdaptor definitionCorentin Noël2019-09-112-261/+335
|
* gladeui: Plug tiny leak on Drag & DropCorentin Noël2019-09-101-2/+5
|
* gladeui: Fix crash on drag-n-dropCorentin Noël2019-09-041-7/+4
| | | | The arguments of on_source_drag_end were mismatched
* gladeui: fix several tiny memory leaks found with valgrindCorentin Noël2019-09-032-2/+15
|
* Make it easier to track GladeXML elements and be GObject Introspection ↵Corentin Noël2019-08-294-45/+144
| | | | friendly by registering boxed types
* gladeui: Replace the last occurences of GladeWidgetClass with ↵Corentin Noël2019-08-204-5/+5
| | | | GladeWidgetAdaptor in the comments
* gladeui: Use G_DECLARE_FINAL_TYPE for GladeObjectStubCorentin Noël2019-08-202-65/+36
|
* gladeui: Use G_DECLARE_DERIVABLE_TYPE for GladeNamedIconChooserDialogCorentin Noël2019-08-202-175/+176
|
* gladeui: Use G_DECLARE_DERIVABLE_TYPE for GladeInspectorCorentin Noël2019-08-202-66/+45
|
* gladeui: Use G_DECLARE_DERIVABLE_TYPE for GladeEditorPropertyCorentin Noël2019-08-202-346/+301
| | | | Also adapt the subclassing macro and the subclasses and make it easier to read
* gladeui: Use G_DECLARE_DERIVABLE_TYPE for GladeEditorCorentin Noël2019-08-202-54/+33
|
* gladeui: Use G_DECLARE_INTERFACE for GladeEditableCorentin Noël2019-08-207-37/+27
|
* gladeui: Use G_DECLARE_INTERFACE for GladeDragCorentin Noël2019-08-202-13/+6
|
* gladeui: Use G_DECLARE_DERIVABLE_TYPE for GladeDesignViewCorentin Noël2019-08-202-60/+43
|
* gladeui: Use G_DECLARE_DERIVABLE_TYPE for GladeDesignLayoutCorentin Noël2019-08-202-87/+56
|
* gladeui: Use G_DECLARE_DERIVABLE_TYPE for GladeCommandCorentin Noël2019-08-202-261/+228
| | | | Also adapt the internal subclasses and make it easier to read
* gladeui: Use G_DECLARE_DERIVABLE_TYPE for GladeClipboardCorentin Noël2019-08-202-37/+27
|
* gladeui: Use G_DECLARE_DERIVABLE_TYPE for GladeCellRendererIconCorentin Noël2019-08-202-37/+30
|
* gladeui: Use G_DECLARE_DERIVABLE_TYPE for GladeBaseEditorCorentin Noël2019-08-202-194/+211
|
* gladeui: Use G_DECLARE_DERIVABLE_TYPE for GladeAppCorentin Noël2019-08-202-40/+45
|
* gladeui: Use G_DECLARE_DERIVABLE_TYPE for GladeAdaptorChooserWidgetCorentin Noël2019-08-202-19/+5
|
* gladeui: Use G_DECLARE_DERIVABLE_TYPE for GladeEditorSkeletonCorentin Noël2019-08-152-27/+9
|
* gladeui: Use G_DECLARE_DERIVABLE_TYPE for GladeEditorTableCorentin Noël2019-08-152-119/+120
|