summaryrefslogtreecommitdiffstats
path: root/src/plugins
Commit message (Expand)AuthorAgeFilesLines
* QMacStyle: Remove unused default button logicGabriel de Dietrich2017-05-162-47/+6
* xcb: rename QXcbConnection::{setButton,buttons,m_buttons}Gatis Paeglis2017-05-163-18/+18
* QMacStyle: Move disclosure triangle into cocoaCell() logicGabriel de Dietrich2017-05-152-11/+11
* QMacStyle: Use NSStepperCell for QSpinBox buttonsGabriel de Dietrich2017-05-152-65/+71
* QMacStyle: Remove a couple void *, dead codeGabriel de Dietrich2017-05-152-20/+13
* QMacStyle: Move NSScrollers into cocoaControl() logicGabriel de Dietrich2017-05-152-15/+11
* QMacStyle: Refactor NSGraphicsContext setup logicGabriel de Dietrich2017-05-152-24/+30
* QMacStyle: Remove brushed metal related codeGabriel de Dietrich2017-05-151-70/+17
* QMacStyle: Replace QAquaWidgetSize with WidgetSizePolicyGabriel de Dietrich2017-05-152-218/+206
* QMacStyle: Replace HIRect, HIPoint with CGRect, CGPointGabriel de Dietrich2017-05-152-116/+101
* QMacStyle: Remove HITheme for CE_MenuItem, etc.Gabriel de Dietrich2017-05-151-122/+69
* macOS: Guard on platform window instead of window delegate in QNSWindowHelperTor Arne Vestbø2017-05-121-2/+2
* QMacStyle: Remove HIShapeGetBounds hackGabriel de Dietrich2017-05-122-21/+11
* QMacStyle: Get rid of GetTheme* metric functionsGabriel de Dietrich2017-05-121-68/+143
* Cocoa QPA: De-Carbonize system palettesGabriel de Dietrich2017-05-121-68/+33
* Merge remote-tracking branch 'origin/5.9' into devFrederik Gladhorn2017-05-102-35/+46
|\
| * macOS: Add a few more platform window checks in QNSViewTor Arne Vestbø2017-05-081-27/+33
| * Windows QPA: Call InvalidateRect() for GL windows when Aero is offFriedemann Kleint2017-05-081-8/+13
* | macOS: Reduce usage of m_nsWindow to manipulate the view's NSWindowTor Arne Vestbø2017-05-094-114/+141
* | macOS: Reduce usage of m_nsWindow in favor of isContentView()Tor Arne Vestbø2017-05-083-42/+44
* | Merge remote-tracking branch 'origin/5.9' into devLiang Qi2017-05-0719-75/+116
|\|
| * QClipboard: make dataChanged() signal work on AndroidOleg Yadrov2017-05-043-5/+25
| * macOS: Add autorelease-pool when recreating NSWindowTor Arne Vestbø2017-05-021-0/+2
| * QWindowsInputContext: Fix indentationKai Koehne2017-05-021-1/+1
| * Windows QPA: Find window before invoking native filtersOlivier JG2017-05-021-2/+3
| * Initialize vao variableJesus Fernandez2017-04-281-0/+2
| * Fix build without features.shortcutTasuku Suzuki2017-04-272-0/+10
| * winrt: Use list initialization for KeyInfo's membersOliver Wolff2017-04-271-12/+2
| * winrt: Fix text value for key release eventsOliver Wolff2017-04-271-1/+2
| * winrt: Remove wrong parameter from handleExtendedKeyEvent callOliver Wolff2017-04-271-12/+4
| * QXcbConnection::xi2ReportTabletEvent: use fixed1616ToRealShawn Rutledge2017-04-261-5/+3
| * Fix warning for -no-feature-evdevTasuku Suzuki2017-04-262-4/+6
| * Check for qApp before using it in ibus pluginUlf Hermann2017-04-251-0/+3
| * Fix warning for -no-feature-cursorTasuku Suzuki2017-04-251-0/+4
| * xcb: include keyboard modifiers with every touch eventShawn Rutledge2017-04-251-1/+2
| * Cocoa: Send correct mouse buttons for tabletsMorten Johan Sørvig2017-04-242-20/+22
* | xcb: Decode EDID blobPier Luigi Fiorini2017-05-043-1/+74
* | macOS: Replace deprecated NSOKButton usage with NSModalResponseOKTor Arne Vestbø2017-05-031-4/+4
* | eglfs_kms: Decode EDID blobPier Luigi Fiorini2017-05-025-4/+41
* | Introducing AA_CompressTabletEventsGabriel de Dietrich2017-05-011-1/+2
* | tuiotouch: Finish categorizing all loggingRobin Burchell2017-04-303-23/+24
* | QFileDevice/QFileInfo: Add fileTime() and setFileTime()Nikita Krupenko2017-04-275-0/+24
* | Fix resource leakJesus Fernandez2017-04-271-0/+1
* | eglfs_kms_egldevice: Fix type mess in nativeDisplay() virtualLaszlo Agocs2017-04-271-2/+2
* | Windows QPA: Move system tray icon implementation into the pluginFriedemann Kleint2017-04-277-0/+579
* | Windows QPA: Add native menusFriedemann Kleint2017-04-2713-1/+1340
* | QtBase: use new QStaticByteArrayMatcher where applicableMarc Mutz2017-04-241-6/+12
* | eglfs_kms: Use eglGetPlatformDisplay when availableLaszlo Agocs2017-04-243-1/+32
* | QPixmap/X11: fix compilation with C++17Marc Mutz2017-04-221-1/+1
* | xcb: Add experimental legacy support for native X11 paintingLouai Al-Khanji2017-04-2120-2/+8476