| Commit message (Expand) | Author | Age | Files | Lines |
* | Fixed gettextize/aclocal conflict in autogen.sh | Joel Becker | 1998-12-16 | 8 | -2/+40 |
* | removed clist flag : GTK_CLIST_DRAG_SELECTION added flags : | Lars Hamann | 1998-12-16 | 6 | -1234/+1566 |
* | Use base[NORMAL] instead of bg[PRELIGHT] so CLists now can be used in | Owen Taylor | 1998-12-16 | 11 | -85/+199 |
* | Remove --with-threads, unused GTK_THREAD_FLAGS | Jeff Garzik | 1998-12-16 | 10 | -4/+42 |
* | Use G_IO_ERR|G_IO_HUP|G_IO_NVAL as the mask for checking for | Elliot Lee | 1998-12-15 | 9 | -6/+39 |
* | Make the gettext check for for libc5 systems. | Martin Baulig | 1998-12-15 | 8 | -0/+21 |
* | Not running gettextize fails on a fresh CVS checkout and we'll get a lot | Martin Baulig | 1998-12-15 | 8 | -0/+27 |
* | Rename AM_GNU_GETTEXT_GTK to AM_GTK_GNU_GETTEXT and AM_WITH_NLS_GTK to | Martin Baulig | 1998-12-15 | 9 | -4/+46 |
* | Moved gtk_label_set() compatiblity define from <gtkcompat.h> to | Owen Taylor | 1998-12-15 | 2 | -1/+3 |
* | Provide a hacked version of the gettext macros that never use the included | Owen Taylor | 1998-12-15 | 11 | -9/+397 |
* | Added gdk_text_extents_wc() | Owen Taylor | 1998-12-15 | 26 | -454/+1132 |
* | Added GTK_USER_DRAW flag. | Owen Taylor | 1998-12-15 | 14 | -19/+86 |
* | Fixed up some warnings. | Owen Taylor | 1998-12-15 | 14 | -54/+473 |
* | Keep separate putback_events and queued_events queues so that we get both | Owen Taylor | 1998-12-15 | 9 | -60/+190 |
* | Removed unused variable, fixed minor memory leak. | Owen Taylor | 1998-12-15 | 10 | -39/+50 |
* | Remove gdk_signal, which crept back in in last commit. | Owen Taylor | 1998-12-15 | 11 | -92/+4145 |
* | Commented out testthreads from the build process, since we won't have any | Owen Taylor | 1998-12-15 | 46 | -5329/+1033 |
* | acconfig.h removed IPC_RMID_DEFERRED_RELEASE check | Manish Singh | 1998-12-15 | 12 | -208/+56 |
* | autoconf says we need AC_ISC_POSIX. Whiner. | Manish Singh | 1998-12-15 | 1 | -0/+1 |
* | include -lintl in LIBS | Tim Janik | 1998-12-15 | 2 | -0/+7 |
* | Replaced the crappy de.po with a valid one. | Sven Neumann | 1998-12-15 | 8 | -53/+66 |
* | Append locale-specific suffixes to default rc file names, and look these | Owen Taylor | 1998-12-14 | 10 | -10/+196 |
* | Added Portuguese translation. | Nuno Ferreira | 1998-12-14 | 9 | -1/+131 |
* | Only call gtk_spin_button_update if the spinbutton is editable. | Stefan Jeske | 1998-12-14 | 8 | -4/+42 |
* | Added gettext-10.35 | Owen Taylor | 1998-12-14 | 22 | -44/+469 |
* | made GtkWidget::grab_focus a RUN_LAST and RUN_ACTION signal. moved stuff | Tim Janik | 1998-12-14 | 8 | -4/+63 |
* | fixed submenu popup timeouts, we decide whether or not to delay the | Tim Janik | 1998-12-14 | 8 | -8/+74 |
* | Added a "grab_focus" signal for widgets. When the signal is emitted, the | Federico Mena Quintero | 1998-12-14 | 9 | -0/+89 |
* | Update the following sections to the current API: - Container Widgets - | GMT 1998 Tony Gale | 1998-12-13 | 15 | -1038/+1241 |
* | made GtkMenuItem::activate a GTK_RUN_ACTION signal. | Tim Janik | 1998-12-13 | 10 | -2/+86 |
* | Mark child->window as destroyed so we don't destroy it again. | Owen Taylor | 1998-12-12 | 9 | -1/+44 |
* | Corrections to computation of extents of text from a font set. (from | Owen Taylor | 1998-12-12 | 9 | -8/+57 |
* | Added "style_set" handlers. | Owen Taylor | 1998-12-11 | 9 | -0/+67 |
* | Add in a "style_set" handler so that the background of the clist changes | Owen Taylor | 1998-12-11 | 8 | -0/+49 |
* | Released GTK+ 1.1.7GTK_1_1_7 | CST 1998 Shawn T. Amundson | 1998-12-11 | 14 | -7/+106 |
* | avoid void pointer math | Manish Singh | 1998-12-11 | 15 | -8/+99 |
* | Added gtk_drag_source_unset() | Owen Taylor | 1998-12-11 | 9 | -0/+54 |
* | Use gdk_window_get_origin() instead of gdk_window_get_position, because | Owen Taylor | 1998-12-11 | 9 | -4/+57 |
* | - re-write the GtkProgressBar section to the 1.1 API. - add an Appendix | GMT 1998 Tony Gale | 1998-12-10 | 35 | -819/+2791 |
* | use g_snprintf, eliminate need for string.h include string.h, for strlen | Jeff Garzik | 1998-12-10 | 11 | -4/+39 |
* | Add a case for success in test for XUnregisterIMInstantiate, to prevent | Owen Taylor | 1998-12-09 | 8 | -1/+43 |
* | Fixed argument list and return type for non-XIM fallback. | Sebastian Wilhelmi | 1998-12-09 | 12 | -21/+91 |
* | Add in missing 'flags' field to target list. | Owen Taylor | 1998-12-09 | 11 | -8/+76 |
* | put text after #endif in comment | Manish Singh | 1998-12-09 | 11 | -4/+61 |
* | New file that holds code for dealing with X Input Methods. | Owen Taylor | 1998-12-09 | 2 | -0/+2894 |
* | Destroy widgets _after_ propagating unrealize signals through the widget | Owen Taylor | 1998-12-09 | 35 | -2297/+1931 |
* | Allocate correct amount of memory for strings. | Owen Taylor | 1998-12-09 | 8 | -2/+37 |
* | Released GTK+ 1.1.6GTK_1_1_6 | CST 1998 Shawn T. Amundson | 1998-12-09 | 15 | -5/+203 |
* | added gtk_type_query() which returns a newly allocated structure holding | Tim Janik | 1998-12-08 | 10 | -7/+97 |
* | Fixed order of arguments to gdk_window_transient_for(). | Owen Taylor | 1998-12-08 | 8 | -1/+36 |