summaryrefslogtreecommitdiff
path: root/gladeui
Commit message (Expand)AuthorAgeFilesLines
* Fix minor typosYuri Chornoivan2020-03-2227-136/+136
* widget: canonicalize support-warning property nameChristian Hergert2020-01-131-1/+1
* gladeui: remove unused type_func variableVictor Toso2019-11-061-1/+0
* gladeui: Ensure that we write the "type-func" property when a get-type-functi...Corentin Noël2019-10-045-3/+45
* gladeui: Change the boolean parsing logic to be the same as GtkCorentin Noël2019-10-041-28/+50
* Update FSF addressCorentin Noël2019-10-013-3/+3
* gladeui: Modernize GladeSignalEditor codebaseCorentin Noël2019-09-163-96/+183
* gladeui: Fix wrong pointer convertion in GladeDesignViewCorentin Noël2019-09-131-29/+56
* 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
* 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 friend...Corentin Noël2019-08-294-45/+144
* gladeui: Replace the last occurences of GladeWidgetClass with GladeWidgetAdap...Corentin Noël2019-08-204-5/+5
* 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
* 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
* 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
* dnd: Enable Drag&Drop on waylandAlberto Fanjul2019-08-065-5/+5
* gladeui: remove implicit cast in assignmentChristian Hergert2019-08-051-1/+1
* build: remove G_CONST_RETURN usageChristian Hergert2019-08-0518-83/+83
* gladeui: ignore various GParameter deprecationsChristian Hergert2019-08-053-0/+10
* Fix on debug traces after rename GladePropertyClass to GladePropertyDefNoel Grandin2019-08-041-1/+1
* Prevent dragging an ancestor inside a childCorentin Noël2019-08-042-13/+28
* GladePopup: Clear add item when adding as toplevelJames Westman2019-07-161-1/+2
* build: Do not use a system variable only for WindowsIñigo Martínez2019-07-021-2/+2
* Fix loading dylibs on OSXTingPing2019-07-021-0/+25
* Fix split sentense in GladeProjectCorentin Noël2019-06-271-18/+15
* Respect the Glade namespace for macros and definesCorentin Noël2019-06-2111-34/+34
* Rename *Klass to *Class as there are no name collision anymoreCorentin Noël2019-06-184-73/+30
* Fix two memory leaks discovered with valgrindCorentin Noël2019-06-182-1/+2
* GladeSignalDef: fix documentation for glade_signal_def_set_deprecatedCorentin Noël2019-06-181-1/+1
* Rename GWActionClass to GladeWidgetActionDef to use the right namespaceCorentin Noël2019-06-185-111/+113
* Rename GladePropertyClass to GladePropertyDef and declare it as boxedCorentin Noël2019-06-1827-1384/+1407
* Rename GladeSignalClass to GladeSignalDef and declare it as boxedCorentin Noël2019-06-1415-473/+500
* Create GladeSettings to hold the settings instead of using a Gtk widget for h...Corentin Noël2019-06-091-0/+2
* Utils: get the absolute path but avoid accessing itCorentin Noël2019-06-091-43/+8