summaryrefslogtreecommitdiff
path: root/vcl
AgeCommit message (Expand)AuthorFilesLines
2018-10-05Alpha channel in BitmapColor - change bIndex to alphaTomaž Vajngerl4-29/+44
2018-10-05Qt5AccessibleWidget: Implement QAccessibleValueInterfaceSamuel Mehrbrodt5-0/+109
2018-10-04-Werror,-Wdeprecated-declarations (--with-macosx-version-min-required=10.14)Stephan Bergmann8-0/+130
2018-10-04loplugin:redundantcastStephan Bergmann4-5/+5
2018-10-04weld SwFindEntryDialogCaolán McNamara1-0/+6
2018-10-04loplugin:override (--enable-qt5)Stephan Bergmann1-1/+1
2018-10-04loplugin:subtlezeroinit (--enable-qt5)Stephan Bergmann1-1/+1
2018-10-04loplugin:nullptr (--enable-qt5)Stephan Bergmann1-1/+1
2018-10-04Implement qt5 plain text copy to clipboardKatarina Behrens1-0/+22
2018-10-04Implement qt5 plain text paste from system clipboardKatarina Behrens1-3/+15
2018-10-04Clipboard support for qt5, first cutKatarina Behrens5-0/+264
2018-10-04Resolves: tdf#120175 normalize theme names to our naming schemeCaolán McNamara1-1/+3
2018-10-04color moved to slot 4Caolán McNamara1-1/+1
2018-10-04Fix crash when no key bindings are availableSamuel Mehrbrodt1-0/+3
2018-10-04use regular Set methods in TextCharAttribNoel Grandin1-13/+13
2018-10-04use unique_ptr in TextCharAttribList::InsertAttribNoel Grandin3-12/+13
2018-10-03Resolves: tdf#120277 special character dialog not appearing in OnlineCaolán McNamara3-2/+40
2018-10-03vcl: fixed Windows build with enabled breakpadVasily Melenchuk1-0/+2
2018-10-03no need to call empty() before clear()Noel Grandin1-4/+1
2018-10-03loplugin:unusedmethodsNoel Grandin1-33/+2
2018-10-03We need to include <o3tl/make_unique.hxx> hereTor Lillqvist1-0/+1
2018-10-03when gtk3 >= 3.22.0 set natural size propagateCaolán McNamara1-0/+11
2018-10-03weld SwSvxNumBulletTabDialogCaolán McNamara1-40/+65
2018-10-02tdf#120234 ignore all proxy windowsJan-Marek Glogowski5-10/+9
2018-10-02We shouldn't call DrawTextLayout() without a context on iOSTor Lillqvist1-0/+8
2018-10-02LibreOfficeKit wants the tile pixmap bytes to be in BGRA order in memoryTor Lillqvist1-1/+1
2018-10-02weld SvxNumOptionsTabPageCaolán McNamara1-0/+10
2018-10-02filename may be nullCaolán McNamara1-7/+4
2018-10-02Implement filter for Qt5AccessibleWidget::relationsSamuel Mehrbrodt1-13/+45
2018-10-02Implement Qt5AccessibleWidget::relationsSamuel Mehrbrodt1-2/+54
2018-10-02printdialog: Use labelling a11y relation instead of static roleSamuel Thibault1-3/+6
2018-10-02Qt5AccessibleWidget: Implement keyBindingsForActionSamuel Mehrbrodt1-2/+22
2018-10-02Qt5AccessibleWidget: Implement QAccessibleActionInterfaceSamuel Mehrbrodt2-25/+45
2018-10-02Unify sal plugin loadersJan-Marek Glogowski14-473/+114
2018-10-02Implement MacOSX VCL backend as pluginJan-Marek Glogowski10-140/+356
2018-10-02Implement Windows VCL backend as pluginJan-Marek Glogowski18-118/+349
2018-10-02make all notebooks scrollable and enable_popupCaolán McNamara2-0/+4
2018-10-02weld SvxLineTabDialogCaolán McNamara2-15/+34
2018-10-02tdf#115262 sc: fix cumulative placement error of imagesMiklos Vajna2-0/+46
2018-10-01Qt5 pass LO clang compiler pluginsJan-Marek Glogowski1-5/+3
2018-10-01weld SvxLineTabPageCaolán McNamara2-32/+62
2018-10-01pass menuitem ident around directly, instead of deriving from itemidCaolán McNamara5-33/+25
2018-10-01Qt5AccessibleWidget: Implement childAtSamuel Mehrbrodt1-2/+5
2018-10-01Change all font-based tests to depend on ooo_fontsJan-Marek Glogowski3-9/+6
2018-10-01qt5 a11y: Use UNO Api instead of vcl::Window methodsSamuel Mehrbrodt6-131/+65
2018-09-30weld SvxLineEndDefTabPageCaolán McNamara3-29/+54
2018-09-30add GetFileImageId and check if there is no parentCaolán McNamara1-1/+2
2018-09-30weld SwTestAccountSettingsDialogCaolán McNamara2-1/+28
2018-09-29band-aid: deprecated-declarations related to gtkJulien Nabet1-1/+7
2018-09-29tdf#120169 handle [combo|list]box can-focus speciallyCaolán McNamara2-0/+24