summaryrefslogtreecommitdiff
path: root/vcl
AgeCommit message (Expand)AuthorFilesLines
2019-06-20tdf#122221: Bin apparently unnecessary early returnTor Lillqvist1-6/+0
2019-06-20zero width column in manage changesCaolán McNamara1-1/+8
2019-06-18tdf#125934 Qt5 set the desktop file name...Jan-Marek Glogowski1-2/+4
2019-06-18Qt5 initialize bool before lcl_textMimeInfo callJan-Marek Glogowski1-2/+2
2019-06-18tdf#125968 fix the result order of text mime infoJan-Marek Glogowski1-2/+2
2019-06-18tdf#122239 Qt5 implement lazy clipboard handlingJan-Marek Glogowski5-339/+513
2019-06-18Qt5 refactor and move XTransferable implementationsJan-Marek Glogowski8-236/+239
2019-06-18Qt5 remove header using namespaces and Vcl prefixJan-Marek Glogowski4-81/+84
2019-06-17Resolves: tdf#125883 if old and new text will be the same don't change itCaolán McNamara1-1/+3
2019-06-16tdf#121486: Correct scale of broken fonts on WindowsKhaled Hosny1-1/+1
2019-06-15tdf#125934 Qt5 set the desktop file nameJan-Marek Glogowski2-0/+7
2019-06-15Qt5 move and init static m_ActiveDragSourceJan-Marek Glogowski2-2/+1
2019-06-15tdf#125921 Qt5 set WM_CLASS for top level windowsJan-Marek Glogowski1-2/+24
2019-06-15KDE5 move screensafer inhibiting code into Qt5Jan-Marek Glogowski4-26/+44
2019-06-14disable 'Quit' when toggling a dialog hierarchy to 'busy'Caolán McNamara1-0/+4
2019-06-14broadcast up/down of welded native modal dialogs like vcl onesCaolán McNamara3-19/+29
2019-06-14disable 'quit' menu entry when modal dialog waiting responseCaolán McNamara3-4/+13
2019-06-14tdf#92079 vcl: fix missing image background on dialog from basicMiklos Vajna1-0/+3
2019-06-14VCL make horizontal scrolling depend on RTLJan-Marek Glogowski1-4/+3
2019-06-13unopkg gui crashes on shutdownCaolán McNamara1-5/+3
2019-06-13remove some unneeded includesCaolán McNamara1-1/+0
2019-06-13tdf#95173 vcl: fix not drawn progressbar widget from UNOMiklos Vajna1-0/+12
2019-06-13tdf#95173 vcl: fix partially drawn progressbar widgetMiklos Vajna1-6/+3
2019-06-13setting cursor needs widget to be realizedCaolán McNamara1-0/+2
2019-06-13weld OrganizeDialogCaolán McNamara4-14/+110
2019-06-13menu_item...with_label -> menu_item...with_mnemonicCaolán McNamara1-4/+4
2019-06-13qt5: Make it compile with '-Werror=shadow'Michael Weghorn1-2/+2
2019-06-13Qt5 correctly hide menu bar in tabbed modeJan-Marek Glogowski1-2/+2
2019-06-13tdf#125692 SalObject always holds a SystemChildWindowJan-Marek Glogowski6-22/+32
2019-06-13Qt5 introduce Qt5Frame::asChild() helperJan-Marek Glogowski2-96/+28
2019-06-13tdf#125517 Qt5 implement a minimal Qt5ObjectWindowJan-Marek Glogowski5-44/+122
2019-06-12tdf#125814 sc autofilter popup: perform non-partial paint on entry invalidateMiklos Vajna1-1/+5
2019-06-12tdf#125591 DOC import: lazy-load metafiles with explicit sizeMiklos Vajna3-20/+29
2019-06-11Resolves: rhbz#1719378 wrong signature for GtkGestureLongPress::pressedCaolán McNamara2-9/+6
2019-06-09tdf#125620 add Korean Hangul Jamo codepoint rangesDaeHyun Sung2-0/+4
2019-06-09Qt5Widget: lcl_retrieveSurrounding needs SolarMutexMichael Weghorn1-0/+1
2019-06-08tdf#125673 KDE5 implement a KDE5SalVirtualDeviceJan-Marek Glogowski7-6/+72
2019-06-08Qt5/KDE5 always use either Qt5 or KDE5 pickersJan-Marek Glogowski4-34/+34
2019-06-08KDE5 header cleanup and Q_OBJECT dropJan-Marek Glogowski5-88/+5
2019-06-07android: Fix build after welding AboutDialog.Jan Holesovsky3-4/+5
2019-06-07drop some unneeded includesCaolán McNamara2-2/+0
2019-06-07tdf#125201 fix QWheelEvent angleDelta() handlingJan-Marek Glogowski2-10/+25
2019-06-06tdf#124118 Qt5 post non-code keys via ExtTextInputJan-Marek Glogowski2-19/+32
2019-06-06weld AboutDialogCaolán McNamara7-5/+556
2019-06-06Linguistic: new underlining styles for grammar checkersOlivier R2-12/+4
2019-06-05tdf#107487 fix font fallback for non-BMP characters.Mark Hung1-3/+5
2019-06-05Fix "external" graphic filter code for the DISABLE_DYNLOADING caseTor Lillqvist1-16/+14
2019-06-04Qt5 use precise timer to prevent unneeded restartsJan-Marek Glogowski1-0/+1
2019-06-03tdf#122200 Qt5AccessibleWidget: Handle special offset valuesMichael Weghorn1-0/+16
2019-06-03tdf#125506: use rObjectToDevice if neededXisco Fauli1-2/+7