| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge from themes-2. See the ChangeLog for a somewhat detailed | Owen Taylor | 1998-11-06 | 1 | -46/+362 |
* | Added a modular client-message-filter mechanism, that is used for the DND | Owen Taylor | 1998-10-18 | 1 | -187/+13 |
* | new function to get the *real* geometry position of a window, taken | Tim Janik | 1998-09-25 | 1 | -1/+57 |
* | Reference count the fonts used in the text widget. | Owen Taylor | 1998-08-25 | 1 | -0/+10 |
* | use g_get_current_dir() instead of getcwd(). | Tim Janik | 1998-08-18 | 1 | -1/+1 |
* | restricted the --g*fatal-* arguments to --g-fatal-warnings again. this | Tim Janik | 1998-08-18 | 1 | -5/+4 |
* | Change window_private->parent pointer when reparenting. | Owen Taylor | 1998-08-02 | 1 | -0/+2 |
* | Make gdk_window_foreign_new fail gracefully | Elliot Lee | 1998-07-16 | 1 | -3/+7 |
* | check if old_parent_private is not NULL before trying to g_list_remove the | George Lebl | 1998-07-13 | 1 | -1/+2 |
* | changed reversed_[12] to reserved_[12] in gtk_*_get_type functions. | Tim Janik | 1998-07-04 | 1 | -5/+11 |
* | do not avoid to queue for a resize if the container is not visible, we | Tim Janik | 1998-06-24 | 1 | -11/+17 |
* | new function gdk_window_at_pointer() to retrive the current GdkWindow the | Tim Janik | 1998-06-17 | 1 | -38/+97 |
* | Removed code for drawing the child in two places at once. Unfortunately, | Owen Taylor | 1998-06-13 | 1 | -0/+6 |
* | Add GDK_SUBSTRUCTURE_NOTIFY_MASK | Elliot Lee | 1998-05-19 | 1 | -3/+4 |
* | Merges from the gtk-1-0 branch | Owen Taylor | 1998-05-04 | 1 | -1/+1 |
* | configure.in acheader.h gdk/gdkwindow.c Check for Shape extension both on | Owen Taylor | 1998-05-03 | 1 | -31/+48 |
* | <raster@redhat.com> | rhlabs | 1998-05-01 | 1 | -2/+4 |
* | New function to reset the RC styles for a heirarchy | Owen Taylor | 1998-05-01 | 1 | -1/+18 |
* | Fix up getting colormap for FOREIGN windows to go along with Raster's fix | Owen Taylor | 1998-05-01 | 1 | -4/+16 |
* | Merged changes from gtk-1-0. Check ChangeLog for details. | Owen Taylor | 1998-05-01 | 1 | -25/+54 |
* | Fix the problem introduced by whoever thought that randomly changing ints | Miguel de Icaza | 1998-04-15 | 1 | -4/+4 |
* | Changed LGPL address for FSF in all .h and .c files | PDT 1998 Shawn T. Amundson | 1998-04-13 | 1 | -2/+3 |
* | Picky --enable-ansi cleanups. | Owen Taylor | 1998-04-10 | 1 | -2/+4 |
* | Removed, because that's what a NULL comparison function means. And it | Owen Taylor | 1998-04-07 | 1 | -9/+15 |
* | changed some debugging messages to be prefixed by "Gdk:". | Tim Janik | 1998-03-17 | 1 | -1/+0 |
* | Use StructureNotifyMaskMask as the mask, as this enables an application | Miguel de Icaza | 1998-03-17 | 1 | -1/+2 |
* | Use signed integers so that testing will not fail for windows that are | Federico Mena | 1998-03-17 | 1 | -32/+40 |
* | fixed a bug with invoking the quit handlers that could cause them to be | Tim Janik | 1998-03-14 | 1 | -1/+1 |
* | Makefile.am fixes minor fix to gdkwindow.c -owtGTK_0_99_6 | Owen Taylor | 1998-03-14 | 1 | -1/+1 |
* | Don't resize windows when request is rejected by WM. Only use the resize | Owen Taylor | 1998-03-14 | 1 | -23/+89 |
* | Bug fixes/improvements to the motion event eating for Dnd | Elliot Lee | 1998-03-11 | 1 | -0/+3 |
* | <raster@redhat.com> | rhlabs | 1998-03-11 | 1 | -28/+21 |
* | <raster@redhat.com> | rhlabs | 1998-03-11 | 1 | -4/+23 |
* | <raster@redhat.com> | rhlabs | 1998-03-10 | 1 | -1/+6 |
* | Miguel, try this - I think it should do what you need. Hurry hurry :) | Elliot Lee | 1998-03-10 | 1 | -2/+2 |
* | - Show selection correctly when starting selection with arrows | Owen Taylor | 1998-03-08 | 1 | -3/+6 |
* | applied a bunch of patches and removed all the printfs that | Tim Janik | 1998-03-08 | 1 | -67/+60 |
* | <raster@redhat.com> | rhlabs | 1998-03-07 | 1 | -1/+98 |
* | [Ummm, maybe we should do the same change to the selection_owner variable?] | Federico Mena Quintero | 1998-03-06 | 1 | -4/+4 |
* | Add drag_end_event for future expansion, plus allow passing in NULL to the gd... | Elliot Lee | 1998-03-01 | 1 | -9/+20 |
* | new functions for setting WM hints | Owen Taylor | 1998-02-27 | 1 | -0/+165 |
* | applied patch to fix draw_indicator behaviour from Lars Hamann and Stefan | Tim Janik | 1998-02-17 | 1 | -6/+18 |
* | D&D fixes | Elliot Lee | 1998-02-16 | 1 | -4/+1 |
* | don't wipe out window_private's x and y coordinates if the configure | Tim Janik | 1998-02-07 | 1 | -1/+0 |
* | Only query the colormap for GRAYSCALE and PSEUDOCOLOR visuals, and don't | Owen Taylor | 1998-02-03 | 1 | -3/+3 |
* | added a bunch of checks for window != NULL and private->destroyed. (don't | Tim Janik | 1998-01-26 | 1 | -71/+144 |
* | Fixed GDK_INPUT_ONLY window type. -Jay | Jay Painter | 1998-01-17 | 1 | -1/+1 |
* | Take putback events into account | Owen Taylor | 1998-01-17 | 1 | -0/+1 |
* | New widget (GtkComboBox) and fixed gdk_window_init to initialize gdk_root_par... | Elliot Lee | 1998-01-08 | 1 | -0/+2 |
* | GDK_VISIBILITY_NOTIFY events were not working at all. It was my | Arturo Espinosa | 1998-01-06 | 1 | -2/+2 |