summaryrefslogtreecommitdiffstats
path: root/src/gui
Commit message (Expand)AuthorAgeFilesLines
* Fix debug output of QTouchEvent.Friedemann Kleint2014-07-041-1/+1
* Doc: fix a link in QAbstractOpenGLFunctions documentationLiang Qi2014-07-031-1/+1
* QPdf::addImage(): avoid a QImage detach when it's in an acceptable FormatMartin Pley2014-07-031-3/+3
* Add opt-out environment variable for @2x imagesMorten Johan Sørvig2014-07-032-3/+5
* Cocoa: Fix Qt-in-namespace build.Tim Blechmann2014-07-022-7/+7
* QOpenGLTexture: fix the feature test for Buffer TexturesGiuseppe D'Angelo2014-07-011-3/+2
* Remove bogus nullptr check for referenceFrederik Gladhorn2014-06-271-4/+0
* Merge "Merge remote-tracking branch 'origin/5.3.1' into 5.3" into refs/stagin...Frederik Gladhorn2014-06-252-6/+22
|\
| * Merge remote-tracking branch 'origin/5.3.1' into 5.3Frederik Gladhorn2014-06-252-6/+22
| |\
| | * Fix crash when reusing HB_Face in another font engineKonstantin Ritt2014-06-181-6/+21
| | * Handle invalid sample counts gracefully in FBOsLaszlo Agocs2014-06-181-0/+1
* | | Fix -Werror compilation on big-endianThiago Macieira2014-06-251-0/+2
|/ /
* | GIF decoding: do not seek() if the image is loaded over the networkShawn Rutledge2014-06-241-1/+1
* | Simplify mirroring code and add tests for non-aliged 1 bit imagesLaszlo Agocs2014-06-231-113/+97
* | Doc: Fix docs for QFontMetrics::height() to match codeEskil Abrahamsen Blomfeldt2014-06-231-4/+2
* | QIcon: Prefer high-quality images of Windows .ico files.Friedemann Kleint2014-06-222-36/+93
* | When filling the path it should use the painter's pen not the state'sAndy Shaw2014-06-211-1/+1
* | Correct QImage::fill(uint) on RGBA8888 formatsAllan Sandfeld Jensen2014-06-201-26/+38
* | Properly check which OpenGL features are supportedMartin Gräßlin2014-06-201-38/+40
* | QGuiApplication: Document -plugin command line argument.Friedemann Kleint2014-06-191-0/+6
|/
* Fix animations in static buildsKai Koehne2014-06-172-1/+5
* QRasterPlatformPixmap::createPixmapForImage(): Avoid crash when QImage conver...Martin Pley2014-06-161-2/+4
* Merge "Merge remote-tracking branch 'origin/stable' into 5.3" into refs/stagi...Sergio Ahumada2014-06-114-68/+11
|\
| * Merge remote-tracking branch 'origin/stable' into 5.3Sergio Ahumada2014-06-114-68/+11
| |\
| | * Remove unfinished NEON version of vectorized rotate samplingAllan Sandfeld Jensen2014-06-061-65/+0
| | * QPlatformClipboard::emitChanged(): Do not emit signals when closing down.Friedemann Kleint2014-06-061-1/+2
| | * Make multisampling more robust in QOpenGLFramebufferObjectLaszlo Agocs2014-06-062-2/+9
* | | Add missing detach() in QPixmap::convertFromImage()David Faure2014-06-111-0/+1
|/ /
* / Don't try to draw if there are no points in the pathAndy Shaw2014-06-091-1/+3
|/
* Fix QOpenGLGlyphTexture object leakLiang Jian2014-05-281-1/+3
* Fix fast painting of clipped text on non RGB32 formatsAllan Sandfeld Jensen2014-05-281-4/+3
* QOpenGLFramebufferObject: correct the internal format when using ANGLEAndrew Knight2014-05-261-1/+10
* QOpenGLTexture: test for extensions when checking featuresGiuseppe D'Angelo2014-05-251-8/+24
* Windows: Fix qt_imageFromWinHBITMAP().Friedemann Kleint2014-05-231-74/+86
* escape apostropheOswald Buddenhagen2014-05-231-1/+1
* Call doneCurrent on QOpenGLContext when the surface diesLaszlo Agocs2014-05-231-0/+6
* Fix a crash in QOpenGLTexture::allocateStorage()Tasuku Suzuki2014-05-231-1/+3
* Fall back to ANGLE BlitFramebuffer and RenderbufferStorageMultiSampleAndrew Knight2014-05-221-2/+6
* CMake: Don't FATAL_ERROR if GL libraries can not be found.Stephen Kelly2014-05-191-28/+37
* QOpenGLTextureBlitter fix allocating 4 times as much memory as neededJorgen Lind2014-05-161-2/+2
* Remove an unused workaround and fix up the comments in the glyph cacheLaszlo Agocs2014-05-131-29/+2
* QTextLayout: Fix cursor position calculation for BiDi textAndrey Volykhin2014-05-121-1/+0
* Respect fixed pitch request when font family is not availableEskil Abrahamsen Blomfeldt2014-05-121-1/+5
* Enable support for OpenGL 4 on OS X 10.9Sean Harmer2014-05-101-4/+6
* Document the X11 DISPLAY variable in the -display option docsThiago Macieira2014-05-091-0/+2
* Doc: fix -qwindowgeometry and -qwindowtitle option docsThiago Macieira2014-05-091-2/+1
* Document that the -reverse option is only for debugging and its defaultThiago Macieira2014-05-091-1/+3
* Document that env variables are preferable to cmdline optionsThiago Macieira2014-05-091-1/+8
* Avoid corruption in Q(Open)GLFunctions when used on multiple threadsLaszlo Agocs2014-05-092-2/+6
* Fix FT glyph outline to path conversionBernd Weimer2014-05-071-12/+24