summaryrefslogtreecommitdiffstats
path: root/src/gui
Commit message (Expand)AuthorAgeFilesLines
...
| * QWindowPrivate: add virtual function 'clearFocusObject'Richard Moe Gustavsen2013-10-312-0/+6
| * Fix compilation with QT_COORD_TYPE=double on ARMLars Knoll2013-10-311-0/+1
| * Assert in QImage conversion from rgba8888pm -> rgba8888Allan Sandfeld Jensen2013-10-311-1/+1
| * Store the font's scalability in QFontEngine.Yoann Lopes2013-10-313-1/+5
| * Don't use NO_DEFAULT_PATH on mac when finding GL headers and libraries.Stephen Kelly2013-10-301-3/+13
| * Consider multi-monitor setups in QPlatformWindow::initialGeometry().Friedemann Kleint2013-10-301-2/+23
| * Fix finding cursor position in words with accentsJoshua Grauman2013-10-301-3/+3
| * Add QGuiApplication::sync() functionJørgen Lind2013-10-304-1/+41
| * Android: handle keyPress event for Key_BackPaul Olav Tvete2013-10-291-23/+18
| * remove some vestiges of QFontEngineQPFOswald Buddenhagen2013-10-283-73/+0
| * CMake: Fix quoting issue with quoted paths in strings.Stephen Kelly2013-10-251-2/+4
| * Do not byteswap RGBA8888 formatsAllan Sandfeld Jensen2013-10-252-30/+3
| * Accessibility: Make it possible to send events with no QObjectFrederik Gladhorn2013-10-252-6/+107
| * QImageWriter: add a forgotten #ifndef QT_NO_IMAGEFORMAT_BPMMarc Mutz2013-10-251-0/+2
* | remove finishEdit() call, fix double textChanged on deleteGraham Coleman2013-11-211-1/+0
* | Convert more QVector*D member functions to constexprAlex Blasche2013-11-203-3/+31
* | Add C++11 constexpr to 3D vector classesAlex Blasche2013-11-153-114/+114
* | Make drawing to and from RGBA8888 images fasterAllan Sandfeld Jensen2013-11-131-6/+38
* | Add swapInterval to QSurfaceFormatLaszlo Agocs2013-11-132-2/+50
* | Introduce proper QSurfaceFormat's setters/testers for format optionsGiuseppe D'Angelo2013-11-072-5/+79
* | 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