summaryrefslogtreecommitdiffstats
path: root/src/gui/kernel
Commit message (Expand)AuthorAgeFilesLines
* Replace all ocurrences of NSApp with [NSApplication sharedApplication].Jake Petroules2014-09-019-67/+68
* qwidget_win.cpp: Initialize WINDOWPLACEMENT correctly.Friedemann Kleint2014-07-281-0/+1
* 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
* QClipboard Windows debugging: fix compilation with VS2005.Samuel Gaist2014-06-021-3/+3
* Windows: Add missing colors to tooltip palette.Friedemann Kleint2014-05-091-0/+4
* OS X: Make Qt application react on applicationShouldHandleReopenSamuel Gaist2014-04-171-0/+13
* Pass events to QGestureManager from the main (GUI) thread only.Friedemann Kleint2014-03-281-9/+12
* Updated year in copyright headerKai Koehne2014-03-26232-232/+232
* 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
* Fix compile for CarbonAndy Shaw2014-02-071-1/+2
* Win: Fixed assert in QKeyMapperPrivate::possibleKeysOliver Wolff2014-02-051-1/+4
* Windows: Do not try to update keymap on WM_IME_CHAR messagesOliver Wolff2014-01-311-2/+2
* Fixed another assert in qwindowskeymapperOliver Wolff2014-01-101-2/+5
* Cocoa: fix a typo for F9 in key mappingLiang Qi2013-12-201-1/+1
* Use qt_mac_effectiveview_for for setFocus_sysSamuel Gaist2013-12-051-1/+1
* Fixed assert in Windows key handlingOliver Wolff2013-11-271-2/+8
* Fix bug in updatePossibleKeyCodes() with dead keys and modifiersJuan Luis Boya García2013-11-251-2/+2
* Fix virtual key mapping on MS WindowsJuan Luis Boya García2013-11-251-25/+12
* Fix MinGW-warnings about narrowing/invalid conversions.Friedemann Kleint2013-11-181-1/+1
* MinGW: Fix warnings about assigned but not used variables.Friedemann Kleint2013-11-181-1/+0
* When reparenting a widget, children need to reregister as a drop siteAndy Shaw2013-11-151-1/+11
* Optimize macDisplayColorSpaceMorten Johan Sørvig2013-11-143-0/+12
* Revert "Return the correct system font on OS X Mavericks."Jake Petroules2013-10-301-7/+0
* Fix the assert failure in QShortcutMap::findGatis Paeglis2013-10-271-0/+3
* Windows: Fix tablet position in relative (mouse) mode.Arthur Krebsbach2013-10-161-5/+37
* Revert "QTBUG-15319: fix shortcuts with secondary Xkb layout."Gatis Paeglis2013-09-121-4/+1
* Fix layouts with expanding items with maximum sizePaul Olav Tvete2013-09-101-9/+16
* Fix QOleDropTarget object leakJian Liang2013-09-031-1/+15
* Fix unused private field warning in QMacMime.Jake Petroules2013-08-211-1/+1
* Only release when there is no lock on the objectAndy Shaw2013-08-201-2/+4
* Do not send clipboard message to application under debugger.Friedemann Kleint2013-08-191-0/+22
* Link to correct function in QApplication documentation.Mitch Curtis2013-08-081-1/+1
* Return the correct system font on OS X Mavericks.Jake Petroules2013-08-051-0/+7
* Fix QListWidget item widget scroll bugSamuel Gaist2013-08-051-3/+1
* Fix build regression caused by 7b7c321d5f35b6ee70db5a72d5d37e19e125d7cf.Jake Petroules2013-08-041-1/+1
* evdev tablet support on LinuxShawn Rutledge2013-07-182-1/+4
* Mac: Handle the maximizing of the window ourselves when it is framelessAndy Shaw2013-07-081-1/+8
* Fix Mac static builds so they get the qt_menu.nib from the resource fileAndy Shaw2013-07-081-6/+35
* Fix leak in QDragManager::drag on macIvan Komissarov2013-06-281-1/+0
* QGtkStyle: add getIconThemeName() helper functionDmitry Shachnev2013-06-151-2/+4
* Cleanup the QDrag when doing a drag with the right mouse button on MacAndy Shaw2013-06-111-1/+4
* Respect specified minimum height for menuBar also if it has HFW.Jan Arve Saether2013-05-151-6/+4
* Prevent crash due to giving QWidget::update() a large region.Samuel Rødal2013-05-151-3/+8
* Prevent crash due to giving QWidget::update() a large rect.Samuel Rødal2013-05-151-4/+9
* Fixed QLayout::addChildLayout(QLayout *l) when l had a parentJan Arve Saether2013-04-255-5/+19
* Fix a typo of an internal function nameLiang Qi2013-04-233-4/+4
* Fix clang build on Mac OS XDanny Boelens2013-04-191-1/+1