summaryrefslogtreecommitdiff
path: root/gdk
Commit message (Expand)AuthorAgeFilesLines
* Applied gtk-pedersen-980727-0; added all logical operations toOwen Taylor1998-08-112-1/+134
* Change window_private->parent pointer when reparenting.Owen Taylor1998-08-022-0/+4
* Made some config changes to make it work better both as a standaloneRaph Levien1998-08-021-2/+17
* actually builds and runs properly on big endian machines now, because weManish Singh1998-07-222-5/+7
* More minor config fixes.Raph Levien1998-07-211-20/+0
* Fixed minor config bug.Raph Levien1998-07-211-2/+1
* If xid_ht hasn't been created yet, don't do the lookup.Owen Taylor1998-07-172-6/+8
* Make gdk_window_foreign_new fail gracefullyElliot Lee1998-07-162-6/+14
* Build fixes for gdkrgbManish Singh1998-07-151-0/+2
* Integrating GdkRgb 0.0.3 into the Gtk+ source tree.Raph Levien1998-07-153-1/+2701
* check if old_parent_private is not NULL before trying to g_list_remove theGeorge Lebl1998-07-132-2/+4
* 4 bit support, increased available_depths array, which was too low (?)CDT 1998 Shawn T. Amundson1998-07-102-6/+6
* changed reversed_[12] to reserved_[12] in gtk_*_get_type functions.Tim Janik1998-07-0412-24/+68
* implemented default handler for key-release events, which checks forTim Janik1998-06-301-1/+2
* use native Xlib XConvertCase if it's availableManish Singh1998-06-282-8/+26
* compatibility function to provide XConvertCase() functionality from X11R6Tim Janik1998-06-272-8/+268
* Added functions gdk_text_height, gdk_string_height, gdk_char_height toStefan Jeske1998-06-253-13/+156
* do not avoid to queue for a resize if the container is not visible, weTim Janik1998-06-242-22/+34
* new function gdk_window_at_pointer() to retrive the current GdkWindow theTim Janik1998-06-173-77/+197
* gdk/gdktypes.h gdk/gdkprivate.h gtk/gtk*.h gtk/Makefile.am gtk/makenums.plOwen Taylor1998-06-156-324/+320
* Patch from Tom Bech <tomb@ii.uib.no>, to handle color specs of the form cOwen Taylor1998-06-132-2/+24
* Removed code for drawing the child in two places at once. Unfortunately,Owen Taylor1998-06-132-0/+12
* glib/* Moved to glib moduleOwen Taylor1998-06-101-1/+1
* Renamed g_const_pointer => gconstpointer.Owen Taylor1998-06-102-6/+6
* prevent gdk_init() from segfaulting when invoked with (NULL, NULL); (thisTim Janik1998-06-102-26/+44
* Removed g_object_pointer_hash, which was just g_direct_hash.Owen Taylor1998-06-095-33/+33
* new functions gtk_selection_data_copy and gtk_selection_data_free.Tim Janik1998-06-091-2/+1
* wrapped enum definitions with glib macros.Tim Janik1998-06-082-296/+300
* New prototypes. New functions.Marius Vollmer1998-06-073-0/+116
* fixed an assertment.Tim Janik1998-06-074-8/+165
* Commented out the MEM_PROFILE and MEM_CHECK from gmem.c, causing problemsManish Singh1998-06-061-1/+1
* New enumeration for the "mode" field of crossing events. (structFederico Mena Quintero1998-05-273-0/+118
* include gdkx.h always (for GDK_ROOT_WINDOW)Radek Doulik1998-05-262-4/+0
* Locate child at (border_width,border_width), notOwen Taylor1998-05-233-0/+103
* Add GDK_SUBSTRUCTURE_NOTIFY_MASKElliot Lee1998-05-195-9/+18
* gdk_region_get_clipbox() lets you get a rectangle around the region.Elliot Lee1998-05-193-0/+41
* quiet the compiler about uninitialized gc.Tim Janik1998-05-162-74/+72
* Basic thread-awareness:Owen Taylor1998-05-161-0/+67
* Basic thread-awareness:Owen Taylor1998-05-167-0/+84
* include gdkkeysyms.h alwaysrodo1998-05-152-2/+2
* Code that compiles is nice... let's try again.Owen Taylor1998-05-132-4/+4
* A few more GPOINTER_TO_UINT fixes.Owen Taylor1998-05-132-4/+4
* Fixed up a stat() that Sopwith missed when changing stat => lstat.Owen Taylor1998-05-132-4/+4
* (James A <jamesa@demon.net> : gtk-jamesa-980511-4.patch)Owen Taylor1998-05-122-2/+2
* preserve automake CFLAGS.Tim Janik1998-05-113-6/+5
* now what is this? whoi left a '>' in line 628???Tim Janik1998-05-102-2/+2
* Try to figure out if this is Digital Unix and we need -std1 to get theOwen Taylor1998-05-104-564/+500
* postfix -lg* libraries with LT_RELEASE.Tim Janik1998-05-071-1/+3
* New function to wrap XSetDashes; modified gtkctree.c to use it.Stefan Jeske1998-05-052-0/+20
* Merges from the gtk-1-0 branchOwen Taylor1998-05-044-4/+4