summaryrefslogtreecommitdiff
path: root/gdk/x11/gdkdisplay-x11.c
Commit message (Expand)AuthorAgeFilesLines
* Fix many sparse warnings.Matthias Clasen2004-10-281-1/+1
* Documentation fixes.Matthias Clasen2004-10-261-5/+5
* New API to handle the clipboard manager.Anders Carlsson2004-10-251-1/+85
* Fix #155658, Sebastian Bacher:Matthias Clasen2004-10-181-0/+2
* Make gtk argument parsing use goption. Add gtk_get_option_group andAnders Carlsson2004-09-051-2/+9
* Add hidden aliases for exported symbols which are used internally in orderMatthias Clasen2004-08-091-0/+1
* Bug 143330, support update counter spec.Soeren Sandmann2004-07-111-0/+16
* have a dummy case GDK_OWNER_CHANGE in switch statements to avoid gccManish Singh2004-07-091-0/+2
* Check for XFIXES extension.Matthias Clasen2004-05-181-0/+80
* Make static.Matthias Clasen2004-05-101-1/+1
* Support for _NET_WM_USER_TIME (bug 115650). Patch by Elijah Newren.Soeren Sandmann2004-04-181-0/+4
* Assume gravity works. (Anything else we have to take our chances with).Soeren Sandmann2004-02-021-1/+0
* Improve the GDK API for dealing with group leaders (#119375):Matthias Clasen2003-12-091-3/+33
* Use g_setenv() instead of putenv().Matthias Clasen2003-08-021-3/+2
* Requires glib-2.3.0, pango-1.2.0.Owen Taylor2003-08-021-1/+0
* gdk/x11/gdkevents-x11.c (get_real_window) gdk/x11/gdkinput-x11.cOwen Taylor2003-07-111-0/+3
* Move the grabs up earlier, so we don't get a big pile of uncompressedOwen Taylor2003-07-051-1/+0
* Use asynchronously _gdk_x11_set_input_focus_safe to avoid having to trapOwen Taylor2003-07-051-3/+53
* Remove dubious bitfields of unspecified signedness. (#112919, MortenMatthias Clasen2003-05-271-1/+1
* Comprehensively zero all unused parts of client messages (Mainly Motif DNDOwen Taylor2003-05-201-0/+6
* Calling XFlush() after ungrabbing, to avoid problems if the appOwen Taylor2003-04-211-2/+14
* Check for XAddConnectionWatch()/X11R6, and if found, disable XIM and useOwen Taylor2003-04-181-0/+6
* Patch from Morten Welinder to catch Sun servers with a brokenOwen Taylor2003-04-181-0/+1
* Fix wrong use of base_finalize. (#105126, Sven Neumann)Owen Taylor2003-04-181-1/+1
* You don't get a XkbMapNotify event if you get a XkbNewKeyboardNotifyOwen Taylor2003-04-181-2/+2
* Flush after ungrabbing the server.Owen Taylor2003-04-071-1/+5
* #include <stdlib.h> for putenv, <string.h> for strlen.Manish Singh2003-01-091-0/+2
* Document 2.2 API additions.Matthias Clasen2002-11-281-13/+42
* Use g_get_application_name() instead of g_get_prgname() as the defaultOwen Taylor2002-11-081-0/+1
* docs/reference/gdk/tmpl/dnd.sgml docs/reference/gdk/tmpl/drawing.sgmlSoeren Sandmann2002-11-081-2/+2
* Add startup notification hooks - mostly based on patch by Havoc PenningtonOwen Taylor2002-11-021-1/+194
* Gdk API doc updates.Matthias Clasen2002-10-221-0/+16
* Set the client ID on all displays. (#85713)Owen Taylor2002-09-301-0/+5
* add -DG_DISABLE_DEPRECATED and -DGDK_PIXBUF_DISABLE_DEPRECATED to compileManish Singh2002-09-251-3/+3
* Minor documentation fixesSoren Sandmann2002-08-101-3/+4
* New demo for window migration between different displays and screens.Owen Taylor2002-08-011-1/+9
* Start implementing display/screen closing scheme; keep a flag for whetherOwen Taylor2002-08-011-4/+22
* Renames:Owen Taylor2002-06-201-2/+2
* Add a singleton object that we can use to get notification when displaysOwen Taylor2002-06-201-1/+2
* Patch from Erwann Chenede.Owen Taylor2002-06-201-2/+5
* Changes multihead reorganizing code for win32 support, mostly from a patchOwen Taylor2002-06-061-34/+51
* Fix missing dereference. (HideToshi Tajima)Owen Taylor2002-05-211-1/+1
* Patch from HideToshi Tajima to handle Xlib internal connections. (#76681)Owen Taylor2002-05-201-0/+81
* Rationalized the screen initialization process, changed the GdkDisplayX11Erwann Chenede -2002-05-031-191/+17
* Doc updates.Matthias Clasen2002-05-021-0/+17
* removed unneeded ref. #79977Erwann Chenede -2002-05-021-3/+0
* remove virtualization and made it cross platform. fix #79961 fixedErwann Chenede -2002-05-011-2/+7
* fix problem with finalizing non-initialized fully display when failing toOwen Taylor2002-04-301-7/+6
* Doc fixes.Alex Larsson2002-04-301-10/+10
* Start of integration of Erwann Chenede's multihead work from theOwen Taylor2002-04-251-0/+640