summaryrefslogtreecommitdiff
path: root/vcl
AgeCommit message (Expand)AuthorFilesLines
2022-07-27tdf#150145 text appears to have a row of pixels cropped outCaolán McNamara1-3/+3
2022-07-25Resolves tdf#143688 - Allow detaching of sub-toolbars when lockedHeiko Tietze1-2/+1
2022-07-20tdf#127236 vcl: fix missing encryption of PDF images during exportMiklos Vajna10-27/+186
2022-07-18ofz#49157 Object-sizeCaolán McNamara1-10/+15
2022-07-17tdf#149952 gtk3 a11y: Return pos relative to window when requestedMichael Weghorn2-5/+49
2022-07-01tdf#149680 qt: Open native popup menu at given positionMichael Weghorn1-3/+7
2022-06-30Don't link against private CoreUI framework when sandboxedChristian Lohmaier1-2/+6
2022-06-28tdf#149755 bottom of characters missing in dwrite rendered caseCaolán McNamara1-6/+13
2022-06-27tdf#149279 SwNavigator enhancement to show at least two headingsJim Raykowski1-2/+0
2022-06-24tdf#149626 use recursive_mutex to fix hang in macro callback during dndCaolán McNamara1-1/+1
2022-06-21Fix crash when no valid EntryDescriptor foundSamuel Mehrbrodt2-0/+8
2022-06-20Use of uninitialised value of size 8 on export to pdfCaolán McNamara1-1/+3
2022-06-20avoid uninitialized data when handling WindowStateLuboš Luňák1-17/+12
2022-06-17make VirtualDevice::SetOutputSizePixelScaleOffsetAndBuffer() LOK-onlyLuboš Luňák2-22/+21
2022-06-17handle GC* pixmap functions on Mac reading past pixmap (tdf#145843)Luboš Luňák1-0/+12
2022-06-16Make sure pEntry is not nullSamuel Mehrbrodt1-1/+1
2022-06-14vcl: restore lost spinner imagesMiklos Vajna1-0/+35
2022-06-13vcl: Trigger IconView action on space key as wellMichael Weghorn1-0/+1
2022-06-13crashtesting: fix crash seen on loading forum-mso-de-98993.xlsxCaolán McNamara2-2/+2
2022-06-10Entry may have no textMike Kaganski2-12/+4
2022-06-10new loplugin:moveitNoel Grandin5-7/+7
2022-06-10tdf#135346: vcl_pdfexport: Add unittestXisco Fauli2-0/+17
2022-06-10tdf#114256: vcl_pdfexport: Add unittestXisco Fauli2-0/+16
2022-06-10Add asserts to those places where I fixed a EXCEPTION_INT_DIVIDE_BY_ZEROXisco Fauli1-0/+2
2022-06-09Accessibility for IconViewMike Kaganski6-0/+85
2022-06-09loplugin:unusedmethodsNoel Grandin5-45/+3
2022-06-09a Frame has max two childrenCaolán McNamara1-1/+1
2022-06-09Use same glyph width in PDF drawing and font subsetKhaled Hosny4-32/+53
2022-06-08VCL add vcl::WindowPosSize abstract classJan-Marek Glogowski39-1024/+896
2022-06-08tdf#119827 implement GtkBuilder "scale" property for font sizeCaolán McNamara2-0/+16
2022-06-08CppunitTest_vcl_pdfexport: reduce test doc size in testAlternativeTextMiklos Vajna1-420/+3
2022-06-07Fix ImageView without text on GTKMike Kaganski1-4/+7
2022-06-06Fix typoAndrea Gelmini1-1/+1
2022-06-05assert if a model is used in duplicate widgetsCaolán McNamara1-0/+4
2022-06-05tdf#137471 Qt return frame pos + client area sizeJan-Marek Glogowski1-2/+2
2022-06-04WIN refactor geometry updatingJan-Marek Glogowski1-29/+18
2022-06-04this should call the base class enable_notify_eventsCaolán McNamara1-1/+1
2022-06-04ofz#47759 TimeoutCaolán McNamara1-0/+8
2022-06-03Related: tdf#147844 still log the discrepancyAron Budea1-3/+3
2022-06-03ofz#47781 Out of memoryCaolán McNamara1-1/+3
2022-06-03allow to dynamically show/hide notebook tabsCaolán McNamara3-0/+25
2022-06-03implement "show-tabs" for TabControlCaolán McNamara1-17/+53
2022-06-03elide some makeStringAndClear() classNoel Grandin12-52/+64
2022-06-02tdf#149418: vcl_filters_test: Add unittestXisco Fauli2-0/+19
2022-06-02cid#1504591 Uninitialized scalar fieldCaolán McNamara1-0/+1
2022-06-02tdf#149418 the expectation is on success the tiff stream pos is at EOFCaolán McNamara2-3/+9
2022-06-01tdf#149417: vcl_filters_test: Add unittestXisco Fauli1-0/+0
2022-06-01Introduce weld::IconView::insert_separatorMike Kaganski12-248/+437
2022-06-01Don't resize to parent windowMike Kaganski1-3/+1
2022-06-01Implement weld::IconView::[gs]et_item_widthMike Kaganski3-0/+16