summaryrefslogtreecommitdiff
path: root/gdk/gdkwindow.c
Commit message (Expand)AuthorAgeFilesLines
* Queue a clear/redraw, not just a redraw, so the focus gets undrawnthemes-2Owen Taylor1998-11-061-226/+49
* Merges from head.Owen Taylor1998-10-191-188/+70
* Merges from HEAD.Owen Taylor1998-09-041-1/+0
* Lot's of merges from main branch.Owen Taylor1998-08-251-0/+12
* Fit scales into the theme-drawing framework. We do this by making them,Owen Taylor1998-08-211-6/+5
* Fixed up handling of partially clipped areas.Owen Taylor1998-08-041-0/+2
* Added missed case into draw code. (Thanks Tim!)Owen Taylor1998-07-311-16/+14
* Abstract out checking for shape extension into a function.Owen Taylor1998-07-301-57/+41
* GTK theme revision 2 now in CVS themes 2 branch........ WHEEEEEEEEEEE!Carsten Haitzler1998-07-281-0/+510
* Make gdk_window_foreign_new fail gracefullyElliot Lee1998-07-161-3/+7
* check if old_parent_private is not NULL before trying to g_list_remove theGeorge Lebl1998-07-131-1/+2
* 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