summaryrefslogtreecommitdiff
path: root/plugins/gtk+/glade-entry-editor.c
Commit message (Collapse)AuthorAge
* Fix warning: ISO C does not allow extra ‘;’ outside of a function ↵Juan Pablo Ugarte2020-08-17
| | | | [-Wpedantic]
* gladeui: Use G_DECLARE_INTERFACE for GladeEditableCorentin Noël2019-08-20
|
* Fix tab/space identationJuan Pablo Ugarte2018-08-02
|
* Fixed some composite template classesTristan Van Berkom2013-08-08
| | | | ... to properly mention if children are accessible as "internal" or not.
* Replaced g_type_class_add_private() with G_ADD_PRIVATE ()Juan Pablo Ugarte2013-07-29
| | | | | because the new template api no longer works with g_type_class_add_private() This fixes crashes in every template object
* Fix up previous patch to buildColin Walters2013-07-27
| | | | It wasn't complete.
* GladeEntryEditor: Added an extension port and added to the private catalog.Tristan Van Berkom2013-05-11
|
* GladeEntryEditor: Ported to use GtkBuilder composite templates.Tristan Van Berkom2013-04-22
| | | | | | | | | | The entry editor is now much improved and better formatted, additionally we use a check mark for 'use markup' instead of presenting both tooltip-markup / tooltip-text properties (as we do in GladeWidgetEditor). A few other improvements were made too, don't allow editing 'shadow-type' if 'has-frame' is FALSE, don't allow editing 'invisible-char' if 'visibility' is TRUE.
* Removed use of deprecated GtkHBox, GtkVBox and othersJuan Pablo Ugarte2012-04-28
|
* * gladeui/glade-*-editor.c: Fixed all GladeEditable implementations to useTristan Van Berkom2011-03-07
| | | | | the new glade_editable_loading() and glade_editable_loaded_widget() instead of manually bookkeeping those states in each implementation.
* * 41 files: Fixed typo in LGPL License file headers.Tristan Van Berkom2011-01-24
|
* * gladeui/glade-editable.[ch], plugins/gtk+/.. [ All GladeEditable editors ].Tristan Van Berkom2011-01-07
| | | | | | | | GladeEditable now watches the project for changes and updates itself by way of the base class implementation (and is fixed for removed widgets that no longer have a project pointer available), also glade_editable_block/unblock() is added for implementations to avoid firing implicit loads while executing commands... all custom editors updated to lose much code.
* * gladeui/glade-editor-property.[ch]: Privatized members of ↵Tristan Van Berkom2011-01-04
| | | | | | GladeEditorProperty. * plugins/gtk+/*.c: updated all custom editors to used eprop accessors now
* * Made GladeWidget internalize *everything* into a private data structure,Tristan Van Berkom2011-01-02
| | | | 33 files changed, 1318 insertions(+), 1230 deletions(-)
* * ALL SOURCE FILES: Removed 8-space indentation, reformatted all code with:Tristan Van Berkom2010-12-30
| | | | | | | | | | | | | 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
* * gladeui/glade-base-editor.c, gladeui/glade-editor-property.c,Tristan Van Berkom2010-12-29
| | | | | | | | | | gladeui/glade-editor-table.c, gladeui/glade-editor-table.h, plugins/gtk+/glade-activatable-editor.c, plugins/gtk+/glade-button-editor.c, plugins/gtk+/glade-entry-editor.c, plugins/gtk+/glade-image-editor.c, plugins/gtk+/glade-image-item-editor.c, plugins/gtk+/glade-label-editor.c, plugins/gtk+/glade-label-editor.h, plugins/gtk+/glade-tool-button-editor.c: Removed the GtkTables and use GtkGrid in property editors so that line wrapping is hieght-for-width.
* * plugins/gtk+/gtk+.xml.in: Removed alot of virtually defined properties ↵Tristan Van Berkom2010-03-10
| | | | | | | | | | | | that were not available in GTK+ 2.14, now they are available. * plugins/gtk+/glade-gtk.c, plugins/gtk+/glade-entry-editor.c: Enhanced the GtkEntry editor to allow the user to chose between the "text" and the "buffers" exclusively. * plugins/gtk+/gtk+.xml.in: Fixed translation details pointed out by Johannes H. Jensen in bug 607348.
* Use accessor functions instead direct access. Third patchJavier Jardón2010-02-11
| | | | | | Substitute GTK_WIDGET_REALIZED() and GTK_WIDGET_MAPPED() https://bugzilla.gnome.org/show_bug.cgi?id=594957
* Bumping version for Anjuta dependancyTristan Van Berkom2009-01-27
| | | | | | | | | | | | | | | | 2009-01-27 Tristan Van Berkom <tvb@gnome.org> * configure.ac: Bumping version for Anjuta dependancy * plugins/gtk+/gtk+.xml.in: Added some metadata about GtkAction 2009-01-23 Tristan Van Berkom <tvb@gnome.org> * plugins/gtk+/glade-entry-editor.c, plugins/gtk+/glade-gtk.c, plugins/gtk+/gtk+.xml.in: updated for new GtkEntry property name changes. svn path=/trunk/; revision=2100
* Rolling Glade 3.5.Tristan Van Berkom2009-01-19
| | | | | | | | | * NEWS, configure.ac: Rolling Glade 3.5. * po/POTFILES.in: Added glade-entry-editor.c svn path=/trunk/; revision=2090
* Added new editor for GtkEntry with radio buttons for its mutuallyTristan Van Berkom2009-01-15
* plugins/gtk+/Makefile.am, plugins/gtk+/gtk+.xml.in, plugins/gtk+/glade-entry-editor.[ch]: Added new editor for GtkEntry with radio buttons for its mutually exclusive icon properties. svn path=/trunk/; revision=2084