| Commit message (Expand) | Author | Age | Files | Lines |
* | Fixes for AIX compilation from Miroslaw Dobrzanski-Neumann, #72182. | Owen Taylor | 2002-02-23 | 3 | -6/+6 |
* | Implement "fuzzy" key binding lookups; allow matches on key and level but | Owen Taylor | 2002-02-21 | 5 | -35/+53 |
* | Set the property as type ATOM_PAIR, not ATOM. (#72074, Gregory Merchan.) | Owen Taylor | 2002-02-21 | 2 | -3/+4 |
* | Add a XSETTING mapping for gtk-can-change-accels. (#70218, Thomas | Owen Taylor | 2002-02-20 | 1 | -0/+1 |
* | process WM_PAINT messages for bg_pixmap == GDK_NO_BG, fixes The GIMP's | Hans Breuer | 2002-02-18 | 2 | -1/+5 |
* | Released 1.3.14GTK_MULTIHEAD_MERGEPOINT_18_02_02GTK_1_3_14 | Owen Taylor | 2002-02-18 | 2 | -21/+27 |
* | Don't set the PC_EXPLICIT flag for unused palette entries, that might have | Tor Lillqvist | 2002-02-17 | 2 | -11/+24 |
* | Massive changes. Too many to list here, but I'll try a summary: | Tor Lillqvist | 2002-02-17 | 23 | -2597/+2410 |
* | use fabs() on a double instead of abs() | Manish Singh | 2002-02-17 | 1 | -1/+1 |
* | Depend on gtk.ico. | Tor Lillqvist | 2002-02-15 | 2 | -1/+1 |
* | File Edit Options Buffers Tools Help ... | Owen Taylor | 2002-02-15 | 1 | -1/+1 |
* | Add some more GdkDebugFlags, for more fine-grained debugging output | Tor Lillqvist | 2002-02-13 | 2 | -1/+15 |
* | g_warning() if setting the local fails, like gdk_set_locale() did. | Owen Taylor | 2002-02-13 | 1 | -9/+20 |
* | fix signature to match implementation | jacob berkman | 2002-02-11 | 1 | -1/+1 |
* | don't reduce the scroll rect size by the scroll amount | Hans Breuer | 2002-02-10 | 3 | -7/+7 |
* | XCopyArea with subwindow_mode = IncludeInferiors. (#70999) | Owen Taylor | 2002-02-09 | 1 | -1/+5 |
* | isspace -> g_ascii_isspace Remove gdki8n.h include. Remove <ctype.h> | Darin Adler | 2002-02-08 | 3 | -3/+1 |
* | Free the setting name. | Anders Carlsson | 2002-02-07 | 1 | -0/+3 |
* | Keep the length of the anti-expose queue finite, by if it gets too long, | Owen Taylor | 2002-02-06 | 2 | -40/+147 |
* | Do not #include <gdk/gdkwindow.h>. | Federico Mena Quintero | 2002-02-05 | 1 | -1/+0 |
* | on Feb 4 10:06:49 2002 Owen Taylor <otaylor@redhat.com> | Owen Taylor | 2002-02-04 | 1 | -1/+1 |
* | Fix another missing static. | Owen Taylor | 2002-01-31 | 3 | -19/+6 |
* | make static. | Mark McLoughlin | 2002-01-31 | 5 | -14/+14 |
* | Deprecate GtkPreviewType, GtkSignalRunType, GtkSideType, | Owen Taylor | 2002-01-30 | 1 | -0/+4 |
* | Call _gdk_draw_pixbuf(), thus enabling using this function for pixbufs | Owen Taylor | 2002-01-29 | 2 | -46/+27 |
* | fixed a segfault that showed up when using the color picker. | Sven Neumann | 2002-01-29 | 1 | -2/+2 |
* | Merge from gdk-pixbuf stable. | Federico Mena Quintero | 2002-01-25 | 1 | -4/+4 |
* | Implement copy_to_image instead of get_image | Alex Larsson | 2002-01-25 | 4 | -55/+100 |
* | Set the fallback program class here, rather than | Owen Taylor | 2002-01-21 | 1 | -6/+7 |
* | Fix wrong types for command line arguments (#69124, Ryan Lovett) | Owen Taylor | 2002-01-21 | 1 | -5/+3 |
* | mention that window arg can be NULL | Havoc Pennington | 2002-01-21 | 1 | -1/+2 |
* | Wrap case values in GPOINTER_TO_UINT(). Fixes build with gcc 3.x. | Jeff Garzik | 2002-01-19 | 1 | -11/+22 |
* | Simplify Makefiles. <URL: http://bugzilla.gnome.org/show_bug.cgi?id=68969> | Raja R Harinath | 2002-01-18 | 1 | -29/+8 |
* | Move here, and save/restore the X error handler to allow people using GTK+ | Owen Taylor | 2002-01-17 | 6 | -330/+182 |
* | Don't mangle sequences of consecutive \n or \r. | Owen Taylor | 2002-01-14 | 1 | -4/+4 |
* | documentation cleanups. | Sven Neumann | 2002-01-13 | 1 | -46/+57 |
* | Fixes contributed by Archaeopteryx Software: This is a first small part of | Tor Lillqvist | 2002-01-11 | 4 | -51/+94 |
* | get rid of extraneous prototype | Tim Janik | 2002-01-11 | 1 | -3/+0 |
* | get the types as well as the symbols because we need them in | Jonathan Blandford | 2002-01-10 | 1 | -2/+2 |
* | Apply the same fixes and improvements as to the gtk-1-3-win32-production | Tor Lillqvist | 2002-01-10 | 11 | -427/+799 |
* | Check for RENDER before trying to use it... XRenderFindFormat() prints | Owen Taylor | 2002-01-09 | 2 | -6/+14 |
* | Fix a problem where were the offset into the image was passed into | Owen Taylor | 2002-01-08 | 1 | -6/+8 |
* | need to cast image->mem away from void* to avoid 'error C2036: 'void *' : | Hans Breuer | 2002-01-05 | 10 | -43/+175 |
* | Optimize a little bit. (More for consistency than because it makes much of | Owen Taylor | 2002-01-04 | 1 | -13/+10 |
* | Private function to tell if we have RENDER extension. | Owen Taylor | 2002-01-04 | 14 | -629/+1915 |
* | Fix problem where retrieved atoms weren't properly returned. | Owen Taylor | 2002-01-04 | 1 | -1/+1 |
* | Append EXEEXT to ../gdk-pixbuf/gdk-pixbuf-csource. | Tor Lillqvist | 2002-01-01 | 4 | -11/+18 |
* | GDK instead of Gdk. | Matthias Clasen | 2001-12-29 | 2 | -13/+14 |
* | Use G_N_ELEMENTS(). (unicode_classify): Don't return -1 on encountering an | Tor Lillqvist | 2001-12-28 | 1 | -6/+9 |
* | 1.3.12, interface, binary age 0. | Owen Taylor | 2001-12-23 | 3 | -7/+3 |