summaryrefslogtreecommitdiffstats
path: root/src/plugins/platforms
Commit message (Expand)AuthorAgeFilesLines
* Cocoa: Allow to hide menu items in menubarGabriel de Dietrich2013-08-133-8/+15
* Fix QDialog position shift bug after resize.Balazs Domjan2013-08-131-0/+3
* Do not use QWindowsFileDialogHelper for Windows Server 2003Jonathan Liu2013-08-111-1/+1
* Merge "Merge branch 'release' into stable" into refs/staging/stableSergio Ahumada2013-08-097-27/+63
|\
| * Merge branch 'release' into stableSergio Ahumada2013-08-097-27/+63
| |\
| | * Don't release the printer after using it to change a propertyAndy Shaw2013-08-081-4/+1
| | * Fix handling of non-latin1 shortcutsGatis Paeglis2013-07-312-22/+51
| | * Windows: Clear window under mouse in destruction of platform window.Friedemann Kleint2013-07-304-1/+11
* | | Return EGLNativeWindowType instead of window number in winId()Alexey Chernov2013-08-092-5/+2
|/ /
* | [Mac] Fix modifier reporting issue in the key eventsGatis Paeglis2013-08-081-1/+1
* | OSX: do not force a plain window to be on the same level as its parentShawn Rutledge2013-08-021-5/+7
* | Fix stuck modifier issue in the non-xcb_xkb code pathGatis Paeglis2013-08-021-19/+24
* | Fix build with QT_NO_CURSOR.Sérgio Martins2013-07-311-17/+19
* | Don't run this code on WinCE, the variable will be unused.Sérgio Martins2013-07-311-1/+1
* | eglfs: allow egl native window to be zeroSamuli Piippo2013-07-312-4/+7
* | eglfs: Fix updates when resizing backing storeEskil Abrahamsen Blomfeldt2013-07-311-1/+3
* | xcb: mouse wheel does not focus a windowShawn Rutledge2013-07-311-2/+3
* | Cocoa: Make sure that resizeEvent is invoked after calling resizeNils Jeisecke2013-07-301-2/+5
* | Add workaround for GL on Android emulatorEskil Abrahamsen Blomfeldt2013-07-292-0/+16
* | Build offscreen plugin only if freetype is available on Windows.Friedemann Kleint2013-07-291-1/+3
* | EGLFS and MinimalEGL windows are not marked as OpenGL surfacesAllan Sandfeld Jensen2013-07-264-5/+2
* | xcb: Fix minor leaks in XSettings codeUli Schlachter2013-07-251-1/+3
* | Windows: Mark window margins as dirty when the theme changes.Friedemann Kleint2013-07-241-1/+6
|/
* xcb: Don't use Xlib's XBell() functionUli Schlachter2013-07-221-6/+3
* Prevent activation of windows with Qt::WindowDoesNotAcceptFocus.Friedemann Kleint2013-07-221-1/+2
* XCB: Set WM_CLASS.Friedemann Kleint2013-07-185-0/+57
* Better errorhandling for the fontengine on WINCE.Bjoern Breitmeyer2013-07-181-5/+4
* QNX: Handle Qt::WindowDoesNotAcceptFocus correctly.Friedemann Kleint2013-07-171-1/+1
* OSX: Disable window restoration for the Mac font panelLiang Qi2013-07-171-0/+5
* Windows: Synthesize expose event for shrinking windows.Friedemann Kleint2013-07-152-13/+25
* XCB: Append 0-character to atom name string.Friedemann Kleint2013-07-121-1/+1
* DirectFB: Improve mapping of multimedia keysAllan Sandfeld Jensen2013-07-121-1/+3
* Windows font database: Resolve aliases for extra fonts.Friedemann Kleint2013-07-111-3/+6
* Bugfix QDesktopServices on WindowsThiago Macieira2013-07-111-9/+9
* Resolve modifier mask conflicts on X11Gatis Paeglis2013-07-072-1/+37
* iOS: Make sure we're deleting framebuffers in the right contextTor Arne Vestbø2013-07-051-0/+3
* Fix crash caused by ~QWindowsWindow flushing the event queue.Friedemann Kleint2013-07-041-1/+0
* Show native file dialog on Windows XP Professional x64 Edition.Friedemann Kleint2013-07-041-2/+2
* Remove qWarning() in qt_mac_image_to_cgimage()Ivan Komissarov2013-07-031-4/+1
* Cocoa: fix shared color panel usageJ-P Nurmi2013-07-032-122/+144
* Do not call QAccessible::child() with a negative index.Jan Arve Saether2013-07-021-9/+4
* Windows: Fix detection of synthesized mouse events for MSVC / 64bit.Friedemann Kleint2013-07-021-2/+7
* Avoid warnings when fetching file icons without a CGContextRefGabriel de Dietrich2013-07-021-1/+2
* Cocoa: Re-establish platform menu QObject hierarchyGabriel de Dietrich2013-07-021-0/+2
* Windows: Fix the code of the native color dialog.Friedemann Kleint2013-07-021-2/+4
* Windows: Fix bug where windows stopped painting after a restore.Sérgio Martins2013-07-021-1/+14
* Cocoa: Let Cocoa pick the right pixmap for menu item iconsGabriel de Dietrich2013-07-013-1/+21
* Cocoa: Simplify qt_mac_cgimage_to_nsimage codeGabriel de Dietrich2013-07-011-10/+1
* Merge remote-tracking branch 'origin/release' into stableFrederik Gladhorn2013-06-283-1/+17
|\
| * QNX: Fix screen rotationRafael Roquetto2013-06-262-1/+7