summaryrefslogtreecommitdiff
path: root/gdk
Commit message (Expand)AuthorAgeFilesLines
* new function to get the *real* geometry position of a window, takenTim Janik1998-09-255-4/+119
* Add names to prototype for gdk_image_new_bitmap.Owen Taylor1998-09-201-4/+4
* shutup CVS furtherManish Singh1998-09-171-0/+1
* Update to libtool-1.2b, change library versioning scheme to dropOwen Taylor1998-09-171-5/+5
* Reverted global changes of g_new to malloc(), added back in the one placeOwen Taylor1998-09-155-67/+73
* changed g_new()s to malloc()s and g_free()s to free()s to avoid mixingCDT 1998 Shawn T. Amundson1998-09-152-34/+32
* Checking in minor changes. Now synced with 0.9.0.GTK_1_1_2Raph Levien1998-09-111-2/+36
* use g_atexit() instead of ATEXIT.Tim Janik1998-09-082-4/+2
* When the pointer is grabbed on an input window, either explicitely, orOwen Taylor1998-09-056-62/+138
* Fixed up some of the bigendian 32bpp modes.Raph Levien1998-09-031-29/+164
* Minor improvements to gdkrgb, added testrgb to the gtk directory.Raph Levien1998-09-011-13/+24
* Added a gdk_draw_rgb_image_dithalign function.Raph Levien1998-08-312-35/+217
* quell some warnings with g_hash_table_newManish Singh1998-08-292-8/+8
* Reference count the fonts used in the text widget.Owen Taylor1998-08-2513-423/+1489
* removed some unused variablesManish Singh1998-08-241-1/+0
* Added some calls to gdk_rgb_init, so it's much more likely to correctlyRaph Levien1998-08-221-0/+2
* silly visual fixesManish Singh1998-08-201-2/+2
* Minor fixes that were needed for the Gimp/GdkRgb integration.Raph Levien1998-08-201-254/+362
* use g_get_current_dir() instead of getcwd().Tim Janik1998-08-188-276/+281
* restricted the --g*fatal-* arguments to --g-fatal-warnings again. thisTim Janik1998-08-1812-2686/+2720
* It works better when I actually check the file in :) (I.e. this is theRaph Levien1998-08-181-6/+155
* removed gtk_input_add_interp.merge-to-themes-2-2Tim Janik1998-08-176-12/+16
* gdk.c: fixed bug in gdk_input_removeDietmar Maurer1998-08-172-44/+66
* fatal warning option is split up now, "--g-fatal-warnings" causes fatalTim Janik1998-08-163-0/+3
* Committing a patch by Ray Lehtiniemi to speed up 565_d by 25%.Raph Levien1998-08-141-25/+34
* Added gdk_text/string_extents() - too calculate all the metrics at once ofOwen Taylor1998-08-123-0/+187
* 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