summaryrefslogtreecommitdiffstats
path: root/src/gui/kernel
Commit message (Expand)AuthorAgeFilesLines
* Fix limitting shortcuts to keypad onlyJani Honkonen2012-08-271-2/+7
* explain specifically how to make a transparent windowShawn Rutledge2012-08-251-2/+10
* doc: Fix several text-related qdoc warningsEskil Abrahamsen Blomfeldt2012-08-251-15/+15
* Remove remaining bits of deprecated QInputPanelPekka Vuorela2012-08-236-142/+4
* Remove deprecation from enumerations in QtGui.Friedemann Kleint2012-08-221-1/+1
* Make Qt compile with -DQDND_DEBUG and fix debug messagesBerthold Krevert2012-08-222-59/+56
* Add hint for touch -> mouse event synthesizingMorten Johan Sorvig2012-08-222-1/+4
* Fix a bunch of Mac/clang specific warningsJiang Jiang2012-08-211-1/+1
* QWindow documentation fixes; make pos, size and geometry propertiesShawn Rutledge2012-08-212-55/+107
* Fixed qdoc complaints for qsurface and qsurfaceformat.Shawn Rutledge2012-08-212-15/+51
* QTouchDevice documentationShawn Rutledge2012-08-211-3/+6
* OpenGL: Use official glext.h and gl2ext.h headersSean Harmer2012-08-201-4/+0
* Fix in-process QAxServers inside modal windows.Miikka Heikkinen2012-08-203-2/+21
* Clean up QScreen::grabWindow()aavit2012-08-181-1/+1
* Move docs for QSessionManager to the right file.Frederik Gladhorn2012-08-151-0/+247
* Handle "-psn_XXX" command line args on MacMorten Johan Sorvig2012-08-101-0/+4
* OpenGL: Allow querying OpenGL extensions via the QOpenGLContextSean Harmer2012-08-093-0/+38
* QWindowSystemInterface: fix mem leak and raceMarc Mutz2012-08-072-18/+26
* Fixed popups getting blocked by modal windows.Samuel Rødal2012-08-061-1/+1
* Fix intended assignment to customSet variable.Frank Osterfeld2012-08-061-1/+1
* Revert "Move QWindowSystemInterface out of qpa."Paul Olav Tvete2012-08-033-5/+5
* Use glFlush() if swapBehavior is single-bufferedJan-Arve Saether2012-08-021-1/+2
* Make tests compile without gui-privatePaul Olav Tvete2012-08-021-0/+40
* Move QPlatformWindowPrivate into its own headerLaszlo Agocs2012-08-023-6/+76
* fix a few qdoc command typosJeremy Katz2012-08-011-2/+2
* change \img to \image in docsJeremy Katz2012-08-012-2/+2
* replace \key and \gui qdoc commands with \uicontrolJeremy Katz2012-08-011-4/+4
* Implement synchronous WS events by flushing.Friedemann Kleint2012-07-312-10/+21
* WindowSystemInterface::sendWindowSystemEvents(): Remove unused parameter.Friedemann Kleint2012-07-233-3/+3
* Provide public API for native event filtering, moved up from QPA.David Faure2012-07-203-56/+0
* Move QWindowSystemInterface out of qpa.Stephen Kelly2012-07-193-5/+5
* Mirror potentially themeable style hints in QPlatformTheme.Friedemann Kleint2012-07-184-16/+84
* Make qwindowsysteminterface.cpp compile with QT_NO_SHORTCUTJeremy Katz2012-07-161-0/+25
* QtGui: normalize signals/slotsMarc Mutz2012-07-131-3/+3
* QPA: pass cmdline arguments to QPlatformIntegrationPlugin constructorGirish Ramakrishnan2012-07-123-15/+5
* Fix some spelling errorsSergio Ahumada2012-07-111-1/+1
* Add stylehint to use querying RTL keyboard support.Friedemann Kleint2012-07-114-1/+10
* Clear qt_button_down widget when starting a drag.Friedemann Kleint2012-07-113-0/+17
* Change deprecated use of qgenericplugin_qpa.h to qgenericplugin.hSergio Ahumada2012-07-111-1/+1
* make gui compile with QT_NO_SHORTCUTJeremy Katz2012-07-101-0/+5
* QtGui: declare some classes as sharedMarc Mutz2012-07-102-0/+8
* Q_DECLARE_SHARED: mark the type movableMarc Mutz2012-07-101-1/+1
* qpa: Fix crash when native interface is nullGirish Ramakrishnan2012-07-091-8/+9
* Remove Library dependency on SettingsTasuku Suzuki2012-07-092-6/+6
* QPalette: add member-swapMarc Mutz2012-07-062-32/+50
* make QtGui compile when QT_NO_WHEELEVENT is definedJeremy Katz2012-07-061-0/+2
* Native drag implementation on MacJames Turner2012-07-041-1/+1
* Properly detect the max texture size when using QOpenGLPaintDevice.Jocelyn Turcotte2012-07-042-1/+37
* Make QGenericPlugin and QGenericPluginFactory public APIGirish Ramakrishnan2012-07-046-20/+14
* Platform-plugin support for QSystemTrayIcon.Christoph Schleifenbaum2012-07-035-2/+240