| Commit message (Expand) | Author | Age | Files | Lines |
* | doh, this was broken beyond believe. | Tim Janik | 2000-12-13 | 1 | -14/+2 |
* | Add a function to determine if a window is the focus widget within its | Owen Taylor | 2000-12-11 | 1 | -0/+1 |
* | Fix link to PNG home, remove reference to fribidi. | Owen Taylor | 2000-12-05 | 1 | -1/+1 |
* | Remove "draw" virtual method and signal | Havoc Pennington | 2000-12-04 | 1 | -2/+0 |
* | Documented a bunch of functions in here (gtk_widget_realize): Warn if you | Havoc Pennington | 2000-11-21 | 1 | -1/+1 |
* | rename to gtk_text_mark_get_visible | Havoc Pennington | 2000-11-07 | 1 | -19/+0 |
* | Move more text widget headers into the private header list | Havoc Pennington | 2000-09-26 | 1 | -0/+5 |
* | Add some documenting comments about GTK_CAN_DEFAULT, GTK_HAS_DEFAULT and | George Lebl | 2000-09-03 | 1 | -0/+11 |
* | Use G_GNUC_CONST. | Elliot Lee | 2000-08-30 | 1 | -1/+1 |
* | Add gtk_widget_modify_{fg,bg,text,base,font}. | Owen Taylor | 2000-08-22 | 1 | -2/+17 |
* | applied patch from Andreas Persenius <ndap@swipnet.se> that updates the | Tim Janik | 2000-07-26 | 1 | -4/+4 |
* | Add a 'text' argument to set the initial text. | Owen Taylor | 2000-07-02 | 1 | -3/+4 |
* | Use pango_layout_get_pixel_extents() to remove a large number of '/ | Owen Taylor | 2000-07-02 | 1 | -0/+1 |
* | Call gtk_widget_size_request() on reparented child, if one. Otherwise, | Owen Taylor | 2000-07-02 | 1 | -22/+24 |
* | Add gdk_rgb_find_color() to get a pixel value using GdkRGB functionality | Owen Taylor | 2000-07-02 | 1 | -6/+0 |
* | Initialize DOUBLE_BUFFERED flag to on. | Owen Taylor | 2000-06-02 | 1 | -1/+5 |
* | Remove all references to offscreen flag which was no longer used. | Havoc Pennington | 2000-06-02 | 1 | -0/+13 |
* | documented necessary changes for 1.4 transition. | Tim Janik | 2000-05-12 | 1 | -1/+1 |
* | Merge no-flicker branch into HEAD | Owen Taylor | 2000-03-28 | 1 | -15/+3 |
* | Merges from gtk-1-2 | Owen Taylor | 2000-03-14 | 1 | -1/+1 |
* | Remove OwnerGrabButtonMask from button entries for GDK_BUTTON_PRESS / | Owen Taylor | 2000-02-18 | 1 | -0/+2 |
* | s/refcount/ref_count/. | Tim Janik | 2000-02-13 | 1 | -0/+1 |
* | Move all X specific code into the x11/ directory. Aside from shuffling | Owen Taylor | 1999-11-08 | 1 | -1/+0 |
* | Tue Mar 16 17:43:33 1999 Tim Janik <timj@gtk.org> | Tim Janik | 1999-03-17 | 1 | -0/+1 |
* | Incremented version to 1.2.0. -Shawn <amundson@gtk.org>GTK_1_2_0 | CST 1999 Shawn T. Amundson | 1999-02-25 | 1 | -0/+6 |
* | Make prototypes for drag_data_get and drag_data_received handlers match | Owen Taylor | 1999-02-25 | 1 | -2/+2 |
* | Added notice to look in AUTHORS and ChangeLog files for a list of changes. | CST 1999 Shawn T. Amundson | 1999-02-24 | 1 | -0/+8 |
* | When we find a match, stop searching. (Because we assume pspec != NULL in | Owen Taylor | 1999-02-15 | 1 | -2/+2 |
* | Fixed some bugs with set_default_size. | Owen Taylor | 1999-02-10 | 1 | -0/+2 |
* | New functions to set the colormap or visual of an existing widget. These | Owen Taylor | 1999-01-26 | 1 | -0/+13 |
* | set RECEIVES_DEFAULT on init, and a button press on the widget doesn't | George Lebl | 1999-01-25 | 1 | -1/+3 |
* | removed deprecated functions: gtk_clist_set_border, | Tim Janik | 1999-01-17 | 1 | -4/+0 |
* | version bump to 1.1.8, binary age 0, interface age 0, depend on GLib | Tim Janik | 1998-12-16 | 1 | -3/+5 |
* | Added GTK_USER_DRAW flag. | Owen Taylor | 1998-12-15 | 1 | -1/+3 |
* | Commented out testthreads from the build process, since we won't have any | Owen Taylor | 1998-12-15 | 1 | -1/+2 |
* | Added a "grab_focus" signal for widgets. When the signal is emitted, the | Federico Mena Quintero | 1998-12-14 | 1 | -0/+3 |
* | s/gtk_notebook_nth_page/gtk_notebook_get_nth_page/. | Tim Janik | 1998-12-02 | 1 | -7/+7 |
* | removed default initialization check, people must use gtk_type_init(); | Tim Janik | 1998-11-29 | 1 | -3/+10 |
* | changed scrolled window inheritance, it inherits from GtkBin now. | Tim Janik | 1998-11-28 | 1 | -3/+3 |
* | deprecated gtk_widget_freeze_accelerators and | Tim Janik | 1998-11-28 | 1 | -2/+7 |
* | added args ::show_text, ::text_xalign, ::text_yalign, ::activity_mode. | Tim Janik | 1998-11-23 | 1 | -16/+25 |
* | Merge from themes-2. See the ChangeLog for a somewhat detailed | Owen Taylor | 1998-11-06 | 1 | -2/+18 |
* | Always send "drag_leave" to dests without GTK_DEST_DEFAULT_MOTION. | Owen Taylor | 1998-10-20 | 1 | -0/+2 |
* | Added a modular client-message-filter mechanism, that is used for the DND | Owen Taylor | 1998-10-18 | 1 | -45/+44 |
* | removed all occourances of #pragma } and #pragma { which were in place to | Tim Janik | 1998-10-07 | 1 | -1/+0 |
* | GTK_MENU_DIR_CHILD: check for the existance of | Tim Janik | 1998-09-03 | 1 | -10/+14 |
* | begin the parameter elipsis (...) after the first argument name. this | Tim Janik | 1998-08-24 | 1 | -2/+4 |
* | handle negative values similar to gtk_widget_set_uposition(). that is: | Tim Janik | 1998-07-16 | 1 | -2/+2 |
* | temporary implementation of action signal "debug_msg" | Tim Janik | 1998-07-01 | 1 | -0/+4 |
* | yeppers, accelerator changes to fix the gimp. commit message dedicated to | Tim Janik | 1998-06-18 | 1 | -1/+2 |