summaryrefslogtreecommitdiff
path: root/gdk
Commit message (Expand)AuthorAgeFilesLines
* Fixes for AIX compilation from Miroslaw Dobrzanski-Neumann, #72182.Owen Taylor2002-02-233-6/+6
* Implement "fuzzy" key binding lookups; allow matches on key and level butOwen Taylor2002-02-215-35/+53
* Set the property as type ATOM_PAIR, not ATOM. (#72074, Gregory Merchan.)Owen Taylor2002-02-212-3/+4
* Add a XSETTING mapping for gtk-can-change-accels. (#70218, ThomasOwen Taylor2002-02-201-0/+1
* process WM_PAINT messages for bg_pixmap == GDK_NO_BG, fixes The GIMP'sHans Breuer2002-02-182-1/+5
* Released 1.3.14GTK_MULTIHEAD_MERGEPOINT_18_02_02GTK_1_3_14Owen Taylor2002-02-182-21/+27
* Don't set the PC_EXPLICIT flag for unused palette entries, that might haveTor Lillqvist2002-02-172-11/+24
* Massive changes. Too many to list here, but I'll try a summary:Tor Lillqvist2002-02-1723-2597/+2410
* use fabs() on a double instead of abs()Manish Singh2002-02-171-1/+1
* Depend on gtk.ico.Tor Lillqvist2002-02-152-1/+1
* File Edit Options Buffers Tools Help ...Owen Taylor2002-02-151-1/+1
* Add some more GdkDebugFlags, for more fine-grained debugging outputTor Lillqvist2002-02-132-1/+15
* g_warning() if setting the local fails, like gdk_set_locale() did.Owen Taylor2002-02-131-9/+20
* fix signature to match implementationjacob berkman2002-02-111-1/+1
* don't reduce the scroll rect size by the scroll amountHans Breuer2002-02-103-7/+7
* XCopyArea with subwindow_mode = IncludeInferiors. (#70999)Owen Taylor2002-02-091-1/+5
* isspace -> g_ascii_isspace Remove gdki8n.h include. Remove <ctype.h>Darin Adler2002-02-083-3/+1
* Free the setting name.Anders Carlsson2002-02-071-0/+3
* Keep the length of the anti-expose queue finite, by if it gets too long,Owen Taylor2002-02-062-40/+147
* Do not #include <gdk/gdkwindow.h>.Federico Mena Quintero2002-02-051-1/+0
* on Feb 4 10:06:49 2002 Owen Taylor <otaylor@redhat.com>Owen Taylor2002-02-041-1/+1
* Fix another missing static.Owen Taylor2002-01-313-19/+6
* make static.Mark McLoughlin2002-01-315-14/+14
* Deprecate GtkPreviewType, GtkSignalRunType, GtkSideType,Owen Taylor2002-01-301-0/+4
* Call _gdk_draw_pixbuf(), thus enabling using this function for pixbufsOwen Taylor2002-01-292-46/+27
* fixed a segfault that showed up when using the color picker.Sven Neumann2002-01-291-2/+2
* Merge from gdk-pixbuf stable.Federico Mena Quintero2002-01-251-4/+4
* Implement copy_to_image instead of get_imageAlex Larsson2002-01-254-55/+100
* Set the fallback program class here, rather thanOwen Taylor2002-01-211-6/+7
* Fix wrong types for command line arguments (#69124, Ryan Lovett)Owen Taylor2002-01-211-5/+3
* mention that window arg can be NULLHavoc Pennington2002-01-211-1/+2
* Wrap case values in GPOINTER_TO_UINT(). Fixes build with gcc 3.x.Jeff Garzik2002-01-191-11/+22
* Simplify Makefiles. <URL: http://bugzilla.gnome.org/show_bug.cgi?id=68969>Raja R Harinath2002-01-181-29/+8
* Move here, and save/restore the X error handler to allow people using GTK+Owen Taylor2002-01-176-330/+182
* Don't mangle sequences of consecutive \n or \r.Owen Taylor2002-01-141-4/+4
* documentation cleanups.Sven Neumann2002-01-131-46/+57
* Fixes contributed by Archaeopteryx Software: This is a first small part ofTor Lillqvist2002-01-114-51/+94
* get rid of extraneous prototypeTim Janik2002-01-111-3/+0
* get the types as well as the symbols because we need them inJonathan Blandford2002-01-101-2/+2
* Apply the same fixes and improvements as to the gtk-1-3-win32-productionTor Lillqvist2002-01-1011-427/+799
* Check for RENDER before trying to use it... XRenderFindFormat() printsOwen Taylor2002-01-092-6/+14
* Fix a problem where were the offset into the image was passed intoOwen Taylor2002-01-081-6/+8
* need to cast image->mem away from void* to avoid 'error C2036: 'void *' :Hans Breuer2002-01-0510-43/+175
* Optimize a little bit. (More for consistency than because it makes much ofOwen Taylor2002-01-041-13/+10
* Private function to tell if we have RENDER extension.Owen Taylor2002-01-0414-629/+1915
* Fix problem where retrieved atoms weren't properly returned.Owen Taylor2002-01-041-1/+1
* Append EXEEXT to ../gdk-pixbuf/gdk-pixbuf-csource.Tor Lillqvist2002-01-014-11/+18
* GDK instead of Gdk.Matthias Clasen2001-12-292-13/+14
* Use G_N_ELEMENTS(). (unicode_classify): Don't return -1 on encountering anTor Lillqvist2001-12-281-6/+9
* 1.3.12, interface, binary age 0.Owen Taylor2001-12-233-7/+3