summaryrefslogtreecommitdiff
path: root/vcl
AgeCommit message (Expand)AuthorFilesLines
2018-03-26tdf#112343 Port ScreenSaverInhibitor to GDBusArkadiy Illarionov1-90/+90
2018-03-26use boost::optional in OutDevStateNoel Grandin1-17/+9
2018-03-26replace SalColor with ColorNoel Grandin57-513/+492
2018-03-25provide a route to weld accessibilityCaolán McNamara2-7/+56
2018-03-25tdf#116509 OpenGL: Slideshows with Transitions crashing ImpressNoel Grandin1-1/+1
2018-03-24hook up focus eventsCaolán McNamara2-0/+66
2018-03-23use boost::optional in vclNoel Grandin11-65/+46
2018-03-23add set editable supportCaolán McNamara2-0/+10
2018-03-22Fix typoAndrea Gelmini1-1/+1
2018-03-22move btndlg from vcl to toolkitCaolán McNamara2-364/+0
2018-03-21block buttons with click handlers from setting a responseCaolán McNamara1-7/+49
2018-03-21add get_widget_for_response supportCaolán McNamara3-0/+54
2018-03-21tdf#115117: Fix PDF ToUnicode CMAP for ligaturesKhaled Hosny6-38/+277
2018-03-21add optional helpid to add_buttonCaolán McNamara2-3/+6
2018-03-21Don't initialize data for --enable-dbgutil onlyStephan Bergmann1-13/+0
2018-03-21Revert "tdf#116213 OS X and OpenGL bitmap scaline sizes are not 32-bit aligned"Stephan Bergmann3-13/+48
2018-03-21Turn on clang-format for these filesMiklos Vajna3-557/+531
2018-03-21loplugin:unreffunStephan Bergmann1-0/+2
2018-03-21vcl: support rendering multiple PDF pages to bitmapAshod Nakashian1-36/+49
2018-03-21pdf: refactor poppler importerAshod Nakashian1-1/+1
2018-03-21weld OExceptionChainDialogCaolán McNamara3-14/+30
2018-03-20Resolves: tdf#116483 smart art incorrectly renderedCaolán McNamara1-6/+5
2018-03-20drop unnecessary includesCaolán McNamara3-3/+0
2018-03-20coverity#1430079 Overflowed return valueCaolán McNamara2-6/+6
2018-03-20weld SwSendWarningBoxCaolán McNamara5-4/+61
2018-03-19lok: 14pt font is too large for the context menus.Jan Holesovsky1-0/+3
2018-03-19tdf#115420 fix DC usecount and drop wrong assertsJan-Marek Glogowski4-17/+8
2018-03-19weld pdf warning dialogCaolán McNamara3-8/+37
2018-03-19remove unused ucbstreamhelper includesJochen Nitschke1-1/+0
2018-03-19cid#1430098: mbInSyncExecute is uninitializedPranav Kant1-0/+1
2018-03-19move bitmap copy code from CanvasBitmapHelper to vclNoel Grandin1-0/+53
2018-03-19move pixel color extracting from canvas to BitmapExNoel Grandin1-0/+21
2018-03-19drop ErrCode::GetRestNoel Grandin1-1/+1
2018-03-18add id column support to tree viewCaolán McNamara2-46/+65
2018-03-18unify the message dialogs with extra widgets casesCaolán McNamara1-2/+20
2018-03-18remove define for GraphicObject url and inline the stringTomaž Vajngerl1-3/+1
2018-03-18cleanup UnoGraphicObjectTomaž Vajngerl1-28/+31
2018-03-17Typos concerning hierarchyJulien Nabet1-1/+1
2018-03-17uitest logger: call correct function for key loggingSaurav Chirania1-2/+2
2018-03-16rhbz#1392145 ensure titlebar close button matches 'outside' directionCaolán McNamara3-2/+34
2018-03-16use digit width instead of char widthCaolán McNamara4-6/+13
2018-03-16move cairo extract bitmap code from canvas to vclNoel Grandin1-0/+291
2018-03-16move some mask code from SvxMSDffManager::ImportGraphic inside BitmapExNoel Grandin1-0/+8
2018-03-16weld SvxObjectTitleDescDialogCaolán McNamara1-0/+9
2018-03-16Simplify codeStephan Bergmann1-2/+2
2018-03-16don't bother dithering for 256bit displaysNoel Grandin2-15/+2
2018-03-16move framework/toolkit use of BitmapEx::GetMask inside vclNoel Grandin1-0/+20
2018-03-16remove constructor with UniqueID from GraphicObjectTomaž Vajngerl1-16/+0
2018-03-16Remove XGraphic creation with Grap.Obj. URL in GraphicProviderTomaž Vajngerl1-28/+0
2018-03-16tdf#116213 OS X and OpenGL bitmap scaline sizes are not 32-bit alignedChris Sherlock3-48/+13