| Commit message (Expand) | Author | Age | Files | Lines |
* | acconfig.h removed IPC_RMID_DEFERRED_RELEASE check | Manish Singh | 1998-12-15 | 1 | -82/+0 |
* | Corrections to computation of extents of text from a font set. (from | Owen Taylor | 1998-12-12 | 1 | -4/+4 |
* | Fixed argument list and return type for non-XIM fallback. | Sebastian Wilhelmi | 1998-12-09 | 1 | -8/+8 |
* | Add in missing 'flags' field to target list. | Owen Taylor | 1998-12-09 | 1 | -1/+7 |
* | New file that holds code for dealing with X Input Methods. | Owen Taylor | 1998-12-09 | 1 | -0/+1447 |
* | Destroy widgets _after_ propagating unrealize signals through the widget | Owen Taylor | 1998-12-09 | 4 | -715/+176 |
* | Use IPC_RMID _after_ doing XShmAttach. This should work everywhere, and | Owen Taylor | 1998-12-07 | 1 | -6/+8 |
* | New functions gtk_window_set_transient_for() - set up a "transient for" | Owen Taylor | 1998-12-07 | 1 | -0/+113 |
* | I submitted this patch twice to gtk-devel-list, and received no comments, | Elliot Lee | 1998-11-30 | 4 | -12/+12 |
* | Fixed gdk_input_devices being NULL when compiled with --xinput=xfree but | Raph Levien | 1998-11-27 | 1 | -10/+12 |
* | Fixed up copyright message. | Owen Taylor | 1998-11-24 | 1 | -13/+13 |
* | Removed DEFS "+=" mess that breaks recent automakes. INCLUDES is the | Jeff Garzik | 1998-11-24 | 7 | -7/+7 |
* | Fixed so it at least works with window managers other than Enlightenment, | Owen Taylor | 1998-11-22 | 1 | -24/+27 |
* | Accept drops that are sent to a toplevel but are not within the toplevels | Owen Taylor | 1998-11-18 | 1 | -27/+69 |
* | Tue Nov 17 1998 The Rasterman <raster@redhat.com> Added | Carsten Haitzler | 1998-11-18 | 1 | -0/+63 |
* | New function gdk_pixmap_foreign_new(). (gtk-blizzard-981005-0. Christopher | Owen Taylor | 1998-11-13 | 2 | -0/+50 |
* | forward declaration for gtk_window_paint declare xid_ht static get the | Jay Cox | 1998-11-07 | 1 | -1/+1 |
* | Merge from themes-2. See the ChangeLog for a somewhat detailed | Owen Taylor | 1998-11-06 | 5 | -141/+644 |
* | One-character fix to make it compile - Federico | Arturo Espinosa | 1998-10-21 | 1 | -1/+1 |
* | Always send "drag_leave" to dests without GTK_DEST_DEFAULT_MOTION. | Owen Taylor | 1998-10-20 | 1 | -171/+147 |
* | Added a modular client-message-filter mechanism, that is used for the DND | Owen Taylor | 1998-10-18 | 6 | -1059/+3086 |
* | new function to get the *real* geometry position of a window, taken | Tim Janik | 1998-09-25 | 2 | -2/+58 |
* | Reverted global changes of g_new to malloc(), added back in the one place | Owen Taylor | 1998-09-15 | 2 | -33/+35 |
* | changed g_new()s to malloc()s and g_free()s to free()s to avoid mixing | CDT 1998 Shawn T. Amundson | 1998-09-15 | 1 | -17/+16 |
* | use g_atexit() instead of ATEXIT. | Tim Janik | 1998-09-08 | 1 | -2/+1 |
* | When the pointer is grabbed on an input window, either explicitely, or | Owen Taylor | 1998-09-05 | 3 | -31/+69 |
* | quell some warnings with g_hash_table_new | Manish Singh | 1998-08-29 | 1 | -4/+4 |
* | Reference count the fonts used in the text widget. | Owen Taylor | 1998-08-25 | 5 | -193/+707 |
* | use g_get_current_dir() instead of getcwd(). | Tim Janik | 1998-08-18 | 3 | -13/+16 |
* | restricted the --g*fatal-* arguments to --g-fatal-warnings again. this | Tim Janik | 1998-08-18 | 6 | -1343/+1360 |
* | removed gtk_input_add_interp.merge-to-themes-2-2 | Tim Janik | 1998-08-17 | 3 | -6/+8 |
* | gdk.c: fixed bug in gdk_input_remove | Dietmar Maurer | 1998-08-17 | 1 | -22/+33 |
* | fatal warning option is split up now, "--g-fatal-warnings" causes fatal | Tim Janik | 1998-08-16 | 1 | -0/+1 |
* | Added gdk_text/string_extents() - too calculate all the metrics at once of | Owen Taylor | 1998-08-12 | 1 | -0/+86 |
* | Change window_private->parent pointer when reparenting. | Owen Taylor | 1998-08-02 | 1 | -0/+2 |
* | If xid_ht hasn't been created yet, don't do the lookup. | Owen Taylor | 1998-07-17 | 1 | -3/+4 |
* | Make gdk_window_foreign_new fail gracefully | Elliot Lee | 1998-07-16 | 1 | -3/+7 |
* | check if old_parent_private is not NULL before trying to g_list_remove the | George Lebl | 1998-07-13 | 1 | -1/+2 |
* | 4 bit support, increased available_depths array, which was too low (?) | CDT 1998 Shawn T. Amundson | 1998-07-10 | 1 | -3/+3 |
* | changed reversed_[12] to reserved_[12] in gtk_*_get_type functions. | Tim Janik | 1998-07-04 | 6 | -12/+34 |
* | use native Xlib XConvertCase if it's available | Manish Singh | 1998-06-28 | 1 | -4/+13 |
* | compatibility function to provide XConvertCase() functionality from X11R6 | Tim Janik | 1998-06-27 | 1 | -4/+134 |
* | Added functions gdk_text_height, gdk_string_height, gdk_char_height to | Stefan Jeske | 1998-06-25 | 1 | -0/+68 |
* | do not avoid to queue for a resize if the container is not visible, we | Tim Janik | 1998-06-24 | 1 | -11/+17 |
* | new function gdk_window_at_pointer() to retrive the current GdkWindow the | Tim Janik | 1998-06-17 | 1 | -38/+97 |
* | gdk/gdktypes.h gdk/gdkprivate.h gtk/gtk*.h gtk/Makefile.am gtk/makenums.pl | Owen Taylor | 1998-06-15 | 2 | -7/+7 |
* | Patch from Tom Bech <tomb@ii.uib.no>, to handle color specs of the form c | Owen Taylor | 1998-06-13 | 1 | -1/+12 |
* | Removed code for drawing the child in two places at once. Unfortunately, | Owen Taylor | 1998-06-13 | 1 | -0/+6 |
* | Renamed g_const_pointer => gconstpointer. | Owen Taylor | 1998-06-10 | 1 | -3/+3 |
* | prevent gdk_init() from segfaulting when invoked with (NULL, NULL); (this | Tim Janik | 1998-06-10 | 1 | -13/+22 |