summaryrefslogtreecommitdiffstats
path: root/src/plugins
Commit message (Expand)AuthorAgeFilesLines
* xcb,evdevmouse: don't use qpa compatibility functionsGatis Paeglis2017-06-081-8/+12
* Merge remote-tracking branch 'origin/5.9' into devLiang Qi2017-06-076-4/+28
|\
| * Revert "Win: If the combined key is unknown then fall back to the original ke...Friedemann Kleint2017-05-311-2/+1
| * Add USB HID device feature to INTEGRITYKimmo Ollila2017-05-301-0/+8
| * Make sure QWindow screen is set before calling QPlatformWindow::createÀlex Fiestas2017-05-292-2/+11
| * Get alpha buffer size bigger than zero for INTEGRITY ARMv8 Drive CXTero Alamäki2017-05-292-0/+8
* | QTesselator: disable for-loop analysis on ClangShawn Rutledge2017-06-021-0/+3
* | QWindowsXPStyle: Do not draw some opaque theme parts directlyFriedemann Kleint2017-06-021-0/+8
* | XCB platform plugin: add missing includeMarcel Krems2017-06-021-0/+1
* | xcb: don't use C-style cast in qxcbnativepainting.cppGatis Paeglis2017-06-021-1/+1
* | xcb: remove CREATE_VISUALINFO_FROM_DEFAULT_VISUALID macroGatis Paeglis2017-06-021-1/+0
* | xcb: remove duplicate QXcbConnection::supportsThreadedRendering()Gatis Paeglis2017-06-021-1/+0
* | QStyleAnimation: Go down to 15 fpsGabriel de Dietrich2017-06-011-2/+2
* | QMacStyle: Remove HITheme APIs to render QProgresssBarGabriel de Dietrich2017-06-012-50/+147
* | Merge remote-tracking branch 'origin/5.9' into devLiang Qi2017-05-2910-28/+132
|\|
| * macOS: Don't keep WA_MacAlwaysShowToolWindow windows always on topTor Arne Vestbø2017-05-242-2/+83
| * Cocoa: Clean up memory leak when providing the accessibilityActionsAndy Shaw2017-05-231-1/+1
| * Merge remote-tracking branch 'origin/5.9.0' into 5.9Liang Qi2017-05-193-4/+16
| |\
| | * QCocoaMenuBar: Keep smart reference to platform windowGabriel de Dietrich2017-05-182-12/+12
| | * Restore behavior of using libEGL and libGLESv2 as default for angleOliver Wolff2017-05-111-2/+9
| | * OpenGL function lookup for QNXJames McDonnell2017-05-072-2/+7
| * | macOS: Don't create NSWindow for embedded viewsTor Arne Vestbø2017-05-161-2/+10
| * | iOS: Fix the shortcuts bar not correctly hiddenFilipe Azevedo2017-05-161-5/+6
| * | QCocoaMenuBar: Keep smart reference to platform windowGabriel de Dietrich2017-05-162-12/+12
| * | Windows QPA: Do not raise/lower windows with Qt::WindowStaysOnTop/BottomHintFriedemann Kleint2017-05-151-2/+4
* | | macOS: Remove workaround when adding view as subviewTor Arne Vestbø2017-05-221-3/+0
* | | macOS: Remove workaround when setting view as content viewTor Arne Vestbø2017-05-221-4/+0
* | | macOS: Ctrl LMB override can be set on a per window basisMartin Porcelli2017-05-192-8/+4
* | | QNSPanelContentsWrapper - call [super layout]Timur Pocheptsov2017-05-181-0/+1
* | | 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
|\| |