| Commit message (Expand) | Author | Age | Files | Lines |
* | set binary age and interface age to 0. | Tim Janik | 1998-09-26 | 3 | -41/+207 |
* | new function to get the *real* geometry position of a window, taken | Tim Janik | 1998-09-25 | 1 | -0/+115 |
* | update to Gtk+ version 1.1.3, binary age 1, interface age 1. | Tim Janik | 1998-09-23 | 2 | -5/+10 |
* | Shut up gcc AND cvsGTK_1_1_2a | Manish Singh | 1998-09-21 | 2 | -8/+7 |
* | use $(PERL) instead of perl render properly in non-square aspect ratios. | jaycox | 1998-09-21 | 2 | -9/+14 |
* | This shouldn't be there | Manish Singh | 1998-09-21 | 1 | -2363/+0 |
* | reallocate the required memory block, rather than allocating it newly from | Tim Janik | 1998-09-21 | 1 | -14/+8 |
* | shut up CVS | Manish Singh | 1998-09-21 | 1 | -0/+1 |
* | NEWS file update for upcoming release of Gtk+ version 1.1.2, binary age 0, | Tim Janik | 1998-09-21 | 1 | -1/+4 |
* | indent other than GNU indent should be OK now. | Owen Taylor | 1998-09-20 | 4 | -924/+19 |
* | Add names to prototype for gdk_image_new_bitmap. | Owen Taylor | 1998-09-20 | 1 | -0/+2 |
* | Forgot to commit this | Raja R Harinath | 1998-09-20 | 1 | -1/+1 |
* | gtk/Makefile.am: use $(AWK) instead of awk | jaycox | 1998-09-19 | 1 | -3/+3 |
* | Remove references to $(top_srcdir). (gtk.defs, | Raja R Harinath | 1998-09-18 | 2 | -38/+33 |
* | changed gpointer object_data; to GData*object_data to cure compiler | Tim Janik | 1998-09-18 | 2 | -18/+18 |
* | shutup CVS further | Manish Singh | 1998-09-17 | 1 | -0/+6 |
* | Move `gtkfeature.h' ... (gtkinclude_HEADERS): ... here. (gtk.defs): Pass | Raja R Harinath | 1998-09-17 | 1 | -2/+2 |
* | Update to libtool-1.2b, change library versioning scheme to drop | Owen Taylor | 1998-09-17 | 7 | -1164/+58 |
* | added gtk_object_set_data_destroy and gtk_object_set_data_destroy_by_id | Tim Janik | 1998-09-17 | 2 | -167/+78 |
* | Test whether type is not equal to GTK_TOOLBAR_CHILD_RADIOBUTTON before | Federico Mena Quintero | 1998-09-16 | 1 | -1/+1 |
* | 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 | 2 | -54/+106 |
* | at Sep 12 10:44:06 1998 Owen Taylor <otaylor@redhat.com> | Owen Taylor | 1998-09-12 | 1 | -38/+96 |
* | new function to set/unset the selectable flag of a single row. | Lars Hamann | 1998-09-11 | 4 | -63/+218 |
* | Checking in minor changes. Now synced with 0.9.0.GTK_1_1_2 | Raph Levien | 1998-09-11 | 1 | -2/+50 |
* | added -posix check for NeXTStep | Manish Singh | 1998-09-09 | 1 | -3/+3 |
* | use g_atexit() instead of ATEXIT. | Tim Janik | 1998-09-08 | 2 | -4/+2 |
* | #include <stdlib.h> for rand() | Manish Singh | 1998-09-06 | 1 | -0/+1 |
* | don't include any gdk headers. added structure definitions for | Tim Janik | 1998-09-05 | 4 | -156/+193 |
* | `const' fixups.merge-to-themes-2-4 | Tim Janik | 1998-09-03 | 4 | -270/+290 |
* | Fixed up some of the bigendian 32bpp modes. | Raph Levien | 1998-09-03 | 1 | -1/+3 |
* | plug another small GtkSIgnalQuery leak. | Tim Janik | 1998-09-03 | 1 | -1/+3 |
* | GTK_MENU_DIR_CHILD: check for the existance of | Tim Janik | 1998-09-03 | 30 | -545/+745 |
* | Replaced "foo == TRUE" and "foo == FALSE" constructs by more forgiving | Federico Mena Quintero | 1998-09-02 | 1 | -10/+10 |
* | Unref the adjustment. | Owen Taylor | 1998-09-01 | 2 | -17/+71 |
* | I should have added testrgb to the .cvsignore last time. Now I have. | Raph Levien | 1998-09-01 | 1 | -0/+1 |
* | Minor improvements to gdkrgb, added testrgb to the gtk directory. | Raph Levien | 1998-09-01 | 1 | -0/+237 |
* | quell some warnings with g_hash_table_new | Manish Singh | 1998-08-29 | 4 | -3/+12 |
* | Make sure the mark we pass to line start is the beginning of a real line, | Owen Taylor | 1998-08-25 | 1 | -8/+23 |
* | Updated the stupid builtins file, again - Federico | Arturo Espinosa | 1998-08-25 | 1 | -1/+1 |
* | Reference count the fonts used in the text widget. | Owen Taylor | 1998-08-25 | 13 | -173/+503 |
* | removed some unused variables | Manish Singh | 1998-08-24 | 3 | -2/+8 |
* | begin the parameter elipsis (...) after the first argument name. this | Tim Janik | 1998-08-24 | 11 | -176/+207 |
* | added GTK_HAVE_FEATURES_1_1_2merge-to-themes-2-3 | Stuart Parmenter | 1998-08-21 | 1 | -1/+4 |
* | added a function to perform a binary version check, returning a static | Tim Janik | 1998-08-21 | 2 | -0/+25 |
* | Check to see if we've computed our geometry yet, and if not, ignore the | Owen Taylor | 1998-08-21 | 1 | -18/+16 |
* | silly visual fixes | Manish Singh | 1998-08-20 | 1 | -0/+2 |
* | Do not do anything if the event's window is not the bin window. | Federico Mena Quintero | 1998-08-20 | 1 | -0/+6 |
* | Change to testgtk to go along with GdkRgb integration into gtk_preview. | Raph Levien | 1998-08-20 | 1 | -0/+4 |
* | Minor fixes that were needed for the Gimp/GdkRgb integration. | Raph Levien | 1998-08-20 | 2 | -1259/+113 |
* | allow argument parsing in gtk without G_ENABLE_DEBUG being defined | Tim Janik | 1998-08-18 | 1 | -50/+51 |