| Commit message (Expand) | Author | Age | Files | Lines |
* | hm, initital refcount revolution commit ;) | Tim Janik | 1998-01-30 | 3 | -9/+33 |
* | added a bunch of checks for window != NULL and private->destroyed. (don't | Tim Janik | 1998-01-26 | 16 | -203/+479 |
* | Switched the file to GNU indentation, for consistency. | Federico Mena | 1998-01-23 | 2 | -2344/+2568 |
* | Picky, picky... fix two lines with wrong indentation :-) | Federico Mena | 1998-01-23 | 1 | -2/+2 |
* | sigh, it wasn't so simple - first correction | Tim Janik | 1998-01-21 | 2 | -10/+16 |
* | new function gdk_pointer_is_grabbed(). extremely simple ;) | Tim Janik | 1998-01-21 | 3 | -4/+62 |
* | strdup changed to g_strdup | Shawn Amundson | 1998-01-21 | 2 | -2/+2 |
* | 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 |