| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | Removed the unused cursor field in the structure. | Federico Mena Quintero | 1998-12-07 | 1 | -0/+5 |
* | Start mass update for GTK 1.1 Look for the best version of awk Fix FD leak | GMT 1998 Tony Gale | 1998-12-07 | 1 | -0/+7 |
* | New functions gtk_window_set_transient_for() - set up a "transient for" | Owen Taylor | 1998-12-07 | 1 | -1/+27 |
* | fixups | Tim Janik | 1998-12-07 | 1 | -4/+4 |
* | when marshalling connect_object signals, don't pass the data pointer | Tim Janik | 1998-12-07 | 1 | -0/+6 |
* | reverted marius change to expose the type systems internal type info data | Tim Janik | 1998-12-07 | 1 | -0/+53 |
* | *** empty log message *** | Marius Vollmer | 1998-12-06 | 1 | -0/+9 |
* | Grey out arrows if wrap == FALSE and interval borders are reached. | Stefan Jeske | 1998-12-06 | 1 | -0/+5 |
* | Fixed long-standing typo in aspect ratio computation code. (pointed out by | Owen Taylor | 1998-12-06 | 1 | -0/+6 |
* | call toggle_row with valid row numbers only (toggle_row): check if | Lars Hamann | 1998-12-04 | 1 | -0/+6 |