summaryrefslogtreecommitdiff
path: root/randr/rrproperty.c
AgeCommit message (Expand)AuthorFilesLines
2010-06-10Remove unnecessary parentheses around return values in functionsMikhail Gusarov1-14/+14
2010-06-06randr: Make deletion of output properties more robustMikhail Gusarov1-41/+35
2010-06-06Remove more superfluous if(p) checks around free(p)Mikhail Gusarov1-20/+10
2010-05-19Set event sequence number in WriteEventsToClient instead of at callers.Jamey Sharp1-1/+0
2010-05-19Make WriteEventsToClient/WriteToClient no-op on fake or dead clients.Jamey Sharp1-6/+1
2010-05-13Eliminate boilerplate around client->noClientException.Jamey Sharp1-7/+7
2010-05-13Replace X-allocation functions with their C89 counterpartsMikhail Gusarov1-21/+21
2010-02-12Don't double-swap the RandR PropertyNotify eventPeter Harris1-5/+0
2009-09-20RRDestroyOutputProperty: Free randr property valid valuesKeith Packard1-0/+2
2009-07-14randr: switch to byte counting functionsPeter Hutterer1-4/+4
2009-04-29Fix most remaining deprecated resource lookups.Eamon Walsh1-24/+9
2008-12-03Rework symbol visibility for easier maintenancePaulo Cesar Pereira de Andrade1-13/+13
2008-12-01randr: Don't send output property events on server exitAdam Jackson1-1/+2
2008-11-29Export symbols defined in the sdk.Paulo Cesar Pereira de Andrade1-13/+13
2008-11-25Move matrix operations from X server to pixman 0.13.2Keith Packard1-2/+2
2008-10-16RANDR: Fix output property event delivery.Pierre Willenbrock1-0/+6
2008-10-06RANDR: Delivery output property events.Keith Packard1-6/+32
2008-08-21Add swapped dispatch for randr 1.2 requestsJulien Cristau1-7/+51
2008-03-06Allow RandR get output property to call into driversJesse Barnes1-6/+13
2007-11-05RandR: Remove usage of allocaDaniel Stone1-2/+2
2007-03-24Make pending properties force mode set. And, remove AttachScreen calls.Keith Packard1-35/+54
2007-03-23Incorrect extra memory copy in RRChangeOutputProperty.Keith Packard1-2/+0
2007-03-23Fix Pending property API, adding RRPostPendingProperty.Keith Packard1-57/+94
2007-02-17RRConfigureOutputProperty is a variable length request.Keith Packard1-1/+1
2007-01-16When changing a non-pending property, call the screen rrOutputSetProperty hook.Eric Anholt1-0/+8
2007-01-16Don't forget to add the property we configure to the properties list.Eric Anholt1-0/+6
2006-12-14Naming change: Security*Access -> Dix*AccessEamon Walsh1-7/+7
2006-12-02RandR ListOutputProperties has nAtoms element, not nPropertiesKeith Packard1-1/+1
2006-11-28Allocate correct size for RRPropertyRec (oops).Keith Packard1-1/+2
2006-11-28Change RandR property datatype to include pending/valid values.Keith Packard1-89/+281
2006-10-13Limit pointer to valid crtc areas. Add event swapping. Fix change tracking.Keith Packard1-0/+1
2006-09-20Steal Xinerama code from SiS driver. Add missing files.Keith Packard1-0/+430