summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Aligned editor labels. Removed size request on editor widget and setLIBGLADE_INTEGRATIONNaba Kumar2005-03-093-6/+13
* Removed libglade dependency.Naba Kumar2005-02-287-3/+1768
* Updated. Added libglade as requirement.Naba Kumar2005-02-043-1/+7
* - Segregated UI and application engine. - Created a library for the engineNaba Kumar2005-02-0416-690/+1205
* Integrated imendio-0501-branch (tag IMENDIO_050131)Tristan Van Berkom2005-01-3117-107/+421
* Removing obsolete filesTristan Van Berkom2005-01-1232-646/+0
* Integrating imendio work.Tristan Van Berkom2005-01-1222-394/+1807
* - 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
* Bullet proof. (glade_gtk_notebook_post_create): Actually set the property.Morten Welinder2004-10-063-57/+115
* Typo.Morten Welinder2004-10-061-1/+1
* Typo.Morten Welinder2004-10-061-1/+1
* Typos.Morten Welinder2004-10-061-3/+3
* Plug leak.Morten Welinder2004-10-049-66/+112
* Plug leak.Morten Welinder2004-10-045-1/+19
* Glade properties are not GObjects, so don't use g_object_unref on them.Morten Welinder2004-10-043-13/+20
* Don't try to destroy a hash table with g_object_unref.Morten Welinder2004-10-042-2/+7
* Add some documentation.Paolo Borelli2004-10-041-0/+127