| Commit message (Expand) | Author | Age | Files | Lines |
* | return NULL if device is not ready gtk/gtkwindow.h: check for | PST 1998 Shawn T. Amundson | 1998-03-06 | 2 | -0/+44 |
* | This commit moves dnd variables around a bit, and has a try at using hints fo... | Elliot Lee | 1998-03-06 | 5 | -104/+119 |
* | [Ummm, maybe we should do the same change to the selection_owner variable?] | Federico Mena Quintero | 1998-03-06 | 7 | -13/+13 |
* | Unset allocation on unparent, to force reallocation if we get adding back | Owen Taylor | 1998-03-05 | 2 | -6/+2 |
* | Drags can only be started with the left button. | Miguel de Icaza | 1998-03-05 | 2 | -0/+2 |
* | Initialize gdk_error_code to zero before calling the X routine. | Miguel de Icaza | 1998-03-03 | 2 | -0/+2 |
* | Miscellaneous minor fixes to remove ANSI C incompatibilities | Owen Taylor | 1998-03-02 | 6 | -10/+16 |
* | Required changes for version change to 0.99.4 | PST 1998 Shawn T. Amundson | 1998-03-02 | 2 | -7/+53 |
* | variable declaration have to have the same type as their | Tim Janik | 1998-03-01 | 3 | -5/+5 |
* | Make sure either the window or the depth is given when creating a pixmap. | Owen Taylor | 1998-03-01 | 2 | -8/+10 |
* | Add drag_end_event for future expansion, plus allow passing in NULL to the gd... | Elliot Lee | 1998-03-01 | 7 | -48/+82 |
* | oops, forgot that, be nice ;) | Tim Janik | 1998-02-28 | 2 | -0/+536 |
* | fix behavior of gtk_preview_put() with srcx/srcy != 0, | Tim Janik | 1998-02-28 | 5 | -792/+875 |
* | new functions for setting WM hints | Owen Taylor | 1998-02-27 | 11 | -5/+775 |
* | D&D now lets you use shaped windows for drags. As usual, see testgtk.c... Now... | Elliot Lee | 1998-02-26 | 8 | -85/+272 |
* | Check the result of XGetICValues - it is failing for some reason, and | Owen Taylor | 1998-02-25 | 2 | -4/+12 |
* | TODO updates (major ones ;). | Tim Janik | 1998-02-23 | 1 | -0/+19 |
* | fixed a bug for mode GDK_CC_MODE_TRUE, when on a 24-bit visual on a 32-bit | MET 1998 Eckehard Berns | 1998-02-21 | 2 | -6/+6 |
* | removed g_warnings from the common XShm failure cases in gdkimage.c | Larry Ewing | 1998-02-20 | 2 | -8/+2 |
* | Minor cleanups. | Owen Taylor | 1998-02-19 | 3 | -1/+5 |
* | the value of ---enable_debug is written into glibconfig.h so everything is | Owen Taylor | 1998-02-19 | 2 | -42/+84 |
* | gdk_get_debug_level doesn't exist anymore | Manish Singh | 1998-02-19 | 1 | -1/+0 |
* | more debugging fixes. | Tim Janik | 1998-02-19 | 3 | -5/+5 |
* | Should compile with debugging off now... | Manish Singh | 1998-02-19 | 2 | -0/+8 |
* | configure.in gdk/gdk.[ch] gdk/gdkcc.c gdk/gdkglobals.c | Owen Taylor | 1998-02-19 | 12 | -418/+395 |
* | A couple of compiler warning fixes, GtkCList signal changes, changed | Jay Painter | 1998-02-18 | 2 | -26/+30 |
* | Added some missing newlines on debug messages. | Federico Mena Quintero | 1998-02-17 | 2 | -30/+26 |
* | applied patch to fix draw_indicator behaviour from Lars Hamann and Stefan | Tim Janik | 1998-02-17 | 2 | -12/+36 |
* | D&D fixes | Elliot Lee | 1998-02-16 | 4 | -28/+42 |
* | check for clist !REALIZED. (draw_rows): bail out if the widget isn't | Tim Janik | 1998-02-13 | 2 | -0/+8 |
* | gtk/gtksignal.[ch] gtk/gtkmain.[ch] gtk/gtkcontainer.[ch] | Owen Taylor | 1998-02-13 | 3 | -11/+12 |
* | Add check to see if the C library's iswalnum can actually be used. (Not | Owen Taylor | 1998-02-10 | 1 | -1/+1 |
* | use a mask of 0xffffffff instead of 0xffff, since there are 22 flags | Owen Taylor | 1998-02-07 | 1 | -4/+2 |
* | use a mask of 0xffffffff instead of 0xffff, since there are 22 flags | Owen Taylor | 1998-02-07 | 1 | -1/+5 |
* | don't wipe out window_private's x and y coordinates if the configure | Tim Janik | 1998-02-07 | 4 | -42/+88 |
* | new function to perform the same actions as gtk_list_remove_items, but | Tim Janik | 1998-02-05 | 2 | -4/+4 |
* | Only query the colormap for GRAYSCALE and PSEUDOCOLOR visuals, and don't | Owen Taylor | 1998-02-03 | 8 | -50/+124 |
* | red/green/blue parameters are now expected to be in [0, 65535], to be | Federico Mena | 1998-01-31 | 2 | -126/+60 |
* | 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 |