summaryrefslogtreecommitdiffstats
path: root/src/gui/util/qgridlayoutengine.cpp
Commit message (Expand)AuthorAgeFilesLines
* Gui: use const (and const APIs) moreAnton Kudryavtsev2016-06-011-9/+10
* Adjust sizes when snapping layout items to pixel gridJan Arve Sæther2016-03-021-12/+31
* Updated license headersJani Heikkinen2016-01-151-14/+20
* Fix undefined symbols in grid layout engine with -no-widgets optionJoni Poikelin2015-03-161-4/+0
* Use C++ <cmath> instead of <math.h>Allan Sandfeld Jensen2015-02-161-2/+2
* Update copyright headersJani Heikkinen2015-02-111-7/+7
* Add support for snapping to pixel gridJan Arve Saether2015-02-091-18/+41
* Remove unnecessary math.h and limits.h includesAllan Sandfeld Jensen2015-02-041-2/+0
* Fixed a bug where spans did not always work in layouts.Jan Arve Saether2014-12-091-1/+1
* Don't rely on hasChanged() in ensureGeometriesJan Arve Saether2014-12-011-1/+1
* Adjust the layout if a QGraphicsWidget is explicitly hiddenJan Arve Saether2014-10-231-1/+1
* Update license headers and add new license filesMatti Paaso2014-09-241-19/+11
* Also cache totalBoxes if we have HFW/WFHJan Arve Saether2014-03-021-11/+15
* Don't ignore horizontal alignment for items with baseline alignmentsJan Arve Saether2014-02-141-43/+43
* Support negative layout spacings (do not assert)Jan Arve Saether2014-01-221-1/+0
* Improve caching in ensureColumnAndRowData()Jan Arve Saether2014-01-181-1/+13
* Improve code in sizeHint()Jan Arve Saether2014-01-171-30/+9
* constify some functions to improve readabilityJan Arve Saether2014-01-151-2/+2
* Add baseline support to QGridLayoutEngineJan Arve Saether2013-12-201-6/+10
* Move QGridLayoutEngine to QtGui moduleJan Arve Saether2013-12-091-0/+1641