| Commit message (Expand) | Author | Age | Files | Lines |
* | take the left, right, top and bottom attach arguments as mandatory and | Tim Janik | 1998-10-10 | 1 | -0/+7 |
* | Fixed warning message to print out parent class name correctly. | Owen Taylor | 1998-10-08 | 1 | -1/+6 |
* | removed functions gtk_object_set_data_destroy and | Tim Janik | 1998-10-08 | 1 | -0/+11 |
* | added size_allocate_title_buttons call (gtk_clist_realize): changed | Lars Hamann | 1998-10-07 | 1 | -0/+6 |
* | removed xor_gc, use clists xor_gc instead removed | Lars Hamann | 1998-10-07 | 1 | -0/+9 |
* | removed all occourances of #pragma } and #pragma { which were in place to | Tim Janik | 1998-10-07 | 1 | -0/+9 |
* | new signal GtkCList::resize_column. don't draw invisible columns | Lars Hamann | 1998-10-07 | 1 | -0/+28 |
* | use g_free to free g_malloced memory (Martin Pool | Tim Janik | 1998-10-06 | 1 | -0/+5 |
* | Fixed an alpha bug. | Raph Levien | 1998-10-05 | 1 | -0/+5 |
* | gtk/gtkcalendar.c: More changes: - The day with focus is now seperated | CDT 1998 Shawn T. Amundson | 1998-10-05 | 1 | -0/+11 |
* | gtk/gtkcalendar.c: Some significant changes, including: - No longer draw | CDT 1998 Shawn T. Amundson | 1998-10-04 | 1 | -0/+12 |
* | update I've had sat around: - Grammar patch from James R. Van Zandt | BST 1998 Tony Gale | 1998-10-04 | 1 | -0/+7 |
* | Added `visible'.GTK_1_1_2_MARTIN | Martin Baulig | 1998-10-04 | 1 | -0/+9 |
* | for unknown foreign fundamental types, collect an argument of the type | Tim Janik | 1998-10-03 | 1 | -0/+23 |
* | fixes for assignment errors with GTK_CTREE_NODE_NEXT/PREV | Lars Hamann | 1998-10-02 | 1 | -0/+9 |
* | make sure we don't segfault when looking up a non-existant value name | Tim Janik | 1998-10-02 | 1 | -0/+6 |
* | new function. (gtk_clist_insert): added g_return_val_if_fail() statements. | Tim Janik | 1998-10-01 | 1 | -0/+30 |
* | list all widgets in the ->widgets_by_action list that have a callback | Tim Janik | 1998-09-30 | 1 | -0/+6 |
* | gtk/gtkcalendar.c: examples/calendar/gcalendar.c: remove HAVE_FEATURES | CDT 1998 Shawn T. Amundson | 1998-09-28 | 1 | -0/+6 |
* | gtk/gtkcalendar.c: examples/calendar: Added gtkcalendar widget and demo | CDT 1998 Shawn T. Amundson | 1998-09-27 | 1 | -0/+6 |
* | adde g_return_if_fail() statements. | Tim Janik | 1998-09-26 | 1 | -0/+7 |
* | set binary age and interface age to 0. | Tim Janik | 1998-09-26 | 1 | -0/+17 |
* | new function to get the *real* geometry position of a window, taken | Tim Janik | 1998-09-25 | 1 | -0/+15 |
* | update to Gtk+ version 1.1.3, binary age 1, interface age 1. | Tim Janik | 1998-09-23 | 1 | -0/+14 |
* | Released GTK+ 1.1.2GTK_VERSION_1_1_2 | CDT 1998 Shawn T. Amundson | 1998-09-22 | 1 | -0/+4 |
* | use $(PERL) instead of perl render properly in non-square aspect ratios. | jaycox | 1998-09-21 | 1 | -0/+6 |
* | reallocate the required memory block, rather than allocating it newly from | Tim Janik | 1998-09-21 | 1 | -0/+6 |
* | NEWS file update for upcoming release of Gtk+ version 1.1.2, binary age 0, | Tim Janik | 1998-09-21 | 1 | -0/+7 |
* | Patch to libtool-1.2b to make --disable-static | Owen Taylor | 1998-09-20 | 1 | -0/+5 |
* | indent other than GNU indent should be OK now. | Owen Taylor | 1998-09-20 | 1 | -0/+10 |
* | Add names to prototype for gdk_image_new_bitmap. | Owen Taylor | 1998-09-20 | 1 | -0/+4 |
* | gtk/Makefile.am: use $(AWK) instead of awk | jaycox | 1998-09-19 | 1 | -0/+4 |
* | Remove references to $(top_srcdir). (gtk.defs, | Raja R Harinath | 1998-09-18 | 1 | -0/+7 |
* | changed gpointer object_data; to GData*object_data to cure compiler | Tim Janik | 1998-09-18 | 1 | -0/+5 |
* | updated to latest automake version | Manish Singh | 1998-09-18 | 1 | -0/+6 |
* | Move `gtkfeature.h' ... (gtkinclude_HEADERS): ... here. (gtk.defs): Pass | Raja R Harinath | 1998-09-17 | 1 | -1/+6 |
* | Added GNU indent to HACKING, as it is now required to build. | Raph Levien | 1998-09-17 | 1 | -0/+5 |
* | Update to libtool-1.2b, change library versioning scheme to drop | Owen Taylor | 1998-09-17 | 1 | -0/+20 |
* | added gtk_object_set_data_destroy and gtk_object_set_data_destroy_by_id | Tim Janik | 1998-09-17 | 1 | -0/+9 |
* | sync | Arturo Espinosa | 1998-09-16 | 1 | -1/+0 |
* | Test whether type is not equal to GTK_TOOLBAR_CHILD_RADIOBUTTON before | Federico Mena Quintero | 1998-09-16 | 1 | -0/+9 |
* | Reverted global changes of g_new to malloc(), added back in the one place | Owen Taylor | 1998-09-15 | 1 | -0/+18 |
* | Don't request a new size from the WM if we asked for the same size beforemerge-to-themes-2-5 | Owen Taylor | 1998-09-15 | 1 | -0/+32 |
* | changed g_new()s to malloc()s and g_free()s to free()s to avoid mixing | CDT 1998 Shawn T. Amundson | 1998-09-15 | 1 | -0/+7 |
* | at Sep 12 10:44:06 1998 Owen Taylor <otaylor@redhat.com> | Owen Taylor | 1998-09-12 | 1 | -0/+17 |
* | new function to set/unset the selectable flag of a single row. | Lars Hamann | 1998-09-11 | 1 | -0/+10 |
* | Checking in minor changes. Now synced with 0.9.0.GTK_1_1_2 | Raph Levien | 1998-09-11 | 1 | -0/+8 |
* | added -posix check for NeXTStep | Manish Singh | 1998-09-09 | 1 | -0/+9 |
* | use g_atexit() instead of ATEXIT. | Tim Janik | 1998-09-08 | 1 | -0/+11 |
* | comment the -std1 check and save LIBS properly | Manish Singh | 1998-09-08 | 1 | -0/+4 |