summaryrefslogtreecommitdiff
path: root/dix/dispatch.c
AgeCommit message (Expand)AuthorFilesLines
2011-11-02Merge remote-tracking branch 'whot/two-screen-coordinates'Keith Packard1-0/+2
2011-10-31dix: Reinstate GetImage window size checkAaron Plattner1-0/+8
2011-10-13Store desktop dimensions in screenInfo.Peter Hutterer1-0/+2
2011-09-21Merge remote-tracking branch 'mattst88/for-keith'Keith Packard1-1/+1
2011-09-21Merge remote-tracking branch 'alanc/master'Keith Packard1-15/+3
2011-09-21Use internal temp variable for swap macrosMatt Turner1-1/+1
2011-09-20Remove unused ClientStateAuthenticatingAlan Coopersmith1-13/+3
2011-09-19Fix pixmap double-frees on error paths.Jamey Sharp1-1/+0
2011-09-19Eliminate MAXSCREENS-sized CursorScreenKey array.Jamey Sharp1-1/+1
2011-09-19Remove unused ClientStateCheckingSecurity & ClientStateCheckedSecurityAlan Coopersmith1-3/+1
2011-04-07dix: don't free stranger pointers inside AllocARGBCursorTiago Vignatti1-3/+9
2010-12-23os: Add facilities for client ID tracking.Rami Ylimäki1-0/+10
2010-12-07Sun's copyrights now belong to OracleAlan Coopersmith1-1/+1
2010-10-13Comparison between pointer and integer in latest dix/dispatch.cColin Harrison1-1/+1
2010-10-13dix: Remove the memory of the multibuffer extensionAdam Jackson1-11/+2
2010-09-28dix: remove proc tables initializationTiago Vignatti1-20/+0
2010-06-10Remove unnecessary parentheses around return values in functionsMikhail Gusarov1-53/+53
2010-06-06Remove more superfluous if(p) checks around free(p)Mikhail Gusarov1-2/+2
2010-06-06Replace deprecated bzero with memsetMikhail Gusarov1-1/+1
2010-06-05Clean up after removal of screen parameters from region macros.Jamey Sharp1-8/+5
2010-06-05Change the devPrivates API to require dixRegisterPrivateKeyKeith Packard1-9/+13
2010-06-05Rename region macros to eliminate screen argumentKeith Packard1-6/+6
2010-06-03Move each screen's root-window pointer into ScreenRec.Jamey Sharp1-7/+6
2010-05-20Replace screen->rgf scratch GC flags with a bit in each GC.Jamey Sharp1-1/+0
2010-05-19Return an appropriately-typed error from dixLookupResourceByType.Jamey Sharp1-20/+26
2010-05-19Set event sequence number in WriteEventsToClient instead of at callers.Jamey Sharp1-1/+0
2010-05-13Eliminate boilerplate around client->noClientException.Jamey Sharp1-230/+124
2010-05-13Quit using clientErrorValue in dix/colormap.c.Jamey Sharp1-19/+3
2010-05-13Quit using clientErrorValue in dix/gc.c.Jamey Sharp1-7/+8
2010-05-13Replace dixChangeGC with calls directly to the right variant.Jamey Sharp1-1/+1
2010-05-12SetFontPath: set client->errorValue on failure.Jamey Sharp1-6/+1
2010-05-13Replace X-allocation functions with their C89 counterpartsMikhail Gusarov1-33/+33
2010-05-07Introduce dixLookupFontable for "FONT or GC" parameters.Jamey Sharp1-22/+4
2009-12-16Update Sun license notices to current X.Org standard formAlan Coopersmith1-23/+17
2009-08-25Ensure that rotation updates happen frequentlyKeith Packard1-1/+21
2009-07-22Bug #22804: Reject out of bounds XGetImage requestsAaron Plattner1-23/+49
2009-07-14dix: switch to byte-counting functions.Peter Hutterer1-28/+28
2009-06-03s/MIN/min/, s/MAX/max/ (#2968)Adam Jackson1-4/+0
2009-05-27Remove reference to non-existing requestLog and requestLogIndexNicolai Hähnle1-6/+0
2009-04-29Fix most remaining deprecated resource lookups.Eamon Walsh1-4/+5
2009-04-28dix: remove all but main() from main.cPeter Hutterer1-2/+339
2009-03-31dix: Simplify InitClient()Adam Jackson1-22/+1
2009-03-09Replace dixLookupResource by dixLookupResourceBy{Type,Class}Keith Packard1-24/+24
2009-02-16xserver: Avoid sending uninitialized padding data over the networkPeter Åstrand1-4/+14
2009-02-13dix: Remove includes which are not actually used directlyBenjamin Close1-4/+0
2009-02-03Constify atom name stringsAlan Coopersmith1-1/+1
2009-01-22Remove a bunch of useless casts.Adam Jackson1-11/+10
2009-01-22XKB: Make XKB mandatoryDaniel Stone1-15/+6
2008-12-03Rework symbol visibility for easier maintenancePaulo Cesar Pereira de Andrade1-21/+21
2008-11-29Export symbols defined in the sdk.Paulo Cesar Pereira de Andrade1-13/+13