summaryrefslogtreecommitdiff
path: root/gladeui/glade-editor-property.c
Commit message (Expand)AuthorAgeFilesLines
* * configure.ac, gladeui/glade-app.c: Added --enable-mac-bundle configure opti...Tristan Van Berkom2009-06-291-1/+1
* Use GtkComboBox instead of deprecated GtkOptionMenu.Tristan Van Berkom2009-06-201-36/+33
* Fix usage of deprecated GTK+ symbols (bug 572756)Tristan Van Berkom2009-06-201-9/+9
* * plugins/gtk+/gtk+.xml.in: Make assistant page-titles translatable (bug 503...Tristan Van Berkom2009-06-151-0/+2
* * plugins/gtk+/gtk+.xml.in: Fixed GtkButton to only allow real stock items,Tristan Van Berkom2009-04-181-3/+6
* ...more selection paranoia..Tristan Van Berkom2009-04-181-1/+5
* * plugins/gtk+/glade-activatable-editor.c,Tristan Van Berkom2009-04-181-2/+5
* Added "commit" signal to allow custom editors to do command group/macrosTristan Van Berkom2009-02-051-14/+39
* Added file chooser dialog to pixbuf properties (bug 567817).Tristan Van Berkom2009-01-151-1/+87
* New editor to group the treeview and model together in the base editorTristan Van Berkom2008-11-221-1/+2
* Added a new editor for cell renderersTristan Van Berkom2008-11-191-2/+2
* Fixed recursion in the eprops when updating values (due to exteriorTristan Van Berkom2008-11-151-2/+5
* Faked the accel-group property and added accel-groups object list toTristan Van Berkom2008-11-071-1/+0
* Added icon factory editor widget (only to better format the "sources"Tristan Van Berkom2008-10-281-1/+1
* Reimplemented GtkMenuItem and subclasses from top to bottomTristan Van Berkom2008-10-281-12/+1
* - Reimplemented GtkImage from ground up. - Reimplemented stock onTristan Van Berkom2008-10-271-29/+122
* Added GtkToolButtonEditor editable implementation.Tristan Van Berkom2008-10-261-4/+11
* Ignore parent-changes on internal widgets (that causes problems whenTristan Van Berkom2008-10-251-0/+3
* string_from_enum, now returns the nick and not the name (generally allTristan Van Berkom2008-10-241-3/+3
* Added new #GladeEditable implementation for GtkButton general page.Tristan Van Berkom2008-10-241-1/+28
* - Added GladeEditable interface used as pages by GladeEditor - AddedTristan Van Berkom2008-10-231-27/+0
* Rewrote displayable values so no need for redundancies anymore (bugTristan Van Berkom2008-10-231-4/+5
* new pspec and eprop for GtkIconSources in GtkIconFactories.Tristan Van Berkom2008-10-221-6/+1
* Implemented something based on Pavel's patch, wordwrapping in the editorTristan Van Berkom2008-10-211-7/+48
* Abolished "View->Context Help" and added a context menu to editorTristan Van Berkom2008-10-211-116/+22
* Now can optionally make the entry non editable.Tristan Van Berkom2008-10-211-162/+13
* Encapsulated name tracking mechanismTristan Van Berkom2008-10-161-8/+12
* Implemented new "context" i18n metadata.Tristan Van Berkom2008-10-011-66/+154
* Fixed adjustments when values are null in libglade modeTristan Van Berkom2008-09-221-24/+43
* Set sizegroup_add action sensitive/insensitive depending on project formatTristan Van Berkom2008-09-211-48/+86
* Now we have a conversion routine that is run in the plugin to convert someTristan Van Berkom2008-09-191-45/+146
* Exposed doc_search() command for palette popupTristan Van Berkom2008-09-171-1/+1
* Reverted the above patch portion where built objects only had thierTristan Van Berkom2008-09-161-11/+15
* Creating toplevel widget through unified glade-palette interface. RemovedPavel Kostyuchenko2008-09-161-7/+42
* Now objects and resource property fields are updated correctly (bug 542335Tristan Van Berkom2008-08-061-10/+17
* Avoid feedback loops when committing properties, fixes bug 527896.Tristan Van Berkom2008-05-051-0/+4
* added glade_property_class_compare()Juan Pablo Ugarte2008-04-171-2/+2
* Fixed invisible labels in the menu editor.Tristan Van Berkom2008-04-121-3/+1
* Fixed bold modified state for disabled properties.Tristan Van Berkom2008-04-111-2/+2
* Added padding on top of undocked tools, removed custom label handling ofTristan Van Berkom2008-04-101-17/+25
* Loaded and watched the new support_warning on GladeWidgetTristan Van Berkom2008-04-101-15/+106
* merging builder branch into trunkTristan Van Berkom2008-04-031-890/+29
* - Fixed treeview issues with objects dialog, fixing the atk relations bugTristan Van Berkom2008-03-101-0/+9
* - Reverted to real time string editing and not using focus-out handlersTristan Van Berkom2008-03-091-27/+10
* Made sure idle handlers werent updating treeviews after the object isTristan Van Berkom2008-03-091-0/+2
* - Reset "events" property for newly created widgets (workaround for bugTristan Van Berkom2008-03-091-0/+2
* Port to gtk 2.12 tooltips API. Bug #500947. Remove the unnecessary eventChristian Persch2007-12-191-60/+14
* fixed build with gcc 2.x (again) (bug 469357).Tristan Van Berkom2007-08-221-4/+7
* Marked some properties to be "themed-icon"Tristan Van Berkom2007-08-141-1/+215
* glade_editor_property_new_from_widget() added "packing" argument.Tristan Van Berkom2007-08-071-2/+7