summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Implemented key filter support on platform input contextPekka Vuorela2011-09-203-3/+17
* Cocoa: Adjust touch point rectangle by -0.5.Bjørn Erik Nilsen2011-09-201-1/+8
* Cocoa: Update the geometry whenever the window moves.Bjørn Erik Nilsen2011-09-201-1/+10
* Cocoa: Add helper functions for NSPoint <-> QPoint(F) conversion.Bjørn Erik Nilsen2011-09-202-2/+19
* QWindowSystemInterface: Fix wrong mapping of coordinates.Bjørn Erik Nilsen2011-09-201-2/+14
* [blitter] Fix memory leak in the blitter paintengineHolger Hans Peter Freyther2011-09-201-5/+5
* [blitter] Use QScopedPointer for the engine and blittableHolger Hans Peter Freyther2011-09-202-15/+10
* Use QT_MAX_CACHED_GLYPH_SIZE in QFontEngineFTAleksandar Stojiljkovic2011-09-201-2/+6
* Generate glyphs in un-transformed coordinate system.Samuel Rødal2011-09-201-3/+4
* Avoid double caching glyphs in raster/QPA/FreeTypeEskil Abrahamsen Blomfeldt2011-09-207-119/+181
* No dependencies on opengl, widgets and printsupportLars Knoll2011-09-192-2/+1
* Fixed wrong mouse coordinate mapping.Samuel Rødal2011-09-191-4/+1
* Cocoa platform plugin: Reduce multitouch area to be one pixel.Bjørn Erik Nilsen2011-09-192-2/+5
* Fix regression causing synthesized oblique glyphs to clipEskil Abrahamsen Blomfeldt2011-09-191-1/+15
* Cocoa platform plugin: update headers for multitouch.Bjørn Erik Nilsen2011-09-192-2/+2
* Cocoa platform plugin: Implement multitouch support.Bjørn Erik Nilsen2011-09-193-0/+34
* Mac: Adapt multitouch code for cocoa to QWindowSystemInterface.Bjørn Erik Nilsen2011-09-192-32/+20
* Mac: Move multitouch support from widgets to cocoa platform plugin.Bjørn Erik Nilsen2011-09-192-0/+0
* Make sure to clip in QXcbBackingStore::flush()Samuel Rødal2011-09-191-3/+12
* Move handling of -qmljsdebugger argument to QCoreApplicationKai Koehne2011-09-194-4/+28
* Say hello to QWindow::accessibleRoot()Jan-Arve Saether2011-09-192-0/+12
* Add parent and child functions to QAccessibleInterface.Frederik Gladhorn2011-09-1915-501/+490
* Initialize in the right orderGunnar Sletta2011-09-191-2/+2
* Support synthesized oblique and bold in SceneGraphEskil Abrahamsen Blomfeldt2011-09-192-3/+21
* Enable glyph caching on QPAEskil Abrahamsen Blomfeldt2011-09-191-31/+3
* Remove gui-related ifdef from testlib/qbenchmark.cppKent Hansen2011-09-191-4/+0
* Treat QTestFontEngine properlyJiang Jiang2011-09-191-1/+1
* correctly initialise private data in QTouchEventSequence constructorMatthew Cattell2011-09-171-2/+2
* Make sure libQtPlatformSupport has proper flagsJiang Jiang2011-09-171-0/+1
* minor docu fixesKonstantin Ritt2011-09-171-5/+5
* Wrap calls to Sequence::push_backJoão Abecasis2011-09-173-15/+32
* Compile in C++0x modeLars Knoll2011-09-171-4/+8
* Fixed XComposite hardware integration in wayland plugin.Samuel Rødal2011-09-173-3/+3
* Set the correct buffer pointer (protected member variables are evil).Samuel Rødal2011-09-171-1/+1
* Fix trailing spaces problem by not adding it to QScriptLine.lengthJiang Jiang2011-09-173-5/+7
* Avoid fontconfig access in fontEngine creationJiang Jiang2011-09-172-43/+25
* Mac: fix linking with Qt frameworks which don't exist at qmake timeRohan McGovern2011-09-171-0/+1
* Accessibility: TabWidget - remove virt children, add action interface.Frederik Gladhorn2011-09-162-73/+159
* Set accessible name on QTabBar buttons.Frederik Gladhorn2011-09-161-1/+4
* For complex widgets try to return accessible interfaces.Frederik Gladhorn2011-09-161-1/+5
* Fix xcb-icccm 3.8 supportJędrzej Nowacki2011-09-151-3/+15
* Boost performance of QChar::isSpaceKent Hansen2011-09-152-5/+14
* Boost performance of QChar::isLetterOrNumberKent Hansen2011-09-152-3/+17
* Boost performance of QChar::isLetterKent Hansen2011-09-152-3/+15
* Boost performance of QChar::isDigitKent Hansen2011-09-152-3/+13
* Boost performance of QChar::is{Upper,Lower}Kent Hansen2011-09-151-2/+8
* The Q_WS_X11 define exists no longer. Use Q_OS_UNIX.Frederik Gladhorn2011-09-155-14/+17
* Fix warning when building objects with a Q_OBJECT macroTobias Hunger2011-09-151-1/+1
* doc: Fix incorrect enum name in QRawFont::alphaMapForGlyph docsEskil Abrahamsen Blomfeldt2011-09-151-1/+2
* Properly register preedit text in QLineControlEskil Abrahamsen Blomfeldt2011-09-151-1/+0