| Commit message (Expand) | Author | Age | Files | Lines |
* | new functions gtk_selection_data_copy and gtk_selection_data_free. | Tim Janik | 1998-06-09 | 1 | -0/+39 |
* | wrapped enum definitions with glib macros. | Tim Janik | 1998-06-08 | 1 | -0/+11 |
* | feature check menu items in the compatibility code (this required me to | Tim Janik | 1998-06-07 | 1 | -0/+6 |
* | further additions to fit the gimp's code. additions to the dumping code to | Tim Janik | 1998-06-07 | 1 | -1/+7 |
* | *** empty log message *** | Marius Vollmer | 1998-06-07 | 1 | -0/+5 |
* | support different types of callbacks, to maintain existing code. | Tim Janik | 1998-06-07 | 1 | -0/+6 |
* | fixed an assertment. | Tim Janik | 1998-06-07 | 1 | -0/+112 |
* | New files to automagically extract code examples from the tutorial. | BST 1998 Tony Gale | 1998-06-04 | 1 | -0/+6 |
* | reversed test sequence for GTK_WIDGET_CAN_FOCUS and GTK_IS_CONTAINER | Lars Hamann | 1998-06-02 | 1 | -0/+6 |
* | minor changes to support auto extraction of example code | BST 1998 Tony Gale | 1998-06-02 | 1 | -0/+5 |
* | Update of Italian Tutorial to Tutorial of 24th May, from Daniele Canazza | BST 1998 Tony Gale | 1998-06-01 | 1 | -0/+5 |
* | - new section on Events - change all delete_event callbacks to include a | BST 1998 Tony Gale | 1998-05-29 | 1 | -0/+13 |
* | New enumeration for the "mode" field of crossing events. (struct | Federico Mena Quintero | 1998-05-27 | 1 | -0/+13 |
* | include gdkx.h always (for GDK_ROOT_WINDOW) | Radek Doulik | 1998-05-26 | 1 | -0/+4 |
* | - GtkTooltips, update to current API - change all 'gpointer *data' to | BST 1998 Tony Gale | 1998-05-24 | 1 | -0/+7 |
* | Bombo out with a moderately helpful message if detection of X libraries | Owen Taylor | 1998-05-24 | 1 | -0/+20 |
* | Locate child at (border_width,border_width), not | Owen Taylor | 1998-05-23 | 1 | -0/+10 |
* | Define GTK_HAVE_RC_SET_IMAGE_LOADER, to be used in gnome-libs | Miguel de Icaza | 1998-05-22 | 1 | -0/+5 |
* | Fix size_allocate to pass on to the child even if child isn't visible. | Elliot Lee | 1998-05-22 | 1 | -0/+6 |
* | Changed log | Owen Taylor | 1998-05-22 | 1 | -2/+20 |
* | use GTK_TYPE_GDK_EVENT in (un)?select_row signal. | CEST 1998 Paolo Molaro | 1998-05-22 | 1 | -0/+6 |
* | clog ent for changes | Elliot Lee | 1998-05-21 | 1 | -0/+5 |
* | Use pthread_attr_init() as a test function, since most of the rest of | Owen Taylor | 1998-05-20 | 1 | -0/+5 |
* | Tue, 19 May 1998 11:51:02 +0200 Paolo Molaro <lupus@debian.org> | Paolo Molaro | 1998-05-19 | 1 | -0/+4 |
* | entry for previous change | Elliot Lee | 1998-05-18 | 1 | -0/+4 |
* | Forgotten entry for visibility_notify_event | Elliot Lee | 1998-05-18 | 1 | -0/+4 |
* | changed "proximity-in-event", "drop-data-available-event", | Tim Janik | 1998-05-18 | 1 | -0/+12 |
* | g_strdup() the text retrived from GtkEntry. only intercept the Tab key if | Tim Janik | 1998-05-16 | 1 | -0/+6 |
* | Basic thread-awareness: | Owen Taylor | 1998-05-16 | 1 | -0/+19 |
* | include gdkkeysyms.h always | rodo | 1998-05-15 | 1 | -0/+5 |
* | [binray incompatibility] | Tim Janik | 1998-05-15 | 1 | -0/+5 |
* | chagelog fixups (yea there are even bugs in the changelog entries, fear!) | Tim Janik | 1998-05-14 | 1 | -2/+5 |
* | typedef gint gboolean; this is needed to provide portability with | Tim Janik | 1998-05-14 | 1 | -0/+16 |
* | A few more GPOINTER_TO_UINT fixes. | Owen Taylor | 1998-05-13 | 1 | -1/+1 |
* | A few more GPOINTER_TO_UINT fixes. | Owen Taylor | 1998-05-13 | 1 | -0/+14 |
* | Fixed up a stat() that Sopwith missed when changing stat => lstat. | Owen Taylor | 1998-05-13 | 1 | -0/+17 |
* | (James A <jamesa@demon.net> : gtk-jamesa-980511-4.patch) | Owen Taylor | 1998-05-12 | 1 | -0/+20 |
* | Rewritten and hopefully improved. | Owen Taylor | 1998-05-12 | 1 | -0/+9 |
* | The commit to the stable branch is on its way... | Federico Mena Quintero | 1998-05-12 | 1 | -0/+18 |
* | changed log | Owen Taylor | 1998-05-12 | 1 | -0/+12 |
* | [security audit by Alan Cox] | Tim Janik | 1998-05-12 | 1 | -20/+32 |
* | queue the idle_sizer with GTK_PRIORITY_INTERNAL - 1, so widgets get first | Tim Janik | 1998-05-11 | 1 | -0/+12 |
* | add question on multi-threading, minor URL cleanups. | BST 1998 Tony Gale | 1998-05-11 | 1 | -0/+5 |
* | preserve automake CFLAGS. | Tim Janik | 1998-05-11 | 1 | -62/+77 |
* | new file, gdatasets implement the object data mechanism from GtkObject. a | Tim Janik | 1998-05-11 | 1 | -0/+9 |
* | Started documentation of GtkCTree. | Stefan Jeske | 1998-05-10 | 1 | -0/+7 |
* | bugfixes, cleanups and macro reduction, nothing major though ;) | Tim Janik | 1998-05-10 | 1 | -12/+0 |
* | Try to figure out if this is Digital Unix and we need -std1 to get the | Owen Taylor | 1998-05-10 | 1 | -0/+78 |
* | update of Italian tutorial translation from Daniele Canazza | BST 1998 Tony Gale | 1998-05-09 | 1 | -0/+5 |
* | new file used as template for new file to define macros indicating newly | Tim Janik | 1998-05-09 | 1 | -0/+17 |