summaryrefslogtreecommitdiffstats
path: root/src/widgets/kernel
Commit message (Expand)AuthorAgeFilesLines
...
* add a platform interface for input method supportLars Knoll2011-06-222-17/+2
* Compile fix (region is an accessor now, not a public member variable).Samuel Rødal2011-06-221-1/+1
* Add lighthouse event dispatcher API.Morten Sorvig2011-06-221-4/+0
* OpenGL API refactor.Samuel Rødal2011-06-211-3/+3
* Rename QWindowSurface -> QBackingStore and split into platform / public.Samuel Rødal2011-06-218-609/+118
* Use XCB_GRAVITY_STATIC in XCB plugin for frame independent geometry.Samuel Rødal2011-06-101-1/+1
* Added frameMargins() API and support in XCB plugin.Samuel Rødal2011-06-103-17/+47
* QWindowContext / QWindowFormat refactor.Samuel Rødal2011-06-102-3/+3
* Cursor support in xcb plug-in.Laszlo Agocs2011-06-083-55/+50
* Most checks for windows in widgets have to be ws specificOlli Werwolff2011-06-081-2/+2
* Do not compile _win files when -qpa is usedOlli Werwolff2011-06-081-2/+2
* Use Q_WIDGETS_EXPORT for widgets libraryOlli Werwolff2011-06-0830-76/+76
* reset certain global variables on deletionLars Knoll2011-06-071-0/+2
* Made tst_QWidget::updateWhileMinimized() pass.Samuel Rødal2011-06-062-0/+30
* Made tst_QWidget::repaintWhenChildDeleted() pass.Samuel Rødal2011-06-061-0/+8
* Avoid setting the active window to null when there is a FocusIn queued.Laszlo Agocs2011-06-061-0/+2
* Basic QDesktopWidget support.Samuel Rødal2011-06-031-2/+2
* Remove out-of-date TODOs.Laszlo Agocs2011-06-031-7/+1
* Add support for mouse and keyboard grab.Laszlo Agocs2011-06-034-39/+96
* Prevent crash in tst_QWidget::persistentWinId().Samuel Rødal2011-06-031-1/+1
* Made tst_QWidget::winIdChangeEvent() pass with Lighthouse.Samuel Rødal2011-06-032-2/+5
* Make tst_QWidget::ensureCreated() pass with -platform xcb.Samuel Rødal2011-06-011-8/+0
* Fix for excess creation of QWindow instances.Laszlo Agocs2011-05-311-1/+3
* Fix QWidget::windowHandle().Laszlo Agocs2011-05-311-4/+1
* Fix isTopLevel() in QWindow.Laszlo Agocs2011-05-311-8/+1
* Avoid dialog and other widgets with non-adjusted window flags.Laszlo Agocs2011-05-301-0/+1
* Add focus and modal dialog support.Laszlo Agocs2011-05-305-17/+48
* The proper fix for subwindow parenting issues.Laszlo Agocs2011-05-301-4/+10
* Revert "Have subwindows parented properly."Laszlo Agocs2011-05-271-22/+10
* Have subwindows parented properly.Laszlo Agocs2011-05-271-10/+22
* Merge remote branch 'staging/master' into refactorPaul Olav Tvete2011-05-2473-1230/+1230
* Compile fix for -qpa/Linux.Friedemann Kleint2011-05-231-0/+3
* Added QWindow::setTransientParent().Samuel Rødal2011-05-231-5/+27
* implement dragging between top levelsLars Knoll2011-05-221-2/+0
* re-add in-process DnD implementationLars Knoll2011-05-222-0/+69
* Merge remote branch 'staging/master' into refactorSamuel Rødal2011-05-201-0/+7
* move drag handling back to GuiLars Knoll2011-05-201-1/+1
* Better setWindowFlags() support in XCB window.Samuel Rødal2011-05-191-8/+8
* Add QWindow::setWindowModality().Samuel Rødal2011-05-181-1/+5
* Re-implement transient window support in XCB backend.Samuel Rødal2011-05-161-5/+3
* Implement QWindow minimum/maximum/base size hints and size increments.Samuel Rødal2011-05-161-0/+17
* Initial QPlatformWindow window state setting API and xcb implementation.Samuel Rødal2011-05-131-21/+29
* Merge remote branch 'origin/master' into refactorLars Knoll2011-05-122-0/+21
* Deliver leave event to proper widget (not the top-level).Samuel Rødal2011-05-111-1/+2
* Improved popup and mouse event handling.Samuel Rødal2011-05-112-24/+101
* Merge remote branch 'staging/master' into refactorSamuel Rødal2011-05-112-3/+7
* Prevent crash in QWidgetWindow::handleMouseEvent().Samuel Rødal2011-05-101-3/+10
* get QtWidgets to linkLars Knoll2011-05-072-19/+0
* fix includesLars Knoll2011-05-0729-61/+61
* move to the right locationLars Knoll2011-05-071-0/+213