summaryrefslogtreecommitdiffstats
path: root/src/plugins/platforms
Commit message (Expand)AuthorAgeFilesLines
* Refactor accessibility for Qt5Jan-Arve Saether2011-09-297-3/+1486
* Make qtbase build with Qt-in-namespace againKent Hansen2011-09-2814-0/+54
* Re-enable the Windows plugin.Friedemann Kleint2011-09-281-4/+1
* Remove debug outputLars Knoll2011-09-281-1/+0
* Prevent potential crash in QXcbConnection::checkEvent().Samuel Rødal2011-09-281-1/+1
* Fix mouse coordinate translation when searching for a drop targetLars Knoll2011-09-281-11/+5
* Unlock the eventreader before calling handleEvent()Lars Knoll2011-09-281-0/+2
* Respect the QSurfaceFormat when constructing a QOpenGLContext on MacGunnar Sletta2011-09-272-4/+4
* Implemented QWidget's move() vs setGeometry() distinction in QWindow.Samuel Rødal2011-09-231-3/+8
* Don't flood expose events in the xcb plugin.Samuel Rødal2011-09-232-1/+13
* Only set frame margins as dirty when we get a configure notify event.Samuel Rødal2011-09-231-5/+2
* Fixed geometry issues.Samuel Rødal2011-09-231-9/+3
* Support adding application fonts with QFontconfigDatabaseJiang Jiang2011-09-231-6/+4
* Fix preedit text on XCBEskil Abrahamsen Blomfeldt2011-09-231-1/+1
* workaround XCB-ICCCM 3.8 breakage, second instanceOswald Buddenhagen2011-09-231-0/+2
* Cocoa: Enable native menus.Morten Sorvig2011-09-222-4/+7
* Fixes to the Xdnd code in xcbLars Knoll2011-09-212-61/+63
* Add Qt::WindowTransparentForMouseEventsLars Knoll2011-09-212-0/+42
* Create the window when neededLars Knoll2011-09-211-1/+6
* Implemented key filter support on platform input contextPekka Vuorela2011-09-201-2/+11
* 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
* Cocoa platform plugin: Reduce multitouch area to be one pixel.Bjørn Erik Nilsen2011-09-192-2/+5
* 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/+320
* Make sure to clip in QXcbBackingStore::flush()Samuel Rødal2011-09-191-3/+12
* Fixed XComposite hardware integration in wayland plugin.Samuel Rødal2011-09-172-2/+2
* Set the correct buffer pointer (protected member variables are evil).Samuel Rødal2011-09-171-1/+1
* Fix xcb-icccm 3.8 supportJędrzej Nowacki2011-09-151-3/+15
* Get the Windows GL context to compile.Jason Barron2011-09-151-5/+1
* Make the Windows input context compile after the refactoring.Jason Barron2011-09-152-23/+14
* Fix missing/incorrect license headersJason McDonald2011-09-154-0/+163
* Fix email address in license headers.Jason McDonald2011-09-1545-45/+45
* Fix stale license headers from refactor branchJason McDonald2011-09-154-68/+68
* Add missing license headers.Jason McDonald2011-09-152-0/+82
* Use QPlaftormInputContextFactory to load input context in Wayland pluginJoona Petrell2011-09-142-0/+13
* Fix warnings received when xcb platform is ran without ibus platforminputcontextJoona Petrell2011-09-141-7/+8
* Windows: disable the (currently broken) Windows platform pluginRohan McGovern2011-09-141-1/+4
* Merge branch 'refactor'Gunnar Sletta2011-09-13325-5311/+34088
|\
| * Fixed race condition in xcb plugin logging (when debugging is enabled).Samuel Rødal2011-09-122-0/+4
| * Clang Build Fix: Cocoa platform pluginTakumi ASAKI2011-09-094-5/+5
| * Make inputcontext plugin loading a bit more genericLars Knoll2011-09-082-18/+1
| * Fixup a few minor errors in the previous commitLars Knoll2011-09-082-6/+6
| * Add plugin mechanism to load platform input contextsJoona Petrell2011-09-082-10/+25
| * Rename ImMicroFocus to ImCursorRectangleLars Knoll2011-09-081-1/+1
| * More xlib plugin fixesPaul Olav Tvete2011-09-083-28/+27
| * Fix compile error on Mac.Takumi ASAKI2011-09-081-0/+2