summaryrefslogtreecommitdiff
path: root/xc
AgeCommit message (Expand)AuthorFilesLines
2002-04-19Fix memory leaks in server and back-end screen initkem1-2/+13
2002-04-19More code cleanupkem1-14/+17
2002-04-19Fix memory leaks in screeninit/closekem1-2/+21
2002-04-18Trap PaintWindowBackground so that the lower layers don't try to accesskem4-0/+21
2002-04-18Clean up window attribute codekem4-30/+8
2002-04-18Code cleanupkem1-5/+2
2002-04-18Fix user specified clip rect initialization -- it wasn't obeying thekem1-1/+2
2002-04-16Properly close display in CloseScreen -- fixes xtest "Maximum number ofkem1-0/+3
2002-04-16Handle window exposures properly -- fixes erroneous Expose eventskem1-2/+23
2002-04-16Basic widget with even callbacks, suitable for drawingfaith3-189/+92
2002-04-16Add error handler to catch back-end X errors -- fixes xtest crasheskem2-0/+27
2002-04-16Do not compile Render extension (temporarily) -- fixes x11perf crashkem1-1/+2
2002-04-15Copies of xc/lib/Xaw/Template*.* with renamingfaith3-0/+351
2002-04-13- Added colormap supportkem9-27/+424
2002-04-12Include libdmxconfig for configuration file supportfaith1-1/+3
2002-04-12Move connection block code to separate filefaith6-70/+233
2002-04-12Remove 32 scren limit from dmxInitOriginsfaith1-162/+189
2002-04-12Add ability to set backend layout based on configuration filefaith5-5/+235
2002-04-12Fix/enhance grammerfaith2-3/+12
2002-04-12Add dmxLogOutputWarningfaith2-0/+12
2002-04-10Only call XSetInputFocus when input is from a backend server.faith2-2/+4
2002-04-09Stand along configuration file parserfaith28-0/+1638
2002-04-05Add XTest support based on Xserver/Xext/xtest1.fragsfaith4-8/+193
2002-04-04Add support for fine-grain motion in console windowfaith6-103/+420
2002-04-04Call XSetInputFocus so that fvwm2 and other WMs will give us keyboard events.faith1-0/+2
2002-02-28- Implement PolyText16 supportdmx-0-1-20020228-alphakem2-33/+53
2002-02-28Update known/outstanding bug listfaith1-9/+6
2002-02-28Fix typo in man pagefaith1-1/+1
2002-02-28Add support for server-grabbing in console modefaith9-16/+138
2002-02-28Only free mask if mask has been allocatedfaith1-1/+1
2002-02-28- Basic cursor support (not complete)kem4-6/+89
2002-02-27- Fixed Netscape scrolling problem (position window and copy window now setkem4-18/+136
2002-02-27Update man page to reflect recent changesfaith2-22/+62
2002-02-27Before moving the cursor offscreen,faith3-10/+43
2002-02-26Change handling of backend pointer input so that:faith5-145/+142
2002-02-26Improve readability of helpfaith1-8/+10
2002-02-26Always initialize pFontPrivfaith1-1/+1
2002-02-26- More general code cleanupkem4-55/+30
2002-02-26For xnest-style DMX server:kem21-200/+1115
2002-02-23Unify all types of input:faith33-1621/+1375
2002-02-18Unify X server input event processingfaith9-125/+166
2002-02-12Abstract raw inputfaith9-92/+228
2002-02-04Hook up --inputfrom local to buildfaith14-121/+67
2002-01-31Add preliminary MS and PS/2 mouse supportfaith12-108/+841
2002-01-30- Check point commit for xnest-style implementationkem15-84/+1309
2002-01-26Fix VT switchingfaith1-6/+105
2002-01-26Fix VT switchingfaith1-2/+3
2002-01-26Added support for bell, leds, and VT switchingfaith7-113/+332
2002-01-16Add baseline files for preliminary keyboard input supportfaith9-0/+1420
2001-12-14Encapsulate devPrivates accessdmx-0-1-20020112faith19-562/+909