summaryrefslogtreecommitdiff
path: root/gdk/gdkwindow.c
Commit message (Expand)AuthorAgeFilesLines
* changed reversed_[12] to reserved_[12] in gtk_*_get_type functions.Tim Janik1998-07-041-5/+11
* do not avoid to queue for a resize if the container is not visible, weTim Janik1998-06-241-11/+17
* new function gdk_window_at_pointer() to retrive the current GdkWindow theTim Janik1998-06-171-38/+97
* Removed code for drawing the child in two places at once. Unfortunately,Owen Taylor1998-06-131-0/+6
* Add GDK_SUBSTRUCTURE_NOTIFY_MASKElliot Lee1998-05-191-3/+4
* Merges from the gtk-1-0 branchOwen Taylor1998-05-041-1/+1
* configure.in acheader.h gdk/gdkwindow.c Check for Shape extension both onOwen Taylor1998-05-031-31/+48
* <raster@redhat.com>rhlabs1998-05-011-2/+4
* New function to reset the RC styles for a heirarchyOwen Taylor1998-05-011-1/+18
* Fix up getting colormap for FOREIGN windows to go along with Raster's fixOwen Taylor1998-05-011-4/+16
* Merged changes from gtk-1-0. Check ChangeLog for details.Owen Taylor1998-05-011-25/+54
* Fix the problem introduced by whoever thought that randomly changing intsMiguel de Icaza1998-04-151-4/+4
* Changed LGPL address for FSF in all .h and .c filesPDT 1998 Shawn T. Amundson1998-04-131-2/+3
* Picky --enable-ansi cleanups.Owen Taylor1998-04-101-2/+4
* Removed, because that's what a NULL comparison function means. And itOwen Taylor1998-04-071-9/+15
* changed some debugging messages to be prefixed by "Gdk:".Tim Janik1998-03-171-1/+0
* Use StructureNotifyMaskMask as the mask, as this enables an applicationMiguel de Icaza1998-03-171-1/+2
* Use signed integers so that testing will not fail for windows that areFederico Mena1998-03-171-32/+40
* fixed a bug with invoking the quit handlers that could cause them to beTim Janik1998-03-141-1/+1
* Makefile.am fixes minor fix to gdkwindow.c -owtGTK_0_99_6Owen Taylor1998-03-141-1/+1
* Don't resize windows when request is rejected by WM. Only use the resizeOwen Taylor1998-03-141-23/+89
* Bug fixes/improvements to the motion event eating for DndElliot Lee1998-03-111-0/+3
* <raster@redhat.com>rhlabs1998-03-111-28/+21
* <raster@redhat.com>rhlabs1998-03-111-4/+23
* <raster@redhat.com>rhlabs1998-03-101-1/+6
* Miguel, try this - I think it should do what you need. Hurry hurry :)Elliot Lee1998-03-101-2/+2
* - Show selection correctly when starting selection with arrowsOwen Taylor1998-03-081-3/+6
* applied a bunch of patches and removed all the printfs thatTim Janik1998-03-081-67/+60
* <raster@redhat.com>rhlabs1998-03-071-1/+98
* [Ummm, maybe we should do the same change to the selection_owner variable?]Federico Mena Quintero1998-03-061-4/+4
* Add drag_end_event for future expansion, plus allow passing in NULL to the gd...Elliot Lee1998-03-011-9/+20
* new functions for setting WM hintsOwen Taylor1998-02-271-0/+165
* applied patch to fix draw_indicator behaviour from Lars Hamann and StefanTim Janik1998-02-171-6/+18
* D&D fixesElliot Lee1998-02-161-4/+1
* don't wipe out window_private's x and y coordinates if the configureTim Janik1998-02-071-1/+0
* Only query the colormap for GRAYSCALE and PSEUDOCOLOR visuals, and don'tOwen Taylor1998-02-031-3/+3
* added a bunch of checks for window != NULL and private->destroyed. (don'tTim Janik1998-01-261-71/+144
* Fixed GDK_INPUT_ONLY window type. -JayJay Painter1998-01-171-1/+1
* Take putback events into accountOwen Taylor1998-01-171-0/+1
* New widget (GtkComboBox) and fixed gdk_window_init to initialize gdk_root_par...Elliot Lee1998-01-081-0/+2
* GDK_VISIBILITY_NOTIFY events were not working at all. It was myArturo Espinosa1998-01-061-2/+2
* added gdk_window_withdraw - not sure if its needed, but oh wellElliot Lee1998-01-011-0/+12
* Added new GDK_NO_EXPOSE and GDK_VISIBILITY_NOTIFY events. They are neededArturo Espinosa1997-12-261-3/+4
* It's all in the changelog. Well, almost all.Owen Taylor1997-12-181-34/+105
* add gdk_window_set_override_redirect() et alElliot Lee1997-12-161-0/+19
* GLib:Tim Janik1997-12-101-1/+1
* Remove dependencies of interfaces on USE_XIM Attempt to make wcharOwen Taylor1997-12-071-0/+1
* Read the ChangeLog :)Elliot Lee1997-12-061-0/+2
* Patches to support internationalized input by:Gnome CVS User1997-11-271-9/+6
* Initial revisionElliot Lee1997-11-241-0/+1358