summaryrefslogtreecommitdiffstats
path: root/src/plugins/platforms/xcb/qxcbscreen.cpp
Commit message (Expand)AuthorAgeFilesLines
* Update copyright year in Digia's license headersSergio Ahumada2013-01-181-1/+1
* Fix font sizes when X11 has a forced dpi settingv5.0.0Lars Knoll2012-12-181-0/+44
* xcb: notify when the logical DPI changes; add Q_MM_PER_INCH constantShawn Rutledge2012-12-031-2/+6
* xcb: dynamic QScreens; primary first; corrected logical DPIShawn Rutledge2012-09-241-1/+7
* Change copyrights from Nokia to DigiaIikka Eklund2012-09-221-24/+24
* X11 (xcb) support for QScreen-per-output and runtime changesShawn Rutledge2012-09-181-49/+135
* Clean up QScreen::grabWindow()aavit2012-08-181-3/+7
* Revert "Move QWindowSystemInterface out of qpa."Paul Olav Tvete2012-08-031-1/+1
* Move QWindowSystemInterface out of qpa.Stephen Kelly2012-07-191-1/+1
* Suppress QWindowSystemInterface inclusion warnings.Girish Ramakrishnan2012-07-031-1/+1
* Added QScreen::refreshRate() to get the vertical refresh rate.Samuel Rødal2012-05-081-0/+39
* XCB: Simplify xcb error handlingUli Schlachter2012-03-271-54/+15
* Fixed QScreen::name() return value on xcb.Samuel Rødal2012-03-221-1/+5
* QCursor: Associate cursor with screen.Friedemann Kleint2012-03-071-0/+5
* Cleaned up debug and warning output in xcb plugin.Samuel Rødal2012-03-021-0/+4
* xcb: Check for SYNC extension before using itUli Schlachter2012-01-311-1/+5
* Remove "All rights reserved" line from license headers.Jason McDonald2012-01-301-1/+1
* Update contact information in license headers.Jason McDonald2012-01-231-1/+1
* Update copyright year in license headers.Jason McDonald2012-01-051-1/+1
* Fixed crashes from tests using xcb plugin with -qtnamespace.Rohan McGovern2011-11-181-0/+4
* Improved logical and physical DPI APIs.Samuel Rødal2011-10-061-2/+2
* Don't use un-guarded printfs for debug logging in XCB platform pluginTor Arne Vestbø2011-10-031-9/+11
* Added workable QScreen API on top of QPlatformScreen.Samuel Rødal2011-07-251-0/+125
* Cursor support in xcb plug-in.Laszlo Agocs2011-06-081-0/+4
* Implemented QXcbScreen::topLevelAt(const QPoint &p).Samuel Rødal2011-06-061-0/+46
* Implemented QXcbIntegration::grabWindow().Samuel Rødal2011-06-031-0/+25
* Merge remote branch 'staging/master' into refactorPaul Olav Tvete2011-05-241-17/+17
|\
| * Update licenseheader text in source files for qtbase Qt moduleJyri Tahtela2011-05-241-17/+17
* | Better setWindowFlags() support in XCB window.Samuel Rødal2011-05-191-0/+20
|/
* Initial import from the monolithic Qt.Qt by Nokia2011-04-271-0/+134