summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Commented out testthreads from the build process, since we won't have anyOwen Taylor1998-12-1546-5329/+1033
* acconfig.h removed IPC_RMID_DEFERRED_RELEASE checkManish Singh1998-12-1512-208/+56
* autoconf says we need AC_ISC_POSIX. Whiner.Manish Singh1998-12-151-0/+1
* include -lintl in LIBSTim Janik1998-12-152-0/+7
* Replaced the crappy de.po with a valid one.Sven Neumann1998-12-158-53/+66
* Append locale-specific suffixes to default rc file names, and look theseOwen Taylor1998-12-1410-10/+196
* Added Portuguese translation.Nuno Ferreira1998-12-149-1/+131
* Only call gtk_spin_button_update if the spinbutton is editable.Stefan Jeske1998-12-148-4/+42
* Added gettext-10.35Owen Taylor1998-12-1422-44/+469
* made GtkWidget::grab_focus a RUN_LAST and RUN_ACTION signal. moved stuffTim Janik1998-12-148-4/+63
* fixed submenu popup timeouts, we decide whether or not to delay theTim Janik1998-12-148-8/+74
* Added a "grab_focus" signal for widgets. When the signal is emitted, theFederico Mena Quintero1998-12-149-0/+89
* Update the following sections to the current API: - Container Widgets -GMT 1998 Tony Gale1998-12-1315-1038/+1241
* made GtkMenuItem::activate a GTK_RUN_ACTION signal.Tim Janik1998-12-1310-2/+86
* Mark child->window as destroyed so we don't destroy it again.Owen Taylor1998-12-129-1/+44
* Corrections to computation of extents of text from a font set. (fromOwen Taylor1998-12-129-8/+57
* Added "style_set" handlers.Owen Taylor1998-12-119-0/+67
* Add in a "style_set" handler so that the background of the clist changesOwen Taylor1998-12-118-0/+49
* Released GTK+ 1.1.7GTK_1_1_7CST 1998 Shawn T. Amundson1998-12-1114-7/+106
* avoid void pointer mathManish Singh1998-12-1115-8/+99
* Added gtk_drag_source_unset()Owen Taylor1998-12-119-0/+54
* Use gdk_window_get_origin() instead of gdk_window_get_position, becauseOwen Taylor1998-12-119-4/+57
* - re-write the GtkProgressBar section to the 1.1 API. - add an AppendixGMT 1998 Tony Gale1998-12-1035-819/+2791
* use g_snprintf, eliminate need for string.h include string.h, for strlenJeff Garzik1998-12-1011-4/+39
* Add a case for success in test for XUnregisterIMInstantiate, to preventOwen Taylor1998-12-098-1/+43
* Fixed argument list and return type for non-XIM fallback.Sebastian Wilhelmi1998-12-0912-21/+91
* Add in missing 'flags' field to target list.Owen Taylor1998-12-0911-8/+76
* put text after #endif in commentManish Singh1998-12-0911-4/+61
* New file that holds code for dealing with X Input Methods.Owen Taylor1998-12-092-0/+2894
* Destroy widgets _after_ propagating unrealize signals through the widgetOwen Taylor1998-12-0935-2297/+1931
* Allocate correct amount of memory for strings.Owen Taylor1998-12-098-2/+37
* Released GTK+ 1.1.6GTK_1_1_6CST 1998 Shawn T. Amundson1998-12-0915-5/+203
* added gtk_type_query() which returns a newly allocated structure holdingTim Janik1998-12-0810-7/+97
* Fixed order of arguments to gdk_window_transient_for().Owen Taylor1998-12-088-1/+36
* simple top level Makefile that invokes all the sub-directory Makefiles.GMT 1998 Tony Gale1998-12-088-0/+54
* Functions to test the toolbar space style.Andrew T. Veliath1998-12-0811-20/+313
* Remove random unnecessary includes of standard headers.Owen Taylor1998-12-078-4/+35
* ""Damon Chaplin1998-12-078-73/+244
* Don't name function parameters after ObjC reserved words ("id" toElliot Lee1998-12-071-1/+1
* Use IPC_RMID _after_ doing XShmAttach. This should work everywhere, andOwen Taylor1998-12-0710-14/+104
* Removed the unused cursor field in the structure.Federico Mena Quintero1998-12-079-114/+153
* Start mass update for GTK 1.1 Look for the best version of awk Fix FD leakGMT 1998 Tony Gale1998-12-0720-2500/+2842
* New functions gtk_window_set_transient_for() - set up a "transient for"Owen Taylor1998-12-0717-65/+887
* updatesTim Janik1998-12-071-0/+9
* fixupsTim Janik1998-12-077-28/+28
* when marshalling connect_object signals, don't pass the data pointerTim Janik1998-12-078-1/+43
* reverted marius change to expose the type systems internal type info dataTim Janik1998-12-0718-161/+527
* *** empty log message ***Marius Vollmer1998-12-067-0/+63
* Allow a NULL marshaller. (gtk_signal_connect_by_type): Allow onlyMarius Vollmer1998-12-063-2/+27
* Grey out arrows if wrap == FALSE and interval borders are reached.Stefan Jeske1998-12-068-14/+62