summaryrefslogtreecommitdiff
path: root/sw/source/uibase/shells
AgeCommit message (Expand)Author
2019-08-28tdf#126784 sw: only distribute across selected columnsJustin Luth
2019-05-15Resolves: tdf#120423 dispatch against the correct FrameCaolán McNamara
2019-05-02Resolve deprecated implicit capture of *this by reference in C++20Stephan Bergmann
2019-04-26Related: tdf#124919 assert on ctrl+[ on four selected cells in tableCaolán McNamara
2019-04-26Resolves: tdf#124919 fontsize grow/shrink unable to use SwShellTableCursorCaolán McNamara
2019-04-18tdf#114801: Cannot use the highlight 'bucket' function with docx fileTamás Zolnai
2019-02-08tdf#79197 enable comment of a selected changeLászló Németh
2018-12-12tdf#95003 inserted frame loses background colorMartin van Zijl
2018-11-25weld SwFrameDlgCaolán McNamara
2018-11-22Resolves: tdf#121607 set parent for password dialogsCaolán McNamara
2018-11-15sw_redlinehide_3: filter outline nodes in SwListShell::Execute()Michael Stahl
2018-11-15sw: rename the misleading SwWrtShell::SttDoc/EndDocMichael Stahl
2018-11-09loplugin:useuniqueptr in SwDoc::GetRowHeight and GetRowSplitNoel Grandin
2018-11-07move SvTreeListBox to vclCaolán McNamara
2018-11-05weld SwIndexMarkModalDlg clusterCaolán McNamara
2018-11-05tdf#105225 new background tab pageJim Raykowski
2018-11-03Start of work in progress on making dialogs work in the iOS appTor Lillqvist
2018-10-30Simplify containers iterations in sw/source/ui*Arkadiy Illarionov
2018-10-29tdf#120703 PVS: V547 Expression is always true/falseMike Kaganski
2018-10-25weld SwAuthMarkModalDlgCaolán McNamara
2018-10-24clang-tidy performance-unnecessary-copy-init in swNoel Grandin
2018-10-17clang-tidy readability-redundant-smartptr-getNoel Grandin
2018-10-12tdf#64242 sw optimal column width, not minimizeJustin Luth
2018-10-11tdf#64242 sw optimal row height, not minimizeJustin Luth
2018-10-11tdf#64242 sw add minimize table col/row UIJustin Luth
2018-10-09use unique_ptr in SfxUndoManager::AddUndoActionNoel Grandin
2018-10-06weld SwSelGlossaryDlgCaolán McNamara
2018-10-03weld SwSvxNumBulletTabDialogCaolán McNamara
2018-10-02weld SvxLineTabDialogCaolán McNamara
2018-09-29weld SwNumFormatDlgCaolán McNamara
2018-09-28Fix DI_TITEL -> DI_TITLEAndrea Gelmini
2018-09-20weld SwWrapDlgCaolán McNamara
2018-09-20weld SwBackgroundDlgCaolán McNamara
2018-09-20weld SwBorderDlgCaolán McNamara
2018-09-20StartUndo with END arg should have been EndUndoCaolán McNamara
2018-09-20weld SwDropCapsDlgCaolán McNamara
2018-09-19tdf#90850 Enable align commands for a single shape in WriterMaxim Monastirsky
2018-09-18weld SwParaDlgCaolán McNamara
2018-09-14weld SwCharDlgCaolán McNamara
2018-09-14weld SvxCharNamePageCaolán McNamara
2018-09-10weld SwTableTabDlgCaolán McNamara
2018-09-09weld SvxAreaTabDialogCaolán McNamara
2018-09-06weld SwColumnPage and SwColumnDialogCaolán McNamara
2018-09-03Enable the align group button for framesMaxim Monastirsky
2018-09-02tdf#117835 Paste as Unformatted for comments in WriterMaxim Monastirsky
2018-09-02tdf#118674 Paste special and unformatted for shapes in WriterMaxim Monastirsky
2018-09-02tdf#112935 Paste as Unformatted doesn't work in shapes and commentsMaxim Monastirsky
2018-08-24pass DelFormats around using std::vectorNoel Grandin
2018-08-24tdf#119236 Dimension dialog for Writer and CalcMaxim Monastirsky
2018-08-10unnecessary null check before dynamic_cast, in swNoel Grandin