Age | Commit message (Expand) | Author | Files | Lines |
2022-05-23 | sw: prefix members of SwWW8Shade, WW8Glossary, WW8ListManager and ... | Miklos Vajna | 12 | -149/+149 |
2022-05-23 | tdf#149017 Justify::SpaceDistribution unit tests. | Mark Hung | 2 | -0/+114 |
2022-05-23 | tdf#144788 follow up fix: Fix null pointer use | Jim Raykowski | 1 | -3/+3 |
2022-05-22 | tdf#144788 follow up: fix SwNavigator footnote tracking | Jim Raykowski | 1 | -4/+7 |
2022-05-20 | sw content controls, picture: add insert UI | Miklos Vajna | 13 | -15/+112 |
2022-05-20 | sw: fix crash in SwHeaderFooterWin::IsEmptyHeaderFooter() | Miklos Vajna | 1 | -0/+5 |
2022-05-20 | sw content controls, picture: add DOCX filter | Miklos Vajna | 2 | -1/+41 |
2022-05-20 | new loplugin:unnecessary locking | Noel Grandin | 6 | -23/+3 |
2022-05-19 | tdf#149018 "Object" -> "OLE Object" in Menu and Dialog labels | Seth Chaiklin | 2 | -4/+4 |
2022-05-19 | tdf#138844 rename "Type" and "Image" tabs in Image Properties dialog | Seth Chaiklin | 2 | -3/+3 |
2022-05-19 | sw_fieldmarkhide: fix wrong handling of SwInsText for fieldmarks | Michael Stahl | 7 | -21/+74 |
2022-05-19 | sw: fix assert in SwModule::Notify() | Michael Stahl | 1 | -1/+1 |
2022-05-19 | remove using namespace css in justify.hxx. | Mark Hung | 1 | -1/+0 |
2022-05-19 | sw content controls, dropdown: disable NOP buttons in the property dialog | Miklos Vajna | 3 | -0/+45 |
2022-05-19 | sw content controls, picture: replace placeholder image on click | Miklos Vajna | 5 | -3/+96 |
2022-05-19 | tdf#148132: Revert "n#758883 dmapper: paragraph-level..." | Vasily Melenchuk | 4 | -6/+37 |
2022-05-19 | tdf#148720 sw DOCX: fix jumbled group textbox regression | Attila Bakos (NISZ) | 3 | -0/+64 |
2022-05-18 | Fix typos | Andrea Gelmini | 2 | -2/+2 |
2022-05-18 | no need to take a lock when returning static data | Noel Grandin | 1 | -1/+0 |
2022-05-18 | tdf#148455 docx import/export: improvements to lvlOverride | Vasily Melenchuk | 4 | -0/+33 |
2022-05-18 | tdf#149017 fix space distribution in SwFntObj::DrawText() | Mark Hung | 4 | -61/+128 |
2022-05-18 | Extend loplugin:redundantcast to trivial reinterpret_cast from T to itself | Stephan Bergmann | 2 | -5/+5 |
2022-05-18 | fix CID#1504441 for SwFntObj. | Mark Hung | 1 | -0/+2 |
2022-05-17 | sw: remove images from sample document | Xisco Fauli | 1 | -0/+0 |
2022-05-17 | sw HTML export: avoid pixel height when height is scale and width is relative | Miklos Vajna | 2 | -6/+78 |
2022-05-17 | tdf#147220 sw_redlinehide: update frames in ReplaceRangeImpl() | Michael Stahl | 2 | -0/+43 |
2022-05-17 | sw: fix assert in SwObjectFormatterTextFrame | Caolán McNamara | 3 | -1/+9 |
2022-05-17 | tdf#148461 sw_redlinehide: fix assert in SwContentNode::DelFrames() | Michael Stahl | 1 | -0/+6 |
2022-05-17 | tdf#148869 sw_redlinehide: fix SwView::ExecSpellPopup() | Michael Stahl | 1 | -2/+8 |
2022-05-17 | tdf#65067 Remove excessive spacing from Formula objects | Rafael Lima | 1 | -1/+1 |
2022-05-17 | sw content controls, picture: add doc model & UNO API | Miklos Vajna | 8 | -0/+74 |
2022-05-17 | sw: document SwEditShell::InsertTable() | Miklos Vajna | 1 | -0/+5 |
2022-05-16 | Fix a UITest on Windows | Mike Kaganski | 1 | -1/+2 |
2022-05-16 | Fix a UITest on Windows | Mike Kaganski | 1 | -1/+1 |
2022-05-16 | sw content controls, dropdown: edit list items: add modify and delete | Miklos Vajna | 5 | -71/+192 |
2022-05-16 | tdf#137748 make keyboard accelerators functional in Statistics dialog | Seth Chaiklin | 1 | -0/+9 |
2022-05-16 | Make media object delete when it is cut | Jim Raykowski | 1 | -1/+1 |
2022-05-16 | Related: tdf#137748 "Update" should have use-underline | Caolán McNamara | 1 | -0/+1 |
2022-05-16 | sw content controls, dropdown: edit list items in the properties dialog | Miklos Vajna | 13 | -5/+547 |
2022-05-16 | sw: prefix members of SwMSDffManager, SwWW8FltControlStack, ... | Miklos Vajna | 3 | -66/+66 |
2022-05-16 | std::stable_sort() where libc++ debug mode breaks a unittest | Luboš Luňák | 2 | -2/+2 |
2022-05-15 | tdf#149049 related: fix media object inserts twice in Writer | Jim Raykowski | 1 | -0/+2 |
2022-05-14 | Related tdf#149072: avoid warning "misuse of method" | Julien Nabet | 1 | -2/+3 |
2022-05-14 | tdf#121740 cache hashcode in SequenceAsHashMap | Noel Grandin | 1 | -10/+14 |
2022-05-14 | Partially resolve: tdf#149010 rename section "Names" -> "Accessibility" | Seth Chaiklin | 1 | -1/+1 |
2022-05-13 | tdf#149074 SvHeaderTabListBox not handling lack of preset column widths well | Caolán McNamara | 1 | -0/+1 |
2022-05-13 | sw content controls, dropdown: add an initial properties dialog | Miklos Vajna | 27 | -27/+329 |
2022-05-13 | add SvStream::ReadLine(OStringBuffer... to reduce OString allocation | Noel Grandin | 3 | -3/+3 |
2022-05-13 | sw content controls, dropdown: add LOK API | Miklos Vajna | 4 | -0/+136 |
2022-05-13 | CppunitTest_sw_layoutwriter: use more SwParaPortion::dumpAsXml() | Miklos Vajna | 1 | -117/+265 |