summaryrefslogtreecommitdiffstats
path: root/src/gui/kernel
Commit message (Expand)AuthorAgeFilesLines
* Added private header warnings in src/gui/kernelSamuel Rødal2012-11-098-1/+88
* Return appropriate currentContext() in platform's makeCurrent().Samuel Rødal2012-11-082-4/+17
* Relax QOpenGLContext::swapBuffers() conditions.Samuel Rødal2012-11-081-15/+1
* Temporary backwards-compatible QWindow::setPos accessorsShawn Rutledge2012-11-081-0/+6
* Remove QWindow pos, geometry and size as properties; pos->positionShawn Rutledge2012-11-083-25/+39
* Temporary backwards-compatibility window propertiesShawn Rutledge2012-11-071-0/+29
* Rename all QWindow properties that have "window" in themShawn Rutledge2012-11-073-99/+121
* Don't include qaccessible.h on QT_NO_ACCESSIBILITYKevin Funk2012-11-061-1/+3
* Added MultipleWindows platform capability.Samuel Rødal2012-11-022-5/+10
* Introduced QWindow properties {min/max}imum{Width/Height}Samuel Rødal2012-11-023-0/+70
* Remove a couple of unused variables.Miikka Heikkinen2012-11-021-2/+0
* Send leave to most recently entered window when modal dialog is shown.Miikka Heikkinen2012-10-303-0/+23
* Fix syncing of visibility and enabled for menus on CocoaAndy Shaw2012-10-261-0/+1
* Remove stale QT_MODULE() usage casesKonstantin Ritt2012-10-255-10/+0
* Add ContextMenu event to QWindowSystemInterfaceMiikka Heikkinen2012-10-255-1/+56
* Fix excess enter/leave event generation for native widgetsMiikka Heikkinen2012-10-193-2/+54
* QPlatformWindow: change API for QPlatformWindow::setWindowStateRichard Moe Gustavsen2012-10-173-7/+5
* Add QDrag class to 'draganddrop' groupGatis Paeglis2012-10-171-0/+1
* Fix setting custom cursor for widgets and windows before showing themMiikka Heikkinen2012-10-162-15/+22
* QPA: Introducing QPlatformTheme standardPixmap(), fileIconPixmap()Gabriel de Dietrich2012-10-162-1/+102
* QScreen's physicalSize can change. Ensure siblings are updated.Shawn Rutledge2012-10-162-28/+20
* QKeySequence: remove duplicate QDataStream operatorsJ-P Nurmi2012-10-151-5/+0
* QPlatformWindow: change API for QPlatformWindow::setWindowFlagsRichard Moe Gustavsen2012-10-153-9/+7
* Fix "open with" functionality on OSX (FileOpenEvent)Shawn Rutledge2012-10-131-0/+4
* Be able to obtain list of possible key combinations in platform integrationOliver Wolff2012-10-133-1/+22
* Remove handleSynchronous* functions.Morten Johan Sorvig2012-10-104-68/+57
* Mac: Bring back "Text boxes and list only" tab navigationGabriel de Dietrich2012-10-102-1/+7
* Prevent crashing on screen deletion.Samuel Rødal2012-10-081-0/+2
* Show widget cursor after restoring last override cursorMiikka Heikkinen2012-10-041-2/+15
* OpenGL: Don't request a context version higher than is supportedSean Harmer2012-10-033-7/+15
* Introducing the PlatformPanel event type.Sergio Martins2012-10-035-1/+37
* Set CWD when launched from Finder.Morten Johan Sorvig2012-10-021-1/+13
* QWindow::setWindowFilePath addedJoerg Bornemann2012-10-025-0/+32
* Document QPA implementation aspects.Friedemann Kleint2012-10-011-0/+31
* Added QGLPixelBuffer implementation using framebuffer objects.Samuel Rødal2012-09-271-0/+1
* Fix QScreen::orientation() not always being updated after changing the update...Simon Hausmann2012-09-261-0/+2
* Fix events being processed on application startSimon Hausmann2012-09-261-1/+1
* XCB: Correctly report the created OpenGL context version and profileSean Harmer2012-09-262-0/+36
* Remove duplicate words and punctuation from documentation.Mitch Curtis2012-09-261-2/+2
* Change copyrights from Nokia to DigiaIikka Eklund2012-09-22109-2618/+2618
* Fixed multiple modal windows from all blocking each other.Samuel Rødal2012-09-211-0/+2
* Do not refer to non-existant member in QSurfaceFormat docsLaszlo Agocs2012-09-201-2/+2
* Remove qUpperBound usages from qtbaseGiuseppe D'Angelo2012-09-191-1/+1
* Remove qLowerBound usages from qtbaseGiuseppe D'Angelo2012-09-191-2/+4
* Fix mapping to/from global coordinates for child/embedded windows.Miikka Heikkinen2012-09-183-2/+36
* X11 (xcb) support for QScreen-per-output and runtime changesShawn Rutledge2012-09-182-3/+19
* gui/opengl: Fix missing or improper include guard in headersSergio Ahumada2012-09-154-12/+12
* remove usage of QT_MAKEDLL in favor of the new QT_STATIC macroJoerg Bornemann2012-09-141-5/+5
* Remove deprecated QInputMethod::visible()Pekka Vuorela2012-09-142-11/+0
* Doc: Fix misc. doc errors and document undocumented functionsaavit2012-09-123-71/+186