summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* xcb: Fix available geometry after rotationAlexander Volkov2020-12-132-5/+10
* Stylesheet example: Get rid of auto-connection slotsAlexander Volkov2020-09-253-16/+21
* xcb: Avoid BadMatch error when creating non-OpenGL windowAlexander Volkov2020-09-251-13/+3
* Simplify QHighDpi::fromNativeLocalExposedRegion()Alexander Volkov2020-09-231-7/+3
* xcb: Reduce number of created colormapsAlexander Volkov2020-09-164-12/+26
* xcb: Fix comments' indentationAlexander Volkov2020-05-253-3/+3
* xcb: Add support for XdndActionList propertyAlexander Volkov2020-03-234-7/+118
* Doc: Clarify ownership of added menu for QMenuBar::addMenu(QMenu *)Alexander Volkov2019-12-091-1/+2
* Avoid crash in menu that was previously shown as submenuAlexander Volkov2019-12-091-0/+2
* xcb: Simplify code by using helper QXcbIntegration::defaultConnection()Alexander Volkov2019-11-201-2/+1
* QKeySequence: Add missing names for multimedia keysAlexander Volkov2019-10-241-0/+6
* doc: Fix variable name in QDBusArgument snippetAlexander Volkov2019-09-271-1/+1
* Avoid invalid memory access in QIconCacheGtkReader::lookup()Alexander Volkov2019-09-021-1/+1
* Avoid rounding of the size in QGraphicsPixmapItem::boundingRect()Alexander Volkov2019-05-091-2/+2
* Use QPlatformTheme::TouchDoubleTapDistance for touch eventsAlexander Volkov2019-05-013-10/+21
* QSystemTrayIcon/X11: Create tray icon window when system tray appearsAlexander Volkov2019-04-232-22/+57
* Fix effects for highdpi graphical itemsAlexander Volkov2019-04-103-6/+9
* Forward physical parameters for derived QImagesAlexander Volkov2019-04-012-9/+62
* Forward devicePixelRatio in QPixmap::mask()Alexander Volkov2019-04-012-0/+35
* Handle device pixel ratio in QIconLoaderEngine::paint()Alexander Volkov2019-03-201-1/+4
* Force font antialiasing with highdpi scalingAlexander Volkov2019-03-201-1/+1
* QListView: Fix Shift+click selection for non-default itemAlignmentAlexander Volkov2019-02-273-3/+66
* Improve keyboard navigation in QListView when isWrapping is enabledAlexander Volkov2019-02-062-8/+51
* xcb: Avoid repaint lags with DnDAlexander Volkov2019-01-253-2/+19
* QDialog: Pass transient parent as a parent to native dialogsAlexander Volkov2018-12-242-4/+7
* Notepad example: Get rid of auto-connection slotsAlexander Volkov2018-11-013-43/+60
* QWidgetTextControl: Get rid of dependency on QTextEditPrivateAlexander Volkov2018-10-092-10/+8
* Fix drawing of QGroupBox's title when check box is higher than textAlexander Volkov2018-10-091-11/+16
* QSideBar: take the icon size from a styleAlexander Volkov2018-10-092-3/+11
* QLineEdit: take the size of actions' icons from a styleAlexander Volkov2018-10-062-2/+3
* Allow to prevent blocking of native dialogs by a proxy Qt dialogAlexander Volkov2018-10-023-0/+32
* xcb: Extract QXcbWindow::isTrayIconWindow()Alexander Volkov2018-09-293-4/+7
* xcb: Initialize OpenGL integration only when requiredAlexander Volkov2018-09-294-34/+46
* doc: Add missing override and remove redundant virtual for snippetsAlexander Volkov2018-08-1637-95/+95
* Make QMessageBox window with the detailed text closableAlexander Volkov2018-08-142-0/+16
* QLineEdit: Fix behavior of DeleteStartOfWord keyAlexander Volkov2018-07-161-1/+2
* xcb: Monitor XSETTINGS changeAlexander Volkov2018-07-101-0/+1
* xcb: Move handling of RRScreenChangeNotify from QXcbScreen to QXcbVirtualDesktopAlexander Volkov2018-07-093-100/+103
* xcb: Remove unused QXcbNativeInterface::locateSystemTray()Alexander Volkov2018-07-102-21/+0
* QSystemTrayIcon/X11: Move platform-specific calls to the xcb pluginAlexander Volkov2018-07-1013-311/+12
* xcb: Fix artifacts on the tray background with lock screensAlexander Volkov2018-07-108-71/+261
* xcb: Set WM_CLIENT_MACHINE propertyAlexander Volkov2018-07-093-0/+9
* Return a correct filter from QFileDialog::selectedMimeTypeFilter()Alexander Volkov2018-06-272-16/+37
* Fix interaction with the menu bar on touchscreensAlexander Volkov2018-06-251-1/+8
* QDBusTrayIcon: Avoid needless initialization of a global varAlexander Volkov2018-06-221-2/+7
* Add itemAlignment property to QListViewAlexander Volkov2018-06-084-5/+83
* Doc: Fix description of QStyleOptionMenuItem::tabWidthAlexander Volkov2018-03-272-4/+6
* Update READMEs for the bundled xcb sources and the xcb pluginAlexander Volkov2018-03-232-18/+3
* xcb: Use XCB instead of Xlib for XInputAlexander Volkov2018-03-2211-456/+375
* Add xcb-xinput to 3rd party libsAlexander Volkov2018-03-204-2/+23467