summaryrefslogtreecommitdiffstats
path: root/src/gui
Commit message (Expand)AuthorAgeFilesLines
* QWindow::mapToGlobal/mapFromGlobal and move()Gunnar Sletta2011-08-293-0/+51
* Fix some compiler warnings, shut up QIbusPlatformInputContext.Friedemann Kleint2011-08-262-3/+8
* Introduce new platform capability ThreadedOpenGL.Samuel Rødal2011-08-261-1/+2
* Fix compilation/use correct data type for qt_lastx,y.Friedemann Kleint2011-08-254-19/+14
* Merge branch 'master' into refactorGunnar Sletta2011-08-2521-138/+202
|\
| * Add IAccessible2 table2 implementation.Frederik Gladhorn2011-08-2213-19/+311
| * Enablers for using QGlyphRun in SceneGraphEskil Abrahamsen Blomfeldt2011-08-1910-39/+196
| * Fixed broken lookup of fallback fonts on qpaRohan McGovern2011-08-191-2/+1
| * Use name for combobox on Unix.Frederik Gladhorn2011-08-181-0/+18
| * Rename textBeforeOffsetFromString to start with q.Frederik Gladhorn2011-08-181-3/+3
| * Implement text interface for QLineEdit.Frederik Gladhorn2011-08-181-0/+112
| * Fix bidi reordering of RTL text with embedded imagesEskil Abrahamsen Blomfeldt2011-08-181-2/+0
| * Minor optimizations for QTextEngineRitt Konstantin2011-08-181-17/+25
| * Fix typo in comment.Frederik Gladhorn2011-08-181-1/+1
| * Avoid bogus accessibility focus events from menus.Frederik Gladhorn2011-08-181-0/+4
| * When asking for relations, don't crash on children that don't return an inter...Frederik Gladhorn2011-08-171-4/+7
| * FocusScope's focusItem must always be a descendentAlan Alpert2011-08-151-16/+18
| * Don't endless loopAlan Alpert2011-08-151-1/+1
| * Don't leak MouseEventsAlan Alpert2011-08-151-2/+2
| * QLabel documentation: add warning about sanitizing inputPeter Hartmann2011-08-101-0/+7
| * Remove all non-const operator==Harald Fernengel2011-08-098-49/+5
| * Change mouse and wheel QPA events to use QPointF.Laszlo Agocs2011-08-085-32/+32
| * Use more numerically robust algorithm to compute QBezier::pointAt().Alan Alpert2011-08-051-18/+18
* | resize convenince functionGunnar Sletta2011-08-241-0/+1
* | Preliminary change to get resizeEvents for QWindow::resize() callsGunnar Sletta2011-08-241-1/+2
* | QFontEngine: Avoid nesting multi-fontengines.Friedemann Kleint2011-08-232-1/+3
* | Fix input context header.Friedemann Kleint2011-08-232-7/+30
* | Fixed empty if statement in QWindow.cppOlli Werwolff2011-08-221-1/+1
* | Fix comparison.Friedemann Kleint2011-08-191-1/+1
* | QSurfaceFormat: Add missing 'profile' accessors, fix detaching.Friedemann Kleint2011-08-191-24/+70
* | Remove qtessellator.* from QtGuiLars Knoll2011-08-193-1602/+0
* | Fix build.Friedemann Kleint2011-08-191-0/+1
* | QColormap is gone from QtGuiLars Knoll2011-08-191-1/+0
* | Remove Type1 supportLars Knoll2011-08-192-255/+0
* | Restore feature compatibility with QPrinter in QTextDocument::printLars Knoll2011-08-198-16/+157
* | Move the printer support backend into it's own pluginLars Knoll2011-08-192-15/+0
* | Move printing into it's own libraryLars Knoll2011-08-1925-6825/+3
* | Use the paged paintdevice in the print() method of QTextDocument.Lars Knoll2011-08-195-79/+51
* | Introduce a paged paintdevice and use itLars Knoll2011-08-1911-87/+407
* | move printing related files into their own directoryLars Knoll2011-08-1922-82/+39
* | PDF doesn't require the alpha paintengineLars Knoll2011-08-192-61/+5
* | Move the remaining QPrinter dependencies out of qpf.*Lars Knoll2011-08-196-196/+197
* | Rename QPdf(Base)EngineLars Knoll2011-08-196-110/+110
* | Move the PDF related functionality into QPdfLars Knoll2011-08-194-1681/+1674
* | first version of a public API to generate PDFsLars Knoll2011-08-193-0/+193
* | Move QColorMap into QtWidgetsLars Knoll2011-08-197-478/+2
* | Cocoa: Fix flicker on window resize.Morten Sorvig2011-08-162-0/+6
* | Implement "quit on last window closed" logic for QWindowGunnar Sletta2011-08-115-2/+88
* | Made QWindow::setVisible() send show and hide events.Samuel Rødal2011-08-101-2/+19
* | Removed QPaintDevice dependency in blitFramebuffer().Samuel Rødal2011-08-092-0/+17