summaryrefslogtreecommitdiffstats
path: root/src/gui
Commit message (Expand)AuthorAgeFilesLines
* Better handling of invalid font tablesHEAD4.8Eskil Abrahamsen Blomfeldt2015-10-2310-85/+198
* Add Missing Debug Operator Declaration for QTouchEvent::TouchPointv4.8.7Kalle Viironen2015-05-061-0/+2
* OSX: avoid crash in invalidateBuffer_resizeHelper on parentless widgetRené J.V. Bertin2015-04-211-1/+1
* Doc: Update obsolete external URLsTopi Reinio2015-04-114-4/+4
* Update copyright headersAkseli Salovaara2015-03-311255-16279/+16278
* 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-131-6/+7
* Fixes crash in gif image decoderEirik Aavitsland2015-03-131-0/+2
* 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
* 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
* 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-151-2/+2
* 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
* 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
* Auto-scroll while selecting entire rows/columns did not workJan Arve Saether2014-12-031-2/+4
* Adjust the layout if a QGraphicsWidget is explicitly hiddenJan Arve Saether2014-10-313-1/+14
* Fix license text and URLs in QMessageBox::aboutQt().Friedemann Kleint2014-10-201-14/+14
* QTreeView: speed up isRowHidden for the case where no rows are hidden.David Faure2014-10-131-0/+2
* [OS X]: respect icon visibility preference in system tray menusRené J.V. Bertin2014-10-091-1/+1
* QMacStyle: Fix QTabBar appearance on YosemiteJari Tenhunen2014-10-071-10/+19
* Backport: use backslashes for UNCs pathSamuel Gaist2014-10-011-16/+23
* QLineEdit: Disable standard key 'cut' when there is no selection.Dyami Caliri2014-09-291-1/+1
* OSX: make QFileDialog::getSaveFileName honor the initial file name.Erik Verbruggen2014-09-161-1/+1
* QPdf::addImage(): avoid a QImage detach when it's in an acceptable FormatMartin Pley2014-09-111-3/+3
* QListView: Catch stack overflow on mutual scrollbar calculation.Lars Knoll2014-09-101-2/+32
* Fix font cache check in QFontEngineFT::recalcAdvances()Miikka Heikkinen2014-09-091-1/+3
* Revert previous QFileDialog fix for SolarisSamuli Piippo2014-09-051-1/+1
* QSwipeGestureRecognizer: Use qAbs() to check distances.Friedemann Kleint2014-09-041-1/+1
* Don't call virtual methods after the source model is destroyed.Andreas Hartmetz2014-09-032-1/+3
* Replace all ocurrences of NSApp with [NSApplication sharedApplication].Jake Petroules2014-09-0116-88/+89
* Fix QPainter::drawPolyline() painting errors with cosmetic penaavit2014-08-291-4/+4
* QMacStyle: Fix focus frame rendering in YosemiteJari Tenhunen2014-08-201-5/+14
* Mac Style: Fix QLineEdit frame in 10.10Jari Tenhunen2014-08-191-10/+8
* Remove use of 'register' from Qt.Kevin Funk2014-08-118-96/+96
* Fix compilation warnings due to superfluous commas at the end of enums.Robert Griebl2014-08-052-4/+4