summaryrefslogtreecommitdiffstats
path: root/src/gui
Commit message (Expand)AuthorAgeFilesLines
...
* Don't convert signed to unsigned when we need all 32bitAllan Sandfeld Jensen2014-07-301-2/+2
* qwidget_win.cpp: Initialize WINDOWPLACEMENT correctly.Friedemann Kleint2014-07-281-0/+1
* Fix compilation of QWinInputContext with Q_IME_DEBUG defined.Friedemann Kleint2014-07-281-13/+13
* Mac: Fix mixing unified and non-unified toolbarsDavid Garcia2014-06-181-1/+1
* fix compilation errors with OS X 10.7 SDK or later for the Carbon flavorAshish Kulkarni2014-06-161-0/+56
* Windows: Added Comma to list of possible numpad keysOliver Wolff2014-06-121-0/+1
* Cleanlooks style: Fix floating point exceptionAlexandre Rostovtsev2014-06-071-1/+1
* QClipboard Windows debugging: fix compilation with VS2005.Samuel Gaist2014-06-021-3/+3
* Fix raster graphics on X11 RGB30Allan Sandfeld Jensen2014-05-261-1/+1
* Tslib QWS: also apply missing release coordinate code to non-raw modeRolf Eike Beer2014-05-151-2/+2
* Memory and file descriptor leak in QFontCacheSimon Yuan2014-05-146-84/+55
* Windows: Add missing colors to tooltip palette.Friedemann Kleint2014-05-091-0/+4
* Fix visual index lookup in QTreeViewPrivate::adjustViewOptionsForIndex().Friedemann Kleint2014-05-071-9/+2
* Don't crash on broken GIF imagesLars Knoll2014-05-061-0/+7
* QMdiArea: Ignore events of other instances in the event filter.Friedemann Kleint2014-05-061-0/+3
* fix include of private headerMark Brand2014-05-031-1/+1
* Vista Style: More menu item pixel fixes for QtQuick ControlsGabriel de Dietrich2014-04-221-2/+2
* OS X: Make Qt application react on applicationShouldHandleReopenSamuel Gaist2014-04-171-0/+13
* Fix crash when deleting top level windows embedded into QGraphicsProxyWidget.Friedemann Kleint2014-04-151-0/+4
* Fix crash when trying to place toolbar into zero-height window.Friedemann Kleint2014-04-103-20/+32
* Avoid out of bounds memory reads when scaling imagesv4.8.6Lars Knoll2014-04-036-27/+45
* Pass events to QGestureManager from the main (GUI) thread only.Friedemann Kleint2014-03-281-9/+12
* printsupport: set duplex setting correctly to CUPS printerTeemu Katajisto2014-03-281-14/+14
* QPrintDialog OSX: don't crash if ApplicationModal and no parentShawn Rutledge2014-03-281-1/+3
* QPrintDialog: document the modality on OS X and WindowsShawn Rutledge2014-03-281-0/+4
* Updated year in copyright headerKai Koehne2014-03-261250-1251/+1251
* QPushButton: draw label using the stylesheet's font.Mitch Curtis2014-03-211-0/+8
* QMenu: Sloppy menu selection should allow hovering separatorsGabriel de Dietrich2014-03-201-0/+1
* QMenu: Enable sloppy submenu mouse navigationGabriel de Dietrich2014-03-204-7/+16
* QMenuPrivate: Make sloppyDelayTimer non-staticGabriel de Dietrich2014-03-202-7/+6
* QWindowsXP/VistaStyle: Fix detection of item view delegate line edits.Friedemann Kleint2014-03-173-15/+17
* Windows: Restore maximized/full screen widgets to correct screen.Friedemann Kleint2014-03-131-4/+17
* Fix a crash when reparenting widgets on Windows.Friedemann Kleint2014-03-131-4/+6
* Mac: Fix file dialog filters when filter doesn't start with '*'Eike Ziller2014-02-131-1/+2
* fix crash when using GTK 2.14 function in old gtkAndrey Volkov2014-02-131-1/+3
* Fix the Carbon buildAndy Shaw2014-02-111-0/+6
* Fix compile for CarbonAndy Shaw2014-02-071-1/+2
* Win: Fixed assert in QKeyMapperPrivate::possibleKeysOliver Wolff2014-02-051-1/+4
* DontUseNativeDialog is not just for the Mac color dialogShawn Rutledge2014-02-051-2/+2
* Windows: Do not try to update keymap on WM_IME_CHAR messagesOliver Wolff2014-01-311-2/+2
* QWindowVistaStyle: Always initialize text color of menu items.Friedemann Kleint2014-01-221-6/+4
* QWindowsVistaStyle: Fixed position of menu gutter when using a custom widget ...Friedemann Kleint2014-01-221-2/+4
* QWizard: Fix frame when using Vista style/MSVC2012Friedemann Kleint2014-01-172-8/+32
* Correct wordwrapped text handling in QListView icon modeSamuel Gaist2014-01-152-1/+9
* Avoid floating point exceptions in rasterizeLine.Gunnar Sletta2014-01-121-16/+45
* Fixed another assert in qwindowskeymapperOliver Wolff2014-01-101-2/+5
* Cocoa: fix a typo for F9 in key mappingLiang Qi2013-12-201-1/+1
* QSpinBox: fix cursor jumping around when pressing up/down keysPekka Vuorela2013-12-171-4/+8
* Clean up a partially scrolled QRollEffect widgetMiikka Heikkinen2013-12-091-1/+1
* Use qt_mac_effectiveview_for for setFocus_sysSamuel Gaist2013-12-051-1/+1