summaryrefslogtreecommitdiff
path: root/vcl
AgeCommit message (Expand)AuthorFilesLines
2018-10-15add SvStream::TellEndNoel Grandin13-51/+24
2018-10-14MoreButton is solely used by toolkitCaolán McNamara2-2/+2
2018-10-14only vcl and toolkit need to use [G|S]etUnoWrapperCaolán McNamara5-10/+10
2018-10-14unowrap.hxx is also exposed for toolkit onlyCaolán McNamara12-12/+12
2018-10-14split out vcl stuff used solely by toolkit moduleCaolán McNamara3-2/+4
2018-10-14weld SwFrameAddPageCaolán McNamara3-0/+58
2018-10-14Simplify containers iterations in vclArkadiy Illarionov35-445/+268
2018-10-14Add some additional verification for LXQt as the desktop environment.Simon Quigley1-1/+3
2018-10-13remove unneeded variableJochen Nitschke1-2/+1
2018-10-13Fix 00e10ae3189a4407ffb1a48f836cd52dc9a1b6dfJulien Nabet1-1/+2
2018-10-13use range based loops over B2DPolyPolygon in vclJochen Nitschke15-89/+70
2018-10-12HTML and image copy into qt5 clipboardKatarina Behrens1-7/+67
2018-10-12Fix typosAndrea Gelmini1-2/+2
2018-10-12clarify when XInitThreads is calledCaolán McNamara1-8/+15
2018-10-12Support image paste from qt5 clipboardKatarina Behrens1-0/+22
2018-10-12Support HTML paste from qt5 clipboardKatarina Behrens1-6/+27
2018-10-12tdf#120420 fix for overwide Ubuntu 16.04 GtkSpinButtonsCaolán McNamara1-0/+4
2018-10-12XInitThreads only when running under XCaolán McNamara1-0/+2
2018-10-12set m_nSizeAllocateSignalId to 0 when not installedCaolán McNamara1-0/+2
2018-10-11don't show_all null popoverCaolán McNamara1-1/+2
2018-10-11Related: tdf#120371 relax tabs on leftCaolán McNamara1-9/+43
2018-10-11Add support for LXQt as a Linux desktop environment.Simon Quigley4-4/+13
2018-10-11-Werror,-Wdeprecated-declarations (--with-macosx-version-min-required=10.14)Stephan Bergmann5-19/+19
2018-10-10can use remainingSize instead of Seek(STREAM_SEEK_TO_END)Caolán McNamara1-34/+29
2018-10-10Resolves: tdf#120407 support popover getting replacedCaolán McNamara1-14/+16
2018-10-10optimize adding a block of entries at one timeCaolán McNamara3-73/+76
2018-10-10Restore using shlwapi by VCL code on WindowsMike Kaganski1-0/+1
2018-10-10tdf#120420 only show as much column widgets as don't distort the page widthCaolán McNamara2-0/+11
2018-10-09bruteforce typeahead into combobox menusCaolán McNamara1-4/+59
2018-10-09Bin some no longer needed dbgutil codeTor Lillqvist1-6/+0
2018-10-09Bin horribly verbose image saving on iOS for debug purposesTor Lillqvist1-42/+0
2018-10-09tdf#120371 follow GNOME HIG on tab placement on mega tab notebooksCaolán McNamara1-0/+10
2018-10-09support typeahead for entryless unpopped up comboboxCaolán McNamara1-11/+114
2018-10-09bodge not needed when it has an entryCaolán McNamara1-0/+2
2018-10-09tdf#120377 weld cluster of animation pages and dialogCaolán McNamara2-54/+118
2018-10-09Extend loplugin:redundantinline to catch inline functions w/o external linkageStephan Bergmann45-89/+87
2018-10-09-Werror,-Wimplicit-fallthroughStephan Bergmann1-3/+2
2018-10-09use unique_ptr in SfxUndoManager::AddUndoActionNoel Grandin1-9/+9
2018-10-09Qt5: fix build with Qt 5.11Jan-Marek Glogowski2-2/+5
2018-10-08Run GarbageCollect() for freetype fontsJan-Marek Glogowski1-0/+3
2018-10-08Work around odd macOS 10.14 graphicsContextWithWindow failureStephan Bergmann1-1/+8
2018-10-08Define a dummy GlyphCache class here for nowTor Lillqvist1-3/+9
2018-10-08No cairo used on iOSTor Lillqvist1-0/+2
2018-10-08loplugin:external (--enable-gtk3-kde5)Stephan Bergmann2-4/+4
2018-10-08tdf#120261 gtk3_kde5: Leave event handling on gtk3 side to gtkMichael Weghorn2-41/+57
2018-10-08tdf#120261 gtk3_kde5: Read IPC cmds in own thread on kde5 sideMichael Weghorn2-61/+186
2018-10-08Qt5AccessibleWidget: Add stub for QAccessibleTextInterfaceSamuel Mehrbrodt5-0/+170
2018-10-07Fix typosAndrea Gelmini1-2/+2
2018-10-07-Werror=catch-value=Julien Nabet1-1/+1
2018-10-06Support estimateUsageInBytes for SystemDependentDataArmin Le Grand5-42/+178