summaryrefslogtreecommitdiff
path: root/gdk/x11/gdkwindow-x11.c
Commit message (Expand)AuthorAgeFilesLines
* Fix a 64bit alignment issue. (#144302, Sunil)Matthias Clasen2004-07-071-3/+4
* Handle _NET_WM_STATE_ABOVE and _NET_WM_STATE_BELOW. (#144851, Billy Biggs)Matthias Clasen2004-06-261-0/+14
* Support for _NET_WM_USER_TIME (bug 115650). Patch by Elijah Newren.Soeren Sandmann2004-04-181-0/+45
* Make this a total no-op when the new or old parent is destroyed. (#134230,Owen Taylor2004-03-131-41/+47
* Fixes #136082 and #135265, patch by Morten Welinder.Federico Mena Quintero2004-03-061-1/+2
* Use the right free() function. (#135511, George Bronnikov)Owen Taylor2004-02-261-1/+7
* Assume gravity works. (Anything else we have to take our chances with).Soeren Sandmann2004-02-021-68/+1
* Fix #105497; constify uses of GdkColor.Federico Mena Quintero2004-01-261-2/+2
* Fix typoAlexander Larsson2004-01-221-1/+1
* Set the right properties when the window becomes a toplevel. When a windowSoeren Sandmann2003-12-211-84/+120
* Changes to allow "no input" windows (#64613):Matthias Clasen2003-12-101-2/+39
* Improve the GDK API for dealing with group leaders (#119375):Matthias Clasen2003-12-091-6/+35
* Actually assign the new leader. (#125168, Mariano Suarez-Alvarez)Matthias Clasen2003-10-231-1/+2
* Make it work as documented when pixmap or mask is NULL. (#124081)Matthias Clasen2003-10-131-2/+6
* Add support for EWMH "Above" and "Below" window states. (105100, Manuel Clos)Matthias Clasen2003-08-101-0/+71
* Requires glib-2.3.0, pango-1.2.0.Owen Taylor2003-08-021-13/+5
* fix cut-n-paste-oJody Goldberg2003-07-181-1/+1
* Move the grabs up earlier, so we don't get a big pile of uncompressedOwen Taylor2003-07-051-15/+7
* Split toplevel-specific pieces of GdkWindowImplX11 into a separateOwen Taylor2003-07-051-89/+126
* Use asynchronously _gdk_x11_set_input_focus_safe to avoid having to trapOwen Taylor2003-07-051-87/+138
* Comprehensively zero all unused parts of client messages (Mainly Motif DNDOwen Taylor2003-05-201-0/+17
* Add SKIP_TASKBAR/SKIP_PAGER to set of properties we might set on map.Owen Taylor2003-04-211-2/+18
* Use gdk_free_compound_text(), not g_free(). (#107643, Michael Zucchi)Owen Taylor2003-04-181-1/+1
* Flush after ungrabbing the server.Owen Taylor2003-04-071-2/+2
* Return gboolean, not gint. (#107664, Morten Welinder)Matthias Clasen2003-03-061-2/+2
* Fix a bug with checking the private flag on the wrong window; improve theOwen Taylor2002-12-151-2/+13
* gdk_x11_get_xatom_by_name_for_display takes a GdkDisplay *, not anPST 2002 Manish Singh2002-12-101-9/+9
* Delete EWMH properties if no private->state flags are set. (#66754)Matthias Clasen2002-12-101-17/+30
* Moveresize emulation for all edges. (#52833)Matthias Clasen2002-12-031-6/+113
* Document 2.2 API additions.Matthias Clasen2002-11-281-2/+12
* Fixes from #98358, Havoc Pennington.Owen Taylor2002-11-251-2/+4
* Use _NET_WM_WINDOW_TYPE_SPLASH, not TYPE_SPLASHSCREEN. (#99482, GregoryOwen Taylor2002-11-251-1/+1
* Fix display/window typo. (#98511, Soeren Sandmann)Owen Taylor2002-11-141-1/+1
* Fix a typo which broke moveresize emulation.Matthias Clasen2002-11-101-1/+1
* Use g_get_application_name() instead of g_get_prgname() as the defaultOwen Taylor2002-11-081-20/+66
* Lots of trivial doc fixes.Matthias Clasen2002-10-111-1/+1
* Documentation updates.Matthias Clasen2002-10-111-1/+1
* - Replace GdkPointerHooks with a multihead-safe GdkDisplayPointerHooks,Owen Taylor2002-10-071-21/+62
* docs/reference/gtk/tmpl/gtkfontseldlg.sgml, gdk/gdkwindow.c,Soeren Sandmann2002-10-051-31/+57
* get XDisplay from window instead of display, as display has not beenKristian Rietveld2002-10-031-1/+1
* Restore the pre-Xft2 code to render text directly via RENDER,Owen Taylor2002-10-031-0/+5
* Make drawing to the root window work. (#89492)Matthias Clasen2002-09-271-0/+2
* fix GtkWindowMnemonic to have a separate typedefHavoc Pennington2002-09-251-14/+188
* add -DG_DISABLE_DEPRECATED and -DGDK_PIXBUF_DISABLE_DEPRECATED to compileManish Singh2002-09-251-16/+15
* Look up the visual as well as the colormap, since callingOwen Taylor2002-09-241-3/+8
* Replace leftover gdk_colormap_lookup () by gdk_x11_colormap_foreign_new ()Matthias Clasen2002-09-241-1/+2
* Delete unused private gdk_visual_lookup(), make gdk_colormap_lookup()Owen Taylor2002-09-241-1/+2
* Fix args to pango_x_shutdown_display().Owen Taylor2002-08-021-1/+1
* Switch back to using XftDraw so that we take advantage of theOwen Taylor2002-08-021-2/+2
* Start implementing display/screen closing scheme; keep a flag for whetherOwen Taylor2002-08-011-5/+11