Age | Commit message (Expand) | Author | Files | Lines |
2019-01-21 | Avoid -Werror=format-{overflow,truncation}= | Stephan Bergmann | 1 | -2/+3 |
2019-01-21 | tdf#42949 Fix IWYU warnings in sd/source/{core,helper}/*hxx | Gabor Kelemen | 24 | -154/+120 |
2019-01-18 | oox smartart, org chart: fix shape type of connectors | Miklos Vajna | 1 | -0/+4 |
2019-01-18 | oox smartart, org chart: implement support for hierBranch conditions | Miklos Vajna | 1 | -5/+4 |
2019-01-18 | use Image(OUString) instead of Image(Bitmap(OUString)) | Noel Grandin | 2 | -5/+3 |
2019-01-17 | oox smartart, org chart: improve width of non-manager nodes | Miklos Vajna | 1 | -0/+6 |
2019-01-16 | fix crash in draw Format->Bullets and Numbering dialog | Noel Grandin | 1 | -6/+9 |
2019-01-16 | tdf#42949 Fix IWYU warnings in sd/source/ui/[s-u]*/*hxx | Gabor Kelemen | 57 | -235/+182 |
2019-01-16 | tdf#122733 NB AlignMiddle before AlignDown | andreas kainz | 3 | -56/+56 |
2019-01-15 | tdf#121033 drawtextobjectbar follow now textobjectbar | andreas kainz | 2 | -29/+42 |
2019-01-14 | Resolves: tdf#122695 Content Type selector tooltip missing | Caolán McNamara | 2 | -6/+36 |
2019-01-14 | oox smartart, org chart: fix height of manager nodes without employees | Miklos Vajna | 2 | -0/+15 |
2019-01-14 | no need to test for the presence of the dialog factory | Noel Grandin | 3 | -3/+3 |
2019-01-14 | Simplify sd::Window::RequestHelp | Mike Kaganski | 1 | -6/+1 |
2019-01-13 | array_view was changed to span in upcoming C++20 | Stephan Bergmann | 1 | -3/+3 |
2019-01-11 | Drop o3tl/clamp.hxx, use C++17 std::clamp instead | Stephan Bergmann | 1 | -2/+5 |
2019-01-11 | ofz#11243 timeout with bogus length | Caolán McNamara | 1 | -1/+9 |
2019-01-11 | make Insert->Header and Footer dialog async | Noel Grandin | 2 | -10/+15 |
2019-01-11 | make Format->Bullets and Numbering dialog async | Noel Grandin | 1 | -34/+39 |
2019-01-11 | Resolves: tdf#122448 Change menu Item "Slide->Master Slide" | Roman Kuznetsov | 2 | -2/+2 |
2019-01-11 | oox smartart, org chart: handle multiple paragraphs on data node | Miklos Vajna | 2 | -1/+4 |
2019-01-10 | tdf#122454 Impress: Correct d'n'd animation selection in Windows | Brian Fraser | 1 | -2/+6 |
2019-01-10 | oox smartart, org chart: fix vertical order of assistant nodes | Miklos Vajna | 2 | -3/+18 |
2019-01-09 | use unique_ptr in sd | Noel Grandin | 9 | -94/+68 |
2019-01-08 | convert "*xxx.get()" to "*xxx" | Noel Grandin | 10 | -12/+12 |
2019-01-08 | use unique_ptr in sd::BluetoothServer::Impl | Noel Grandin | 1 | -7/+4 |
2019-01-07 | related tdf#100074: prepare group shapes text input via writerfilter | Thorsten Behrens | 4 | -20/+20 |
2019-01-07 | oox smartart, org chart: fix font color when defined with quick styles | Miklos Vajna | 1 | -0/+11 |
2019-01-07 | tdf#122312: Expand Combobox | Xisco Fauli | 1 | -0/+1 |
2019-01-07 | tdf#42949 Fix IWYU warnings in include/vcl/[v-x]* | Gabor Kelemen | 31 | -0/+35 |
2019-01-02 | oox smartart, org chart: handle multiple elements in hierChild | Miklos Vajna | 2 | -0/+24 |
2019-01-02 | sd: fix missing include | Miklos Vajna | 1 | -0/+1 |
2019-01-02 | tdf#42949 Fix IWYU warnings in sd/source/ui/[a-r]*/*hxx | Gabor Kelemen | 74 | -173/+256 |
2019-01-01 | Fix typo in QA | Andrea Gelmini | 2 | -7/+7 |
2018-12-29 | tdf#115691 Keep focus in effects list after preview | Jim Raykowski | 2 | -5/+1 |
2018-12-22 | tdf#122271 NB Impress use the wrong SpellDialog command | andreas kainz | 5 | -16/+16 |
2018-12-21 | oox smartart, org chart: add initial hierChild/Root algorithms | Miklos Vajna | 2 | -0/+59 |
2018-12-21 | pass UserData by unique_ptr in MasterPagesSelector | Noel Grandin | 2 | -10/+5 |
2018-12-21 | no need to store B2DPolyPolygon on the heap here | Noel Grandin | 2 | -15/+11 |
2018-12-20 | sd: support for saving into .potx file | Vasily Melenchuk | 4 | -3/+52 |
2018-12-20 | tdf#42949 Fix IWYU warnings in include/vcl/[t-u]* | Gabor Kelemen | 5 | -0/+5 |
2018-12-19 | Simplify containers iterations in sd/* | Arkadiy Illarionov | 26 | -542/+340 |
2018-12-18 | Related: tdf#103884 remove dangling menubar command | Caolán McNamara | 1 | -1/+0 |
2018-12-18 | NB grouped_compact add impress special view context- elements | andreas kainz | 1 | -5/+746 |
2018-12-18 | tdf#121592 add context-Form toolbar to NB | andreas kainz | 4 | -825/+4268 |
2018-12-17 | tdf#121581 update Tools tabb in NB | andreas kainz | 2 | -70/+38 |
2018-12-17 | tdf#122154 add DataSort action to data group | andreas kainz | 2 | -3/+323 |
2018-12-17 | Resolve deprecated implicit capture of *this by reference in C++20 | Stephan Bergmann | 4 | -4/+4 |
2018-12-17 | nb groupedbar_compact impress sync table context menu | andreas kainz | 1 | -226/+291 |
2018-12-16 | crashtesting: assert on import of ooo121169-1.ppt | Caolán McNamara | 1 | -4/+2 |