]> Pileus Git - ~andy/gtk/history - gdk/x11/gdkdisplay-x11.c
Merge branch 'master' into client-side-windows
[~andy/gtk] / gdk / x11 / gdkdisplay-x11.c
2009-05-25 Alexander LarssonMerge branch 'master' into client-side-windows
2009-04-02 Alexander LarssonNew approach for grab tracking code
2009-04-02 Alexander LarssonTrack pointer grabs on Xserver time
2009-04-02 Alexander LarssonSwitch motion hint emulation to be serial based.
2009-04-02 Alexander LarssonMove keyboard grab state tracking code to common code
2009-04-02 Alexander LarssonMove keyboard grab info to common code
2009-04-02 Alexander LarssonInitial client-side-windows work
2009-02-13 Matthias ClasenRegister randr events
2009-02-13 Matthias ClasenCheck for Xrandr 1.3
2009-01-20 Matthias Clasen Cache cursors to avoid libXcursor theme lookup...
2008-12-13 Matthias ClasenInitialize the XAtom cache earlier. Patch by Christian...
2008-12-08 Behdad EsfahbodBug 563547 – Update gdkx11 atom precache table
2008-11-30 Christian DywanBug 559622 – GdkDevice test segfaults
2008-09-29 Matthias ClasenBug 107000 – Add signals to GdkKeymap for monitoring...
2008-09-27 Matthias ClasenBug 552956 – Should check composite extension version
2008-09-27 Matthias Clasen Bug 553803 – eventually call XCloseDevice on...
2008-06-22 Johan DahlinInclude "config.h" instead of <config.h> Command used...
2008-01-15 Michael Natterergdk/gdkdisplay.h gdk/gdkdrawable.h gdk/gdkevents.h...
2007-12-13 Søren SandmannAdd RandR 1.2 support
2007-06-21 Tim Janikapplied patch from Mark Tiefenbruck to add missing...
2007-06-01 Matthias ClasenAdd support for composited child windows. (#412882...
2007-05-26 Matthias ClasenUpdate docs
2007-04-29 Dan WinshipNew method to marshall and send a Startup Notification...
2007-03-13 Emmanuele BassiApply patch by Vytautas Liuolia for changing the startu...
2007-01-04 Matthias ClasenApply a patch by Chris Wilson to avoid spurious valgrin...
2006-09-25 Michael Nattererfree display->input_windows with g_free(), not g_object...
2006-06-28 Matthias Clasenbroken pipe
2006-05-25 Matthias ClasenMake GTK+ work as an untrusted X client. (#136571,...
2006-05-22 Matthias ClasenRemove _gdk_x11_screen_request_cm_notification
2006-05-14 Matthias ClasenRemove extraneous ;
2006-04-25 Søren SandmannCreate 'composited' label.
2006-04-04 Matthias ClasenUse G_DEFINE_TYPE.
2006-02-20 Matthias ClasenSupport input shapes: (#331070)
2005-12-27 Matthias ClasenPrecache atoms before calling gdk_window_new().
2005-11-16 Michael Natterernew internal function which destroys the display's...
2005-11-15 Michael Nattererdestroy display->xid_ht as late as possible (right...
2005-11-10 Michael NattererApplied patch from maemo-gtk that addresses many issues...
2005-09-20 Matthias Clasen*** empty log message ***
2005-09-11 Matthias ClasenBroken pipe
2005-08-31 Matthias ClasenIntern type names before registering the type to avoid...
2005-06-30 Matthias ClasenHandle broken grabs.
2005-06-27 Matthias ClasenAvoid a segfault. (#309054)
2005-03-17 Owen TaylorSwitch set_cairo_target() virtual function to ref_cairo...
2005-03-16 Matthias ClasenMake PLT-reduction work with gcc4, and don't include...
2005-02-01 Matthias ClasenFix many instances of "the the" in docs and comments...
2005-01-25 Matthias ClasenInitialize user_time from DESKTOP_STARTUP_ID. (#165131...
2005-01-19 Matthias ClasenPrecache the _NET_VIRTUAL_ROOTS atom.
2005-01-19 Matthias ClasenAdd a function to obtain the last user interaction...
2005-01-18 Matthias ClasenAvoid X errors when running against servers which imple...
2004-10-28 Matthias ClasenFix many sparse warnings.
2004-10-26 Matthias ClasenDocumentation fixes.
2004-10-25 Anders CarlssonNew API to handle the clipboard manager.
2004-10-18 Matthias ClasenFix #155658, Sebastian Bacher:
2004-09-05 Anders CarlssonMake gtk argument parsing use goption. Add gtk_get_opti...
2004-08-09 Matthias ClasenAdd hidden aliases for exported symbols which are used...
2004-07-11 Soeren SandmannBug 143330, support update counter spec.
2004-07-09 Manish Singhhave a dummy case GDK_OWNER_CHANGE in switch statements...
2004-05-18 Matthias ClasenCheck for XFIXES extension.
2004-05-10 Matthias ClasenMake static.
2004-04-18 Soeren SandmannSupport for _NET_WM_USER_TIME (bug 115650). Patch by...
2004-02-02 Soeren SandmannAssume gravity works. (Anything else we have to take...
2003-12-09 Matthias ClasenImprove the GDK API for dealing with group leaders...
2003-08-02 Matthias ClasenUse g_setenv() instead of putenv().
2003-08-02 Owen TaylorRequires glib-2.3.0, pango-1.2.0.
2003-07-11 Owen Taylorgdk/x11/gdkevents-x11.c (get_real_window) gdk/x11/gdkin...
2003-07-05 Owen TaylorMove the grabs up earlier, so we don't get a big pile...
2003-07-05 Owen TaylorUse asynchronously _gdk_x11_set_input_focus_safe to...
2003-05-27 Matthias ClasenRemove dubious bitfields of unspecified signedness...
2003-05-20 Owen TaylorComprehensively zero all unused parts of client message...
2003-04-21 Owen TaylorCalling XFlush() after ungrabbing, to avoid problems...
2003-04-18 Owen TaylorCheck for XAddConnectionWatch()/X11R6, and if found...
2003-04-18 Owen TaylorPatch from Morten Welinder to catch Sun servers with...
2003-04-18 Owen TaylorFix wrong use of base_finalize. (#105126, Sven Neumann)
2003-04-18 Owen TaylorYou don't get a XkbMapNotify event if you get a XkbNewK...
2003-04-07 Owen TaylorFlush after ungrabbing the server.
2003-01-09 Manish Singh#include <stdlib.h> for putenv, <string.h> for strlen.
2002-11-28 Matthias ClasenDocument 2.2 API additions.
2002-11-08 Owen TaylorUse g_get_application_name() instead of g_get_prgname...
2002-11-08 Soeren Sandmanndocs/reference/gdk/tmpl/dnd.sgml docs/reference/gdk...
2002-11-02 Owen TaylorAdd startup notification hooks - mostly based on patch...
2002-10-22 Matthias ClasenGdk API doc updates.
2002-09-30 Owen TaylorSet the client ID on all displays. (#85713)
2002-09-25 Manish Singhadd -DG_DISABLE_DEPRECATED and -DGDK_PIXBUF_DISABLE_DEP...
2002-08-10 Soren SandmannMinor documentation fixes
2002-08-01 Owen TaylorNew demo for window migration between different display...
2002-08-01 Owen TaylorStart implementing display/screen closing scheme; keep...
2002-06-20 Owen TaylorRenames:
2002-06-20 Owen TaylorAdd a singleton object that we can use to get notificat...
2002-06-20 Owen TaylorPatch from Erwann Chenede.
2002-06-06 Owen TaylorChanges multihead reorganizing code for win32 support...
2002-05-21 Owen TaylorFix missing dereference. (HideToshi Tajima)
2002-05-20 Owen TaylorPatch from HideToshi Tajima to handle Xlib internal...
2002-05-03 Erwann Chenede -Rationalized the screen initialization process, changed...
2002-05-02 Matthias ClasenDoc updates.
2002-05-02 Erwann Chenede -removed unneeded ref. #79977
2002-05-01 Erwann Chenede -remove virtualization and made it cross platform. fix...
2002-04-30 Owen Taylorfix problem with finalizing non-initialized fully displ...
2002-04-30 Alex LarssonDoc fixes.
2002-04-25 Owen TaylorStart of integration of Erwann Chenede's multihead...