summaryrefslogtreecommitdiffstats
path: root/src/gui
Commit message (Expand)AuthorAgeFilesLines
* Adjust the cmake files to find the dlls in the bin dir.Stephen Kelly2013-06-151-3/+4
* Avoid floating point exceptions in rasterizeLine.Gunnar Sletta2013-06-121-16/+45
* Fix drawing of 0-width polylines from outside the devicerect.Gunnar Sletta2013-06-102-17/+27
* Remove the use of CMAKE_FIND_ROOT_PATH.Stephen Kelly2013-06-101-5/+7
* Doc: Mark QOpenGLFunctions_4_1_Core as a wrapper classTopi Reinio2013-06-101-0/+1
* put ANGLE includes in a QtANGLE subdirOswald Buddenhagen2013-06-102-2/+10
* RecalcAdvances and DoKerning should agree on when to use design metricsAllan Sandfeld Jensen2013-06-072-3/+16
* Use QWindow::geometry() for size when sending resize before expose.Friedemann Kleint2013-06-071-2/+2
* Move QBasicDrag and QSimpleDrag to QtGui.Samuel Rødal2013-05-306-1/+679
* Disable "QBackingStore::flush() called with non-exposed window" warningSamuel Rødal2013-05-291-0/+2
* Fix QPlatformWindow::initialGeometry() to not touch large windows.Friedemann Kleint2013-05-281-9/+15
* Avoid double-highdpi scaling for attached painters.Gunnar Sletta2013-05-271-0/+1
* Prevent QOpenGLShaderProgram::link() from showing unnecessary warnings.Samuel Rødal2013-05-241-5/+7
* Fix clipping of QTextList decorators.Leonard Lee2013-05-231-1/+14
* Clear QWindowPrivate::positionAutomatic in setFramePosition().Friedemann Kleint2013-05-231-0/+1
* Make QWindow update its screen when moved to a different oneGabriel de Dietrich2013-05-237-15/+56
* QFusionStyle: fix highlight colorsJ-P Nurmi2013-05-231-1/+1
* Fusion palette: add missing disabled rolesJ-P Nurmi2013-05-221-0/+2
* Make CMake not fail if EGL is not found.Stephen Kelly2013-05-201-2/+6
* Check that files we expect to find actually exist when using a cmake package.Stephen Kelly2013-05-201-5/+18
* Make QRgb-related functions constexprGiuseppe D'Angelo2013-05-201-9/+9
* Doc: remove references to toWinHBitmap and fromWinHBitmapNico Vertriest2013-05-131-11/+4
* Fix transformed raster fonts on WindowsEskil Abrahamsen Blomfeldt2013-05-132-8/+12
* Clean up old PostScript printing codeSze Howe Koh2013-05-125-7/+2
* Doc: Updated the addtional information about elide marksVenu2013-05-101-7/+12
* Fix warning about unused variable when not using any SIMD drawhelpersTor Arne Vestbø2013-05-101-0/+1
* Rename Numpad to Num, ensure Numpad is translated in all cases on Mac.Mitch Curtis2013-05-101-5/+5
* Utilize the new Q_OS_MACX define.Jake Petroules2013-05-091-11/+11
* Suppress warning about unsupported frame strut events.Friedemann Kleint2013-05-081-2/+1
* Only expect EGL libraries in the cmake files if Qt is configured to use it.Stephen Kelly2013-05-071-3/+5
* Create a proper variable name in the cmake macro.Stephen Kelly2013-05-071-1/+1
* qtgui: Fix missing imagesSergio Ahumada2013-05-071-1/+2
* qdoc: The \wrapper command is addedMartin Smith2013-05-0722-0/+22
* Don't destroy the window if the QCloseEvent wasn't acceptedShawn Rutledge2013-05-072-3/+6
* Don't use GL_REPEAT for image-brush drawing on OpenGL ES2Tor Arne Vestbø2013-05-071-1/+9
* Remove the crash pending warningJan Arve Saether2013-05-071-4/+0
* Reintroduce QIcon doc image (from Qt 4 docs)Giuseppe D'Angelo2013-05-011-0/+0
* Enable bundling Qt in Android package in build systemEskil Abrahamsen Blomfeldt2013-05-011-0/+4
* QAccessible::State is no longer an enumOlivier Goffart2013-04-301-1/+1
* Clarify documentation for QKeyEvent::textFrederik Gladhorn2013-04-301-5/+8
* Fix QKeySequence matchingGatis Paeglis2013-04-291-3/+5
* Get rid of this hack where QAccessible inherits from QObject.Jan Arve Saether2013-04-261-4/+1
* Fix ignoring close events on OSXJosh Faust2013-04-264-5/+10
* Fixed crashes relating to SVG icons.Samuel Rødal2013-04-242-4/+10
* Enable OpenGL library detection for mac.Stephen Kelly2013-04-241-4/+3
* Fixed QGLWidget not being able to be made current with a context.Samuel Rødal2013-04-231-1/+1
* Fix header check: you must #include qconfig.h before QT_NO_OPENGLThiago Macieira2013-04-232-0/+4
* QWindow: expose active as propertyLiang Qi2013-04-233-0/+14
* Make requestActivate() as a slot in QWindowLiang Qi2013-04-231-2/+2
* Fix QKeySequence::toString() returning gibberish for Qt::KeypadModifierMitch Curtis2013-04-231-4/+9