summaryrefslogtreecommitdiff
path: root/gdk/gdkwindow.c
Commit message (Expand)AuthorAgeFilesLines
...
* A bit of editing.Owen Taylor2000-05-151-2/+204
* Move gdk_window_clear() into common code, implement in terms ofOwen Taylor2000-05-051-21/+42
* Large changes to the Win32 backend, partially made necessary by theTor Lillqvist2000-05-011-0/+10
* Merge no-flicker branch into HEADOwen Taylor2000-03-281-1/+1002
* Move all X specific code into the x11/ directory. Aside from shufflingOwen Taylor1999-11-081-2332/+19
* Fix a reference to window_private->destroyed.Owen Taylor1999-10-031-516/+345
* StartedOwen Taylor1999-10-011-1/+3
* [ Merges from gtk-1-2 ]Federico Mena Quintero1999-09-281-28/+33
* correctly remove the default filter from the listGeorge Lebl1999-04-211-1/+1
* Added notice to look in AUTHORS and ChangeLog files for a list of changes.CST 1999 Shawn T. Amundson1999-02-241-0/+7
* Always set the max width or height to at least 1, since 0 triggers bugs inOwen Taylor1999-02-211-2/+2
* Account for the fact that Xlib expects format == 32 to be a long, even onOwen Taylor1999-02-211-2/+2
* removed debugging statements about embedded XID's. They could have beenOwen Taylor1999-02-211-10/+17
* Supplement the existing WMNormalHints, don't overwrite them.Owen Taylor1999-02-101-17/+26
* asure that ->value_buf always points to an allocated area.Tim Janik1999-02-101-652/+661
* Adjust saved positions of children when resizing a guffaw_gravity = TRUEOwen Taylor1999-02-051-0/+14
* Remove TimJ's checks for already being mapped or hidden. See the ICCCM'sOwen Taylor1999-01-271-2/+2
* Use floor() instead of truncating to integer values so we get translationOwen Taylor1999-01-271-8/+160
* Add flags field to GtkTargetEntry table.Owen Taylor1999-01-231-1/+3
* Patch from Felix Bellaby <felix@pooh.u-net.com>Owen Taylor1999-01-171-0/+10
* define GTK_DISABLE_COMPAT_H for compilation of gtk code.Tim Janik1999-01-151-11/+11
* nparams for selection_get should be 3, not 2. [ From Damon ChaplinOwen Taylor1999-01-151-1/+57
* x Pull in string.h for various mem*() and str*() functions, in anJeff Garzik1998-12-241-2/+13
* Commented out testthreads from the build process, since we won't have anyOwen Taylor1998-12-151-8/+8
* Destroy widgets _after_ propagating unrealize signals through the widgetOwen Taylor1998-12-091-1/+6
* New functions gtk_window_set_transient_for() - set up a "transient for"Owen Taylor1998-12-071-0/+113
* I submitted this patch twice to gtk-devel-list, and received no comments,Elliot Lee1998-11-301-2/+2
* Removed DEFS "+=" mess that breaks recent automakes. INCLUDES is theJeff Garzik1998-11-241-1/+1
* Fixed so it at least works with window managers other than Enlightenment,Owen Taylor1998-11-221-24/+27
* Tue Nov 17 1998 The Rasterman <raster@redhat.com> AddedCarsten Haitzler1998-11-181-0/+63
* Merge from themes-2. See the ChangeLog for a somewhat detailedOwen Taylor1998-11-061-46/+362
* Added a modular client-message-filter mechanism, that is used for the DNDOwen Taylor1998-10-181-187/+13
* new function to get the *real* geometry position of a window, takenTim Janik1998-09-251-1/+57
* Reference count the fonts used in the text widget.Owen Taylor1998-08-251-0/+10
* use g_get_current_dir() instead of getcwd().Tim Janik1998-08-181-1/+1
* restricted the --g*fatal-* arguments to --g-fatal-warnings again. thisTim Janik1998-08-181-5/+4
* Change window_private->parent pointer when reparenting.Owen Taylor1998-08-021-0/+2
* 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