summaryrefslogtreecommitdiffstats
path: root/src/gui
Commit message (Expand)AuthorAgeFilesLines
* Introduce QTextDocument::baseUrlJ-P Nurmi2013-10-253-24/+65
* Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2013-10-2423-52/+320
|\
| * Remove doc references to non-existing functions in QSurfaceFormatSean Harmer2013-10-241-2/+2
| * Fix misaligned selection region with text when centeredJonathan Liu2013-10-231-5/+14
| * QTextHtmlParser: restore the default link color from app paletteJ-P Nurmi2013-10-231-2/+2
| * Use QByteArrayLiteral throughout in QOpenGLVertexArrayObjectSean Harmer2013-10-201-8/+8
| * Make it possible to clear glyph caches from the font engine.Gunnar Sletta2013-10-182-0/+11
| * When creating QVariant(QPolygonF()) this should be a null variantAndy Shaw2013-10-181-1/+2
| * Implement native gestures on OS X.Morten Johan Sørvig2013-10-177-0/+211
| * Clear QGuiApplicationPrivate::tabletPressTarget in ~QWindow.Friedemann Kleint2013-10-171-0/+2
| * Support APPLE VAO extension on Mac.James Turner2013-10-161-13/+27
| * Restore handling of bullets for lists with a font size of > 36 pixelsAndy Shaw2013-10-161-13/+0
| * Change return type of imagePosition to QPointJan Arve Saether2013-10-151-1/+1
| * Fixed narrowing conversion compile error with SwizzleValue cast.Harri Porten2013-10-151-1/+1
| * Update QPA cursor only for non-synthetic mouse eventsLaszlo Agocs2013-10-141-3/+5
| * Doc: Fix typos and add missing words.Marcel Krems2013-10-121-2/+2
| * Export the block's line-height settings to htmlAndy Shaw2013-10-121-0/+23
| * Re-add deprecated symbol for ABI compatibility with Qt 5.1.Harri Porten2013-10-112-1/+7
| * include privates the right wayOswald Buddenhagen2013-10-111-2/+2
| * add a missing break in QGuiApplicationPrivate::processWindowSystemEventLiang Qi2013-10-111-0/+1
| * Use QAtomicInt ref/deref patternAllan Sandfeld Jensen2013-10-111-1/+2
* | Fix settable style hints.Friedemann Kleint2013-10-222-6/+107
* | Correct handling of font weights bolder than bold.Roger Maclean2013-10-221-2/+2
* | Add platform plugin arguments to QLibraryInfo/qt.conf.Friedemann Kleint2013-10-161-0/+4
* | Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2013-10-1189-637/+674
|\|
| * Memory leak with Small-caps QRawFontAllan Sandfeld Jensen2013-10-111-0/+4
| * Ensure CSS rules are inherited from the parent tagsAndy Shaw2013-10-111-1/+5
| * Fix broken text layout with ShowLineAndParagraphSeparatorsEskil Abrahamsen Blomfeldt2013-10-091-0/+3
| * Suppress automatic positioning of popup windows.Friedemann Kleint2013-10-091-1/+2
| * Ensure lastPixel.y is also initalized to -1 when necessaryAndy Shaw2013-10-081-0/+3
| * Doc: Adding mark-up to boolean default values.Jerome Pasion2013-10-0881-617/+617
| * QPA: Fix event dispatcher dependent operations in platform integrationLaszlo Agocs2013-10-074-0/+22
| * Fix typos of QWheelEvent exampleIvan Romanov2013-10-071-3/+3
| * Output the CMAKE_CXX_LIBRARY_ARCHITECTURE when reporting missing dependencies.Stephen Kelly2013-10-061-1/+1
| * Add Q_DECL_OVERRIDE to accessibility classesFrederik Gladhorn2013-10-051-14/+14
* | Merge "Merge remote-tracking branch 'origin/stable' into dev" into refs/stagi...Sergio Ahumada2013-10-0926-119/+283
|\ \
| * | Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2013-10-0426-119/+283
| |\|
| | * Update QSessionManager and related classes documentationSamuel Gaist2013-10-026-90/+137
| | * Correct the bit field sizes in QTextOptionThiago Macieira2013-10-012-1/+5
| | * QPA: Fix semantics of GUI event dispatcher ownership in platform pluginsTor Arne Vestbø2013-09-304-26/+27
| | * Fix syncqt warning about include in qopenglpixeltransferoptions.h.Friedemann Kleint2013-09-301-1/+1
| | * Fix check in texture cleanup codeSean Harmer2013-09-301-1/+1
| | * Doc: Add docs for rvalue references and move constructorsGeir Vattekar2013-09-2713-0/+112
* | | Compare QIcon QVariants by their cache keyAlbert Astals Cid2013-10-091-1/+1
* | | Relay mouse event synthesization informationLaszlo Agocs2013-10-047-23/+80
|/ /
* | QBrush: use a 3D array instead of pointer tables to save 28 relocs in QtGuiMarc Mutz2013-10-021-38/+43
* | Merge branch 'stable' into devSergio Ahumada2013-09-278-23/+39
|\|
| * Remove code that doesn't do anything.Gunnar Sletta2013-09-261-19/+0
| * Fix WinCE/MSVC2008 build errors related to std::lower_bound patches.Sérgio Martins2013-09-255-0/+35
| * Fix truncation and conversion warnings on MSVC2010.Mitch Curtis2013-09-252-4/+4