summaryrefslogtreecommitdiff
path: root/gladeui/glade-named-icon-chooser-dialog.c
Commit message (Collapse)AuthorAgeFilesLines
* Fix warning: ISO C does not allow extra ‘;’ outside of a function ↵Juan Pablo Ugarte2020-08-171-1/+1
| | | | [-Wpedantic]
* Fix minor typosYuri Chornoivan2020-03-221-2/+2
|
* gladeui: Use G_DECLARE_DERIVABLE_TYPE for GladeNamedIconChooserDialogCorentin Noël2019-08-201-152/+173
|
* introspection: Add many annotations to sourcesCorentin Noël2019-04-011-4/+4
|
* Fix tab/space identationJuan Pablo Ugarte2018-08-021-24/+24
|
* Reduced use of deprecated gtk_dialog_get_action_area() function.Juan Pablo Ugarte2014-05-151-9/+3
| | | | Added _glade_util_dialog_set_hig()
* Removed use of deprecated GtkMisc APIJuan Pablo Ugarte2014-05-151-3/+3
|
* Convert every object to use G_DEFINE_TYPE_WITH_CODE() or G_ADD_PRIVATE() macrosJuan Pablo Ugarte2014-04-171-118/+114
| | | | Fixed function prototype identation and spacing.
* Cleanup deprecations all around.Tristan Van Berkom2013-04-011-5/+0
| | | | | | | | GtkColorChooser APIs now used for color editing GladeBaseEditor now uses a GtkGrid for it's last GtkTable In some places to support deprecated types, we explicitly add G_GNUC_BEGIN/END_IGNORE_DEPRECATIONS statements.
* Fix prototype warning issuesJasper St. Pierre2013-02-251-1/+1
|
* Removed deprecated GDK_THREADS_ENTER/LEAVE() macrosJuan Pablo Ugarte2012-10-021-8/+0
|
* Removed use of deprecated GtkHBox, GtkVBox and othersJuan Pablo Ugarte2012-04-281-6/+6
|
* Fixed "variable set but not used" warnings (-Wunused-but-set-variable)Juan Pablo Ugarte2011-05-201-8/+3
|
* * ALL SOURCE FILES: Removed 8-space indentation, reformatted all code with:Tristan Van Berkom2010-12-301-1400/+1408
| | | | | | | | | | | | | indent \ --braces-after-if-line \ --case-brace-indentation0 \ --case-indentation2 \ --braces-after-struct-decl-line \ --line-length80 --no-tabs \ --dont-line-up-parentheses \ --continuation-indentation4 \ --continue-at-parentheses \ --honour-newlines --tab-size8 --indent-level2 -nbbo
* Initial gtk+ 3.0 port (compiles but doesn't work)Johannes Schmid2010-11-051-5/+5
|
* Merge branch 'master' into offscreenTristan Van Berkom2010-10-091-0/+3
|\ | | | | | | | | Conflicts: gladeui/glade-named-icon-chooser-dialog.c
| * * gladeui/glade-inspector.c, gladeui/glade-named-icon-chooser-dialog.c:Tristan Van Berkom2010-09-211-2/+2
| | | | | | | | Some build fixes to help compile against GTK+ 3.0
* | Fixed compitation for gtk+-3.0Juan Pablo Ugarte2010-09-191-2/+0
|/
* Mark some strings for translation, bug #581167Gabor Kelemen2010-02-131-2/+2
|
* Use accessor functions instead direct access. Third patchJavier Jardón2010-02-111-4/+4
| | | | | | Substitute GTK_WIDGET_REALIZED() and GTK_WIDGET_MAPPED() https://bugzilla.gnome.org/show_bug.cgi?id=594957
* Use accessor functions instead direct access.Javier Jardón2009-12-041-9/+13
| | | | | | | | | | | | | GTK+ 2.17.10 is now the required version I've used all the GTK+ 2.18.* api available, still missing: GTK_WIDGET_UNSET_FLAGS (widget, GTK_TOPLEVEL); GTK_WIDGET_SET_FLAGS (widget, GTK_REALIZED); GTK_WIDGET_REALIZED () GTK_WIDGET_MAPPED () GTK_VIEWPORT ()->bin_window GTK_ENTRY ()->editing_canceled https://bugzilla.gnome.org/show_bug.cgi?id=594957
* Marked some properties to be "themed-icon"Tristan Van Berkom2007-08-141-0/+1775
* plugins/gtk+/gtk+.xml.in: Marked some properties to be "themed-icon" * gladeui/glade-xml-utils.h, gladeui/glade-property-class.[ch], gladeui/glade-editor-property.c: Added a tag to mark string properties that are "themed-icon", use the themed icon chooser for those properties. * gladeui/glade-name-icon-chooser.[ch], gladeui/icon-naming-spec.c: Added themed icon chooser (bug 359640). svn path=/trunk/; revision=1552