summaryrefslogtreecommitdiff
path: root/sfx2
AgeCommit message (Expand)AuthorFilesLines
2021-06-19use more TellEnd()Noel Grandin1-2/+1
2021-06-19Update of TSCP example file for Simplified Chinese (zh-CN)Kevin Suo2-0/+90
2021-06-18tdf#130428 remove unnecessary usage of SfxItemState::UNKNOWNArmin Le Grand (Allotropia)13-23/+23
2021-06-18Add Last 4 UNO Commands To CrashReport DumpGopi Krishna Menon1-0/+6
2021-06-18Add Active Sfx Object Name To CrashReport DumpGopi Krishna Menon2-41/+16
2021-06-18VCL graphics rendering tests that a run on LO version changehomeboy4451-10/+2
2021-06-17fix potential write-after-free in RecentDocsViewNoel Grandin2-3/+9
2021-06-17use string_view in the Translate APINoel Grandin2-2/+2
2021-06-16Add Active App Name Field To Crash ReportGopi Krishna Menon2-0/+46
2021-06-15Update TSCP config for pt-BROlivier Hallot1-12/+30
2021-06-15remove some unnecessary LanguageType copiesNoel Grandin1-2/+2
2021-06-14only one of the radiobuttons in a group should be activeCaolán McNamara1-1/+0
2021-06-13Assert on valid order of which ids in ranges on SfxItemSet creationMike Kaganski2-27/+18
2021-06-11Simplify Sequence/vector initializationsJulien Nabet2-7/+2
2021-06-11tdf#130428 remove unnecessary usage of SfxItemState::UNKNOWNArmin Le Grand (Allotropia)1-7/+7
2021-06-11tdf#130428 remove unnecessary usage of SfxItemState::UNKNOWNArmin Le Grand (Allotropia)1-5/+8
2021-06-09Simplify Sequences initializations (sfx2)Julien Nabet4-55/+23
2021-06-09-Werror,-Wunused-but-set-variable (Clang 13 trunk)Stephan Bergmann1-7/+0
2021-06-08set entry to expand and combobox to fill its assigned spaceCaolán McNamara1-2/+3
2021-06-08resave with latest gladeCaolán McNamara1-3/+3
2021-06-08Resolves tdf#131817 - Option to globally switch toolbar locking on/offHeiko Tietze3-2/+53
2021-06-08Remove SfxItemState::READONLYArmin Le Grand1-1/+1
2021-06-07tdf#132667 - Grab focus on the last inserted propertyAndreas Heinisch1-1/+7
2021-06-07Resolves tdf#142513 fix zoom caller handlingJim Raykowski1-2/+2
2021-06-07Resolves tdf#140360 - Provide option to turn off sidebar's minimum widthHeiko Tietze1-2/+3
2021-06-06enforce indicator consistencyCaolán McNamara1-1/+1
2021-06-06use open-menu-symbolic for menubutton gear menusCaolán McNamara1-1/+1
2021-06-04gtk4: undo bootstrapping conditional page removalCaolán McNamara1-7/+1
2021-06-04lok: Interaction handler for FilterOptionsmerttumer1-1/+2
2021-06-02uniformly remove label-fill from GtkExpandersCaolán McNamara1-1/+0
2021-06-01GetSlotServer can modify pImpl->pCachesMike Kaganski1-2/+2
2021-06-01tdf#142243 actually call toLower not tuUpper when calling toLowerTomaž Vajngerl1-1/+1
2021-05-31fix leak in redaction dialogNoel Grandin2-23/+17
2021-05-31flatten SfxDocTplService_Impl a littleNoel Grandin1-8/+8
2021-05-31tdf#142243 HUD - Use XCharacterClassification to convert caseTomaž Vajngerl2-12/+31
2021-05-30no need to allocate this separatelyNoel Grandin2-30/+28
2021-05-28Missing includeMike Kaganski1-0/+1
2021-05-28IsDisposed->isDisposed in sfx2Noel Grandin2-3/+3
2021-05-28no need to allocate SfxStyleFamilies on the heapNoel Grandin4-19/+20
2021-05-28no need to allocate these SfxItemSet on the heapNoel Grandin2-7/+7
2021-05-27add missing xmlns:loext to example_sl-SI.xmlCaolán McNamara1-1/+1
2021-05-27tdf#47065 Add new file open UI options and implement a new threadMatt K2-14/+518
2021-05-27expand frames horizontally to fitCaolán McNamara2-0/+3
2021-05-27resave with latest gladeCaolán McNamara2-71/+71
2021-05-26log what page id is missing if this happensCaolán McNamara1-1/+1
2021-05-26gtk4: reenable NotebookCaolán McNamara1-1/+7
2021-05-26don't need always-show-image if there's just an image and no textCaolán McNamara1-1/+0
2021-05-26fix leak in SfxAutoRedactDialogNoel Grandin5-30/+24
2021-05-24fix leak in SfxTabDialogControllerNoel Grandin1-1/+2
2021-05-21add Toggleable as a separate thing to a ButtonCaolán McNamara12-22/+22