summaryrefslogtreecommitdiff
path: root/src/glade-command.c
Commit message (Expand)AuthorAgeFilesLines
* Implemented glade_command_copy () (undo/redo works like a charm :-)Tristan Van Berkom2004-11-051-44/+128
* Added functionality for GtkFixed (also replaced some ints with gints andTristan Van Berkom2004-10-221-29/+27
* mass addition of new gtk-doc-style comments for functions, some cleanup ofDavid Hoover2004-10-041-5/+51
* only use the property value string in the description if it is not NULL,Damon Chaplin2004-04-261-2/+15
* fix 3 bad pixels in the shadow of these icons. account for changes onJoaquin Cuenca Abela2004-04-211-54/+138
* Implement the selector button and label in the palette.Paolo Borelli2003-11-281-0/+8
* Move the GladeCommand declaration in the header.Paolo Borelli2003-11-141-43/+8
* Fix the MAKE_TYPE macro in command and more cleanups.Paolo Borelli2003-11-141-62/+56
* Free the gvalue of the set property command. Missed it in the previous audit.Paolo Borelli2003-11-141-33/+54
* Audit all the uses of GValues and fix leaks: values must be unset when done w...Paolo Borelli2003-11-101-7/+8
* Retrieve from gtk the value of packing properties: we now write a correct .gladePaolo Borelli2003-11-071-5/+15
* rewrite it as a GtkWidget. Moved some of its functions to glade-utils.c.Joaquin Cuenca Abela2003-11-021-7/+7
* First support for internal children. Now you can add widgets to dialogs. StillPaolo Borelli2003-10-231-0/+8
* Some refactoring of GladeWidget creation.Paolo Borelli2003-10-211-0/+2
* Bye bye GladeWidget->children, GladeWidget->parent.Paolo Borelli2003-08-211-10/+14
* Remove glade-project-window.h dep fromPaolo Borelli2003-08-071-5/+11
* First stage of the packingPaolo Borelli2003-07-261-4/+2
* Cleanup.Paolo Borelli2003-07-261-11/+13
* Do not segfault when clicking cancelPaolo Borelli2003-07-171-0/+5
* simplify command_set_property.Paolo Borelli2003-07-031-63/+27
* Fix selection.Joaquín Cuenca Abela2003-06-191-3/+3
* more changes from Paolo & meJoaquín Cuenca Abela2003-06-071-49/+124
* Change the glade_command_create & delete work (by Paolo). Release resources ...Joaquín Cuenca Abela2003-05-311-51/+65
* Fix the popup menu (by Paolo). Fix the cut & paste commands (by myself).Joaquín Cuenca Abela2003-05-111-2/+7
* shortcut keys for the menu editor (by Paolo).Joaquín Cuenca Abela2003-05-011-5/+133
* modified glade_widget_new_from_class_full to remove the assert on window crea...Joaquín Cuenca Abela2003-05-011-0/+1
* Several patches from Paolo & Archit. See Changelog.Joaquín Cuenca Abela2003-05-011-1/+0
* Cut/Paste and Undo/Redo crash fixArchit Baweja2003-04-281-3/+7
* extend the cut/paste system through the undo/redo system.Archit Baweja2003-04-231-0/+130
* From Paolo: fix the assert on creation of a new window & remove unused stuff.Joaquín Cuenca Abela2003-04-221-3/+1
* Fix several asserts.Joaquín Cuenca Abela2003-03-091-2/+5
* glade_clipboard_copy works better with the help of glade_widget_cloneArchit Baweja2002-04-121-13/+2
* Implementation of set & get of gunichar GValues.Joaquín Cuenca Abela2002-04-111-55/+66
* Undo/Redo system in place. Some bug fixes.Archit Baweja2002-03-311-0/+608