summaryrefslogtreecommitdiff
path: root/gladeui/glade-editor-property.c
Commit message (Expand)AuthorAgeFilesLines
* Fix warning: ISO C does not allow extra ‘;’ outside of a function [-Wpeda...Juan Pablo Ugarte2020-08-171-1/+1
* Use symbolic icon names.Juan Pablo Ugarte2020-07-291-9/+8
* GladeWidgetAdaptor: fix gir scanner warningsJuan Pablo Ugarte2020-06-191-1/+1
* Fix GValueArray deprecation warningsJuan Pablo Ugarte2020-06-101-3/+3
* Fix minor typosYuri Chornoivan2020-03-221-2/+2
* gladeui: Replace the last occurences of GladeWidgetClass with GladeWidgetAdap...Corentin Noël2019-08-201-1/+1
* gladeui: Use G_DECLARE_DERIVABLE_TYPE for GladeEditorPropertyCorentin Noël2019-08-201-280/+286
* gladeui: Use G_DECLARE_INTERFACE for GladeEditableCorentin Noël2019-08-201-4/+4
* Rename GladePropertyClass to GladePropertyDef and declare it as boxedCorentin Noël2019-06-181-77/+83
* Fix several compiler warningsCorentin Noël2019-06-091-5/+5
* Replace some functions by Gtk 3.22 onesCorentin Noël2019-06-091-30/+38
* Couple of fixes for memory leaks found with valgrindCorentin Noël2019-05-211-1/+3
* introspection: Add many annotations to sourcesCorentin Noël2019-04-011-0/+12
* Fix tab/space identationJuan Pablo Ugarte2018-08-021-147/+147
* GladeWidgetAdaptor: add glade_widget_adaptor_get_display_name()Juan Pablo Ugarte2018-08-021-1/+1
* GladeEditorProperty, GladePropertyClass, GladeWidgetAdaptor:Juan Pablo Ugarte2018-07-301-1/+2
* Add initial support for GFile type propertiesJuan Pablo Ugarte2018-07-261-4/+15
* GladeEPropNumeric: bind precision property to spin buttonJuan Pablo Ugarte2018-05-231-3/+24
* GladeEditorPropertyTextClass: use relative paths for resourcesJuan Pablo Ugarte2018-02-241-12/+10
* GladeEditorProperty: Add 4px box spacingTristan Van Berkom2016-10-291-0/+1
* Bug 351645 - glade-editor-property.c: Use glade_util_remove_scroll_events()Tristan Van Berkom2016-10-291-38/+4
* GladeEditorProperty: Call glade_widget_ensure_name() with use_commandTristan Van Berkom2016-01-281-3/+3
* Bug 760610: Disable scroll events on property editor widgetsTristan Van Berkom2016-01-281-0/+38
* GladeEditorProperty: Use glade_widget_get_display_name()Tristan Van Berkom2016-01-281-5/+1
* GladeEditorProperty: Dont display unnamed names in treeviewsTristan Van Berkom2016-01-271-2/+7
* GladeEditorProperty: Set names on selected widgets in the multi-object dialogTristan Van Berkom2016-01-271-21/+23
* GladeEPropObject: Set names when choosing an objectTristan Van Berkom2016-01-271-33/+59
* Reduced use of deprecated gtk_dialog_get_action_area() function.Juan Pablo Ugarte2014-05-151-43/+11
* Replaced deprecated stock items with its corresponding label strings.Juan Pablo Ugarte2014-05-151-27/+21
* Removed use of deprecated GtkMisc APIJuan Pablo Ugarte2014-05-151-7/+7
* GladeEditorProperty: re grab focus on load_common() if property is construct-...Juan Pablo Ugarte2014-05-121-0/+36
* Replaced deprecated functionsJuan Pablo Ugarte2014-05-071-20/+19
* Added GladePropertyShell:disable-check proxy property and the corresponding a...Juan Pablo Ugarte2014-04-221-9/+27
* Convert every object to use G_DEFINE_TYPE_WITH_CODE() or G_ADD_PRIVATE() macrosJuan Pablo Ugarte2014-04-171-6/+2
* Fixed bug in numeric property editorsJuan Pablo Ugarte2014-03-261-4/+9
* glade-editor-property: use literal format stringsRyan Lortie2013-12-211-22/+31
* Fixed identation spaces in function declarations.Juan Pablo Ugarte2013-11-251-78/+91
* Fix issue with numeric property editors.Juan Pablo Ugarte2013-11-251-46/+87
* Fixed sporadic behaviour of spin buttons.Tristan Van Berkom2013-08-071-1/+19
* Patch up bug 589337 - Fix by Michal 'hramrach' Suchanek <hramrach@gmail.com>Tristan Van Berkom2013-05-201-0/+1
* Fix bug 692972 - Make spin buttons commit values synchronouslyTristan Van Berkom2013-05-191-0/+12
* GladeEditorProperty: Stock icon editor combo expands in it's boxTristan Van Berkom2013-05-051-0/+1
* GladeEditorProperty & GladePropertyShell: Added "custom-text" propertyTristan Van Berkom2013-05-051-21/+63
* GladeEditorProperty: Minimum width of 8 chars for combo boxes (before wrapping)Tristan Van Berkom2013-05-021-1/+2
* GladeEditorProperty: Enable word wrapping in combo boxes.Tristan Van Berkom2013-05-021-0/+4
* GladeEditorProperty: Make combos expandTristan Van Berkom2013-05-011-1/+2
* GladeEditorProperty: Fixed typo which was causing assertionsTristan Van Berkom2013-04-281-1/+2
* GladeEditorProperty: Make internal entries and spin buttons expand horizontallyTristan Van Berkom2013-04-221-1/+9
* GladeEditorProperty: Dont focus-on-click check buttons.Tristan Van Berkom2013-04-141-0/+3
* GladeEditorProperty: Avoid assertion when loading NULL widget.Tristan Van Berkom2013-04-141-3/+6