summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* now you can add a widget to a placeholder child or fixed child of a fixed wid...Tristan Van Berkom2006-07-271-2/+4
* removing debugTristan Van Berkom2006-07-271-4/+0
* Refined tooltip text a little.Tristan Van Berkom2006-07-271-2/+2
* o Fixed bug where signals were not disconnecting when childrenTristan Van Berkom2006-07-271-2/+6
* Fixed small bug in glade_gtk_image_post_create() glade-image-post-ran mustJuan Pablo Ugarte2006-07-271-5/+9
* o New we can add a widget to a fixed inside a tableTristan Van Berkom2006-07-271-9/+9
* Drags now move scrolled windows around if the fixed widget happens to beTristan Van Berkom2006-07-271-1/+52
* More icons.Tristan Van Berkom2006-07-279-171/+212
* adapted to the new glade_command_set_property() prototype.Juan Pablo Ugarte2006-07-276-54/+108
* include time.hJuan Pablo Ugarte2006-07-261-0/+1
* Reset cursor after creating a widget.Tristan Van Berkom2006-07-267-30/+44
* Dont require that an object be "toplevel" to be saved, just that it has noTristan Van Berkom2006-07-262-18/+71
* Fixed bug 347850 "Selection Bug consequence"Juan Pablo Ugarte2006-07-252-0/+9
* GtkBox can now have 0 items without freezing/crashing (bug 347149)Tristan Van Berkom2006-07-251-2/+2
* made glade3 comment more script friendlyJuan Pablo Ugarte2006-07-241-4/+9
* Fixed bug 342889 "Put some comment telling about glade-3 in glade files"Juan Pablo Ugarte2006-07-241-0/+22
* Fixed bug 348369 "GtkImage doesnt load properly"Juan Pablo Ugarte2006-07-241-3/+12
* Added text-view handling of virtual "text" property (bug 347961)Tristan Van Berkom2006-07-222-0/+20
* o Removed some debug prints.Tristan Van Berkom2006-07-222-8/+17
* Use gtk_widget_get_pointer on the event widget to retrieve the mouseTristan Van Berkom2006-07-223-30/+9
* expose internal entry of GtkComboBoxEntry.Tristan Van Berkom2006-07-201-1/+15
* Bookkeep colours for insensitive tooltips in a theme friendly manner.Tristan Van Berkom2006-07-192-18/+40
* "s/== TRUE/!= FALSE/g" (musnt be checking for litteral truths, that isTristan Van Berkom2006-07-183-11/+15
* Fixed jumpy focus widget bug (bug 347851)Tristan Van Berkom2006-07-181-10/+25
* minor touch-upTristan Van Berkom2006-07-171-3/+3
* Fixed bug 346139 "GTK warns of multiple widgets contained in a button withJuan Pablo Ugarte2006-07-141-161/+10
* fixed a warning in glade_gtk_menu_shell_delete_child()Juan Pablo Ugarte2006-07-131-2/+1
* added files glade-base-editor.[ch]Juan Pablo Ugarte2006-07-1316-1389/+2401
* Added new icons.Tristan Van Berkom2006-07-063-20/+49
* fixed broken build.Tristan Van Berkom2006-07-061-1/+1
* fixed bug 345353 "Implement "finish" signal on GladeProject"Juan Pablo Ugarte2006-07-053-112/+84
* fixed bug 343712 "Gnome stock items not recognized by glade-3" AddedJuan Pablo Ugarte2006-07-054-32/+102
* Fixed compiler warnings by adding an include.Tristan Van Berkom2006-07-031-0/+1
* o Added "#if 0" debugging code and removed an old comment that doesnt makeTristan Van Berkom2006-06-302-70/+40
* Major rework underway, phase one complete: Move undo/redo stack logic fromTristan Van Berkom2006-06-298-322/+512
* o gtk_window_set_decorated() all GtkWindows (bug 344817) o FixedTristan Van Berkom2006-06-256-65/+155
* Added 'default-palette-state' element and attribute declarations.Tristan Van Berkom2006-06-254-23/+48
* o Added proxy signals for events used by parenting GladeFixed objects,Tristan Van Berkom2006-06-255-65/+143
* o Unset drag source / drag dest on GladeWidget objects.Tristan Van Berkom2006-06-241-2/+6
* Updated.Tristan Van Berkom2006-06-244-22/+5
* Pass FALSE to gtk_get_option_group() and call gtk_init (NULL, NULL) laterTristan Van Berkom2006-06-241-1/+6
* Fixed a crasher in the menu-editor (when a widget name changes and weTristan Van Berkom2006-06-241-1/+4
* o Changed application name to "Glade 3" o Destroy GladeProjectWindowTristan Van Berkom2006-06-243-18/+45
* Dont call verify funcs in superuser modeTristan Van Berkom2006-06-247-57/+155
* Added a weak reference to the GladeProperty and clear itself when theTristan Van Berkom2006-06-242-24/+26
* Fixed undo/redo of GtkBox children drags.Tristan Van Berkom2006-06-231-16/+71
* Check for NULL GError return locations from g_option_context_parse ()Tristan Van Berkom2006-06-231-3/+9
* src/glade-widget-class.[ch] Create cursors for adding widgetsTristan Van Berkom2006-06-225-3/+87
* improved drag inside GtkBox... TODO: reorder children properly so thatTristan Van Berkom2006-06-222-19/+74
* 's/g_return_if_fail/g_return_val_if_fail/'Tristan Van Berkom2006-06-224-15/+18