| Commit message (Expand) | Author | Age | Files | Lines |
* | Fixed gettextize/aclocal conflict in autogen.sh | Joel Becker | 1998-12-16 | 1 | -0/+5 |
* | Use base[NORMAL] instead of bg[PRELIGHT] so CLists now can be used in | Owen Taylor | 1998-12-16 | 1 | -0/+12 |
* | Remove --with-threads, unused GTK_THREAD_FLAGS | Jeff Garzik | 1998-12-16 | 1 | -0/+6 |
* | Use G_IO_ERR|G_IO_HUP|G_IO_NVAL as the mask for checking for | Elliot Lee | 1998-12-15 | 1 | -0/+5 |
* | Make the gettext check for for libc5 systems. | Martin Baulig | 1998-12-15 | 1 | -0/+2 |
* | Not running gettextize fails on a fresh CVS checkout and we'll get a lot | Martin Baulig | 1998-12-15 | 1 | -0/+3 |
* | Rename AM_GNU_GETTEXT_GTK to AM_GTK_GNU_GETTEXT and AM_WITH_NLS_GTK to | Martin Baulig | 1998-12-15 | 1 | -0/+6 |
* | Provide a hacked version of the gettext macros that never use the included | Owen Taylor | 1998-12-15 | 1 | -0/+10 |
* | Added gdk_text_extents_wc() | Owen Taylor | 1998-12-15 | 1 | -0/+17 |
* | Added GTK_USER_DRAW flag. | Owen Taylor | 1998-12-15 | 1 | -1/+10 |
* | Fixed up some warnings. | Owen Taylor | 1998-12-15 | 1 | -0/+12 |
* | Keep separate putback_events and queued_events queues so that we get both | Owen Taylor | 1998-12-15 | 1 | -0/+6 |
* | Removed unused variable, fixed minor memory leak. | Owen Taylor | 1998-12-15 | 1 | -0/+7 |
* | Remove gdk_signal, which crept back in in last commit. | Owen Taylor | 1998-12-15 | 1 | -0/+5 |
* | Commented out testthreads from the build process, since we won't have any | Owen Taylor | 1998-12-15 | 1 | -0/+40 |
* | acconfig.h removed IPC_RMID_DEFERRED_RELEASE check | Manish Singh | 1998-12-15 | 1 | -0/+8 |
* | Replaced the crappy de.po with a valid one. | Sven Neumann | 1998-12-15 | 1 | -0/+4 |
* | Append locale-specific suffixes to default rc file names, and look these | Owen Taylor | 1998-12-14 | 1 | -0/+15 |
* | Added Portuguese translation. | Nuno Ferreira | 1998-12-14 | 1 | -0/+6 |
* | Only call gtk_spin_button_update if the spinbutton is editable. | Stefan Jeske | 1998-12-14 | 1 | -0/+5 |
* | Added gettext-10.35 | Owen Taylor | 1998-12-14 | 1 | -0/+21 |
* | made GtkWidget::grab_focus a RUN_LAST and RUN_ACTION signal. moved stuff | Tim Janik | 1998-12-14 | 1 | -0/+7 |
* | fixed submenu popup timeouts, we decide whether or not to delay the | Tim Janik | 1998-12-14 | 1 | -0/+7 |
* | Added a "grab_focus" signal for widgets. When the signal is emitted, the | Federico Mena Quintero | 1998-12-14 | 1 | -0/+11 |
* | Update the following sections to the current API: - Container Widgets - | GMT 1998 Tony Gale | 1998-12-13 | 1 | -0/+9 |
* | made GtkMenuItem::activate a GTK_RUN_ACTION signal. | Tim Janik | 1998-12-13 | 1 | -0/+8 |
* | Mark child->window as destroyed so we don't destroy it again. | Owen Taylor | 1998-12-12 | 1 | -0/+6 |
* | Corrections to computation of extents of text from a font set. (from | Owen Taylor | 1998-12-12 | 1 | -0/+7 |
* | Added "style_set" handlers. | Owen Taylor | 1998-12-11 | 1 | -0/+6 |
* | Add in a "style_set" handler so that the background of the clist changes | Owen Taylor | 1998-12-11 | 1 | -0/+6 |
* | Released GTK+ 1.1.7GTK_1_1_7 | CST 1998 Shawn T. Amundson | 1998-12-11 | 1 | -0/+12 |
* | avoid void pointer math | Manish Singh | 1998-12-11 | 1 | -0/+13 |
* | Added gtk_drag_source_unset() | Owen Taylor | 1998-12-11 | 1 | -0/+4 |
* | Use gdk_window_get_origin() instead of gdk_window_get_position, because | Owen Taylor | 1998-12-11 | 1 | -0/+8 |
* | - re-write the GtkProgressBar section to the 1.1 API. - add an Appendix | GMT 1998 Tony Gale | 1998-12-10 | 1 | -0/+9 |
* | use g_snprintf, eliminate need for string.h include string.h, for strlen | Jeff Garzik | 1998-12-10 | 1 | -0/+5 |
* | Add a case for success in test for XUnregisterIMInstantiate, to prevent | Owen Taylor | 1998-12-09 | 1 | -0/+6 |
* | Fixed argument list and return type for non-XIM fallback. | Sebastian Wilhelmi | 1998-12-09 | 1 | -0/+7 |
* | Add in missing 'flags' field to target list. | Owen Taylor | 1998-12-09 | 1 | -0/+8 |
* | put text after #endif in comment | Manish Singh | 1998-12-09 | 1 | -0/+8 |
* | Destroy widgets _after_ propagating unrealize signals through the widget | Owen Taylor | 1998-12-09 | 1 | -0/+77 |
* | Allocate correct amount of memory for strings. | Owen Taylor | 1998-12-09 | 1 | -0/+5 |
* | Released GTK+ 1.1.6GTK_1_1_6 | CST 1998 Shawn T. Amundson | 1998-12-09 | 1 | -0/+11 |
* | added gtk_type_query() which returns a newly allocated structure holding | Tim Janik | 1998-12-08 | 1 | -0/+8 |
* | Fixed order of arguments to gdk_window_transient_for(). | Owen Taylor | 1998-12-08 | 1 | -0/+5 |
* | simple top level Makefile that invokes all the sub-directory Makefiles. | GMT 1998 Tony Gale | 1998-12-08 | 1 | -0/+5 |
* | Functions to test the toolbar space style. | Andrew T. Veliath | 1998-12-08 | 1 | -0/+20 |
* | Remove random unnecessary includes of standard headers. | Owen Taylor | 1998-12-07 | 1 | -0/+5 |
* | "" | Damon Chaplin | 1998-12-07 | 1 | -0/+20 |
* | Use IPC_RMID _after_ doing XShmAttach. This should work everywhere, and | Owen Taylor | 1998-12-07 | 1 | -0/+12 |