summaryrefslogtreecommitdiff
path: root/dix/window.c
AgeCommit message (Expand)AuthorFilesLines
2009-09-03dix: when unsetting a cursor, update the sprite immediately (#23608)Peter Hutterer1-1/+2
2009-08-25CheckWindowOptionalNeed: Ensure w->optional is set to avoid SEGFAULTJeremy Huddleston1-1/+1
2009-08-18Do not reset lastDeviceEventTime when we do dixSaveScreensRichard Hughes1-2/+0
2009-07-14dix: switch to byte-counting functions.Peter Hutterer1-2/+2
2009-05-28Merge branch 'master' into xi2Peter Hutterer1-40/+47
2009-05-14Update several of my and/or Red Hat's licenses to standard form.Adam Jackson1-15/+14
2009-04-29Fix most remaining deprecated resource lookups.Eamon Walsh1-25/+33
2009-04-07Merge branch 'master' into xi2Peter Hutterer1-3/+0
2009-03-23Remove two unused defines in C filesTomas Carnecky1-3/+0
2009-03-20Xext: purge XGE event masks.Peter Hutterer1-35/+0
2009-03-09Replace dixLookupResource by dixLookupResourceBy{Type,Class}Keith Packard1-4/+4
2009-02-16xserver: Avoid sending uninitialized padding data over the networkPeter Åstrand1-2/+15
2009-01-22Remove a bunch of useless casts.Adam Jackson1-9/+8
2009-01-20Move CreateUnclippedWinSize to mbufAdam Jackson1-26/+0
2009-01-11dix: don't mix declarations and codeJulien Cristau1-2/+2
2009-01-08dix: move focus handling into enterleave.c.Peter Hutterer1-2/+0
2009-01-08dix: reduce FirstPointerChild complexityPeter Hutterer1-1/+0
2008-12-10dix: purge dead device-based window access code.Peter Hutterer1-17/+0
2008-12-03Rework symbol visibility for easier maintenancePaulo Cesar Pereira de Andrade1-43/+43
2008-11-29Export symbols defined in the sdk.Paulo Cesar Pereira de Andrade1-24/+24
2008-11-25Do not send VisibilityNotify events when MapUnmapEvents are disabledMichael Vogt1-0/+2
2008-11-13dix: don't store enter/leave and focus semaphores in a devPrivate.Peter Hutterer1-4/+2
2008-10-26Nuke unused variablesJulien Cristau1-1/+1
2008-10-06Loader: Unexport a handful of consumerless symbols from dixsym.Adam Jackson1-5/+5
2008-09-23Rename SaveSetMap() to SaveSetShouldMap().Adam Jackson1-2/+2
2008-09-22Change 'remap' to 'map' in saveset functions/macrosOwen Taylor1-2/+2
2008-09-22Don't remap windows for SaveSetUnmapOwen W. Taylor1-0/+5
2008-09-22Default to -br. Add -retro option for the nostalgic.Adam Jackson1-6/+5
2008-08-28Prepare for array-index based devPrivates.Tomas Carnecky1-1/+2
2008-08-13Eviscerate save-under support.Adam Jackson1-158/+1
2008-07-24Shape extension is built-in and mandatory.Adam Jackson1-20/+0
2008-07-10dix: free GenericMask allocations when destroying window.Peter Hutterer1-0/+13
2008-06-27Fix a leak of window devPrivates in window.c/CrushTree().Eamon Walsh1-0/+1
2008-06-25dix: free FocusPrivates when deleting a window. #16493Ben Gamari1-0/+1
2008-04-25dix: remove obsolete InitWindowPrivates().Peter Hutterer1-13/+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-22Merge branch 'master' into mpxPeter Hutterer1-67/+4
2008-04-18Death to APPGROUP.Adam Jackson1-67/+0
2008-04-10dix: Rework Enter/Leave semaphore system.Peter Hutterer1-0/+2
2008-04-08XQuartz: Fix issue where clicking on an X11 window might send that event to a...Jeremy Huddleston1-0/+3
2008-03-04Merge branch 'master' into mpxPeter Hutterer1-7/+6
2008-02-20XACE: Make the default window background state configurable per-window.Eamon Walsh1-4/+5
2008-02-20Remove COMPOSITE ifdefs around WindowRec bitfield as it has no ABI effect.Eamon Walsh1-2/+0
2008-02-18dix: Handle the case where a device cursor was removed correctlyBenjamin Close1-1/+7
2008-02-14Silence an error message in ConfigureWindow that never happens.Adam Jackson1-1/+1
2008-01-26Merge branch 'master' into mpxPeter Hutterer1-1/+2
2008-01-16Don't break grab and focus state for a window when redirecting it.Kristian Høgsberg1-1/+2
2008-01-03Merge branch 'master' into mpxPeter Hutterer1-146/+125
2007-12-17XACE: Restore the old background None behavior in response to bug #13683.Eamon Walsh1-2/+2