summaryrefslogtreecommitdiff
path: root/plugins/gtk+/glade-model-data.c
Commit message (Expand)AuthorAgeFilesLines
* Gtk plugin / GladeDataModel: ignore non printable charsJuan Pablo Ugarte2020-07-091-0/+3
* Gtk plugin / GladeDataModel: Improve treemodel char data type handlingJuan Pablo Ugarte2020-07-091-2/+103
* gladeui: Use G_DECLARE_DERIVABLE_TYPE for GladeEditorPropertyCorentin Noël2019-08-201-9/+4
* Couple of fixes for memory leaks found with valgrindCorentin Noël2019-05-211-1/+2
* Fix tab/space identationJuan Pablo Ugarte2018-08-021-59/+67
* Removed use of deprecated GtkMisc APIJuan Pablo Ugarte2014-05-151-2/+1
* Replaced deprecated functionsJuan Pablo Ugarte2014-05-071-1/+3
* GladeModelData: For list-store data, use nicer icons in the buttonTristan Van Berkom2013-04-111-4/+4
* Removed use of deprecated GtkHBox, GtkVBox and othersJuan Pablo Ugarte2012-04-281-2/+2
* Fixed "variable set but not used" warnings (-Wunused-but-set-variable)Juan Pablo Ugarte2011-05-201-9/+2
* * plugins/gtk+/glade-model-data.c: Avoid committing the data if the data did...Tristan Van Berkom2011-01-291-1/+9
* * 41 files: Fixed typo in LGPL License file headers.Tristan Van Berkom2011-01-241-1/+1
* * gladeui/glade-command.[ch]: Removed glade_command_set_naming_policy().Tristan Van Berkom2011-01-221-5/+2
* * gladeui/glade-project.c, gladeui/glade-property-class.c, gladeui/glade-wid...Tristan Van Berkom2011-01-161-4/+8
* * plugins/gtk+/glade-model-data.c: Removed sequential editing mode, avoidTristan Van Berkom2011-01-071-122/+8
* * gladeui/glade-editor-property.[ch]: Privatized members of GladeEditorPrope...Tristan Van Berkom2011-01-041-23/+28
* * Made GladeProperty internalize *everything* into a private data structure,Tristan Van Berkom2011-01-021-5/+6
* * Made GladeWidget internalize *everything* into a private data structure,Tristan Van Berkom2011-01-021-2/+2
* * ALL SOURCE FILES: Removed 8-space indentation, reformatted all code with:Tristan Van Berkom2010-12-301-996/+996
* * Whole tree updated to remove all notion of project conversions and dual pr...Tristan Van Berkom2010-12-301-4/+1
* Initial gtk+ 3.0 port (compiles but doesn't work)Johannes Schmid2010-11-051-4/+4
* Fixed compitation for gtk+-3.0Juan Pablo Ugarte2010-09-191-2/+2
* * plugins/gtk+/glade-model-data.c, plugins/gtk+/glade-attributes.c: Use Glad...Tristan Van Berkom2010-03-291-12/+17
* * plugins/gtk+/glade-gtk.c:Tristan Van Berkom2010-03-271-7/+19
* * gladeui/Makefile.am, gladeui/glade-palette.c:Tristan Van Berkom2010-03-251-1/+0
* * plugins/gtk+/glade-model-data.c: Fixed crasher when double freeing the dat...Tristan Van Berkom2010-03-101-7/+2
* 2010-03-09 Tristan Van Berkom <tvb@gnome.org>Tristan Van Berkom2010-03-091-7/+4
* Added some important fixesTristan Van Berkom2009-01-051-1/+2
* Made it possible to tab into the i18n button.Tristan Van Berkom2008-12-291-21/+142
* fixed focus again.Tristan Van Berkom2008-12-131-0/+3
* Removed old search code.Tristan Van Berkom2008-12-131-7/+125
* Updated to reflect current temporary dual licensing scheme, package is toTristan Van Berkom2008-12-091-10/+10
* Hijack the cntl-n accelerator too now.Tristan Van Berkom2008-11-251-35/+129
* Added parameter-spec parsing, need to updated docs still.Tristan Van Berkom2008-11-051-67/+0
* Fixed a warning.Tristan Van Berkom2008-10-251-0/+47
* string_from_enum, now returns the nick and not the name (generally allTristan Van Berkom2008-10-241-1/+1
* new pspec and eprop for GtkIconSources in GtkIconFactories.Tristan Van Berkom2008-10-221-4/+1
* Use glade-cell-renderer-button for color attributes.Tristan Van Berkom2008-10-211-3/+0
* Now can optionally make the entry non editable.Tristan Van Berkom2008-10-211-39/+34
* Added i18n support to string values in datastores.Tristan Van Berkom2008-10-201-4/+69
* Now support editing enum typesTristan Van Berkom2008-10-181-2/+8
* Fixed property commands to not unify across separate groups, and also toTristan Van Berkom2008-10-171-39/+84
* fixed ui a bitTristan Van Berkom2008-10-161-7/+18
* Cleaned up code, now data will dynamically reorder itself upon columnTristan Van Berkom2008-10-161-35/+141
* Encapsulated name tracking mechanismTristan Van Berkom2008-10-161-20/+64
* Implemented new "context" i18n metadata.Tristan Van Berkom2008-10-011-41/+330
* Exported glade_column_list_copy/free()Tristan Van Berkom2008-09-291-0/+398