summaryrefslogtreecommitdiffstats
path: root/src/widgets/widgets/qabstractscrollarea.cpp
Commit message (Expand)AuthorAgeFilesLines
* Change confusing Q_DEAD_CODE_FROM_QT4_FOO defineTor Arne Vestbø2016-10-141-14/+14
* Remove all code paths related to unsupported Apple platforms.Jake Petroules2016-06-041-6/+0
* Merge remote-tracking branch 'origin/5.7' into devLiang Qi2016-05-121-1/+1
|\
| * Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-04-291-1/+1
| |\
| | * Change scroll and text areas to respect native wheel focus ruleMarko Kangas2016-04-261-1/+1
* | | Merge remote-tracking branch 'origin/5.7' into devLiang Qi2016-04-111-0/+1
|\| |
| * | Fix slow scrolling by wheel after setting a custom scrollbarAlexander Volkov2016-04-051-0/+1
* | | QAbstractScrollArea: Remove needless static_cast for QWheelEventAlexander Volkov2016-04-051-1/+1
|/ /
* | Updated license headersJani Heikkinen2016-01-151-14/+20
* | QtWidgets: replace some Q_FOREACH loops with C++11 range-forMarc Mutz2015-12-161-1/+1
* | QtWidgets: use Q_UNLIKELY for every qWarning() (1)Marc Mutz2015-11-211-2/+2
|/
* widgets: Use QList::reserve(), reduces reallocations.Sérgio Martins2015-06-231-0/+2
* QFramePrivate & subclasses: declare dtor out-of-lineMarc Mutz2015-06-021-0/+4
* Remove scrollarea cornerarea when only one scrollbar is visible.Marko Kangas2015-03-121-11/+3
* Update copyright headersJani Heikkinen2015-02-111-7/+7
* Make it more obvious that Q_WS_ is dead code, and should perhaps be portedTor Arne Vestbø2015-02-031-15/+15
* QAbstractScrollArea: add a getter for the marginsGiuseppe D'Angelo2014-12-031-2/+15
* Fix QOpenGLWidget on Cocoa when used as viewportLaszlo Agocs2014-10-141-0/+3
* Update license headers and add new license filesMatti Paaso2014-09-241-19/+11
* Fix no-opengl buildLaszlo Agocs2014-09-011-0/+2
* Merge remote-tracking branch 'origin/5.3' into devFrederik Gladhorn2014-08-041-1/+1
|\
| * Mac: Don't register for Pan Gestures.Morten Johan Sørvig2014-07-031-1/+1
* | Make QOpenGLWidget publicLaszlo Agocs2014-08-011-0/+4
|/
* Fix QAbstractScrollArea to respect transiency per scrollbarJ-P Nurmi2014-03-201-25/+31
* Prevent recursive resize events in QAbstractScrollAreaTor Arne Vestbø2013-12-051-2/+6
* Doc: Adding mark-up to boolean default values.Jerome Pasion2013-10-081-2/+2
* QAbstractScrollArea - add SizeAdjustPolicy and viewportSizeHintChristoph Schleifenbaum2013-04-221-16/+80
* Fix license headers stating QtGui for QtWidgets files.Jake Petroules2013-03-191-1/+1
* Whitespace cleanup: remove trailing whitespaceAxel Waggershauser2013-03-161-1/+1
* Hiding scrollbar on MacOSX 10.7 if policy is set to ScrollBarAlwaysOffCyril Oblikov2013-02-211-6/+6
* Update copyright year in Digia's license headersSergio Ahumada2013-01-181-1/+1
* Mac: Ignore ScrollBarAlwaysOn policy for transient scrollbarsGabriel de Dietrich2012-12-191-11/+14
* Mac: disable transient scrollbar animations for non-QScrollBarsJ-P Nurmi2012-12-111-2/+2
* Mac: Transient scrollbars should overlap in the corner on 10.8Gabriel de Dietrich2012-12-061-1/+9
* Mac: refactor scrollbar animationsJ-P Nurmi2012-11-021-2/+39
* Change copyrights from Nokia to DigiaIikka Eklund2012-09-221-24/+24
* Fix regression in QAbstractScrollAreaJens Bache-Wiig2012-09-211-1/+1
* Support for overlay-scrollbars on MacChristoph Schleifenbaum2012-07-051-8/+30
* Doc: Modularize QtWidgets documentation.Casper van Donderen2012-05-091-2/+2
* Reserve the virtual viewportSizeHint method in QAbstractScrollArea.Stephen Kelly2012-03-201-0/+10
* Remove the usage of deprecated qdoc macros.Casper van Donderen2012-03-021-4/+4
* Windows: Fix inclusion of <windows.h>Friedemann Kleint2012-02-011-2/+2
* Remove Symbian and Maemo 5 code from QtWidgets.Xizhi Zhu2012-01-311-10/+0
* Remove "All rights reserved" line from license headers.Jason McDonald2012-01-301-1/+1
* Update contact information in license headers.Jason McDonald2012-01-231-1/+1
* Update copyright year in license headers.Jason McDonald2012-01-051-1/+1
* Replace a pseudo-virtual slot with a virtual method.Stephen Kelly2011-12-271-1/+1
* Move the documentation for the classes to their modules.Casper van Donderen2011-10-031-0/+1
* Merge remote branch 'staging/master' into refactorPaul Olav Tvete2011-05-241-17/+17
* library splitLars Knoll2011-05-071-0/+1506