summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* - Removed temporary hackIMENDIO_050131imendio-0501-branchMikael Hallendal2005-01-169-40/+182
* - Parsing part of getting packing defaults working. Now the informationMikael Hallendal2005-01-138-4/+198
* Bumped GTK+ requirements to 2.4Mikael Hallendal2005-01-126-92/+71
* Change the min value for GtkBox size to 1 from 2. Fixes #163813.IMENDIO_050112Richard Hult2005-01-122-1/+6
* - Added parameter check on spec. (glade_property_class_update_from_node):Mikael Hallendal2005-01-122-0/+25
* Add first cut at documentation for adding widgets.Richard Hult2005-01-124-2/+231
* Fix typos in the XML.Richard Hult2005-01-123-2/+7
* Merge the translatable and non-translatable input widgets.IMENDIO_050111Richard Hult2005-01-114-112/+44
* - Hide some debug printoutsMikael Hallendal2005-01-115-6/+107
* Add i18n string handling.Richard Hult2005-01-076-18/+440
* Add translatable value.Richard Hult2005-01-064-2/+27
* - More work on the catalog format. - Replaced glade-widgets withMikael Hallendal2005-01-064-63/+76
* - Make sure to use the GLADE_TAG defines instead of hardcoding strings. -Mikael Hallendal2005-01-066-540/+529
* Removed Added - Revert and continue to call catalog files .xmlMikael Hallendal2005-01-054-7/+159
* - Removed need for the palette file, loads all .catalog files in catalogMikael Hallendal2005-01-0512-297/+804
* Fix crash when there are no rows.Richard Hult2005-01-052-2/+10
* - Changed GladeWidgetClass (class)->icon from GtkImage --> GdkPixbuf - Nowimendio-0501IMENDIO_0501_BRANCHPOINTTristan Van Berkom2005-01-0310-23/+84
* g_list_prepend in loops and glade_project_window_get_active_project to getTristan Van Berkom2005-01-0216-255/+391
* Now treestore items are inserted sortedTristan Van Berkom2005-01-013-14/+65
* - Added emacs c-basic-offset: 8. - Implemented multiple selection on theTristan Van Berkom2005-01-0110-215/+458
* Multiple widgets in Cut/Copy/Paste/Delete commandsTristan Van Berkom2004-12-3014-539/+704
* Selection on treeview now follows project->selection.Tristan Van Berkom2004-12-283-47/+58
* - Fixed placeholder refcount management in cut/copy/paste - ImplementedTristan Van Berkom2004-12-2810-125/+143
* - No need to free property lists in dispose if we do that in finalize. -Tristan Van Berkom2004-12-242-17/+22
* Bringing LIBGLADE_INTEGRATION branch up to date with patches from HEAD.POST_MERGE_2004_12_23Tristan Van Berkom2004-12-2317-264/+430
* Ahhh, synchronizing my last months work with repository.PRE_MERGE_2004_12_23Tristan Van Berkom2004-12-1525-581/+1348
* Replaced `GtkWidget *' with `GObject *' throughout the codeTristan Van Berkom2004-11-1839-1091/+1934
* - clean up a little bit. - drop acconfig.h, use the third arg of AC_DEFINEIvan Wong2004-11-1811-107/+87
* add dependency of libglade-2.0 >= 2.4.0Ivan Wong2004-11-1513-301/+398
* - add option "--verbose". - add POPT_AUTOHELP. - use dynamic version ofIvan Wong2004-11-1512-61/+127
* bug 157289 fixed in regard with boxes and notebooks.Tristan Van Berkom2004-11-105-22/+142
* when double-clicking on a window in the project view, hide if if it'sDavid Hoover2004-11-052-3/+16
* Implemented glade_command_copy () (undo/redo works like a charm :-)Tristan Van Berkom2004-11-058-86/+160
* rewrote function to create a GtkFileSelector or GtkFileChooser dependingShane Butler2004-11-056-33/+93
* Fix a few glitches that only show up on win32Ivan Wong2004-11-032-3/+9
* Removed GladePropertyType completely from the source in favor ofTristan Van Berkom2004-11-0326-1277/+746
* fix up CLEANFILES problemDavid Hoover2004-11-032-2/+5
* Win32 related fixes (bug 154927)Ivan Wong2004-11-0312-43/+138
* - Removed reference to obsoleted post_create function. - Changed `ignore'Tristan Van Berkom2004-10-284-21/+9
* Implemented glade_editor_query_popup(), also obsoleted common & packingTristan Van Berkom2004-10-2814-323/+503
* Fix up dependency issues with automatically generated marshallers files.David Hoover2004-10-272-2/+8
* CFLAGS was `-O2 -g', for now just `-g'. (Mixing these two compiler optionsTristan Van Berkom2004-10-267-120/+190
* Dynamically generate a marshaller that was in glade-editor.c, shorten theDavid Hoover2004-10-265-46/+12
* Remove commented out block that accidently crept into my last commit.David Hoover2004-10-251-2/+0
* Add support to automatically generate the marshallers files rather thanDavid Hoover2004-10-258-106/+35
* Added functionality for GtkFixed (also replaced some ints with gints andTristan Van Berkom2004-10-2220-387/+870
* minor addition to INTERNALS.Paolo Borelli2004-10-072-1/+5
* Sparse stuff.Morten Welinder2004-10-075-12/+11
* Define the group property.Morten Welinder2004-10-068-29/+95
* Fix life cycle of GtkObjects.Morten Welinder2004-10-063-16/+27