]> Pileus Git - ~andy/gtk/history - gdk/gdkwindow.c
Large changes to the Win32 backend, partially made necessary by the
[~andy/gtk] / gdk / gdkwindow.c
2000-05-01 Tor LillqvistLarge changes to the Win32 backend, partially made...
2000-03-28 Owen TaylorMerge no-flicker branch into HEAD
1999-11-08 Owen TaylorMove all X specific code into the x11/ directory. Aside...
1999-10-03 Owen TaylorFix a reference to window_private->destroyed.
1999-10-01 Owen TaylorStarted
1999-09-28 Federico Mena Quintero[ Merges from gtk-1-2 ]
1999-04-21 George Leblcorrectly remove the default filter from the list
1999-02-24 CST 1999 Shawn T... Added notice to look in AUTHORS and ChangeLog files...
1999-02-21 Owen TaylorAlways set the max width or height to at least 1, since...
1999-02-21 Owen TaylorAccount for the fact that Xlib expects format == 32...
1999-02-21 Owen Taylorremoved debugging statements about embedded XID's....
1999-02-10 Owen TaylorSupplement the existing WMNormalHints, don't overwrite...
1999-02-10 Tim Janikasure that ->value_buf always points to an allocated...
1999-02-05 Owen TaylorAdjust saved positions of children when resizing a...
1999-01-27 Owen TaylorRemove TimJ's checks for already being mapped or hidden...
1999-01-27 Owen TaylorUse floor() instead of truncating to integer values...
1999-01-23 Owen TaylorAdd flags field to GtkTargetEntry table.
1999-01-17 Owen TaylorPatch from Felix Bellaby <felix@pooh.u-net.com>
1999-01-15 Tim Janikdefine GTK_DISABLE_COMPAT_H for compilation of gtk...
1999-01-15 Owen Taylornparams for selection_get should be 3, not 2. [ From...
1998-12-24 Jeff Garzikx Pull in string.h for various mem*() and str*() functi...
1998-12-15 Owen TaylorCommented out testthreads from the build process, since...
1998-12-09 Owen TaylorDestroy widgets _after_ propagating unrealize signals...
1998-12-07 Owen TaylorNew functions gtk_window_set_transient_for() - set...
1998-11-30 Elliot LeeI submitted this patch twice to gtk-devel-list, and...
1998-11-24 Jeff GarzikRemoved DEFS "+=" mess that breaks recent automakes...
1998-11-22 Owen TaylorFixed so it at least works with window managers other...
1998-11-18 Carsten HaitzlerTue Nov 17 1998 The Rasterman <raster@redhat.com> Added
1998-11-06 Owen TaylorMerge from themes-2. See the ChangeLog for a somewhat...
1998-10-18 Owen TaylorAdded a modular client-message-filter mechanism, that...
1998-09-25 Tim Janiknew function to get the *real* geometry position of...
1998-08-25 Owen TaylorReference count the fonts used in the text widget.
1998-08-18 Tim Janikuse g_get_current_dir() instead of getcwd().
1998-08-18 Tim Janikrestricted the --g*fatal-* arguments to --g-fatal-warni...
1998-08-02 Owen TaylorChange window_private->parent pointer when reparenting.
1998-07-16 Elliot LeeMake gdk_window_foreign_new fail gracefully
1998-07-13 George Leblcheck if old_parent_private is not NULL before trying...
1998-07-04 Tim Janikchanged reversed_[12] to reserved_[12] in gtk_*_get_typ...
1998-06-24 Tim Janikdo not avoid to queue for a resize if the container...
1998-06-17 Tim Janiknew function gdk_window_at_pointer() to retrive the...
1998-06-13 Owen TaylorRemoved code for drawing the child in two places at...
1998-05-19 Elliot LeeAdd GDK_SUBSTRUCTURE_NOTIFY_MASK
1998-05-04 Owen TaylorMerges from the gtk-1-0 branch
1998-05-03 Owen Taylorconfigure.in acheader.h gdk/gdkwindow.c Check for Shape...
1998-05-01 rhlabs<raster@redhat.com>
1998-05-01 Owen TaylorNew function to reset the RC styles for a heirarchy
1998-05-01 Owen TaylorFix up getting colormap for FOREIGN windows to go along...
1998-05-01 Owen TaylorMerged changes from gtk-1-0. Check ChangeLog for details.
1998-04-15 Miguel de IcazaFix the problem introduced by whoever thought that...
1998-04-13 PDT 1998 Shawn T... Changed LGPL address for FSF in all .h and .c files
1998-04-10 Owen TaylorPicky --enable-ansi cleanups.
1998-04-07 Owen TaylorRemoved, because that's what a NULL comparison function...
1998-03-17 Tim Janikchanged some debugging messages to be prefixed by ...
1998-03-17 Miguel de IcazaUse StructureNotifyMaskMask as the mask, as this enable...
1998-03-17 Federico MenaUse signed integers so that testing will not fail for...
1998-03-14 Tim Janikfixed a bug with invoking the quit handlers that could...
1998-03-14 Owen TaylorMakefile.am fixes minor fix to gdkwindow.c -owt
1998-03-14 Owen TaylorDon't resize windows when request is rejected by WM...
1998-03-11 Elliot LeeBug fixes/improvements to the motion event eating for Dnd
1998-03-11 rhlabs<raster@redhat.com>
1998-03-11 rhlabs<raster@redhat.com>
1998-03-10 rhlabs<raster@redhat.com>
1998-03-10 Elliot LeeMiguel, try this - I think it should do what you need...
1998-03-08 Owen Taylor- Show selection correctly when starting selection...
1998-03-08 Tim Janikapplied a bunch of patches and removed all the printfs...
1998-03-07 rhlabs<raster@redhat.com>
1998-03-06 Federico Mena Quintero[Ummm, maybe we should do the same change to the select...
1998-03-01 Elliot LeeAdd drag_end_event for future expansion, plus allow...
1998-02-27 Owen Taylornew functions for setting WM hints
1998-02-17 Tim Janikapplied patch to fix draw_indicator behaviour from...
1998-02-16 Elliot LeeD&D fixes
1998-02-07 Tim Janikdon't wipe out window_private's x and y coordinates...
1998-02-03 Owen TaylorOnly query the colormap for GRAYSCALE and PSEUDOCOLOR...
1998-01-26 Tim Janikadded a bunch of checks for window != NULL and private...
1998-01-17 Jay PainterFixed GDK_INPUT_ONLY window type. -Jay
1998-01-17 Owen TaylorTake putback events into account
1998-01-08 Elliot LeeNew widget (GtkComboBox) and fixed gdk_window_init...
1998-01-06 Arturo EspinosaGDK_VISIBILITY_NOTIFY events were not working at all...
1998-01-01 Elliot Leeadded gdk_window_withdraw - not sure if its needed...
1997-12-26 Arturo EspinosaAdded new GDK_NO_EXPOSE and GDK_VISIBILITY_NOTIFY event...
1997-12-18 Owen TaylorIt's all in the changelog. Well, almost all.
1997-12-16 Elliot Leeadd gdk_window_set_override_redirect() et al
1997-12-10 Tim JanikGLib:
1997-12-07 Owen TaylorRemove dependencies of interfaces on USE_XIM Attempt...
1997-12-06 Elliot LeeRead the ChangeLog :)
1997-11-27 Gnome CVS UserPatches to support internationalized input by:
1997-11-24 Elliot LeeInitial revision