summaryrefslogtreecommitdiff
path: root/gladeui/glade-builtins.c
Commit message (Collapse)AuthorAgeFilesLines
* Seal needed deprecated API.Juan Pablo Ugarte2014-05-071-2/+13
|
* Revert "Updated FSF's address"Daniel Mustieles2014-01-311-1/+3
| | | | This reverts commit 661ac15c8980fc47004d936c5d02156ed96bd91d.
* Updated FSF's addressDaniel Mustieles2014-01-311-3/+1
|
* Avoid calling gtk_stock_list_ids() when gdk_display_get_default() is NULLTristan Van Berkom2013-05-191-1/+12
| | | | | This is a workaround to patch GIR builds to work on build machines with no DISPLAY.
* Automatically generate enum types.Tristan Van Berkom2013-04-141-22/+0
|
* Removed glade3 stringJuan Pablo Ugarte2012-05-171-1/+1
|
* Fixed spelling errorsJuan Pablo Ugarte2011-10-041-7/+14
|
* * gladeui/glade-builtins.c: Changed displayable values for extra stock iconsTristan Van Berkom2011-03-061-2/+2
| | | | to say "Drag and Drop" instead of "DnD", fixing translator bug 561042.
* Fixed typo on last commit.Tristan Van Berkom2011-01-161-1/+1
|
* * gladeui/glade-builtins.c: Removed _() annotations for strings that dont ↵Tristan Van Berkom2011-01-161-14/+13
| | | | | | need to be translated.
* * gladeui/glade-builtins.c: Fixed redundant registering of displayable ↵Tristan Van Berkom2011-01-081-8/+10
| | | | | | values for stock items.
* * gladeui/glade-utils.[ch], gladeui/glade-widget.c, gladeui/glade-builtins.c,Tristan Van Berkom2011-01-081-8/+2
| | | | | gladeui/glade-widget-adaptor.c, gladeui/glade-editor-property.c: Removed glade_util_class_implements_interface() in favor of g_type_is_a() (closes bug 455734).
* * ALL SOURCE FILES: Removed 8-space indentation, reformatted all code with:Tristan Van Berkom2010-12-301-367/+367
| | | | | | | | | | | | | 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
* Bug 595838 — String fixesPhilip Withnall2009-09-221-2/+2
|
* - Reimplemented GtkImage from ground up. - Reimplemented stock onTristan Van Berkom2008-10-271-17/+82
| | | | | | | | | | | | | | | | | | | | | | | | | | | * plugins/gtk+/gtk+.xml.in, plugins/gtk+/glade-gtk.c: - Reimplemented GtkImage from ground up. - Reimplemented stock on GtkButton. - Made toolbutton editables show up in the toolbar editor * gladeui/glade-base-editor.[ch]: Added glade_base_editor_add_editable() * plugins/gtk+/glade-button-editor.c, plugins/gtk+/glade-tool-bar-editor.c: Implement new Editable vfunc set_show_name() * gladeui/glade-editor-table.c, gladeui/glade-editable.c, gladeui/glade-editor.c: Added new vfunc set_show_name() * plugins/gtk+/Makefile.am, plugins/gtk+/glade-image-editor.[ch]: New editor widget for GtkImage * gladeui/glade-property-class.[ch]: string props can now be "stock" or "stock-icon" * gladeui/glade-widget-adaptor.c: No more stock enum eprops * gladeui/glade-editor-property.c: Handle string types with "stock" or "stock-icon" svn path=/trunk/; revision=2004
* Added GtkToolButtonEditor editable implementation.Tristan Van Berkom2008-10-261-2/+3
| | | | | | | | | | | | | | | | | * plugins/gtk+/Makefile.am, plugins/gtk+/glade-tool-button-editor.[ch]: Added GtkToolButtonEditor editable implementation. * plugins/gtk+/gtk+.xml.in, plugins/gtk+/glade-gtk.c: Reimplemented toolbuttons from ground up. * gladeui/glade-editor-property.c: object dialog now doesnt do "new" for unmentioned abstract or uninstantiatable types, also enhanced dialog title. * gladeui/glade-project.c: Moved "parse-finished" emission to /after/ resolving object properties (doh !). svn path=/trunk/; revision=2003
* merging builder branch into trunkTristan Van Berkom2008-04-031-220/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | A plugins/gtk+/glade-keysyms.c M plugins/gtk+/glade-gtk.c M plugins/gtk+/gtk+.xml.in A plugins/gtk+/glade-accels.c M plugins/gtk+/Makefile.am A plugins/gtk+/glade-accels.h M ChangeLog M gladeui/glade-editor.c M gladeui/glade-editor-property.c M gladeui/glade-editor-property.h M gladeui/glade-widget.c M gladeui/glade-widget.h M gladeui/glade-widget-adaptor.c M gladeui/glade-command.c M gladeui/glade-widget-adaptor.h M gladeui/glade-parser.c M gladeui/glade-xml-utils.c M gladeui/glade-base-editor.c M gladeui/glade-utils.c D gladeui/glade-parser.h M gladeui/glade-signal-editor.c M gladeui/glade-xml-utils.h D gladeui/glade-keysyms.c M gladeui/glade-property.c M gladeui/glade-property-class.c M gladeui/glade-property.h M gladeui/glade-builtins.c M gladeui/glade-property-class.h M gladeui/glade-builtins.h M gladeui/glade-project.c M gladeui/glade-signal.c M gladeui/Makefile.am M gladeui/glade-signal.h svn path=/trunk/; revision=1764
* - Fixed treeview issues with objects dialog, fixing the atk relations bugTristan Van Berkom2008-03-101-0/+2
| | | | | | | | | * gladeui/glade-editor-property.c: - Fixed treeview issues with objects dialog, fixing the atk relations bug 512081. svn path=/trunk/; revision=1716
* Fixed some funcs that should be staticTristan Van Berkom2007-08-081-3/+3
| | | | | | | * gladeui/glade-builtins.c: Fixed some funcs that should be static svn path=/trunk/; revision=1541
* Fixed compilation with gcc 2.95 (Bug 461923, fix by Jens Granseuer)Tristan Van Berkom2007-07-311-31/+104
| | | | | | | | | | * plugins/gtk+/glade-gtk.c: Fixed compilation with gcc 2.95 (Bug 461923, fix by Jens Granseuer) * gladeui/glade-builtins.c: Sort the stock icon list alphabetically by locale (bug 454003, fix by Olivier Delhomme) svn path=/trunk/; revision=1524
* Fix "missing prototype" errors reported by gcc due to increased warningVincent Geddes2007-06-211-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | * plugins/gnome/glade-gnome.h, plugins/gtk+/glade-gtk.c plugins/gtk+/glade-gtk.h plugins/gtk+/Makefile.am, plugins/gnome/glade-gnome.c, plugins/gnome/Makefile.am, src/glade-project-window.c, gladeui/glade-editor-property.c, gladeui/glade-parameter.c, gladeui/glade-widget.c, gladeui/glade-command.c, gladeui/glade-palette.c, gladeui/glade-utils.c, gladeui/glade-accumulators.c, gladeui/glade-palette.h, gladeui/glade-binding.h, gladeui/glade-app.c, gladeui/glade-property.c, gladeui/glade-builtins.c, gladeui/glade-project.c, gladeui/Makefile.am: Fix "missing prototype" errors reported by gcc due to increased warning level (-Wmissing-prototypes). Added glade-gnome.h with function prototypes as well. svn path=/trunk/; revision=1384
* - Added Drag/Resize button in the toolbarTristan Van Berkom2007-06-201-1/+7
| | | | | | | | | | | | | | | | | | * src/glade-project-window.c: - Added Drag/Resize button in the toolbar * gladeui/glade-design-layout.c: More reliable pointer handling * gladeui/glade-app.c: New pointer-mode property * gladeui/glade-fixed.c, gladeui/glade-placeholder.c, gladeui/glade-palette.c: Use pointer-mode to set pointer interaction mode * gladeui/glade-builtins.c: Added trailing end marker on the stock list enum paramspec. svn path=/trunk/; revision=1368
* in list_stock_items() "gtk-" prefix must be prepended just once. otherwiseJuan Pablo Ugarte2007-06-061-1/+4
| | | | | | | * gladeui/glade-builtins.c: in list_stock_items() "gtk-" prefix must be prepended just once. otherwise gtk items gets listed twice! svn path=/trunk/; revision=1340
* Replaced C++ style comments with the more portable ISO C syntax.Vincent Geddes2007-02-081-3/+3
| | | | | | | | | | | | | | | | * gladeui/*.[ch]: Replaced C++ style comments with the more portable ISO C syntax. * gladeui/glade-app.[ch]: Use the G_DEFINE_TYPE() and g_type_class_add_private() idioms for registering the class. * README.cvs: Renamed to 'README.svn'. * plugins/gtk+/icons/16x16/Makefile.am, plugins/gtk+/icons/22x22/Makefile.am: Added some icons. * src/glade-project-window.c: Set the label for the Selector toolbutton. svn path=/trunk/; revision=1080
* Reorganised package structure, moved a lot of files and directories.Tristan Van Berkom2007-01-231-0/+655
* Reorganised package structure, moved a lot of files and directories. Modified the Makefile.am in most directories. * po/POTFILES.in, po/POTFILES.skip: Update for reorganisation. * configure.ac: Add files to AC_CONFIG_FILES. Change AC_CONFIG_SRCDIR. svn path=/trunk/; revision=1050