summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
...
* Fix preedit text on XCBEskil Abrahamsen Blomfeldt2011-09-231-1/+1
* Page flipping API for QPlatformScreenPaul Olav Tvete2011-09-232-0/+51
* Accessible SpinBox remove dead code.Frederik Gladhorn2011-09-232-144/+5
* workaround XCB-ICCCM 3.8 breakage, second instanceOswald Buddenhagen2011-09-231-0/+2
* Allow tests to log to multiple destinationsJason McDonald2011-09-233-64/+200
* Cocoa: Enable native menus.Morten Sorvig2011-09-222-4/+7
* Allocate 16-byte aligned memory independent of platform for raster pool.Samuel Rødal2011-09-221-37/+17
* Accessible Slider: Remove virtual children.Frederik Gladhorn2011-09-212-127/+3
* Export QTextImageHandler and add accessor for imageEskil Abrahamsen Blomfeldt2011-09-212-3/+11
* testlib: Separate the gui- and widgets-specific apiKent Hansen2011-09-213-174/+159
* Fix QApplication::startDragDistance()Kevin Simons2011-09-211-1/+1
* merge translate() overloadsOswald Buddenhagen2011-09-212-25/+5
* Accessible Scrollbar: Remove virtual children, value interfaceFrederik Gladhorn2011-09-212-124/+2
* Fixes to the Xdnd code in xcbLars Knoll2011-09-212-61/+63
* Fix support for drag pixmapsLars Knoll2011-09-212-53/+57
* Add Qt::WindowTransparentForMouseEventsLars Knoll2011-09-213-0/+43
* Create the window when neededLars Knoll2011-09-211-1/+6
* Return the correct geometryLars Knoll2011-09-211-0/+2
* CompileJan-Arve Saether2011-09-211-1/+2
* Check argument count before accessing argument.Frederik Gladhorn2011-09-211-2/+2
* Remove testlib's dependency on gui and widgetsKent Hansen2011-09-211-1/+1
* testlib: Remove widgets dependency when only using guiKent Hansen2011-09-215-1/+53
* 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