summaryrefslogtreecommitdiffstats
path: root/src/gui/kernel/qwidget_x11.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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
* Update copyright year to 2010Jason McDonald2010-01-061-1/+1
* Prevent a crash when creating an inputContext from the QApplication dtor.Denis Dzyubenko2010-01-051-1/+1
* Fixed antialiasing in the GL based QGraphicsView demos under X11.Trond Kjernåsen2009-11-201-1/+6
* API review: Rename functions numColors(), setNumColors() and numBytes()Marius Storm-Olsen2009-11-061-1/+1
* Fixed regression in translucent window creation on X11.Samuel Rødal2009-10-221-1/+1
* Fixed bug on X11 with WA_TranslucentBackground and native child widgets.Samuel Rødal2009-10-121-25/+46
* Improved a qt_x11_wait_for_window_manager.Denis Dzyubenko2009-09-181-7/+30
* More robust implementation of qt_x11_wait_for_window_managerOlivier Goffart2009-09-181-4/+9
* Update license headers again.Jason McDonald2009-09-091-4/+4
* Merge branch '4.5' into 4.6Thiago Macieira2009-08-311-13/+13
|\
| * Update tech preview license header.Jason McDonald2009-08-311-13/+13
| * Update license headers.Jason McDonald2009-08-111-1/+1
* | Merge branch 'master' of git@scm.dev.nokia.troll.no:qt/qt into master-s60axis2009-08-211-2/+2
|\ \
| * | Fix the most obvious rendering bugs when applying an effect to QWidget.Bjørn Erik Nilsen2009-08-201-2/+2
* | | More qpixmap*.cpp fixes for QExplicitlySharedDataPointer.Jason Barron2009-08-211-2/+2
* | | Merge commit 'qt/master'Jason Barron2009-08-131-1/+1
|\ \ \ | |/ /
| * | Update contact URL in license headers.Jason McDonald2009-08-121-1/+1
* | | Merge commit 'qt/master'Jason Barron2009-08-101-0/+7
|\ \ \ | |/ /
| * | Fix default QWidget size on X servers with XineramaBradley T. Hughes2009-08-101-0/+7
* | | Squashed commit of the topic/exceptions branch.Harald Fernengel2009-08-031-1/+5
|/ /
* | Merge license header changes from 4.5Volker Hilsheimer2009-06-161-2/+2
|\ \ | |/
| * Update license headers as requested by the marketing department.Jason McDonald2009-06-161-2/+2
* | Implemented the NET_WM_SYNC protocol on X11.Denis Dzyubenko2009-06-091-1/+27
* | Merge branch '4.5' of scm.dev.nokia.troll.no:qt/qtSimon Hausmann2009-06-021-1/+2
|\ \ | |/
| * Remove unused variable.Alexis Menard2009-05-291-1/+0
| * Scroll the dirty region with WA_PaintOnScreenBenjamin Poulain2009-05-281-0/+2
* | Remove icon when setting an empty window icon on X11.Denis Dzyubenko2009-05-291-22/+31
* | Make WA_TranslucentBackground work on QGLWidget for X11Tom Cooksey2009-05-271-9/+22
* | Cleanup private QWidget functions.Bjørn Erik Nilsen2009-05-121-0/+38
* | Reduce QWidget footprint and do some cleanup.Bjørn Erik Nilsen2009-05-121-2/+5
|/
* qdoc: Moved platform-specific qdoc comments to common .cpp file.Martin Smith2009-05-081-13/+0
* Fixed titlebar on X11 for fixed size windows with Qt::CustomizeWindowHintDenis Dzyubenko2009-04-161-1/+3
* Do not loose WindowType flags when setting translucent background in X11Olivier Goffart2009-04-031-1/+1
* Removed obsolete internal function that focuses input context.Denis Dzyubenko2009-04-011-1/+0
* Long live Qt 4.5!Lars Knoll2009-03-231-0/+2891