summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* QWindowContext / QWindowFormat refactor.Samuel Rødal2011-06-1077-1038/+1426
* Use XLookupString for translating key events.Laszlo Agocs2011-06-093-35/+82
* Add QEventDispatcherMac.Morten Sorvig2011-06-099-184/+19
* Remove QPlatformEventLoopIntegration.Morten Sorvig2011-06-0910-425/+17
* Bail out from cursor creation when malloc fails.Laszlo Agocs2011-06-091-0/+6
* Get modifier mapping using standard X, no need for libxkbcommon here.Laszlo Agocs2011-06-092-33/+52
* Create custom cursors via XRender.Laszlo Agocs2011-06-096-15/+120
* Cursor support in xcb plug-in.Laszlo Agocs2011-06-0819-178/+1002
* Avoid out of bounds writeLars Knoll2011-06-081-2/+4
* Undefine DrawText in qlineedit.cppOlli Werwolff2011-06-081-0/+3
* Most checks for windows in widgets have to be ws specificOlli Werwolff2011-06-084-8/+8
* use correct includes in qaccessible_win.cpp/qwizard_win_p.hOlli Werwolff2011-06-082-5/+5
* Do not compile _win files when -qpa is usedOlli Werwolff2011-06-084-5/+5
* QTextDocumentLayout has to be exported as it is used in widgetsOlli Werwolff2011-06-081-1/+1
* Fixed compilation with QT_NO_PRINTEROlli Werwolff2011-06-081-0/+2
* cosmetic changesLars Knoll2011-06-082-5/+5
* Fix behaviour after WM_TAKE_FOCUSLars Knoll2011-06-081-1/+0
* Use Q_WIDGETS_EXPORT for widgets libraryOlli Werwolff2011-06-08227-450/+465
* revert accidental commitLars Knoll2011-06-071-1/+1
* remove unused codeLars Knoll2011-06-071-118/+0
* cleanups codeLars Knoll2011-06-079-166/+147
* Implement QDropEvent::source() againLars Knoll2011-06-075-10/+8
* reset certain global variables on deletionLars Knoll2011-06-071-0/+2
* Protect against deleted windowsLars Knoll2011-06-071-0/+24
* Initialize variableLars Knoll2011-06-071-0/+1
* Fix some remaining issues with DnDLars Knoll2011-06-074-93/+10
* add WM support classLars Knoll2011-06-079-15/+285
* Implement XDnD in the xcb pluginLars Knoll2011-06-078-752/+656
* X11 DnD implementationLars Knoll2011-06-0710-26/+1883
* Add a startDrag to QPlatformDragLars Knoll2011-06-072-1/+4
* Cocoa: Implement raise() and lower().Morten Sorvig2011-06-072-0/+14
* Cocoa: Implement setWindowTitle.Morten Sorvig2011-06-072-0/+9
* Fix Cocoa mouse position handling.Morten Sorvig2011-06-071-4/+4
* Buildfix for Mac OSRichard Moe Gustavsen2011-06-071-1/+1
* Made tst_QWidget::updateWhileMinimized() pass.Samuel Rødal2011-06-0613-3/+154
* Fixed warning about missing return in qmessagebox.cppSamuel Rødal2011-06-061-0/+2
* Set visibility state.Morten Sorvig2011-06-061-2/+5
* Make building of platform plugins indifferent if its out of sourceJørgen Lind2011-06-0643-223/+316
* Made tst_QWidget::repaintWhenChildDeleted() pass.Samuel Rødal2011-06-061-0/+8
* Prevent tst_QWidget::showAndMoveChild() from failing on KDE.Samuel Rødal2011-06-061-0/+1
* Avoid setting the active window to null when there is a FocusIn queued.Laszlo Agocs2011-06-064-1/+42
* Implemented QXcbScreen::topLevelAt(const QPoint &p).Samuel Rødal2011-06-064-3/+52
* Make XCB plugin work better in combination with auto-tests.Samuel Rødal2011-06-061-0/+1
* Made the tst_QWidget::widgetAt() test a bit more robust.Samuel Rødal2011-06-061-10/+4
* Basic QDesktopWidget support.Samuel Rødal2011-06-032-2/+11
* Remove tst_QWidget::painterRedirection().Samuel Rødal2011-06-031-59/+0
* Remove out-of-date TODOs.Laszlo Agocs2011-06-031-7/+1
* Prevent crash in QXcbIntegration::grabWindow().Samuel Rødal2011-06-031-2/+1
* Implemented QXcbIntegration::grabWindow().Samuel Rødal2011-06-035-6/+255
* Add support for mouse and keyboard grab.Laszlo Agocs2011-06-0310-39/+173