summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2016-01-07Add a little documentationHEADmasterSandy Stutsman2-0/+0
2015-12-10Remove minimum size restrict for custom resolution. (+1 squashed commits)Sandy Stutsman1-3/+2
2015-12-10Enable HW cursor support and fix handling of monochrome cursors.Sandy Stutsman2-9/+12
2015-12-10Fix up project configuration names to be consistent. (+1 squashed commits)Sandy Stutsman2-38/+43
2015-12-10Comment out frame buffer mapping.Sandy Stutsman1-2/+6
2015-11-25Set Allow Date, Time and Timestamp property for all builds/platformsSandy Stutsman1-0/+2
2015-11-25Use the second bar (VRAM) for qxl command buffer.Sandy Stutsman1-26/+26
2015-11-25Code Analysis clean up.Sandy Stutsman6-608/+375
2015-11-25Add arbitrary resolution and monitors_config EscapeSandy Stutsman3-50/+124
2015-11-25Remove unused notify present display only interrupt and fix interrupt maskSandy Stutsman1-11/+11
2015-11-25Use SrcPitch when calculating size of memory to map PresentDisplayOnlySandy Stutsman1-1/+1
2015-10-30On power wake call the init functions before setting the vidpn to black. Oth...Sandy Stutsman1-32/+34
2015-10-21Do not use virtual functions for code that must not be pagedSandy Stutsman2-42/+120
2015-10-21Add functions called from non-pageable functions to non-paged segmentsSandy Stutsman1-23/+32
2015-10-21Fix Code Integrity error generated by the Drive VerifierSandy Stutsman1-2/+2
2015-10-21Set DriverStarted flag at the begining of the StartDriver functionSandy Stutsman1-56/+54
2015-10-21Add printer class to dump debug print statements to kernel debugger outputSandy Stutsman2-5/+41
2015-10-21Upgrade to Windows 10 WDKSandy Stutsman5-82/+135
2015-05-06add GPLv2 license fileVadim Rozenfeld1-0/+43
2015-04-13fix driver installation problemVadim Rozenfeld1-0/+0
2015-04-10cosmetic changes in inx fileVadim Rozenfeld2-58/+58
2015-03-30disable dbg printoutVadim Rozenfeld1-2/+0
2015-03-30fix BSOD when disabling deviceVadim Rozenfeld4-55/+65
2015-03-30replace inf with inx fileVadim Rozenfeld2-3/+52
2015-03-24add missing fileVadim Rozenfeld1-0/+14
2015-03-24trivial cleanupsVadim Rozenfeld3-44/+16
2015-03-24fix crashes when verifier is runningVadim Rozenfeld4-123/+139
2015-03-18fix resize problem (reported and fixed by Sandy StutsmanVadim Rozenfeld3-7/+7
2015-02-23align arbitrary resolutionVadim Rozenfeld1-3/+3
2015-02-19fix resolution mismatch when switching between VGA and QXL modesVadim Rozenfeld3-25/+41
2015-02-18publish adding a new resolutionVadim Rozenfeld3-24/+43
2015-02-08implement Escape handlerVadim Rozenfeld3-14/+99
2015-01-05fix VS 12 checking batchVadim Rozenfeld1-9/+1
2014-12-15trivial cleanupVadim Rozenfeld1-5/+10
2014-12-14add Win8.1 as a build targetVadim Rozenfeld2-9/+47
2014-12-06add multi-monitor support in QXL modeVadim Rozenfeld2-18/+33
2014-12-06publish qxl device idVadim Rozenfeld2-15/+35
2014-08-24fix compatebility issueVadim Rozenfeld2-4/+4
2014-08-18update build to VS2012Vadim Rozenfeld5-40/+198
2014-08-18disable HW pointer accelerationVadim Rozenfeld2-31/+27
2014-07-08disable UpdateAreaVadim Rozenfeld1-1/+1
2014-06-30fix PM handlersVadim Rozenfeld2-23/+46
2014-06-30fix pointer activation handlerVadim Rozenfeld2-9/+21
2014-06-30cleanupVadim Rozenfeld3-60/+2
2014-06-22add support for color cursorVadim Rozenfeld2-25/+50
2014-06-16cursor shape and move support funtionsVadim Rozenfeld2-28/+234
2014-06-14add qxl BlackOutScreen placeholderVadim Rozenfeld1-3/+19
2014-06-14sync io accessVadim Rozenfeld2-11/+48
2014-06-12fix resolution problemVadim Rozenfeld1-4/+4
2014-06-12replace spinlocks with mutexVadim Rozenfeld2-44/+43