summaryrefslogtreecommitdiff
path: root/vcl
AgeCommit message (Expand)Author
2020-05-18loplugin:unusedfieldsNoel Grandin
2020-05-17tdf#74702 vcl: extract GetOutputBoundsClipRegion()Chris Sherlock
2020-05-17vcl: slide aCCList ccloser to where it is first usedChris Sherlock
2020-05-17vcl: refactor by creating OutputDevice::ClearStack()Chris Sherlock
2020-05-17GdkEventKey::state can contain states, e.g. num lock, which we don't useCaolán McNamara
2020-05-16loplugin:unusedmethodsNoel Grandin
2020-05-15ReleaseHbFont is unusedCaolán McNamara
2020-05-15if GetFontCharMap returns true xFontCharMap was resetCaolán McNamara
2020-05-15loplugin:unnecessaryvirtualNoel Grandin
2020-05-15do not cache SkBitmap in SkiaSalBitmapLuboš Luňák
2020-05-15Fix typosAndrea Gelmini
2020-05-15vcl: move functionality into FindIncompletelyOccludedBackground()Chris Sherlock
2020-05-15vcl: new local function setComponentsSizeAndColor()Chris Sherlock
2020-05-15vcl: move functionality out of checkRect(), rendering function obsoleteChris Sherlock
2020-05-15tdf#133053 reset after clear so avoid later assertCaolán McNamara
2020-05-15do not hardcode a BitmapChecksum in a testLuboš Luňák
2020-05-15tdf#131333 SalMenus propogate to parent their selected id conditionallyCaolán McNamara
2020-05-15use more try_emplaceNoel Grandin
2020-05-15vcl: refactor - move rect coverage check out of checkRectChris Sherlock
2020-05-14Keep order of GDK input events intactStephan Bergmann
2020-05-14tdf#132788 vcl: fix redraw on theme changeMiklos Vajna
2020-05-14Move SalInstanceCheckButton to header fileSzymon Kłos
2020-05-14Move SalInstanceMessageDialog to header fileSzymon Kłos
2020-05-14Fix typoAndrea Gelmini
2020-05-14cache Skia' drawAlphaBitmap() in raster mode (tdf#104878)Luboš Luňák
2020-05-14cache results of Skia's drawTransformedBitmap() (tdf#132438)Luboš Luňák
2020-05-14vcl: move transparency checks into MetaAction and GDIMetaFileChris Sherlock
2020-05-13Use statics initializers instead of checksMike Kaganski
2020-05-13tdf#49247: draw soft edgesMike Kaganski
2020-05-13Fix translation domains in .ui filesGabor Kelemen
2020-05-13fix oss-fuzz buildCaolán McNamara
2020-05-13Avoid -Werror=unused-variable with --disable-assert-always-abortStephan Bergmann
2020-05-13use gtk_widget_get_screen instead of cast + gtk_window_get_screenCaolán McNamara
2020-05-13add access to entry cut/copy/pasteCaolán McNamara
2020-05-13vcl: remove unnecessary ConnectedComponentList typedef (not a list anyway!)Chris Sherlock
2020-05-13loplugin:unusedmethodsNoel Grandin
2020-05-13Move SalInstanceNotebook to header fileSzymon Kłos
2020-05-13move LongCurrencyBox to be toolkit onlyCaolán McNamara
2020-05-13lok: notify data change of the formatted field controlHenry Castro
2020-05-13loplugin:unusedvariableplusNoel Grandin
2020-05-12lok: replace SetValue for ImplNewFieldValueHenry Castro
2020-05-12tdf#132435 only place menu vertically if up/down requestedCaolán McNamara
2020-05-12allow double-clicking etc to expand on-demand rows tooCaolán McNamara
2020-05-12Move SalInstanceButton to header fileSzymon Kłos
2020-05-12Move SalInstanceComboBox to header fileSzymon Kłos
2020-05-12make VclPaned::set_position take effectCaolán McNamara
2020-05-12missing licence headerCaolán McNamara
2020-05-12add Paned accessCaolán McNamara
2020-05-11GdkDragCancelReason wasn't exposed before gtk 3.20.0Caolán McNamara
2020-05-11tdf#132935 fix gtk3 submenu crashJim Raykowski