| Commit message (Expand) | Author | Age | Files | Lines |
* | Welcome aboard, gdk-pixbuf. | Owen Taylor | 2000-06-21 | 1 | -10/+14 |
* | Fix conditionality to work the "right" way. Missed commits from previous. | Elliot Lee | 2000-06-20 | 1 | -1/+2 |
* | Make this compile without framebuffer enabled | Havoc Pennington | 2000-06-20 | 1 | -0/+2 |
* | Add missing backslash that was keeping GTK+ from building at all. | Owen Taylor | 2000-06-07 | 1 | -26/+26 |
* | make it possible to configure gtk for different targets on the same | CEST 2000 Paolo Molaro | 2000-06-07 | 1 | -16/+52 |
* | Remove all references to offscreen flag which was no longer used. | Havoc Pennington | 2000-06-02 | 1 | -0/+5 |
* | Fix screwy indentation. | Owen Taylor | 2000-04-05 | 1 | -0/+1 |
* | Merge no-flicker branch into HEAD | Owen Taylor | 2000-03-28 | 1 | -0/+1 |
* | use gdk_cursor_unref instead of destroy | Havoc Pennington | 2000-01-29 | 1 | -0/+1 |
* | configure.in gdk/Makefile.am gdk/x11/Makefile.am Small fixes, thanks to | Tor Lillqvist | 2000-01-15 | 1 | -1/+0 |
* | gdk/Makefile.am Distribute Win32 files. | Tor Lillqvist | 1999-12-11 | 1 | -1/+4 |
* | Distribute README.win32. | Tor Lillqvist | 1999-12-11 | 1 | -1/+4 |
* | Move all X specific code into the x11/ directory. Aside from shuffling | Owen Taylor | 1999-11-08 | 1 | -17/+1 |
* | Include gdk/gdkdrawable.h with gdk/ prefix. (Pointed out by | Owen Taylor | 1999-10-03 | 1 | -18/+5 |
* | Started | Owen Taylor | 1999-10-01 | 1 | -2/+23 |
* | [ Merges from gtk-1-2 ] | Federico Mena Quintero | 1999-09-28 | 1 | -48/+73 |
* | Make sure `gdkconfig.h' exists after the rule is fired. | Raja R Harinath | 1999-03-29 | 1 | -4/+10 |
* | Rename from configincludedir so that glibconfig.h will be installed as | Raja R Harinath | 1999-03-26 | 1 | -2/+2 |
* | Configure now generates a gdkconfig.h file, in similar way as GLib's | Tor Lillqvist | 1999-03-13 | 1 | -0/+12 |
* | Separate out GLIB_LIBS and GLIB_DEPLIBS. This may fix the --with-glib | Owen Taylor | 1999-01-27 | 1 | -1/+1 |
* | urg, fixups | Tim Janik | 1998-12-16 | 1 | -5/+11 |
* | Remove --with-threads, unused GTK_THREAD_FLAGS | Jeff Garzik | 1998-12-16 | 1 | -1/+0 |
* | Commented out testthreads from the build process, since we won't have any | Owen Taylor | 1998-12-15 | 1 | -1/+1 |
* | Destroy widgets _after_ propagating unrealize signals through the widget | Owen Taylor | 1998-12-09 | 1 | -1/+2 |
* | configure.in gdk/Makefile.am Put -DFOO stuff into Makefile.am INCLUDES. | Manish Singh | 1998-12-01 | 1 | -1/+9 |
* | Removed DEFS "+=" mess that breaks recent automakes. INCLUDES is the | Jeff Garzik | 1998-11-24 | 1 | -3/+2 |
* | Merge from themes-2. See the ChangeLog for a somewhat detailed | Owen Taylor | 1998-11-06 | 1 | -9/+8 |
* | Update to libtool-1.2b, change library versioning scheme to drop | Owen Taylor | 1998-09-17 | 1 | -5/+5 |
* | fatal warning option is split up now, "--g-fatal-warnings" causes fatal | Tim Janik | 1998-08-16 | 1 | -0/+1 |
* | Build fixes for gdkrgb | Manish Singh | 1998-07-15 | 1 | -0/+2 |
* | glib/* Moved to glib module | Owen Taylor | 1998-06-10 | 1 | -1/+1 |
* | Basic thread-awareness: | Owen Taylor | 1998-05-16 | 1 | -0/+1 |
* | preserve automake CFLAGS. | Tim Janik | 1998-05-11 | 1 | -4/+3 |
* | postfix -lg* libraries with LT_RELEASE. | Tim Janik | 1998-05-07 | 1 | -1/+3 |
* | Merged changes from gtk-1-0. Check ChangeLog for details. | Owen Taylor | 1998-05-01 | 1 | -2/+0 |
* | When gtk_widget_draw() is called on a REDRAW_PENDING widget, draw it and | Owen Taylor | 1998-03-26 | 1 | -1/+1 |
* | glib include -timj | Tim Janik | 1998-03-10 | 1 | -1/+1 |
* | fix behavior of gtk_preview_put() with srcx/srcy != 0, | Tim Janik | 1998-02-28 | 1 | -0/+1 |
* | new functions for setting WM hints | Owen Taylor | 1998-02-27 | 1 | -1/+2 |
* | D&D now lets you use shaped windows for drags. As usual, see testgtk.c... Now... | Elliot Lee | 1998-02-26 | 1 | -0/+1 |
* | This reverts GTK to libtool-1.0f, libtool-1.0h has some problems linking libg... | Jay Painter | 1998-01-12 | 1 | -4/+4 |
* | a few modifications, blah blah | Elliot Lee | 1998-01-08 | 1 | -2/+2 |
* | New GdkColorContext object, ported from the XColorContext in XmHTML. | Arturo Espinosa | 1997-12-17 | 1 | -0/+1 |
* | gdk/makecursor* gdk/makekeysym* gdk/Makefile.am Removed old sed/awk code | Owen Taylor | 1997-12-13 | 1 | -3/+3 |
* | Various configuration and portability related changes. See ChangeLog | Owen Taylor | 1997-12-03 | 1 | -0/+2 |
* | Patches to support internationalized input by: | Gnome CVS User | 1997-11-27 | 1 | -7/+8 |
* | Initial revision | Elliot Lee | 1997-11-24 | 1 | -0/+75 |