summaryrefslogtreecommitdiff
path: root/vcl
AgeCommit message (Expand)AuthorFilesLines
2020-05-18loplugin:unusedfieldsNoel Grandin1-2/+1
2020-05-17tdf#74702 vcl: extract GetOutputBoundsClipRegion()Chris Sherlock2-3/+15
2020-05-17vcl: slide aCCList ccloser to where it is first usedChris Sherlock1-2/+2
2020-05-17vcl: refactor by creating OutputDevice::ClearStack()Chris Sherlock2-8/+9
2020-05-17GdkEventKey::state can contain states, e.g. num lock, which we don't useCaolán McNamara1-2/+2
2020-05-16loplugin:unusedmethodsNoel Grandin6-46/+2
2020-05-15ReleaseHbFont is unusedCaolán McNamara1-9/+0
2020-05-15if GetFontCharMap returns true xFontCharMap was resetCaolán McNamara1-1/+1
2020-05-15loplugin:unnecessaryvirtualNoel Grandin4-17/+0
2020-05-15do not cache SkBitmap in SkiaSalBitmapLuboš Luňák2-33/+16
2020-05-15Fix typosAndrea Gelmini1-3/+3
2020-05-15vcl: move functionality into FindIncompletelyOccludedBackground()Chris Sherlock1-98/+107
2020-05-15vcl: new local function setComponentsSizeAndColor()Chris Sherlock1-8/+10
2020-05-15vcl: move functionality out of checkRect(), rendering function obsoleteChris Sherlock1-52/+45
2020-05-15tdf#133053 reset after clear so avoid later assertCaolán McNamara1-0/+1
2020-05-15do not hardcode a BitmapChecksum in a testLuboš Luňák1-2/+3
2020-05-15tdf#131333 SalMenus propogate to parent their selected id conditionallyCaolán McNamara1-1/+9
2020-05-15use more try_emplaceNoel Grandin1-4/+1
2020-05-15vcl: refactor - move rect coverage check out of checkRectChris Sherlock1-5/+12
2020-05-14Keep order of GDK input events intactStephan Bergmann1-5/+7
2020-05-14tdf#132788 vcl: fix redraw on theme changeMiklos Vajna1-2/+4
2020-05-14Move SalInstanceCheckButton to header fileSzymon Kłos2-40/+48
2020-05-14Move SalInstanceMessageDialog to header fileSzymon Kłos2-33/+48
2020-05-14Fix typoAndrea Gelmini1-1/+1
2020-05-14cache Skia' drawAlphaBitmap() in raster mode (tdf#104878)Luboš Luňák2-45/+44
2020-05-14cache results of Skia's drawTransformedBitmap() (tdf#132438)Luboš Luňák4-21/+201
2020-05-14vcl: move transparency checks into MetaAction and GDIMetaFileChris Sherlock3-51/+29
2020-05-13Use statics initializers instead of checksMike Kaganski1-41/+36
2020-05-13tdf#49247: draw soft edgesMike Kaganski3-154/+110
2020-05-13Fix translation domains in .ui filesGabor Kelemen1-1/+1
2020-05-13fix oss-fuzz buildCaolán McNamara4-1/+12
2020-05-13Avoid -Werror=unused-variable with --disable-assert-always-abortStephan Bergmann1-2/+2
2020-05-13use gtk_widget_get_screen instead of cast + gtk_window_get_screenCaolán McNamara2-10/+7
2020-05-13add access to entry cut/copy/pasteCaolán McNamara3-1/+113
2020-05-13vcl: remove unnecessary ConnectedComponentList typedef (not a list anyway!)Chris Sherlock1-3/+1
2020-05-13loplugin:unusedmethodsNoel Grandin4-23/+2
2020-05-13Move SalInstanceNotebook to header fileSzymon Kłos2-103/+127
2020-05-13move LongCurrencyBox to be toolkit onlyCaolán McNamara1-1/+1
2020-05-13lok: notify data change of the formatted field controlHenry Castro1-0/+5
2020-05-13loplugin:unusedvariableplusNoel Grandin1-1/+0
2020-05-12lok: replace SetValue for ImplNewFieldValueHenry Castro1-1/+1
2020-05-12tdf#132435 only place menu vertically if up/down requestedCaolán McNamara1-9/+8
2020-05-12allow double-clicking etc to expand on-demand rows tooCaolán McNamara1-3/+5
2020-05-12Move SalInstanceButton to header fileSzymon Kłos2-49/+61
2020-05-12Move SalInstanceComboBox to header fileSzymon Kłos2-509/+621
2020-05-12make VclPaned::set_position take effectCaolán McNamara1-2/+26
2020-05-12missing licence headerCaolán McNamara1-3/+10
2020-05-12add Paned accessCaolán McNamara3-1/+66
2020-05-11GdkDragCancelReason wasn't exposed before gtk 3.20.0Caolán McNamara1-0/+9
2020-05-11tdf#132935 fix gtk3 submenu crashJim Raykowski1-0/+10