summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Fix a bunch of cases where XGetWindowProperty() is called without trappinggtk-1-2-merge-to-head-2Owen Taylor2000-03-138-20/+65
* Updated lt.poPablo Saratxaga2000-03-135-136/+137
* FAQ Update: - Minor cleanups (Emmanuel, me) - New questions: I need to addGMT 2000 Tony Gale2000-03-109-290/+843
* nothing reallyTim Janik2000-03-017-7/+0
* Spelling/grammar fixes from Martin Buchholz <martin@xemacs.org>GMT 2000 Tony Gale2000-02-2924-38/+108
* Fix problem where stray '"' characters found their way into the fontsetOwen Taylor2000-02-2520-28/+63
* Implement num_marked_dates, and don't emit mutiple day_selected signals onGMT 2000 Tony Gale2000-02-248-10/+58
* New section on GtkCalendar Update example codeGMT 2000 Tony Gale2000-02-2311-129/+1388
* Get the date on the FAQ right. Grr.GMT 2000 Tony Gale2000-02-222-2/+2
* FAQ UpdateGMT 2000 Tony Gale2000-02-229-112/+410
* add extern "C" scope.Tim Janik2000-02-228-0/+40
* applied patch from Guy Harris <guy@netapp.com> to make appends to the listLars Hamann2000-02-218-28/+69
* Don't recommend the use of gtk_signal_handlers_destroy, closes bug #6390Havoc Pennington2000-02-199-12/+69
* remove extraneous prototypes, patch from Sam O'ConnorTim Janik2000-02-1710-31/+49
* Released GTK+ 1.2.7GTK_1_2_7aGTK_1_2_7CST 2000 Shawn T. Amundson2000-02-1640-711/+729
* Updated Japanese translation.SHIRASAKI Yasuhiro2000-02-152-31/+35
* use g_str_hash() and g_str_equal() for the typename hash table.Tim Janik2000-02-148-24/+36
* Add some sanity checks to make sure we never divide by zero. (ProblemOwen Taylor2000-02-148-3/+47
* Apply patch from SHIRASAKI Yasuhiro <yasuhiro@awa.tohoku.ac.jp> to makeOwen Taylor2000-02-148-19/+98
* parent class is GtkContainer, not GtkWidget.Tim Janik2000-02-138-1/+36
* had to squeeze some more guint wrap-around bugs before going to bed.Tim Janik2000-02-1110-32/+80
* guard against guint wrap arounds in allocation.width.Tim Janik2000-02-109-25/+104
* guard widget access with ref/unref around signal emission.Tim Janik2000-02-088-1/+61
* use gtk_default_prelight_bg instead of gtk_default_insensitive_bg asTim Janik2000-02-0810-15/+111
* ignore delete events when grabs are active, unless a delete event is sendTim Janik2000-02-078-2/+44
* Remove debugging g_print's.Owen Taylor2000-02-068-3/+35
* up version number to 1.2.7, interface age 2, binary age 7. depend on glibTim Janik2000-02-049-6/+64
* Feb 4 15:54:54 2000 Owen Taylor <otaylor@redhat.com>Owen Taylor2000-02-038-4/+53
* Set the charset explicitely for the default font to avoid problems withOwen Taylor2000-02-038-1/+43
* updated lt.poPablo Saratxaga2000-02-031-8/+8
* Updated translation.Kjartan Maraas2000-02-032-5/+9
* acinclude.m4 config.guess config.sub ltconfig upgrade to libtool 1.3.4Manish Singh2000-02-0313-142/+364
* updated ca.poPablo Saratxaga2000-02-037-67/+67
* Set the activate_time to 0, so that we handle a quick press/releaseOwen Taylor2000-02-028-29/+88
* fixed very evil reentrancy bugs with destruction notifier, *always* updateTim Janik2000-02-018-3/+66
* A few more fixes for bug #5487, #2051, #2677. Reset clist->anchor to -1 ifLars Hamann2000-01-299-38/+97
* Removed duplicate prototypes for gdk_drag_get_selection() andOwen Taylor2000-01-299-3/+49
* page->tab_label can be NULL.Owen Taylor2000-01-288-1/+36
* parent_relative arg is booleanHavoc Pennington2000-01-2719-107/+370
* Return immediately if clist->drag_pos < 0. This is a workaround for theOwen Taylor2000-01-2710-2/+106
* Added Lithuanian filePablo Saratxaga2000-01-279-64/+533
* Fix stupid typo in last commit.Owen Taylor2000-01-278-4/+42
* prefix all autogenerated source that get build in $(srcdir) withTim Janik2000-01-268-12/+94
* revert change so stuff compilesTim Janik2000-01-261-15/+5
* Finish the job of allowing event to be NULL. (Fixes bug #4283, reported byOwen Taylor2000-01-269-7/+106
* Don't show the tab_label unless it itself is visible.Owen Taylor2000-01-268-2/+81
* Use the requisition, not the allocation, since the allocation has notOwen Taylor2000-01-268-4/+61
* Dont' set style/base[GTK_STATE_INSENSITIVE] both toOwen Taylor2000-01-269-2/+79
* Fix several bugs which occured after an attempt to open invalid homeOwen Taylor2000-01-269-37/+178
* check dcgettext with libintl, if it's specified.Shirasaki Yasuhiro2000-01-268-0/+39