| Commit message (Expand) | Author | Age | Files | Lines |
* | Must mark also gdk_error_warnings and gdk_error_code as GDKVAR, as they | Tor Lillqvist | 1999-12-11 | 1 | -1/+7 |
* | Adapt cast macros to standard. | Raja R Harinath | 1999-11-22 | 1 | -400/+815 |
* | Substitute gdkx.h => gdkprivate.h since we need to accesss only | Owen Taylor | 1999-11-08 | 1 | -1/+1 |
* | Merge in Win32 version: Define macro GDKVAR for declaring gdk variables | Tor Lillqvist | 1999-03-17 | 1 | -1/+1 |
* | warn about &widget->requisition, even for toplevels. | Tim Janik | 1999-02-24 | 1 | -7/+15 |
* | 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 |
* | removed debugging statements about embedded XID's. They could have been | Owen Taylor | 1999-02-21 | 1 | -8/+0 |
* | hm, set_modal doesn't really work with random gtk_grab_add/gtk_grab_remove | Tim Janik | 1999-02-20 | 1 | -13/+6 |
* | added ::modal argument. (gtk_window_hide): reset window->modal from the | Tim Janik | 1999-02-20 | 1 | -15/+34 |
* | When setting styles, remove unecessary explicits draws and clears. | Owen Taylor | 1999-02-16 | 1 | -25/+0 |
* | gtk/gtkwidget.c (gtk_widget_real_grab_focus): | Owen Taylor | 1999-02-15 | 1 | -1/+2 |
* | applied patch from Paolo Molaro to fix GTK_TYPE_POINTER args of | Tim Janik | 1999-02-10 | 1 | -1/+1 |
* | Fixed some bugs with set_default_size. | Owen Taylor | 1999-02-10 | 1 | -5/+7 |
* | set RECEIVES_DEFAULT on init, and a button press on the widget doesn't | George Lebl | 1999-01-25 | 1 | -2/+42 |
* | only pass key events to the focus widget if it is sensitive. | Tim Janik | 1999-01-11 | 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/+2 |
* | Added GTK_USER_DRAW flag. | Owen Taylor | 1998-12-15 | 1 | -2/+4 |
* | Fixed order of arguments to gdk_window_transient_for(). | Owen Taylor | 1998-12-08 | 1 | -1/+1 |
* | New functions gtk_window_set_transient_for() - set up a "transient for" | Owen Taylor | 1998-12-07 | 1 | -41/+348 |
* | moved checks upon focus setting from gtk_window_real_set_focus to | Tim Janik | 1998-12-03 | 1 | -27/+30 |
* | s/gtk_notebook_nth_page/gtk_notebook_get_nth_page/. | Tim Janik | 1998-12-02 | 1 | -8/+11 |
* | I submitted this patch twice to gtk-devel-list, and received no comments, | Elliot Lee | 1998-11-30 | 1 | -1/+1 |
* | Removed bogus expose_event handler - we had two expose_event handlers! | Owen Taylor | 1998-11-28 | 1 | -18/+0 |
* | changed scrolled window inheritance, it inherits from GtkBin now. | Tim Janik | 1998-11-28 | 1 | -3/+3 |
* | Added layout widget for scrolling arbitrarily big areas. Added plug/socket | Owen Taylor | 1998-11-24 | 1 | -0/+52 |
* | forward declaration for gtk_window_paint declare xid_ht static get the | Jay Cox | 1998-11-07 | 1 | -0/+2 |
* | Indentation cleanups. | Owen Taylor | 1998-11-06 | 1 | -9/+6 |
* | Merge from themes-2. See the ChangeLog for a somewhat detailed | Owen Taylor | 1998-11-06 | 1 | -18/+110 |
* | Don't request a new size from the WM if we asked for the same size beforemerge-to-themes-2-5 | Owen Taylor | 1998-09-15 | 1 | -10/+46 |
* | use g_get_current_dir() instead of getcwd(). | Tim Janik | 1998-08-18 | 1 | -1/+1 |
* | removed gtk_input_add_interp.merge-to-themes-2-2 | Tim Janik | 1998-08-17 | 1 | -2/+1 |
* | Removed has_cursor, set the cursor beginning of Text when creating the | Owen Taylor | 1998-08-11 | 1 | -0/+28 |
* | Use common marshalling routines instead of having widget-private ones. It | Elliot Lee | 1998-07-21 | 1 | -28/+1 |
* | changed reversed_[12] to reserved_[12] in gtk_*_get_type functions. | Tim Janik | 1998-07-04 | 1 | -2/+2 |
* | call the base class init fucntions from all parent types upon class | Tim Janik | 1998-06-28 | 1 | -6/+17 |
* | do not avoid to queue for a resize if the container is not visible, we | Tim Janik | 1998-06-24 | 1 | -2/+8 |
* | added a frame with radio buttons to select the resize_mode for the | Tim Janik | 1998-06-24 | 1 | -4/+21 |
* | Remove --g-fatal-warnings flag from argv. | Owen Taylor | 1998-06-19 | 1 | -229/+87 |
* | boy! did i really modify that many files? | Tim Janik | 1998-06-16 | 1 | -1/+0 |
* | new functions gtk_selection_data_copy and gtk_selection_data_free. | Tim Janik | 1998-06-09 | 1 | -10/+8 |
* | fixed an assertment. | Tim Janik | 1998-06-07 | 1 | -77/+40 |
* | (James A <jamesa@demon.net> : gtk-jamesa-980511-4.patch) | Owen Taylor | 1998-05-12 | 1 | -2/+2 |
* | Use the previously unused window->need_resize flag to mark if a window's | Owen Taylor | 1998-05-12 | 1 | -7/+24 |
* | Try to figure out if this is Digital Unix and we need -std1 to get the | Owen Taylor | 1998-05-10 | 1 | -51/+28 |
* | reimplemented the signal storage system to use a linear array rather than | Tim Janik | 1998-05-06 | 1 | -2/+2 |
* | configure.in acheader.h gdk/gdkwindow.c Check for Shape extension both on | Owen Taylor | 1998-05-03 | 1 | -1/+1 |
* | check for accelerator table to be != NULL. | Tim Janik | 1998-04-13 | 1 | -4/+8 |
* | Changed LGPL address for FSF in all .h and .c files | PDT 1998 Shawn T. Amundson | 1998-04-13 | 1 | -2/+3 |
* | Set a flag so instead of clearing the area in advance. That looked | Owen Taylor | 1998-04-13 | 1 | -1/+1 |
* | Removed unsed variables (gtk-jbuhler-980408-0) | Owen Taylor | 1998-04-09 | 1 | -1/+0 |