summaryrefslogtreecommitdiffstats
path: root/src/gui
Commit message (Expand)AuthorAgeFilesLines
* Improve QOpenGLFramebufferObject::toImage()Allan Sandfeld Jensen2014-07-042-24/+88
* Update copyright to 2014 for accessibilityFrederik Gladhorn2014-07-049-9/+9
* ARM: do not use the clang integrated assembler in some cases.Erik Verbruggen2014-07-031-0/+1
* Make it possible to know when a screen is being removedAleix Pol2014-07-024-1/+25
* Use the standard functions in GLES3 builds in VAOsLaszlo Agocs2014-07-021-14/+28
* QGuiApplication::paletteChanged(const QPalette &palette) [signal]J-P Nurmi2014-07-022-0/+11
* Merge "Merge remote-tracking branch 'origin/5.3' into dev" into refs/staging/devFrederik Gladhorn2014-07-0118-301/+326
|\
| * Merge remote-tracking branch 'origin/5.3' into devFrederik Gladhorn2014-07-0118-301/+326
| |\
| | * 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 init order of platfromIntegration and forcedWindowIconFrederik Gladhorn2014-07-011-2/+5
* | | Move deletion of the QDrag object into QDragManager::drag().Friedemann Kleint2014-07-011-0/+1
|/ /
* | Do not add QOffscreenSurface windows to the global listLaszlo Agocs2014-06-301-0/+3
* | MIPS: Support recognition of the DSP ASE at run-timeAdrian Perez de Castro2014-06-273-11/+25
* | Fix inconsistent export in QPixmapIconEngineAndrew Knight2014-06-261-2/+2
* | Unduplicate the implementations of next power of twoAllan Sandfeld Jensen2014-06-262-33/+6
* | Propagate source/flags of QMouseEvent to QGraphicsSceneMouseEvent.Friedemann Kleint2014-06-251-0/+4
* | Support translucent windows on eglfsLaszlo Agocs2014-06-252-0/+22
* | Support framebuffer blit and msaa without extensions on GLES3Laszlo Agocs2014-06-251-0/+10
* | Enhance msaa and blitframebuffer on ES with vendor extensionsLaszlo Agocs2014-06-252-13/+32
* | Include the ES3 headers on iOSLaszlo Agocs2014-06-253-2/+17
* | QGuiApplication::layoutDirectionChanged(Qt::LayoutDirection) [signal]J-P Nurmi2014-06-252-2/+8
* | Windows a11y: Publish synthetic increase and decrease actionsJan Arve Saether2014-06-202-15/+26
* | Fix screen handling for child windows.Friedemann Kleint2014-06-183-37/+83
* | Fix references to platform-specific handlers in QMimeData documentation.Friedemann Kleint2014-06-181-4/+6
* | Improve debug output of events.Friedemann Kleint2014-06-161-10/+42
* | Merge "Merge remote-tracking branch 'origin/stable' into dev" into refs/stagi...J-P Nurmi2014-06-078-92/+142
|\ \
| * | Merge remote-tracking branch 'origin/stable' into devJ-P Nurmi2014-06-058-92/+142
| |\|
| | * Fix QOpenGLGlyphTexture object leakLiang Jian2014-05-281-1/+3