| Commit message (Expand) | Author | Age | Files | Lines |
* | Filled in all since, deprecated and builder-unsupported properties. | Tristan Van Berkom | 2008-04-09 | 1 | -15/+91 |
* | fixed distcheck errors.GLADE3_3_5_0 | Tristan Van Berkom | 2008-04-08 | 1 | -1/+1 |
* | Implemented dual format for atk properties, afaics accelerators are loaded | Tristan Van Berkom | 2008-04-06 | 1 | -17/+135 |
* | Added basic builder support, format can be chosen via a radiomenuitem in | Tristan Van Berkom | 2008-04-06 | 1 | -2/+4 |
* | removed dumb comments | Tristan Van Berkom | 2008-04-05 | 1 | -3/+0 |
* | Fixed crasher on null string when parsing modifiers. | Tristan Van Berkom | 2008-04-03 | 1 | -1/+1 |
* | merging builder branch into trunk | Tristan Van Berkom | 2008-04-03 | 6 | -28/+3091 |
* | fixed compile and warnings when setting GtkWindow::icon-name | Tristan Van Berkom | 2008-03-10 | 1 | -0/+1 |
* | Now if an empty project is loaded and anothther project with widgets is | Tristan Van Berkom | 2008-03-10 | 1 | -11/+2 |
* | Rolling 3.4.3GLADE3_3_4_3 | Tristan Van Berkom | 2008-03-10 | 1 | -1/+10 |
* | - Add/Remove parent doesnt dup widgets anymore (bug 517388) | Tristan Van Berkom | 2008-03-10 | 1 | -2/+2 |
* | - Added GtkVolumeButton and GtkScaleButton widgets (Ross Burton) | Tristan Van Berkom | 2008-03-10 | 1 | -0/+20 |
* | Made sure idle handlers werent updating treeviews after the object is | Tristan Van Berkom | 2008-03-09 | 1 | -0/+9 |
* | - Reset "events" property for newly created widgets (workaround for bug | Tristan Van Berkom | 2008-03-09 | 1 | -0/+5 |
* | Fixed a crash detail bug 493418. | Tristan Van Berkom | 2008-03-09 | 1 | -0/+5 |
* | ignore GtkWindow::accept-focus. Fixes bug #accept-focus "crash, GtkWindow, | Juan Pablo Ugarte | 2008-02-16 | 1 | -0/+1 |
* | updated displayable values for GtkButtonBox::layout-style added | Juan Pablo Ugarte | 2007-12-20 | 1 | -3/+12 |
* | Port to gtk 2.12 tooltips API. Bug #500947. Remove the unnecessary event | Christian Persch | 2007-12-19 | 1 | -21/+8 |
* | fixed bug #503955 'Activating "Add Parent" on an internal widget component | Juan Pablo Ugarte | 2007-12-18 | 1 | -2/+5 |
* | fixed bug introduced while disabling GtkImage::stock, it should be re | Juan Pablo Ugarte | 2007-12-05 | 1 | -1/+1 |
* | commited J. Ali Harlow <ali@avrc.city.ac.uk> patch. (fixes #495057) o | Juan Pablo Ugarte | 2007-11-09 | 1 | -1/+3 |
* | added glade_gtk_radio_button_set_property() to avoid bogus warning | Juan Pablo Ugarte | 2007-10-27 | 2 | -0/+26 |
* | disable GtkImage::stock when edit type is not in stock mode. This fixs a | Juan Pablo Ugarte | 2007-10-15 | 1 | -0/+2 |
* | Unmarked some properties to be "themed-icon", still dont have permission | Tristan Van Berkom | 2007-08-20 | 1 | -3/+1 |
* | Marked some properties to be "themed-icon" | Tristan Van Berkom | 2007-08-14 | 1 | -3/+3 |
* | Made toolbar-style optional & save always (plus it responds well in the | Tristan Van Berkom | 2007-08-14 | 2 | -3/+38 |
* | reverting change | Juan Pablo Ugarte | 2007-08-08 | 1 | -1/+1 |
* | marked GtkToolba::toolbar-style as save always. | Juan Pablo Ugarte | 2007-08-08 | 1 | -1/+1 |
* | glade_editor_property_new_from_widget() added "packing" argument. | Tristan Van Berkom | 2007-08-07 | 1 | -8/+13 |
* | Disabled the "submenu" property of GtkMenuItem (setting this property to | Tristan Van Berkom | 2007-08-06 | 1 | -0/+1 |
* | Fixed compilation with gcc 2.95 (Bug 461923, fix by Jens Granseuer) | Tristan Van Berkom | 2007-07-31 | 1 | -2/+3 |
* | Fixed placeholder menu to also include actions of the parent widget. | Tristan Van Berkom | 2007-07-25 | 2 | -0/+63 |
* | Set "label-xalign" of GtkFrame to be "save-always" (to counter the evil | Tristan Van Berkom | 2007-07-25 | 1 | -1/+1 |
* | Make undoing increasing notebook size work properly (needed to destroy the | Tristan Van Berkom | 2007-07-25 | 1 | -7/+17 |
* | - Dont transfer "transfer-on-paste" properties to newly added placeholders | Tristan Van Berkom | 2007-07-24 | 1 | -2/+20 |
* | Dont add objects to a project that already contains the said object. | Tristan Van Berkom | 2007-07-24 | 1 | -7/+30 |
* | - Fixed order in which we setup packing actions when adding/replacing | Tristan Van Berkom | 2007-07-23 | 2 | -22/+60 |
* | Adding convenience funcs that help with debugging property values in | Tristan Van Berkom | 2007-07-23 | 2 | -1/+25 |
* | fixed memory leaks of description strings in usage of | Tristan Van Berkom | 2007-07-18 | 2 | -0/+201 |
* | added gwa_displayable_values_check() and use it to check for displayable | Juan Pablo Ugarte | 2007-07-12 | 1 | -3/+98 |
* | skip properties that are not readable in glade_property_load_impl() (fixes | Juan Pablo Ugarte | 2007-07-06 | 1 | -2/+8 |
* | fixed verify-function and child-verify-function tags for GtkBox, GtkTable, | Juan Pablo Ugarte | 2007-07-03 | 1 | -8/+5 |
* | Moved gladeui/fixed_bg.xpm to plugins/gtk+/fixed-bg.xpm. The graphic is | Vincent Geddes | 2007-06-29 | 3 | -2/+20 |
* | Set log domains "GladeUI-GTK" and "GladeUI-GNOME" respectively. | Vincent Geddes | 2007-06-28 | 2 | -11/+12 |
* | gladeui/glade-popup.[ch] - added packing actions to placeholders | Juan Pablo Ugarte | 2007-06-27 | 1 | -4/+4 |
* | Substitute PLUGINS_WARN_CFLAGS as the warning flags for compiling plugins. | Vincent Geddes | 2007-06-27 | 5 | -937/+4 |
* | print a message for missing displayable values in | Juan Pablo Ugarte | 2007-06-26 | 2 | -12/+22 |
* | glade_gtk_tool_button_set_type() return if loading fixes #450177. | Juan Pablo Ugarte | 2007-06-23 | 1 | -0/+3 |
* | Fix "missing prototype" errors reported by gcc due to increased warning | Vincent Geddes | 2007-06-21 | 4 | -26/+314 |
* | Fix errors reported by gcc (due to higher warning level). | Vincent Geddes | 2007-06-21 | 3 | -15/+649 |