summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Released GTK+ 1.2.1GTK_1_2_1CST 1999 Shawn T. Amundson1999-03-2527-36/+124
* type/macro fixups.Tim Janik1999-03-2410-9/+39
* Added missing "%" to "prefix"Stefan Jeske1999-03-241-5/+5
* 1112: add missing . after @xrefKjartan Maraas1999-03-221-1/+1
* grrr, stupid cvs, try grasp the meaning of "abort"!Tim Janik1999-03-227-28/+28
* only redraw children that are visible *and* mapped (i.e. drawable).Tim Janik1999-03-2211-11/+142
* unmap clist if neccessary, unrealize title buttons.Lars Hamann1999-03-218-12/+56
* shut up cvsManish Singh1999-03-211-0/+2
* acinclude.m4 config.guess config.sub ltconfig upgrade to libtool 1.2fManish Singh1999-03-2014-1740/+3393
* only connect/disconnect to GtkWidgetClass::event to block mouse events.Lars Hamann1999-03-199-94/+116
* plugging problems reported by "Bruce Mitchener, Jr." <bruce@puremagic.com>Tim Janik1999-03-1719-215/+508
* make sure gtk_style_copy copies theme informationStuart Parmenter1999-03-171-12/+13
* updates.Tim Janik1999-03-178-0/+24
* bumped version number to Gtk+1.2.1, interface 0, binary 1.Tim Janik1999-03-179-2/+106
* ensure the item factory class has been created.Tim Janik1999-03-1615-233/+743
* added button_passive flag.Lars Hamann1999-03-159-112/+270
* swap the gtk_drag_highlight_expose and gtk_drag_highlight_paint since itGeorge Lebl1999-03-158-2/+51
* fixed a few width/height mixups.Lars Hamann1999-03-109-21/+60
* Significantly reduced the number of calls to gdk_draw_point() (and thus toFederico Mena Quintero1999-03-109-18/+136
* unref the item factory after window's destruction.Tim Janik1999-03-1014-140/+505
* first lookup the xfont ID in our font hash table, if we have aTim Janik1999-03-0910-24/+115
* before adding a child to a conatiner, make sure it is (default)Tim Janik1999-03-078-0/+76
* count object_signal values > 1 as TRUE also.Tim Janik1999-03-018-1/+36
* minor fix.Tim Janik1999-02-2710-1420/+1
* 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