summaryrefslogtreecommitdiff
path: root/cui/source
AgeCommit message (Expand)AuthorFilesLines
2022-08-29ref-count SdrObjectNoel Grandin2-19/+19
2022-08-29tdf#150246 Show CL and threaded in About dialog in the same timeRoman Kuznetsov1-5/+2
2022-08-25FeatureCollector: SimplifyKhaled Hosny1-2/+2
2022-08-23tdf#127423: Allow disabling default features in Font Features dialogKhaled Hosny2-6/+9
2022-08-18Move tools/diagnose_ex.h to comphelper/diagnose_ex.hxxStephan Bergmann25-25/+25
2022-07-30Fix typoAndrea Gelmini1-1/+1
2022-07-29tdf#150187: Crash in Presentation Styles - Background objects - ModifyJulien Nabet1-0/+6
2022-07-29tdf#150100 sc import and UI: fix double cell border dialogBalazs Varga2-6/+51
2022-07-28tdf#119246: Dimensions dialog has wrong values in several fieldsJulien Nabet1-0/+5
2022-07-21elide some makeStringAndClear() callsNoel Grandin1-2/+1
2022-07-19Replace old png writer in screenshotannotationdlg.cxxofftkp1-3/+3
2022-07-19Use more appropriate index variable typeStephan Bergmann1-1/+1
2022-07-19nIdx is guaranteed to be non-negative hereStephan Bergmann1-1/+2
2022-06-27tdf#149713 sw para dialog: gray out labels of the new optionsLászló Németh2-0/+10
2022-06-23tdf#149401 show "Restart LibreOffice" dialog changing AutoRecoveryTünde Tóth1-3/+13
2022-06-21tdf#128150 Only show "Use background" btn in Impress & DrawSamuel Mehrbrodt5-10/+37
2022-06-20tdf#58134 Reset Button in Options DialogsNoel Grandin2-1/+16
2022-06-19tdf#68335 Increase default para spacing before/after to 56 cmGabor Kelemen1-2/+1
2022-06-16tdf#128150 Add OOXML import/export for "use background fill"Samuel Mehrbrodt2-3/+34
2022-06-10LanguageTool Grammar Checker implementationMert Tumer3-0/+122
2022-06-10new loplugin:moveitNoel Grandin4-6/+5
2022-06-08tdf#119827 implement GtkBuilder "scale" property for font sizeCaolán McNamara1-9/+0
2022-06-07tdf#149421 DOCX: import/export hyphenation zoneLászló Németh1-0/+2
2022-06-07Resolves tdf#146928 - Redesign charnamedialogHeiko Tietze2-76/+74
2022-06-03clang-tidy modernize-pass-by-value in cuiNoel Grandin31-98/+119
2022-06-02std::move SfxPoolItem into SfxItemSet where possibleNoel Grandin7-19/+19
2022-06-02tdf#149420 sw offapi xmloff: add hyphenation zoneLászló Németh2-1/+28
2022-06-01Clean up some loop a bitStephan Bergmann1-6/+5
2022-05-31Use a range-based for loopStephan Bergmann1-2/+2
2022-05-26tdf#149324 sw offapi xmloff: add option to not hyphenate short wordsLászló Németh2-1/+10
2022-05-26tdf#149248 sw offapi xmloff: add option to not hyphenate last wordLászló Németh2-0/+10
2022-05-25Advanced Diagram support: Isolated IDiagramHelper, selection visualizationArmin Le Grand (Allotropia)1-3/+4
2022-05-19sd theme: add UI (area dialog) for shape fill color effectsMiklos Vajna1-0/+8
2022-05-13add SvStream::ReadLine(OStringBuffer... to reduce OString allocationNoel Grandin1-1/+1
2022-05-11tdf#148730 set current widow/orphan state even if do not split para is setCaolán McNamara1-41/+40
2022-05-11Advanced Diagram support: UNDO/REDO support for Diagram DataModelArmin Le Grand (Allotropia)4-14/+93
2022-05-10tdf#148519 correction to vertical "to frame" mapping for object positionSeth Chaiklin1-1/+1
2022-05-09tdf#147021 Use std::size() instead of SAL_N_ELEMENTS() macroPragat Pandya9-70/+70
2022-05-06Remove duplicated includesAndrea Gelmini1-1/+0
2022-05-05loplugin:unusedvariableplusNoel Grandin1-6/+2
2022-05-05use more o3tl::getTokenNoel Grandin6-6/+10
2022-05-04Just use Any ctor instead of makeAny in cuiStephan Bergmann2-5/+5
2022-05-04Resolves: rhbz#2081661 gtk-critical gtk_tree_view_scroll_to_cell assertionCaolán McNamara2-3/+5
2022-05-03add o3tl::equalsAsciiNoel Grandin2-11/+12
2022-05-01use more string_view in variousNoel Grandin3-13/+14
2022-04-29use more string_view in INetURLObjectNoel Grandin10-11/+11
2022-04-25tdf#136429: use FieldUnit value for min/max of some fields of numbering dialogJulien Nabet1-0/+8
2022-04-20loplugin:passstuffbyrefNoel Grandin1-1/+1
2022-04-15use more string_view in cuiNoel Grandin4-23/+25
2022-04-13loplugin:stringviewparam whitelist some more functionsNoel Grandin8-21/+24