summaryrefslogtreecommitdiff
path: root/framework
AgeCommit message (Expand)AuthorFilesLines
2021-01-24tdf#139774 fix wrong use List Box icon in Combo Box right click menuRizal Muttaqin1-1/+1
2020-09-30Related: tdf#130445 Fix custom icon scale checkMaxim Monastirsky1-16/+7
2020-09-30tdf#130445 Use actual icon sizeMaxim Monastirsky2-6/+4
2020-08-27tdf#135965 let F1 in gtk widgets embedded in a GtkSalFrame call helpCaolán McNamara1-0/+4
2020-08-11tdf#134887 NewToolbarController: Use different icons for extra largeMaxim Monastirsky1-1/+1
2020-07-21Revert "configure: add a --with-product-flavor switch"Heiko Tietze1-7/+0
2020-07-21Revert "Disable flavour in title bar for Linux."Heiko Tietze1-2/+2
2020-07-02Disable flavour in title bar for Linux.Michael Meeks1-2/+2
2020-07-01configure: add a --with-product-flavor switchMiklos Vajna1-0/+7
2020-06-26tdf#134106: Get rid of XDesktopInternal againStephan Bergmann2-3/+16
2020-05-25Clean up dead codeStephan Bergmann1-2/+0
2020-05-22move InterimItemWindow to vclCaolán McNamara3-3/+3
2020-05-21tweak to narrow stretchable widget defaultsCaolán McNamara1-1/+1
2020-05-21use for-range on Sequence in f*Noel Grandin53-458/+429
2020-05-18comphelper, drawinglayer, framework, starmath: clang-format these filesMiklos Vajna1-29/+40
2020-05-13expand out some namespace aliasesNoel Grandin1-26/+23
2020-05-08compact namespace in filter..frameworkNoel Grandin2-4/+4
2020-04-27Make upcasting css::uno::Reference ctor require complete typesStephan Bergmann4-0/+4
2020-04-26tdf#124176: Use pragma once instead of include guardsAndrea Gelmini1-4/+1
2020-04-26update pchesCaolán McNamara4-26/+12
2020-04-23LoseFocus incorrectly calling notifyFocusGetCaolán McNamara2-2/+8
2020-04-23weld ListBoxControlCaolán McNamara1-62/+62
2020-04-23weld ComboBoxControlCaolán McNamara3-98/+90
2020-04-23remove undocumented ComboboxToolbarController propertiesCaolán McNamara2-58/+0
2020-04-23fix assert in empty complextoolbarcontrols combobox sdk example addonCaolán McNamara1-1/+5
2020-04-23EditControl can be finalCaolán McNamara1-1/+1
2020-04-22weld EditControlCaolán McNamara2-55/+49
2020-04-22Fix typosAndrea Gelmini1-1/+1
2020-04-22uiobject.hxx only needs forward declaresCaolán McNamara4-8/+11
2020-04-22seems a poor idea to increment a vector iter by COMBOBOX_APPENDCaolán McNamara1-3/+2
2020-04-20effectively unused mnStyle memberCaolán McNamara1-1/+1
2020-04-17Fix autorecovery using wrong directorySamuel Mehrbrodt1-1/+1
2020-04-15loplugin:buriedassign in f,h,i*Noel Grandin1-20/+24
2020-04-15add an IsEmpty method to tools::Size and use itNoel Grandin4-4/+4
2020-04-08loplugin:flatten in frameworkNoel Grandin63-4921/+4915
2020-04-07new loplugin:unusedvariableplusNoel Grandin1-1/+0
2020-03-23make more classes private in mergedlibs modeNoel Grandin10-10/+20
2020-03-17tdf#127205 call shutdown in terminate, if not execJan-Marek Glogowski1-1/+3
2020-03-12comparison operators should be constNoel Grandin1-1/+1
2020-03-02Fix typoAndrea Gelmini1-1/+1
2020-03-02tdf#129096: Document Recovery: Use TypeDetection on loadVasily Melenchuk1-0/+32
2020-02-24tdf#130163 Show undock or dock menu item in toolbar menuJim Raykowski4-7/+40
2020-02-22tdf#127205 split Desktop::terminate processJan-Marek Glogowski2-73/+78
2020-02-21Drop o3tl::optional wrapperStephan Bergmann5-5/+5
2020-02-17Drop needless junit and python make conditionalsJan-Marek Glogowski1-2/+0
2020-02-16clang-format f*,h* with under 5-percent lines of changeMuhammet Kara1-4/+2
2020-02-12tdf#126700 allow replacing the default documentsJan-Marek Glogowski1-6/+4
2020-02-10Revert "tdf#129096 Don't autosave encrypted documents"Thorsten Behrens1-8/+2
2020-02-08tdf#129096 Don't autosave encrypted documentsThorsten Behrens1-2/+8
2020-02-08replace some more copy/clear with swapNoel Grandin1-4/+5