summaryrefslogtreecommitdiff
path: root/gdk/x11
Commit message (Expand)AuthorAgeFilesLines
* acconfig.h removed IPC_RMID_DEFERRED_RELEASE checkManish Singh1998-12-151-82/+0
* Corrections to computation of extents of text from a font set. (fromOwen Taylor1998-12-121-4/+4
* Fixed argument list and return type for non-XIM fallback.Sebastian Wilhelmi1998-12-091-8/+8
* Add in missing 'flags' field to target list.Owen Taylor1998-12-091-1/+7
* New file that holds code for dealing with X Input Methods.Owen Taylor1998-12-091-0/+1447
* Destroy widgets _after_ propagating unrealize signals through the widgetOwen Taylor1998-12-094-715/+176
* Use IPC_RMID _after_ doing XShmAttach. This should work everywhere, andOwen Taylor1998-12-071-6/+8
* New functions gtk_window_set_transient_for() - set up a "transient for"Owen Taylor1998-12-071-0/+113
* I submitted this patch twice to gtk-devel-list, and received no comments,Elliot Lee1998-11-304-12/+12
* Fixed gdk_input_devices being NULL when compiled with --xinput=xfree butRaph Levien1998-11-271-10/+12
* Fixed up copyright message.Owen Taylor1998-11-241-13/+13
* Removed DEFS "+=" mess that breaks recent automakes. INCLUDES is theJeff Garzik1998-11-247-7/+7
* Fixed so it at least works with window managers other than Enlightenment,Owen Taylor1998-11-221-24/+27
* Accept drops that are sent to a toplevel but are not within the toplevelsOwen Taylor1998-11-181-27/+69
* Tue Nov 17 1998 The Rasterman <raster@redhat.com> AddedCarsten Haitzler1998-11-181-0/+63
* New function gdk_pixmap_foreign_new(). (gtk-blizzard-981005-0. ChristopherOwen Taylor1998-11-132-0/+50
* forward declaration for gtk_window_paint declare xid_ht static get theJay Cox1998-11-071-1/+1
* Merge from themes-2. See the ChangeLog for a somewhat detailedOwen Taylor1998-11-065-141/+644
* One-character fix to make it compile - FedericoArturo Espinosa1998-10-211-1/+1
* Always send "drag_leave" to dests without GTK_DEST_DEFAULT_MOTION.Owen Taylor1998-10-201-171/+147
* Added a modular client-message-filter mechanism, that is used for the DNDOwen Taylor1998-10-186-1059/+3086
* new function to get the *real* geometry position of a window, takenTim Janik1998-09-252-2/+58
* Reverted global changes of g_new to malloc(), added back in the one placeOwen Taylor1998-09-152-33/+35
* changed g_new()s to malloc()s and g_free()s to free()s to avoid mixingCDT 1998 Shawn T. Amundson1998-09-151-17/+16
* use g_atexit() instead of ATEXIT.Tim Janik1998-09-081-2/+1
* When the pointer is grabbed on an input window, either explicitely, orOwen Taylor1998-09-053-31/+69
* quell some warnings with g_hash_table_newManish Singh1998-08-291-4/+4
* Reference count the fonts used in the text widget.Owen Taylor1998-08-255-193/+707
* use g_get_current_dir() instead of getcwd().Tim Janik1998-08-183-13/+16
* restricted the --g*fatal-* arguments to --g-fatal-warnings again. thisTim Janik1998-08-186-1343/+1360
* removed gtk_input_add_interp.merge-to-themes-2-2Tim Janik1998-08-173-6/+8
* gdk.c: fixed bug in gdk_input_removeDietmar Maurer1998-08-171-22/+33
* fatal warning option is split up now, "--g-fatal-warnings" causes fatalTim Janik1998-08-161-0/+1
* Added gdk_text/string_extents() - too calculate all the metrics at once ofOwen Taylor1998-08-121-0/+86
* Change window_private->parent pointer when reparenting.Owen Taylor1998-08-021-0/+2
* If xid_ht hasn't been created yet, don't do the lookup.Owen Taylor1998-07-171-3/+4
* Make gdk_window_foreign_new fail gracefullyElliot Lee1998-07-161-3/+7
* check if old_parent_private is not NULL before trying to g_list_remove theGeorge Lebl1998-07-131-1/+2
* 4 bit support, increased available_depths array, which was too low (?)CDT 1998 Shawn T. Amundson1998-07-101-3/+3
* changed reversed_[12] to reserved_[12] in gtk_*_get_type functions.Tim Janik1998-07-046-12/+34
* use native Xlib XConvertCase if it's availableManish Singh1998-06-281-4/+13
* compatibility function to provide XConvertCase() functionality from X11R6Tim Janik1998-06-271-4/+134
* Added functions gdk_text_height, gdk_string_height, gdk_char_height toStefan Jeske1998-06-251-0/+68
* do not avoid to queue for a resize if the container is not visible, weTim Janik1998-06-241-11/+17
* new function gdk_window_at_pointer() to retrive the current GdkWindow theTim Janik1998-06-171-38/+97
* gdk/gdktypes.h gdk/gdkprivate.h gtk/gtk*.h gtk/Makefile.am gtk/makenums.plOwen Taylor1998-06-152-7/+7
* Patch from Tom Bech <tomb@ii.uib.no>, to handle color specs of the form cOwen Taylor1998-06-131-1/+12
* Removed code for drawing the child in two places at once. Unfortunately,Owen Taylor1998-06-131-0/+6
* Renamed g_const_pointer => gconstpointer.Owen Taylor1998-06-101-3/+3
* prevent gdk_init() from segfaulting when invoked with (NULL, NULL); (thisTim Janik1998-06-101-13/+22