summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Better handling of invalid font tablesHEAD4.8Eskil Abrahamsen Blomfeldt2015-10-2310-85/+198
* QtScript: Fix build with MSVC2015.Friedemann Kleint2015-05-263-2/+4
* Add Missing Debug Operator Declaration for QTouchEvent::TouchPointv4.8.7Kalle Viironen2015-05-061-0/+2
* QNAM: Fix upload corruptions when server closes connectionMarkus Goetz2015-04-286-24/+111
* OSX: avoid crash in invalidateBuffer_resizeHelper on parentless widgetRené J.V. Bertin2015-04-211-1/+1
* Update bundled libpng to version 1.6.17Eirik Aavitsland2015-04-1330-8827/+17669
* Update bundled libtiff to version 4.0.3Eirik Aavitsland2015-04-12207-40035/+17371
* Doc: Update obsolete external URLsTopi Reinio2015-04-116-7/+7
* don't return false when a null pointer is expectedJoerg Bornemann2015-04-101-1/+1
* Update copyright headersAkseli Salovaara2015-03-314442-56497/+56495
* Improve digitToCLocale sign char handlingSamuel Gaist2015-03-301-2/+2
* Identify XButton1|2 release events when mouse is moving.Matteo Bertini2015-03-261-0/+6
* Use qSwap instead of std::swap so platforms without STL still compileAndy Shaw2015-03-201-1/+1
* Fixes crash in bmp and ico image decodingEirik Aavitsland2015-03-132-7/+8
* Fixes crash in gif image decoderEirik Aavitsland2015-03-131-0/+2
* Simplify calculation of week numberLars Knoll2015-03-111-50/+17
* QGLWidget and re-parentingTimur Pocheptsov2015-03-021-1/+1
* Simplify mirroring code and add tests for non-aliged 1 bit imagesLaszlo Agocs2015-02-271-89/+109
* Fix Carbon buildAndy Shaw2015-02-271-1/+1
* Fix a division by zero when processing malformed BMP files.Richard J. Moore2015-02-261-0/+6
* Correct typo in the Gujarati openType identififer.Michael BrĂ¼ning2015-02-241-1/+1
* Fix Focus problem with QX11EmbedWidgetYikei Lu2015-02-161-0/+3
* Don't leak RENDER Pictures in QPixmap::paintEngine().Pierre-Loup A. Griffais2015-02-131-3/+5
* Backport implementation of OS X QSystemTrayIcon from Qt 5Samuel Gaist2015-02-121-62/+110
* QThread: fix race when setting the eventDispatcherAndy Shaw2015-02-083-0/+7
* Fix QLineF Detailed DescriptionSamuel Gaist2015-02-061-1/+1
* QDeclarativeTextEdit: fix use of uninitialised value.David Faure2015-02-041-1/+1
* Added check if fontEngine is still in the cache.David Weisgerber2015-01-291-1/+1
* Fix bugs generating PDF on CocoaJames Turner2015-01-292-3/+67
* Bump year to 2015Kai Koehne2015-01-153-7/+7
* Ignore expired certificate during certificate validationAndy Shaw2015-01-141-19/+12
* Introduce Windows version 10.Friedemann Kleint2015-01-102-0/+6
* Fix empty arrays in QML 1Robert Griebl2015-01-081-0/+2
* Windows: Fix OS version determination for Windows >= 8Friedemann Kleint2015-01-081-10/+67
* QDateTime: Fix time format in docOrgad Shaneh2015-01-071-1/+1
* Fix compilation with QDND_DEBUG.Friedemann Kleint2015-01-062-5/+7
* Check world matrix is true when seeing if transformations are supportedAndy Shaw2015-01-021-0/+2
* QIdentityProxyModel: remove slow bounds-checking, for more performanceDavid Faure2014-12-241-3/+0
* Use metrics returned by GetGlyphOutline in GGO_METRICS modelasconic2014-12-161-3/+26
* Fix OpenType fonts with cmap tables on WindowsJosh Faust2014-12-132-3/+11
* Make distance fields rendering work with Opentype CFF fontsEskil Abrahamsen Blomfeldt2014-12-132-1/+14
* fix glyph's CMAP index might be corruptedKonstantin Ritt2014-12-131-1/+1
* fix QWebSettings::setUserStyleSheetUrl() not working with windows pathsAshish Kulkarni2014-12-131-1/+1
* Fixed a bug where spans did not always work in layouts.Jan Arve Saether2014-12-101-1/+1
* Windows: Fix return value of QDesktopServices::storageLocation(DataLocation).Friedemann Kleint2014-12-041-6/+7
* Rewrite debug output of event classes.Friedemann Kleint2014-12-031-242/+359
* Bump Qt version to 4.8.7Akseli Salovaara2014-12-033-4/+4
* Auto-scroll while selecting entire rows/columns did not workJan Arve Saether2014-12-031-2/+4
* Fix minor compiler warningKevin Funk2014-11-271-1/+1
* Remove the use of a template qUnused function for ICCThiago Macieira2014-11-261-1/+1