| Commit message (Expand) | Author | Age | Files | Lines |
* | gtk/gtkcombo.[ch] "activate" signal can be disabled now | CET 1998 Paolo Molaro | 1998-03-21 | 9 | -1/+45 |
* | changed packing in toolbar elements, so texts are always at the bottom | Radek Doulik | 1998-03-21 | 8 | -9/+86 |
* | syntax | rhlabs | 1998-03-20 | 1 | -1/+1 |
* | Released GTK+ 0.99.8GTK_0_99_8 | PST 1998 Shawn T. Amundson | 1998-03-20 | 12 | -11/+52 |
* | the Solaris ltconfig patch from draco | CST 1998 Shawn T. Amundson | 1998-03-19 | 9 | -0/+34 |
* | Reverted garray change, and fixed the g_rarray_truncate bug with length. | Manish Singh | 1998-03-19 | 4 | -105/+95 |
* | revert stupid part of revert, doh doh doh | Elliot Lee | 1998-03-19 | 1 | -1/+1 |
* | revert gboolean change until we work out the details of exactly why it needs ... | Elliot Lee | 1998-03-19 | 1 | -2/+3 |
* | #define M_PI if it isn't already initialize transparent properly, to make | Manish Singh | 1998-03-19 | 10 | -6/+52 |
* | perform the neccessary checks on funtion begin. use the scrolled_window | Tim Janik | 1998-03-18 | 8 | -4/+48 |
* | ( From: James Henstridge <james@daa.com.au> ) | Owen Taylor | 1998-03-18 | 22 | -179/+366 |
* | checked in gtk_entry_set_max_length (it truncates the texts if it's | CET 1998 Paolo Molaro | 1998-03-18 | 9 | -5/+61 |
* | use the resize queue. | Tim Janik | 1998-03-18 | 10 | -7/+66 |
* | Rewrite of GArray gboolean type changed to int | Manish Singh | 1998-03-18 | 10 | -93/+136 |
* | test if clist->title_window exists before showing it, | Radek Doulik | 1998-03-17 | 1 | -2/+4 |
* | return real boolean values not just numbers. | Tim Janik | 1998-03-17 | 9 | -7/+63 |
* | Doh. commit caught this accidentally. Can we put these #defines into a .h fil... | Elliot Lee | 1998-03-17 | 1 | -2/+2 |
* | Make Gtk compile: Fix GTK_NOTE definition for no debugging, and make gtk_use_... | Elliot Lee | 1998-03-17 | 4 | -9/+7 |
* | Try to guess if we can use the mb* functions safely. (For glibc, they do | Owen Taylor | 1998-03-17 | 22 | -95/+432 |
* | changed some debugging messages to be prefixed by "Gdk:". | Tim Janik | 1998-03-17 | 15 | -13/+152 |
* | fixed a bug about drawing GTK_ARROW_LEFT, correction from Damon Chaplin | Tim Janik | 1998-03-17 | 10 | -2/+39 |
* | Use StructureNotifyMaskMask as the mask, as this enables an application | Miguel de Icaza | 1998-03-17 | 11 | -6/+78 |
* | Use signed integers so that testing will not fail for windows that are | Federico Mena | 1998-03-17 | 9 | -64/+136 |
* | exported gtk_spin_button_spin since it is used in testgtk, and besides | Tim Janik | 1998-03-17 | 12 | -38/+473 |
* | - new question on modal windows - new question on updating progressbars - | GMT 1998 Tony Gale | 1998-03-16 | 9 | -26/+118 |
* | just fix an old entry | Tim Janik | 1998-03-16 | 7 | -7/+7 |
* | - New subsection on colourselection from Tom Bech <tomb@ii.uib.no> - Moved | GMT 1998 Tony Gale | 1998-03-16 | 9 | -226/+871 |
* | Added trailing newline, hopefully will fix the problem with esac | Owen Taylor | 1998-03-16 | 12 | -10/+127 |
* | removed GRAB_EXCLUSIVE again, just disable modal event delivery for | Tim Janik | 1998-03-15 | 11 | -7/+58 |
* | Added lib/glib to file list. | rhlabs | 1998-03-15 | 1 | -0/+3 |
* | Added -k to SMP make line. | rhlabs | 1998-03-15 | 1 | -1/+3 |
* | Add bin/* to file list. | rhlabs | 1998-03-15 | 1 | -1/+2 |
* | for now reverted the last change, since it broke click-select-click menus | Tim Janik | 1998-03-15 | 8 | -2/+38 |
* | Added aclocal stuff. | rhlabs | 1998-03-15 | 1 | -6/+15 |
* | removed the ugly check whether we need gtk_widget_destroy or | Tim Janik | 1998-03-15 | 11 | -53/+167 |
* | notebook fix from lars. | Tim Janik | 1998-03-15 | 8 | -1/+39 |
* | added new flag GTK_EXCLUSIVE_GRAB. allow exclusive grabs. | Tim Janik | 1998-03-15 | 14 | -15/+166 |
* | changed run type of GtkTipsQuery::widget_entered to GTK_RUN_LAST, so it | Tim Janik | 1998-03-15 | 10 | -21/+83 |
* | small fix by Assar Westerlund <assar@sics.se>. | Tim Janik | 1998-03-15 | 8 | -1/+23 |
* | don't cast a NULL pointer. | Tim Janik | 1998-03-15 | 10 | -24/+60 |
* | updates -timjGTK_0_99_7a | Tim Janik | 1998-03-15 | 1 | -0/+4 |
* | Released 0.99.7GTK_0_99_7 | PST 1998 Shawn T. Amundson | 1998-03-15 | 13 | -5/+42 |
* | added gtk.m4 to EXTRA_DIST | Owen Taylor | 1998-03-15 | 1 | -0/+1 |
* | Fixed reversed conditional, so checks against supplied version. | Owen Taylor | 1998-03-15 | 8 | -1/+36 |
* | fixed a bug with invoking the quit handlers that could cause them to be | Tim Janik | 1998-03-14 | 11 | -10/+42 |
* | Makefile.am fixes minor fix to gdkwindow.c -owtGTK_0_99_6 | Owen Taylor | 1998-03-14 | 12 | -6/+88 |
* | Released 0.99.6 | PST 1998 Shawn T. Amundson | 1998-03-14 | 15 | -17/+70 |
* | Some cleanups of signedness warnings | Owen Taylor | 1998-03-14 | 10 | -12/+59 |
* | Moved the gtk_signal_connect of the specified callback into the big | Federico Mena Quintero | 1998-03-14 | 8 | -193/+268 |
* | Fixed a bashism (a bash 2.0ism at that) in the gtk.m4 tests | Manish Singh | 1998-03-14 | 8 | -1/+29 |