summaryrefslogtreecommitdiff
path: root/gdk/gdkwindow.c
Commit message (Expand)AuthorAgeFilesLines
* Move is_viewable() test further inside the function, since removing theOwen Taylor2000-08-021-4/+1
* Replace broken, (broken, Elliot, every single window blank on X) customOwen Taylor2000-07-311-6/+3
* We really do need to include gdkfb.h in order to get the GDK_PARENT_ROOT()Elliot Lee2000-07-311-2/+11
* applied patch from Andreas Persenius <ndap@swipnet.se> that updates theTim Janik2000-07-261-4/+4
* (Part 2) Remove gdk_*_lookup() defines, since they are defined by theElliot Lee2000-07-241-1/+1
* add xthickness and ythickness to GtkRcStyle and add the necessary tokens.Tim Janik2000-07-111-2/+1
* Convert GdkPixbuf to GObject, leaving it opaque (i.e. derivation is notHavoc Pennington2000-06-221-1/+3
* Make this compile without framebuffer enabledHavoc Pennington2000-06-201-257/+443
* *** empty log message ***Elliot Lee2000-06-201-1/+3
* Remove all references to offscreen flag which was no longer used.Havoc Pennington2000-06-021-3/+42
* 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