summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* GTK+ is as easy as 1.2.3...GTK_1_2_3CDT 1999 Shawn T. Amundson1999-05-1131-408/+450
* propagate ::selection-done emissions up to the topmost menu shell.Tim Janik1999-05-118-6/+57
* Unset the user data on the window before destroying it.Owen Taylor1999-05-079-3/+141
* Removed stray GtkPlugButton declaration.Owen Taylor1999-05-0612-5/+168
* Change G_MAXINT to 2^16 to alleviate overflow problems in various windowOwen Taylor1999-05-062-16/+16
* Patch from Sung-Hyun Nam <namsh@lgic.co.kr>Owen Taylor1999-05-062-20/+20
* in the ItemFactory test, link radio items together, and show howTim Janik1999-05-0625-262/+497
* Initialize size_hints.x and size_hints.y because kwm brokenly paysOwen Taylor1999-05-059-2/+67
* Free the return value of gdk_list_visuals(). (Bug #1193 - Morten WelinderOwen Taylor1999-05-058-6/+51
* Add $INTLLIBS into $LIBS directly, rather than repeating the checks forOwen Taylor1999-05-0510-19/+134
* cast the return value of XSetIMValues to (void *) when comparing to NULL,Manish Singh1999-05-049-2/+51
* Use width,height = 0, 0 to mean - here to edge of window, instead of -1,Owen Taylor1999-05-0411-83/+88
* Add a gtkrc file for iso-8859-2 locales.Owen Taylor1999-05-0410-13/+192
* Backmerge from HEAD sk.po sl.po zh_TW.Big5.po: New additionsOwen Taylor1999-05-048-75/+2855
* check private->destroyed before making the callManish Singh1999-05-028-5/+42
* libtool 1.3 upgradeManish Singh1999-05-0112-693/+799
* remove unused variable.Tim Janik1999-04-298-1/+28
* Fix leak pointed out by Morten Welinder <terra@diku.dk>.Owen Taylor1999-04-279-0/+85
* When redrawing characters on non-visible entry, use appropriate '*'Owen Taylor1999-04-271-4/+9
* compute destination cell from drag coordinates.Lars Hamann1999-04-269-135/+257
* Updated.Changwoo Ryu1999-04-242-25/+29
* fix (and foxy ;)Tim Janik1999-04-227-14/+14
* properly initialize translate_* fields. (gtk_item_factory_finalize):Tim Janik1999-04-218-3/+76
* correctly remove the default filter from the listGeorge Lebl1999-04-219-2/+37
* Fixed leak of rc_style list when lookup succeeeds.Owen Taylor1999-04-218-0/+114
* Merged Croatian locale from HEAD.Drazen Kacar1999-04-193-1/+464
* Add a / before the directory name to keep directory names from eachother.Tomas Ogren1999-04-188-1/+36
* #include "gdkkeysyms.h" for gdk_XConvertCase #definesManish Singh1999-04-1710-13/+54
* fixed undo_selection bug. fixed resync_selection bug.Lars Hamann1999-04-149-7/+60
* Released GTK+ 1.2.2GTK_1_2_2CDT 1999 Shawn T. Amundson1999-04-1323-329/+357
* removed some silly #ifdef HAVE_CONFIG that we don't do in many otherOwen Taylor1999-04-1311-24/+78
* bumped version number to Gtk+ 1.2.2, interface 0, binary 2.Tim Janik1999-04-1111-6/+110
* Add some missing GDK_THREADS_ENTER()/LEAVE around timeouts. (Patches fromOwen Taylor1999-04-0910-7/+64
* use gtk_widget_activate() rather than emit_by_name.Tim Janik1999-04-089-2/+87
* Don't clamp position here prematurely -- we might not have the rightOwen Taylor1999-04-088-10/+59
* Add error traps so if the other end of the connection dies, we survive.Owen Taylor1999-04-0610-11/+116
* Only unhighlight when we've previously highlighted.Owen Taylor1999-04-0612-69/+208
* Check explicitly for the string "None" - it is in the XPM spec and someOwen Taylor1999-04-059-9/+86
* Fix warning created by people mucking around with the gsource API.Owen Taylor1999-04-059-20/+96
* made "->" into a "." of previous change so it compilesManish Singh1999-04-0212-16/+98
* Set the window field of the event structure before calling user filters.Federico Mena Quintero1999-04-019-0/+46
* Use False as the last argument to XInternAtom() here. This is aFederico Mena Quintero1999-04-019-6/+41
* added functions from GLE, gtk_arg_reset() to free the value and reset typeTim Janik1999-03-3011-9/+364
* Include <string.h> instead of <strings.h>.Owen Taylor1999-03-2910-3/+72
* Free the value of the intermediate text property - prevents major memoryOwen Taylor1999-03-299-0/+53
* Patches from Akira Higuchi <a-higuti@math.sci.hokudai.ac.jp>Owen Taylor1999-03-2915-4/+193
* Fix bug where if --display is specified on the command line, than the dragOwen Taylor1999-03-2911-8/+94
* Shut up CVSManish Singh1999-03-281-0/+1
* updated translationKjartan Maraas1999-03-261-5/+5
* get $HOME from g_get_home_dir() (gtk-pmc-990123-0.patch.gz).Tim Janik1999-03-2511-184/+262