summaryrefslogtreecommitdiff
path: root/dix
AgeCommit message (Expand)AuthorFilesLines
2008-05-26If core motion history is required, scale back to screen coords and INT16.Peter Hutterer2-10/+45
2008-05-26Ensure the motion history is merged for master devices.Peter Hutterer1-13/+107
2008-05-26dix: Allocate MD's motion history to be large enough for potential valuatorsPeter Hutterer1-3/+13
2008-05-25Remove GetMotionProc from ValuatorClassRec.Peter Hutterer2-15/+8
2008-05-23dix: update valuators > 2 as well.Peter Hutterer1-12/+45
2008-05-23dix: don't allow relative data in deviceValuators.Peter Hutterer1-17/+4
2008-05-23dix: more device scaling insanity.Peter Hutterer1-30/+38
2008-05-23input: instead of lastx/y, use a last.valuators[] array on the device.Peter Hutterer2-23/+30
2008-05-23dix: coreEvents doesn't have meaning here, use master instead.Peter Hutterer1-3/+4
2008-05-23dix: Cleanup of GetPointerEventsMagnus Vigerlöf1-45/+48
2008-05-23dix: Correct clipAxis so it can handle devices with value ranges properlyMagnus Vigerlöf1-11/+4
2008-05-22dix: fill valuators with the correct values depending on the device mode (GPE)Peter Hutterer1-7/+11
2008-05-22dix: when floating a device, create a new cursor sprite.Peter Hutterer1-0/+9
2008-05-22Make all conversion handling in GPE.Magnus Vigerlöf1-79/+144
2008-05-21Replace UniSA with full Uni name in Author affiliation.Peter Hutterer1-1/+1
2008-05-20dix: shut up two compiler warnings.Peter Hutterer2-1/+2
2008-05-20Merge branch 'master' into mpxPeter Hutterer6-103/+29
2008-05-14Move defaultDisplayClass to xdmcp-only visibility.Adam Jackson1-1/+0
2008-05-14Simplify default font path setup.Adam Jackson2-8/+2
2008-05-14Remove global argc/argv variables.Adam Jackson2-7/+0
2008-05-14dix: don't undisplay cursor if we don't own a sprite.Peter Hutterer1-1/+2
2008-05-14dix: InitAndStartDevices doesn't need a window parameter.Peter Hutterer2-2/+2
2008-05-14dix: don't use serverClient in AddInputDevice, use the one supplied instead.Peter Hutterer1-1/+1
2008-05-13Remove UndisplayCursor API.Peter Hutterer1-4/+2
2008-05-12X n'est pas une print API.Adam Jackson6-86/+20
2008-05-09Return a valid X error when stuck in font alias loopAlan Coopersmith1-1/+7
2008-05-02Merge branch 'master' into mpxPeter Hutterer2-16/+13
2008-05-02dix: continue to check for invalid valuator ranges.Peter Hutterer1-1/+8
2008-04-30Dix: Cleaned up sanity checking in Get{Pointer,Keyboard}EventsJeremy Huddleston1-3/+9
2008-04-30dix: resize EQ to minimum size to avoid reallocs during SIGIO.Peter Hutterer1-0/+1
2008-04-30dix: fix typo from last commit.Peter Hutterer1-6/+6
2008-04-30input: replace -1 as default axis limit with NO_AXIS_LIMIT define.Peter Hutterer2-15/+17
2008-04-30dix: fix typo in clipAxis.Peter Hutterer1-2/+3
2008-04-29dix: store all valuators as they come from the device in the valuator events.Peter Hutterer1-16/+12
2008-04-28dix: if alloc of a master keyboard fails, remove the master pointer.Peter Hutterer1-1/+11
2008-04-26XQuartz: Cleaned up startup and thread creation a tad.Jeremy Huddleston1-12/+4
2008-04-25Xi: remove RemoveOtherCoreGrabs()Peter Hutterer1-47/+0
2008-04-25dix: don't search for grabbed devices, PickPointer does it for us now.Peter Hutterer1-149/+8
2008-04-25dix: remove misleading (stale) commentPeter Hutterer1-2/+0
2008-04-25dix: let PickPointer() return devices that are core-grabbed by the client.Peter Hutterer1-1/+22
2008-04-25Standardise copyright headers for all new files created as part of MPX.Peter Hutterer1-26/+23
2008-04-25dix: remove obsolete InitWindowPrivates().Peter Hutterer2-15/+0
2008-04-25dix: add mi.h include to stop compiler warningPeter Hutterer1-0/+1
2008-04-25dix: remove "unused variable" compiler warning.Peter Hutterer1-1/+0
2008-04-25dix: remove pairingClient definition.Peter Hutterer1-2/+0
2008-04-24dix: NULL out WindowTable after freeing all the windows.Peter Hutterer1-0/+3
2008-04-23dix: always send FocusIn events if mode is NotifyUngrab.Peter Hutterer1-0/+2
2008-04-22Fix build when XKB is disabled.Ross Burton1-1/+1
2008-04-22Merge branch 'master' into mpxPeter Hutterer7-95/+27
2008-04-21Fixed dixLookupClient to work with client=NullClient as it did in the 1.3 branchJeremy Huddleston1-1/+2