summaryrefslogtreecommitdiff
path: root/gdk/gdkwindow.c
Commit message (Expand)AuthorAgeFilesLines
* Add a function gdk_window_get_internal_paint_info(), so that using XOwen Taylor2001-07-181-0/+53
* Add gdk_set_pointer_hooks() to allow pointer-querying to be hooked by anOwen Taylor2001-07-051-0/+53
* For XEMBED embedding add a _XEMBED_INFO property to the client withOwen Taylor2001-07-031-1/+1
* Clip the retrieved image data to the screen, using a server grab to avoidHavoc Pennington2001-06-291-0/+2
* new function for mapping a window without fooling with stacking order, butHavoc Pennington2001-06-281-1/+1
* Try changing mode on shm segments to 0600. We'll see who complains.Owen Taylor2001-04-181-2/+2
* sorry, I only wanted to commit .cvsignoreSven Neumann2001-04-031-4/+0
* shut up CVSSven Neumann2001-04-031-0/+4
* Add GdkEventSetting event for notification of changes to system settings,Owen Taylor2001-04-021-4/+2
* *** empty log message ***Owen Taylor2001-03-291-0/+128
* Document expose event->region change and that gtk_widget_event doesn'tAlexander Larsson2001-03-091-4/+18
* test the window state stuffHavoc Pennington2001-02-271-8/+26
* add --deprecated-guardsHavoc Pennington2001-02-201-2/+170
* adapt to handle PangoColorHavoc Pennington2001-01-261-2/+37
* Don't leak visible_region. Use visible_region instead of region.22001-01-221-4/+6
* Add two virtualized functions gdk_drawable_get_clip_region - to get theOwen Taylor2000-12-151-94/+86
* Changes by Hans Breuer:Tor Lillqvist2000-11-301-5/+1
* urg, removed implementation of gtk_marshal_VOID__INT_INT_INT_INT. ifTim Janik2000-10-251-1/+1
* Include x11/gdkx.h only when building for X11.Tor Lillqvist2000-10-251-1/+3
* Re-enable the "find" dialogHavoc Pennington2000-10-241-15/+206
* Fix obvious bug in circle drawing.Jonathan Blandford2000-10-041-1/+1
* 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