| Commit message (Expand) | Author | Age | Files | Lines |
* | warn about &widget->requisition, even for toplevels. | Tim Janik | 1999-02-24 | 1 | -1/+1 |
* | 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 queueing clears relative to widget->window, actually store | Owen Taylor | 1999-02-18 | 1 | -1/+1 |
* | only translate widget relative coordinates to window relative if the | Tim Janik | 1999-02-17 | 1 | -19/+22 |
* | When setting styles, remove unecessary explicits draws and clears. | Owen Taylor | 1999-02-16 | 1 | -5/+1 |
* | gtk/gtkwidget.c (gtk_widget_real_grab_focus): | Owen Taylor | 1999-02-15 | 1 | -1/+10 |
* | Fixed some bugs with set_default_size. | Owen Taylor | 1999-02-10 | 1 | -5/+33 |
* | Add the entire draw_data_list back to the free list, not just the last | Owen Taylor | 1999-02-06 | 1 | -5/+8 |
* | Use floor() instead of truncating to integer values so we get translation | Owen Taylor | 1999-01-27 | 1 | -4/+37 |
* | New functions to set the colormap or visual of an existing widget. These | Owen Taylor | 1999-01-26 | 1 | -10/+55 |
* | set RECEIVES_DEFAULT on init, and a button press on the widget doesn't | George Lebl | 1999-01-25 | 1 | -0/+11 |
* | Code cleanup. | Owen Taylor | 1999-01-21 | 1 | -2/+2 |
* | removed deprecated functions: gtk_clist_set_border, | Tim Janik | 1999-01-17 | 1 | -16/+0 |
* | define GTK_DISABLE_COMPAT_H for compilation of gtk code. | Tim Janik | 1999-01-15 | 1 | -7/+3 |
* | nparams for selection_get should be 3, not 2. [ From Damon Chaplin | Owen Taylor | 1999-01-15 | 1 | -14/+26 |
* | eliminate queue_clears or queue_draws where we know that expose events | Tim Janik | 1999-01-13 | 1 | -3/+4 |
* | reworked the redrawing heuristics somewhat, this fixed a bunch of existing | Tim Janik | 1999-01-12 | 1 | -123/+117 |
* | Fixes to drawing the background of the bin window so that clearing and | Owen Taylor | 1999-01-08 | 1 | -14/+34 |
* | Don't add the gthread libs to GLIB_LIBS either, or -lgthread -lpthread | Owen Taylor | 1998-12-19 | 1 | -1/+1 |
* | Move main thread lock back to GDK - we need it there for locking when | Owen Taylor | 1998-12-16 | 1 | -2/+2 |
* | version bump to 1.1.8, binary age 0, interface age 0, depend on GLib | Tim Janik | 1998-12-16 | 1 | -2/+31 |
* | Commented out testthreads from the build process, since we won't have any | Owen Taylor | 1998-12-15 | 1 | -0/+4 |
* | made GtkWidget::grab_focus a RUN_LAST and RUN_ACTION signal. moved stuff | Tim Janik | 1998-12-14 | 1 | -4/+14 |
* | Added a "grab_focus" signal for widgets. When the signal is emitted, the | Federico Mena Quintero | 1998-12-14 | 1 | -0/+9 |
* | Destroy widgets _after_ propagating unrealize signals through the widget | Owen Taylor | 1998-12-09 | 1 | -8/+14 |
* | moved checks upon focus setting from gtk_window_real_set_focus to | Tim Janik | 1998-12-03 | 1 | -20/+63 |
* | s/gtk_notebook_nth_page/gtk_notebook_get_nth_page/. | Tim Janik | 1998-12-02 | 1 | -6/+6 |
* | I submitted this patch twice to gtk-devel-list, and received no comments, | Elliot Lee | 1998-11-30 | 1 | -1/+1 |
* | removed default initialization check, people must use gtk_type_init(); | Tim Janik | 1998-11-29 | 1 | -14/+47 |
* | changed scrolled window inheritance, it inherits from GtkBin now. | Tim Janik | 1998-11-28 | 1 | -61/+36 |
* | deprecated gtk_widget_freeze_accelerators and | Tim Janik | 1998-11-28 | 1 | -2/+18 |
* | added args ::show_text, ::text_xalign, ::text_yalign, ::activity_mode. | Tim Janik | 1998-11-23 | 1 | -49/+44 |
* | Merge from themes-2. See the ChangeLog for a somewhat detailed | Owen Taylor | 1998-11-06 | 1 | -61/+525 |
* | added a bunch of checks for widget != NULL and GTK_IS_WIDGET (widget): | Tim Janik | 1998-11-04 | 1 | -3/+54 |
* | added more g_return_if_fail() statements. | Tim Janik | 1998-10-25 | 1 | -0/+9 |
* | Change signal for drag_data_get to match the use that was being made of it | Owen Taylor | 1998-10-19 | 1 | -2/+4 |
* | Added a modular client-message-filter mechanism, that is used for the DND | Owen Taylor | 1998-10-18 | 1 | -169/+141 |
* | only unref those handlers that have not yet been disconnected (finally | Tim Janik | 1998-10-12 | 1 | -4/+4 |
* | GTK_MENU_DIR_CHILD: check for the existance of | Tim Janik | 1998-09-03 | 1 | -71/+73 |
* | Reference count the fonts used in the text widget. | Owen Taylor | 1998-08-25 | 1 | -8/+16 |
* | begin the parameter elipsis (...) after the first argument name. this | Tim Janik | 1998-08-24 | 1 | -7/+11 |
* | use g_get_current_dir() instead of getcwd(). | Tim Janik | 1998-08-18 | 1 | -1/+1 |
* | restricted the --g*fatal-* arguments to --g-fatal-warnings again. this | Tim Janik | 1998-08-18 | 1 | -1/+1 |
* | removed gtk_input_add_interp.merge-to-themes-2-2 | Tim Janik | 1998-08-17 | 1 | -11/+11 |
* | Added gdk_text/string_extents() - too calculate all the metrics at once of | Owen Taylor | 1998-08-12 | 1 | -7/+7 |
* | introduce testbindings on C-1 for buttons, to check out binding | Tim Janik | 1998-07-22 | 1 | -13/+0 |
* | genmarshal.pl: Handle complex types, and functions with a return value but | Elliot Lee | 1998-07-21 | 1 | -33/+33 |
* | Use common marshalling routines instead of having widget-private ones. It | Elliot Lee | 1998-07-21 | 1 | -212/+48 |
* | use misc->xpad for x calculation instead of ypad (typo). (gtk_arrow_set): | Tim Janik | 1998-07-17 | 1 | -8/+13 |
* | handle negative values similar to gtk_widget_set_uposition(). that is: | Tim Janik | 1998-07-16 | 1 | -4/+4 |