summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Incremented version to 1.2.0. -Shawn <amundson@gtk.org>GTK_1_2_0CST 1999 Shawn T. Amundson1999-02-2532-1429/+1594
* still request the extra width or height if the corresponding scrollbar isTim Janik1999-02-258-4/+53
* updates, i left the text widget related portions in there, to serve as aTim Janik1999-02-258-75/+49
* don't add extra width or height if the requested size is mandatory (i.e.Tim Janik1999-02-258-10/+59
* New function gtk_menu_reorder_child() from Tim Janik.CST 1999 Shawn T. Amundson1999-02-259-0/+57
* removed bogus lineTim Janik1999-02-257-14/+0
* Don't access *bitmapped_sizes if nbitmapped_sizes == 0. (Pointed out byOwen Taylor1999-02-258-14/+59
* Make prototypes for drag_data_get and drag_data_received handlers matchOwen Taylor1999-02-259-4/+53
* Changed bug reporting instructions to describe using the GNOME bugOwen Taylor1999-02-258-5/+66
* Unset the clip mask for the GC if we set it. (Patch from Lars HamannOwen Taylor1999-02-258-0/+44
* added function to check if a specific signal handler connection existsTim Janik1999-02-249-44/+162
* Updated translation. (monospaced is still missing)Kjartan Maraas1999-02-242-116/+120
* if the widget is not editable, don't silently eat up GDK_Return, GDK_HomeTim Janik1999-02-248-1/+49
* warn about &widget->requisition, even for toplevels.Tim Janik1999-02-2414-28/+216
* removed gtkrc rule added by Sergey Panov, because GTK+ no longer built. WeCST 1999 Shawn T. Amundson1999-02-248-1/+43
* Added notice to look in AUTHORS and ChangeLog files for a list of changes.CST 1999 Shawn T. Amundson1999-02-24289-2/+2233
* fix implicit branch creation, we need the *real* parent path for this andTim Janik1999-02-238-1/+57
* You don't need to check one variable twice (trivial bugfix).Pavel Machek1999-02-238-1/+28
* When sending events to windows with a proxy, set the window field in theOwen Taylor1999-02-2310-29/+268
* - Complete the ProgressBar API - Fix the CList example codeGMT 1999 Tony Gale1999-02-2211-313/+530
* Removed check-y/check-n backgrounds - the effect looked like a bug.Owen Taylor1999-02-219-4/+39
* Always set the max width or height to at least 1, since 0 triggers bugs inOwen Taylor1999-02-219-4/+53
* Changed warnings from g_message() to g_warning().Owen Taylor1999-02-2114-30/+98
* I've made the spec file autogenerated and I updated the file listMichael Fulbright1999-02-213-3/+12
* Account for the fact that Xlib expects format == 32 to be a long, even onOwen Taylor1999-02-2116-53/+218
* removed debugging statements about embedded XID's. They could have beenOwen Taylor1999-02-2115-49/+389
* marked gtk_window_set_focus, gtk_window_set_default,Tim Janik1999-02-218-4/+47
* Revise algorithm for scrolling backwards. This one might actually workOwen Taylor1999-02-219-23/+80
* hm, set_modal doesn't really work with random gtk_grab_add/gtk_grab_removeTim Janik1999-02-208-13/+62
* increment years and months by two not three on double clicks, patchTim Janik1999-02-208-3/+48
* added ::modal argument. (gtk_window_hide): reset window->modal from theTim Janik1999-02-209-21/+119
* Collecttion of the locale dependent gtkrc files andSergey I. Panov1999-02-1912-0/+84
* grouped function names into application-level, widget-level andTim Janik1999-02-199-38/+101
* When queueing clears relative to widget->window, actually storeOwen Taylor1999-02-188-1/+50
* Fix glib_config_args gtk_config_args confusion. (pointed out by RolandOwen Taylor1999-02-1811-30/+105
* added widget arg ::titles_active.Tim Janik1999-02-188-0/+51
* only translate widget relative coordinates to window relative if theTim Janik1999-02-178-19/+71
* Shooby Ban <bansz@szif.hu>Szabolcs Ban1999-02-171-0/+6
* Updated.Nuno Ferreira1999-02-172-23/+26
* Shooby Ban <bansz@szif.hu>Szabolcs Ban1999-02-161-1/+1
* Shooby Ban <bansz@szif.hu>Szabolcs Ban1999-02-161-0/+462
* version = 1.1.16GTK_1_1_16CST 1999 Shawn T. Amundson1999-02-1626-158/+248
* Tue, 16 Feb 1999 12:51:56 +0100Vincent Renardias1999-02-161-22/+22
* Use a ScrolledWindow test how Text widgets work within ScrolledWindow.Owen Taylor1999-02-1610-41/+109
* When setting styles, remove unecessary explicits draws and clears.Owen Taylor1999-02-1617-50/+102
* Updated for 1.1.16.Owen Taylor1999-02-168-0/+47
* Free label->label_wc.Owen Taylor1999-02-168-0/+37
* Some coding style fixups.Owen Taylor1999-02-168-78/+174
* When we find a match, stop searching. (Because we assume pspec != NULL inOwen Taylor1999-02-1511-194/+581
* gtk/gtkwidget.c (gtk_widget_real_grab_focus):Owen Taylor1999-02-159-2/+75