summaryrefslogtreecommitdiff
path: root/vcl/source
AgeCommit message (Expand)AuthorFilesLines
2021-05-14Improve loplugin:stringviewStephan Bergmann3-4/+10
2021-05-14Fix assertion in vcl/textengJulien Nabet1-1/+1
2021-05-13inline some typedefsNoel Grandin1-2/+1
2021-05-13Revert "simplify the vcl<->toolkit connection"Noel Grandin11-30/+34
2021-05-12simplify the vcl<->toolkit connectionNoel Grandin11-34/+30
2021-05-12vcl PDF tokenizer: fix EOF position when \r is not followed by \nMiklos Vajna1-1/+6
2021-05-12fix leak in VCLXWindowNoel Grandin1-2/+9
2021-05-12tdf#141426 Fix VclBox inital size allocation.Gülşah Köse1-1/+1
2021-05-11loplugin:noexceptmoveNoel Grandin1-2/+2
2021-05-11change usage of boost::hash_combine to o3tl::hash_combineTomaž Vajngerl3-8/+9
2021-05-11vcl: Popover - signal "closed" when calling popdown()Tomaž Vajngerl1-0/+1
2021-05-11gtk4: menu item text seems to be parsed as xml now, so escape the basicsCaolán McNamara1-1/+1
2021-05-11fix leak in SalLayoutGlyphsNoel Grandin1-24/+13
2021-05-11tdf#76258 Use correct icon size for color filter popup colorsSamuel Mehrbrodt2-2/+18
2021-05-11vcl: Don't just return OK when executing a dialog in AndroidTomaž Vajngerl1-8/+0
2021-05-10tdf#105650 different strikethrough offset for vertical writing.Mark Hung1-1/+1
2021-05-10gtk4: use GDK_ALT_MASKCaolán McNamara1-1/+1
2021-05-09tdf#97066 - When using CTRL-A in a listbox, update selected itemsAndreas Heinisch1-0/+3
2021-05-07cid#1482086 silence bogus Double freeCaolán McNamara1-1/+2
2021-05-06loplugin:unusedmethodsNoel Grandin1-38/+0
2021-05-06add get_clipboard to widgetCaolán McNamara1-0/+6
2021-05-06cid#1482086 silence bogus Double freeCaolán McNamara1-0/+1
2021-05-06cid#1401334 silence Uncaught exceptionCaolán McNamara3-4/+4
2021-05-06make it possible to write canvas unittestsLuboš Luňák3-34/+83
2021-05-06tdf#141424 Include the margin sizes while calculating width of window.Gülşah Köse1-2/+2
2021-05-05convert sal_uLong and tools::Long in vcl/settingsNoel Grandin4-53/+53
2021-05-05loplugin:constmethodNoel Grandin1-1/+1
2021-05-05tdf#141424 Include the margin sizes while calculating width of window.Gülşah Köse1-2/+2
2021-05-05vcl: adjust LayoutText() for vertical writing.Mark Hung1-8/+13
2021-05-05factor in treeview borders for get_height_rowsCaolán McNamara1-1/+7
2021-05-05factor in borders regardless of WB_BORDERCaolán McNamara1-7/+6
2021-05-05the border size SvTreeListBox uses is not StyleSettings::GetBorderSizeCaolán McNamara1-2/+4
2021-05-05vcl pdfium render: handle widget annotations for form fieldsMiklos Vajna2-5/+45
2021-05-05sal_uLong->Color in BitmapDuoToneFilterNoel Grandin2-7/+6
2021-05-05sal_uLong->sal_Int32 in BitmapNoel Grandin3-5/+5
2021-05-03loplugin:stringadd improvement for appending numbersNoel Grandin3-9/+5
2021-05-03vcl: remove MetricVectorChris Sherlock8-21/+21
2021-05-03loplugin:unnecessaryparen small improvementNoel Grandin1-1/+1
2021-05-03sal_uLong->sal_uInt32 in SvTreeListNoel Grandin4-99/+97
2021-05-03sal_uLong->sal_Int32 in IMapCircleObjectNoel Grandin1-4/+4
2021-05-03tdf#76258 Filter by colorsSamuel Mehrbrodt1-0/+12
2021-05-03sal_uLong->sal_Int32 in ButtonNoel Grandin1-2/+2
2021-05-02sal_uLong->sal_Int32 in TextHintNoel Grandin2-2/+2
2021-05-02throw() -> noexcept, part 2/3: Automatic loplugin:noexcept rewriteStephan Bergmann2-6/+6
2021-05-02GraphicAttributes: put const. and op. '=' into the header fileTomaž Vajngerl1-60/+0
2021-05-02tdf#79049 speed up OOXML workbook load (4)Noel Grandin2-10/+18
2021-05-01Related: cid#1478001 CreateVirtualDevice never passed a null pGraphics argCaolán McNamara1-2/+2
2021-04-30don't grab focus if we already have focusCaolán McNamara1-1/+6
2021-04-30simplify WallpaperNoel Grandin2-148/+58
2021-04-29loplugin:stringadd simplify some *StringBuffer operationsNoel Grandin2-40/+32