summaryrefslogtreecommitdiffstats
path: root/src/gui/kernel/qwidget_x11.cpp
Commit message (Expand)AuthorAgeFilesLines
* Update copyright headersAkseli Salovaara2015-03-311-13/+13
* Updated year in copyright headerKai Koehne2014-03-261-1/+1
* To support QT_NO_IM on Linux/Windows/MacJing Bai2013-01-211-3/+4
* Update copyright year in Digia's license headersSergio Ahumada2013-01-131-1/+1
* Change copyrights from Nokia to DigiaIikka Eklund2012-09-291-24/+24
* clear XSizeHints before useDavid Fries2012-09-281-1/+2
* Update contact information in license headers.Sergio Ahumada2012-08-011-2/+2
* Pass events to installed event dispatcher event filters before passing them t...John Stanley2012-02-101-11/+16
* Update year in Nokia copyright messages.Jason McDonald2012-01-111-1/+1
* Merge branch '4.8-upstream' into master-waterWater-Team2011-11-161-28/+0
|\
| * Revert "Improved performance of mapFromGlobal/mapToGlobal on X11"Friedemann Kleint2011-11-141-28/+0
* | Notify X11 of its resizable state through MWM Hints.Jan-Arve Saether2011-10-271-1/+10
|/
* Merge branch 4.7 into qt-4.8-from-4.7Qt Continuous Integration System2011-07-181-0/+6
|\
| * Fixes leaking X11 SyncCounter when widgets get open/destroyedAleksandar Stojiljkovic2011-07-181-0/+6
| * Update licenseheader text in source filesJyri Tahtela2011-05-131-17/+17
* | Update licenseheader text in source files for qt4.8Jyri Tahtela2011-05-131-17/+17
* | Merge branch 'master' of scm.dev.nokia.troll.no:qt/qt-fire-staging into maste...Qt Continuous Integration System2011-05-051-2/+7
|\ \
| * | Fixed bug in X11 backend when creating translucent windows.Samuel Rødal2011-05-031-2/+7
* | | Fixes warnings about unused variablesOlivier Goffart2011-04-281-3/+1
|/ /
* | Fix window pixmap initialization strategyJacopo De Simoi2011-03-311-3/+9
* | Improved performance of mapFromGlobal/mapToGlobal on X11Denis Dzyubenko2011-03-241-0/+28
* | Do not handle posted events in QSplashScreen.Denis Dzyubenko2011-03-031-2/+8
* | Merge branch 'master' of scm.dev.nokia.troll.no:qt/qt into earth-masteraxis2011-02-241-29/+3
|\ \
| * \ Merge remote-tracking branch 'origin/4.7' into qt-master-from-4.7Olivier Goffart2011-02-101-28/+0
| |\ \ | | |/
| | * Revert "Improved performance of mapFromGlobal/mapToGlobal on X11"Denis Dzyubenko2011-02-071-28/+0
| * | Merge remote-tracking branch 'origin/4.7' into qt-master-from-4.7Olivier Goffart2011-02-031-1/+3
| |\ \ | | |/
| | * Carefull free the data from XGetWindowProperty on X11.Denis Dzyubenko2011-02-021-1/+3
* | | Avoid warning when seting a window iconOlivier Goffart2011-02-211-1/+1
|/ /
* | Merge branch 4.7 into qt-master-from-4.7Qt Continuous Integration System2011-01-261-20/+58
|\ \ | |/
| * Improved performance of mapFromGlobal/mapToGlobal on X11Denis Dzyubenko2011-01-251-0/+28
| * Moved the implementation of mapFromGlobal/mapToGlobal to QWidgetPrivateDenis Dzyubenko2011-01-251-20/+30
* | Merge remote branch 'origin/4.7' into qt-master-from-4.7Olivier Goffart2011-01-171-1/+1
|\ \ | |/
| * Update copyright year to 2011.Jason McDonald2011-01-101-1/+1
* | Fix a rare race condition when showing windowsHarald Fernengel2010-12-091-1/+10
|/
* Setting the _NET_WM_STATE Atom only when its not already setDominik Holland2010-10-011-7/+14
* Fixes cursor shape when widget becomes native on X11.Denis Dzyubenko2010-09-301-1/+3
* Fixed an on-exit crash for apps using GL.Trond Kjernåsen2010-06-111-0/+1
* Use qrand() instead of rand()Bradley T. Hughes2010-05-041-1/+1
* Do not move keyboard focus to invisible windows on X11.Denis Dzyubenko2010-03-241-1/+2
* Do not use _NET_ACTIVE_WINDOW for nonmanaged windows.Denis Dzyubenko2010-03-241-1/+2
* Revert "Revert "Make QWidget::activateWindow() NET window manager aware.""Denis Dzyubenko2010-03-241-1/+21
* Revert "Make QWidget::activateWindow() NET window manager aware."Morten Johan Sørvig2010-03-241-21/+1
* Add a new WA_X11DoNotAcceptFocus attribute for top-level widgets.Robert Griebl2010-03-221-1/+21
* Make QWidget::activateWindow() NET window manager aware.Robert Griebl2010-03-221-1/+21
* Do not create native window handle just because a parent has one.Denis Dzyubenko2010-03-191-1/+1
* Improved qt_x11_wait_for_window_managerDenis Dzyubenko2010-03-171-28/+10
* Rename QTimestamp to QElapsedTimerThiago Macieira2010-03-171-2/+2
* Port QtGui uses of QTime as a stopwatch to QTimestampThiago Macieira2010-03-171-2/+2
* Fixed qt_x11_wait_for_window_managerDenis Dzyubenko2010-02-051-5/+7
* Improved QTest::qWaitForWindowShown on X11.Denis Dzyubenko2010-02-041-30/+45