| Commit message (Expand) | Author | Age | Files | Lines |
* | Fixed GDK_INPUT_ONLY window type. -Jay | Jay Painter | 1998-01-17 | 2 | -2/+2 |
* | Take putback events into account | Owen Taylor | 1998-01-17 | 4 | -184/+246 |
* | 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 widget (GtkComboBox) and fixed gdk_window_init to initialize gdk_root_par... | Elliot Lee | 1998-01-08 | 2 | -0/+4 |
* | GDK_VISIBILITY_NOTIFY events were not working at all. It was my | Arturo Espinosa | 1998-01-06 | 3 | -7/+7 |
* | Several portability fixes from Michael Callahan <callahan@xmission.com> | Shawn Amundson | 1998-01-03 | 3 | -1/+3 |
* | Fixed recursing bug in gdk_exit_func() | Elliot Lee | 1998-01-02 | 2 | -0/+16 |
* | Miscellaneous portability fixes. | Manish Singh | 1998-01-02 | 3 | -6/+6 |
* | added gdk_window_withdraw - not sure if its needed, but oh well | Elliot Lee | 1998-01-01 | 3 | -0/+25 |
* | misc gtk touchups | Elliot Lee | 1997-12-31 | 2 | -0/+10 |
* | Small typo fix | Arturo Espinosa | 1997-12-30 | 1 | -1/+1 |
* | New function, used to copy the values from one gc to another gc. | Miguel de Icaza | 1997-12-30 | 2 | -0/+12 |
* | Added new GDK_NO_EXPOSE and GDK_VISIBILITY_NOTIFY events. They are needed | Arturo Espinosa | 1997-12-26 | 5 | -48/+121 |
* | Beginnings of support for 1 bpp depth in gdk. Very minor changes. | Shawn Amundson | 1997-12-20 | 4 | -8/+10 |
* | OK, handle box is good to go except for having the parent resize when it is d... | Elliot Lee | 1997-12-19 | 2 | -8/+12 |
* | For consistancy with GIMP/GNOME projects. Plus these files can | Shawn Amundson | 1997-12-19 | 2 | -444/+1 |
* | Fixed restoration of old event mask | Elliot Lee | 1997-12-18 | 2 | -24/+22 |
* | DnD works again, fixed my own stupidity ;-) | Elliot Lee | 1997-12-18 | 2 | -10/+26 |
* | sorry about the debug define left in... - sopwith | Elliot Lee | 1997-12-18 | 2 | -2/+2 |
* | DnD debugging misc | Elliot Lee | 1997-12-18 | 2 | -8/+20 |
* | Caught a stray gdk_colormap_destroy that Owen missed (and Shawn found). | scott | 1997-12-18 | 2 | -2/+2 |
* | It's all in the changelog. Well, almost all. | Owen Taylor | 1997-12-18 | 30 | -617/+1348 |
* | Made the XCC stuff more accessible | Arturo Espinosa | 1997-12-18 | 5 | -468/+339 |
* | Added gdk_get_display () | Manish Singh | 1997-12-17 | 3 | -0/+13 |
* | Added gdk_color_context_get_visual() function. | Arturo Espinosa | 1997-12-17 | 3 | -9/+26 |
* | Added root coords to button & motion events - sopwith | Elliot Lee | 1997-12-17 | 3 | -0/+10 |
* | Added some extra functions to access the ColorContext toys. | Arturo Espinosa | 1997-12-17 | 3 | -0/+40 |
* | New GdkColorContext object, ported from the XColorContext in XmHTML. | Arturo Espinosa | 1997-12-17 | 7 | -62/+3558 |
* | add gdk_window_set_override_redirect() et al | Elliot Lee | 1997-12-16 | 4 | -1/+43 |
* | New GTK release, 0.99.0. This release was coordinated with the | Shawn Amundson | 1997-12-14 | 1 | -1/+1 |
* | Removed warning when XGetWindowProperty fails - this can be the desired | Owen Taylor | 1997-12-13 | 2 | -2/+0 |
* | gdk/makecursor* gdk/makekeysym* gdk/Makefile.am Removed old sed/awk code | Owen Taylor | 1997-12-13 | 8 | -57/+70 |
* | gdk/gdkgc.c: If gdk_gc_set_clip_rectangle is called with | Owen Taylor | 1997-12-12 | 1 | -7/+12 |
* | Change to ltconfig to remove -z text for Solaris x86 Change to configure | Shawn Amundson | 1997-12-11 | 3 | -30/+1432 |
* | added gdk_progclass==NULL patch by Oliver Graf <ograf@fga.de>. -timj | Tim Janik | 1997-12-11 | 2 | -0/+10 |
* | GLib: | Tim Janik | 1997-12-10 | 2 | -2/+2 |
* | Fix to pixmap mask handling. (gtk-fortier-971122-0.patch) | Owen Taylor | 1997-12-09 | 2 | -20/+44 |
* | Remove dependencies of interfaces on USE_XIM Attempt to make wchar | Owen Taylor | 1997-12-07 | 7 | -54/+216 |
* | Read the ChangeLog :) | Elliot Lee | 1997-12-06 | 6 | -99/+237 |
* | Add support for pixmap cursors -mig | Arturo Espinosa | 1997-12-06 | 4 | -3/+72 |
* | No need to DUMP CORE if the display can't be opened... | Michael Johnson | 1997-12-05 | 2 | -2/+8 |
* | Ignore gdk_gc_set_font if font is a fontset. (Actually, gdk_gc_set_font | Owen Taylor | 1997-12-05 | 1 | -5/+8 |
* | Various configuration and portability related changes. See ChangeLog | Owen Taylor | 1997-12-03 | 6 | -19/+40 |
* | Include <unistd.h> to get SEEK_END on SunOS. | Owen Taylor | 1997-12-02 | 2 | -0/+4 |
* | Added missing /* */'s | Owen Taylor | 1997-12-02 | 1 | -1/+1 |
* | Misc fixes for color changing stuff | Elliot Lee | 1997-11-28 | 2 | -6/+16 |
* | Fixed a bug in gdk_property_get, I think, and made error messages sane | Elliot Lee | 1997-11-28 | 2 | -4/+18 |
* | Automake update to automake 1.2d. I also moved the GTK_SELECTIO_... | Gnome CVS User | 1997-11-27 | 1 | -23/+37 |
* | Patches to support internationalized input by: | Gnome CVS User | 1997-11-27 | 1 | -0/+36 |