summaryrefslogtreecommitdiff
path: root/gdk
Commit message (Expand)AuthorAgeFilesLines
* configure.in gdk/Makefile.am Put -DFOO stuff into Makefile.am INCLUDES.Manish Singh1998-12-011-1/+9
* I submitted this patch twice to gtk-devel-list, and received no comments,Elliot Lee1998-11-309-29/+29
* Fixed gdk_input_devices being NULL when compiled with --xinput=xfree butRaph Levien1998-11-272-20/+24
* Fixed up copyright message.Owen Taylor1998-11-244-46/+46
* Removed DEFS "+=" mess that breaks recent automakes. INCLUDES is theJeff Garzik1998-11-2416-18/+17
* Fixed so it at least works with window managers other than Enlightenment,Owen Taylor1998-11-223-49/+55
* Accept drops that are sent to a toplevel but are not within the toplevelsOwen Taylor1998-11-183-56/+140
* Tue Nov 17 1998 The Rasterman <raster@redhat.com> AddedCarsten Haitzler1998-11-183-0/+129
* New function gdk_pixmap_foreign_new(). (gtk-blizzard-981005-0. ChristopherOwen Taylor1998-11-136-1/+101
* forward declaration for gtk_window_paint declare xid_ht static get theJay Cox1998-11-072-2/+2
* Merge from themes-2. See the ChangeLog for a somewhat detailedOwen Taylor1998-11-0619-344/+1342
* Remove `#pragma }'.Raja R Harinath1998-11-011-3/+3
* fixed extraneous "," on line 390Joel Becker1998-10-261-1/+1
* One-character fix to make it compile - FedericoArturo Espinosa1998-10-212-2/+2
* Always send "drag_leave" to dests without GTK_DEST_DEFAULT_MOTION.Owen Taylor1998-10-202-342/+294
* Added a modular client-message-filter mechanism, that is used for the DNDOwen Taylor1998-10-1815-2310/+6310
* removed all occourances of #pragma } and #pragma { which were in place toTim Janik1998-10-071-1/+0
* Fixed an alpha bug.Raph Levien1998-10-051-3/+3
* 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