| Commit message (Expand) | Author | Age | Files | Lines |
* | Released GTK+ 1.2.1GTK_1_2_1 | CST 1999 Shawn T. Amundson | 1999-03-25 | 1 | -0/+14 |
* | type/macro fixups. | Tim Janik | 1999-03-24 | 1 | -0/+4 |
* | grrr, stupid cvs, try grasp the meaning of "abort"! | Tim Janik | 1999-03-22 | 1 | -4/+4 |
* | only redraw children that are visible *and* mapped (i.e. drawable). | Tim Janik | 1999-03-22 | 1 | -0/+18 |
* | unmap clist if neccessary, unrealize title buttons. | Lars Hamann | 1999-03-21 | 1 | -0/+5 |
* | acinclude.m4 config.guess config.sub ltconfig upgrade to libtool 1.2f | Manish Singh | 1999-03-20 | 1 | -0/+13 |
* | only connect/disconnect to GtkWidgetClass::event to block mouse events. | Lars Hamann | 1999-03-19 | 1 | -0/+13 |
* | plugging problems reported by "Bruce Mitchener, Jr." <bruce@puremagic.com> | Tim Janik | 1999-03-17 | 1 | -0/+37 |
* | updates. | Tim Janik | 1999-03-17 | 1 | -0/+2 |
* | bumped version number to Gtk+1.2.1, interface 0, binary 1. | Tim Janik | 1999-03-17 | 1 | -0/+14 |
* | ensure the item factory class has been created. | Tim Janik | 1999-03-16 | 1 | -0/+57 |
* | added button_passive flag. | Lars Hamann | 1999-03-15 | 1 | -0/+11 |
* | swap the gtk_drag_highlight_expose and gtk_drag_highlight_paint since it | George Lebl | 1999-03-15 | 1 | -0/+7 |
* | fixed a few width/height mixups. | Lars Hamann | 1999-03-10 | 1 | -0/+8 |
* | Significantly reduced the number of calls to gdk_draw_point() (and thus to | Federico Mena Quintero | 1999-03-10 | 1 | -0/+14 |
* | unref the item factory after window's destruction. | Tim Janik | 1999-03-10 | 1 | -0/+45 |
* | first lookup the xfont ID in our font hash table, if we have a | Tim Janik | 1999-03-09 | 1 | -0/+10 |
* | before adding a child to a conatiner, make sure it is (default) | Tim Janik | 1999-03-07 | 1 | -0/+10 |
* | count object_signal values > 1 as TRUE also. | Tim Janik | 1999-03-01 | 1 | -0/+5 |
* | Incremented version to 1.2.0. -Shawn <amundson@gtk.org>GTK_1_2_0 | CST 1999 Shawn T. Amundson | 1999-02-25 | 1 | -0/+17 |
* | still request the extra width or height if the corresponding scrollbar is | Tim Janik | 1999-02-25 | 1 | -0/+7 |
* | updates, i left the text widget related portions in there, to serve as a | Tim Janik | 1999-02-25 | 1 | -0/+6 |
* | don't add extra width or height if the requested size is mandatory (i.e. | Tim Janik | 1999-02-25 | 1 | -0/+6 |
* | New function gtk_menu_reorder_child() from Tim Janik. | CST 1999 Shawn T. Amundson | 1999-02-25 | 1 | -0/+5 |
* | removed bogus line | Tim Janik | 1999-02-25 | 1 | -2/+0 |
* | Don't access *bitmapped_sizes if nbitmapped_sizes == 0. (Pointed out by | Owen Taylor | 1999-02-25 | 1 | -0/+6 |
* | Make prototypes for drag_data_get and drag_data_received handlers match | Owen Taylor | 1999-02-25 | 1 | -0/+7 |
* | Changed bug reporting instructions to describe using the GNOME bug | Owen Taylor | 1999-02-25 | 1 | -0/+5 |
* | Unset the clip mask for the GC if we set it. (Patch from Lars Hamann | Owen Taylor | 1999-02-25 | 1 | -0/+6 |
* | added function to check if a specific signal handler connection exists | Tim Janik | 1999-02-24 | 1 | -0/+13 |
* | if the widget is not editable, don't silently eat up GDK_Return, GDK_Home | Tim Janik | 1999-02-24 | 1 | -0/+6 |
* | warn about &widget->requisition, even for toplevels. | Tim Janik | 1999-02-24 | 1 | -0/+26 |
* | removed gtkrc rule added by Sergey Panov, because GTK+ no longer built. We | CST 1999 Shawn T. Amundson | 1999-02-24 | 1 | -0/+6 |
* | Added notice to look in AUTHORS and ChangeLog files for a list of changes. | CST 1999 Shawn T. Amundson | 1999-02-24 | 1 | -0/+5 |
* | fix implicit branch creation, we need the *real* parent path for this and | Tim Janik | 1999-02-23 | 1 | -0/+7 |
* | You don't need to check one variable twice (trivial bugfix). | Pavel Machek | 1999-02-23 | 1 | -0/+4 |
* | When sending events to windows with a proxy, set the window field in the | Owen Taylor | 1999-02-23 | 1 | -0/+17 |
* | - Complete the ProgressBar API - Fix the CList example code | GMT 1999 Tony Gale | 1999-02-22 | 1 | -0/+9 |
* | Removed check-y/check-n backgrounds - the effect looked like a bug. | Owen Taylor | 1999-02-21 | 1 | -0/+5 |
* | Always set the max width or height to at least 1, since 0 triggers bugs in | Owen Taylor | 1999-02-21 | 1 | -0/+7 |
* | Changed warnings from g_message() to g_warning(). | Owen Taylor | 1999-02-21 | 1 | -0/+11 |
* | Account for the fact that Xlib expects format == 32 to be a long, even on | Owen Taylor | 1999-02-21 | 1 | -0/+16 |
* | removed debugging statements about embedded XID's. They could have been | Owen Taylor | 1999-02-21 | 1 | -0/+14 |
* | marked gtk_window_set_focus, gtk_window_set_default, | Tim Janik | 1999-02-21 | 1 | -0/+6 |
* | Revise algorithm for scrolling backwards. This one might actually work | Owen Taylor | 1999-02-21 | 1 | -0/+9 |
* | hm, set_modal doesn't really work with random gtk_grab_add/gtk_grab_remove | Tim Janik | 1999-02-20 | 1 | -0/+8 |
* | increment years and months by two not three on double clicks, patch | Tim Janik | 1999-02-20 | 1 | -0/+6 |
* | added ::modal argument. (gtk_window_hide): reset window->modal from the | Tim Janik | 1999-02-20 | 1 | -0/+11 |
* | Collecttion of the locale dependent gtkrc files and | Sergey I. Panov | 1999-02-19 | 1 | -0/+9 |
* | grouped function names into application-level, widget-level and | Tim Janik | 1999-02-19 | 1 | -0/+8 |