summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Added `visible'.GTK_1_1_2_MARTINMartin Baulig1998-10-049-7/+115
* for unknown foreign fundamental types, collect an argument of the typeTim Janik1998-10-0314-21/+255
* fixes for assignment errors with GTK_CTREE_NODE_NEXT/PREVLars Hamann1998-10-028-57/+143
* make sure we don't segfault when looking up a non-existant value nameTim Janik1998-10-028-8/+51
* new function. (gtk_clist_insert): added g_return_val_if_fail() statements.Tim Janik1998-10-0111-595/+877
* list all widgets in the ->widgets_by_action list that have a callbackTim Janik1998-09-308-1/+43
* gtk/gtkcalendar.c: examples/calendar/gcalendar.c: remove HAVE_FEATURESCDT 1998 Shawn T. Amundson1998-09-289-19/+42
* gtk/gtkcalendar.c: examples/calendar: Added gtkcalendar widget and demoCDT 1998 Shawn T. Amundson1998-09-2714-0/+3149
* adde g_return_if_fail() statements.Tim Janik1998-09-268-0/+61
* set binary age and interface age to 0.Tim Janik1998-09-2611-43/+328
* new function to get the *real* geometry position of a window, takenTim Janik1998-09-2514-4/+454
* update to Gtk+ version 1.1.3, binary age 1, interface age 1.Tim Janik1998-09-2310-8/+111
* Released GTK+ 1.1.2GTK_VERSION_1_1_2CDT 1998 Shawn T. Amundson1998-09-227-0/+28
* Shut up gcc AND cvsGTK_1_1_2aManish Singh1998-09-212-8/+7
* use $(PERL) instead of perl render properly in non-square aspect ratios.jaycox1998-09-219-9/+56
* This shouldn't be thereManish Singh1998-09-211-2363/+0
* reallocate the required memory block, rather than allocating it newly fromTim Janik1998-09-218-14/+50
* shut up CVSManish Singh1998-09-211-0/+1
* more NEWS updatesTim Janik1998-09-211-0/+3
* NEWS file update for upcoming release of Gtk+ version 1.1.2, binary age 0,Tim Janik1998-09-219-8/+83
* Patch to libtool-1.2b to make --disable-staticOwen Taylor1998-09-208-4/+44
* More stuff about the type system.Marius Vollmer1998-09-201-114/+229
* indent other than GNU indent should be OK now.Owen Taylor1998-09-2013-926/+94
* file libtool-1.2.patch was initially added on branch gtk-1-0.Owen Taylor1998-09-200-0/+0
* Add names to prototype for gdk_image_new_bitmap.Owen Taylor1998-09-209-4/+34
* Forgot to commit thisRaja R Harinath1998-09-201-1/+1
* gtk/Makefile.am: use $(AWK) instead of awkjaycox1998-09-198-3/+31
* Remove references to $(top_srcdir). (gtk.defs,Raja R Harinath1998-09-189-38/+82
* changed gpointer object_data; to GData*object_data to cure compilerTim Janik1998-09-189-18/+53
* updated to latest automake versionManish Singh1998-09-1810-25/+137
* shutup CVS furtherManish Singh1998-09-172-0/+7
* Move `gtkfeature.h' ... (gtkinclude_HEADERS): ... here. (gtk.defs): PassRaja R Harinath1998-09-178-9/+44
* Added GNU indent to HACKING, as it is now required to build.Raph Levien1998-09-178-0/+36
* Update to libtool-1.2b, change library versioning scheme to dropOwen Taylor1998-09-1721-1597/+807
* added gtk_object_set_data_destroy and gtk_object_set_data_destroy_by_idTim Janik1998-09-179-167/+141
* syncArturo Espinosa1998-09-167-7/+0
* Test whether type is not equal to GTK_TOOLBAR_CHILD_RADIOBUTTON beforeFederico Mena Quintero1998-09-168-1/+64
* Reverted global changes of g_new to malloc(), added back in the one placeOwen Taylor1998-09-1512-67/+199
* Don't request a new size from the WM if we asked for the same size beforemerge-to-themes-2-5Owen Taylor1998-09-159-54/+330
* changed g_new()s to malloc()s and g_free()s to free()s to avoid mixingCDT 1998 Shawn T. Amundson1998-09-159-34/+81
* at Sep 12 10:44:06 1998 Owen Taylor <otaylor@redhat.com>Owen Taylor1998-09-1210-39/+220
* new function to set/unset the selectable flag of a single row.Lars Hamann1998-09-1111-63/+288
* Checking in minor changes. Now synced with 0.9.0.GTK_1_1_2Raph Levien1998-09-1110-6/+192
* added -posix check for NeXTStepManish Singh1998-09-0911-7/+82
* minor fixupTim Janik1998-09-081-2/+4
* use g_atexit() instead of ATEXIT.Tim Janik1998-09-0813-15/+115
* comment the -std1 check and save LIBS properlyManish Singh1998-09-088-1/+30
* cosmetic case changeManish Singh1998-09-071-1/+1
* #include <stdlib.h> for rand()Manish Singh1998-09-069-0/+30
* When the pointer is grabbed on an input window, either explicitely, orOwen Taylor1998-09-0513-62/+194