summaryrefslogtreecommitdiff
path: root/miext/rootless/rootlessWindow.c
Commit message (Expand)AuthorAgeFilesLines
* rootless: Use screen_x and screen_y instead of pixmap pointer hacksJeremy Huddleston Sequoia2023-01-201-3/+9
* rootless: Dead code removal (RootlessResizeCopyWindow)Jeremy Huddleston Sequoia2023-01-201-126/+1
* rootless: Remove an unnecessary memory copy when handling resize with gravity...Jeremy Huddleston Sequoia2023-01-201-37/+0
* rootless: Dead code removal (resize_after in StartFrameResize / FinishFrameRe...Jeremy Huddleston Sequoia2023-01-201-49/+24
* rootless: Remove the special case for northwest gravity in StartFrameResizeJeremy Huddleston Sequoia2023-01-201-114/+2
* rootless: Use RL_GRAVITY_NORTH_WEST for min/max/zoom resizingJeremy Huddleston Sequoia2023-01-201-1/+1
* rootless: Ensure gResizeDeathPix is stored in locally-managed memory rather t...Jeremy Huddleston Sequoia2023-01-201-15/+5
* rootless: Remove option to disable ROOTLESS_RESIZE_GRAVITYJeremy Huddleston Sequoia2023-01-201-4/+0
* rootless: Fixup some format errors in debug loggingJeremy Huddleston Sequoia2023-01-201-6/+6
* Fix spelling/wording issuesAlan Coopersmith2020-07-051-3/+3
* dix: Restore PaintWindow screen hookAdam Jackson2015-07-081-1/+22
* dix: unifdef pWin->rootlessUnhittableAdam Jackson2015-07-081-4/+4
* Convert mi & miext to new *allocarray functionsAlan Coopersmith2015-04-211-2/+2
* Drop trailing whitespacesPeter Hutterer2014-11-121-3/+3
* Replace 'pointer' type with 'void *'Keith Packard2014-01-121-1/+1
* rootless: Use miCopyRegion instead of fbCopyRegionJeremy Huddleston Sequoia2013-10-061-3/+3
* Introduce a consistent coding styleKeith Packard2012-03-211-193/+194
* Remove superfluous if(p!=NULL) checks around free(p); p=NULL;Cyril Brulebois2010-11-111-4/+2
* rootless: ROOTLESS_GLOBAL_COORDS is always set, so unifdef it.Jamey Sharp2010-09-131-5/+0
* rootless: ROOTLESS_TRACK_DAMAGE is never set, so unifdef it.Jamey Sharp2010-09-131-18/+0
* XQuartz: Make application switching work better for the no-spaces caseJeremy Huddleston2010-08-121-3/+9
* rootless: Adjust the frame size of the native root window in RootlessResizeWi...Jan Hauffa2010-07-191-0/+7
* Clean up after removal of screen parameters from region macros.Jamey Sharp2010-06-051-13/+2
* Rename region macros to eliminate screen argumentKeith Packard2010-06-051-33/+33
* rootless: Fix SetShape regressionJeremy Huddleston2010-06-051-2/+2
* Move each screen's x/y origin into ScreenRec.Jamey Sharp2010-06-031-4/+4
* Move each screen's root-window pointer into ScreenRec.Jamey Sharp2010-06-031-7/+11
* Replace X-allocation functions with their C89 counterpartsMikhail Gusarov2010-05-131-6/+6
* rootless: Remove an unneeded commentJeremy Huddleston2010-05-021-4/+0
* os: Prevent core dump from being truncated.Rami Ylimaki2010-02-171-1/+1
* Rootless: Abstract some of the Xplugin specific stuff which has crept into ro...Jeremy Huddleston2009-10-131-64/+12
* Rootless: Correct border rendering on parent-relative windowsJeremy Huddleston2009-09-271-0/+26
* Rootless: Use serverClient instead of NullClientJeremy Huddleston2009-06-061-1/+1
* XQuartz: Update window levels when changing rootless stateJeremy Huddleston2009-04-101-0/+1
* XQuartz: Properly set the window level for the root windowJeremy Huddleston2009-04-101-8/+0
* XQuartz: Get rid of white rectangle bugJeremy Huddleston2008-12-211-2/+5
* Rootless: LP64 related casting fixes from Bob MurphyJeremy Huddleston2008-10-311-3/+5
* Rootless: Force initialization of static variable before use.Jeremy Huddleston2008-10-311-8/+1
* miext/rootless: Fix the usage of DeleteProperty so that this builds again.George Peter Staplin2008-10-231-7/+17
* XQuartz: Some motion made towards supporting fullscreen.Jeremy Huddleston2008-10-081-0/+102
* XQuartz: 256 color supportJeremy Huddleston2008-09-121-1/+1
* XQuartz: Remove decls of crashtracer strings that we don't use anymore in hereJeremy Huddleston2008-09-121-7/+0
* XQuartz: Fixed a crash in RootlessNativeWindowMovedJeremy Huddleston2008-09-121-23/+2
* XQuartz: Added debugging output to the crash log to help track down two crash...Jeremy Huddleston2008-08-291-2/+31
* Shape extension is built-in and mandatory.Adam Jackson2008-07-241-8/+0
* Rootless: mi doesn't let us resize root, so we need to do it ourselves...Jeremy Huddleston2008-05-051-25/+46
* Make rootless use dixLookupClient rather than deprecated LookupClient.Jeremy Huddleston2008-04-211-25/+31
* Nuke a call to deprecated LookupClient, and hopefully prevent aBen Byer2008-04-211-5/+1
* random flailingBen Byer2008-04-181-1/+1
* XQuartz: Fix issue where clicking on an X11 window might send that event to a...Jeremy Huddleston2008-04-081-6/+8