summaryrefslogtreecommitdiff
path: root/cui
AgeCommit message (Expand)AuthorFilesLines
2016-07-19improve unnecessaryoverride pluginNoel Grandin2-8/+0
2016-07-18'as well' seems redundant to meCaolán McNamara1-1/+1
2016-07-18Resolves: tdf#99963 line wrap very long checkbox contentCaolán McNamara2-1/+11
2016-07-18-fsanitize=signed-integer-overflowStephan Bergmann1-1/+5
2016-07-18Resolves: tdf#100896 crash in hyperlink dialogCaolán McNamara1-1/+11
2016-07-18odd SvxBitmapCtl is used in only one placeCaolán McNamara2-0/+31
2016-07-18SvxBitmapCtl::nLines is never readCaolán McNamara1-3/+0
2016-07-15new loplugin unnecessary overrideNoel Grandin7-43/+5
2016-07-14[GSoC] Avoid reload of preset list in hatch tabRishabh Kumar1-39/+44
2016-07-13Remove wrong, needless downcastStephan Bergmann1-4/+1
2016-07-13make sure that the thread has joined before disposing UI elementsMarkus Mohrhard1-0/+3
2016-07-13no need to create temporary OUString for comparisonNoel Grandin1-1/+1
2016-07-13Moved SfxModule owner to SfxApplicationMark Page2-7/+5
2016-07-11removed deprecated FileDialogHelper::SetDisplayDirectoryNoel Grandin1-2/+4
2016-07-11rename variable to reflect that it is not a referenceMarkus Mohrhard2-14/+14
2016-07-10Remove redundant SvxGet* wrappers around LinguMgr functionsStephan Bergmann5-25/+25
2016-07-10ditch the font/screen-scaling thingCaolán McNamara3-53/+10
2016-07-08SvxGetOrCreatePosDic parameter is unusedStephan Bergmann1-1/+1
2016-07-08loplugin:redundantcast: redundant static_casts in cuiStephan Bergmann1-3/+2
2016-07-08Use PageNumberListBox in cuiSusobhan Ghosh4-188/+7
2016-07-07loplugin:passstuffbyref also for {css::uno,rtl}::ReferenceStephan Bergmann13-39/+39
2016-07-06Reload the preset list after deletionRishabh Kumar1-1/+2
2016-07-06Redesign of Hatch tabRishabh Kumar3-605/+331
2016-07-06loplugin:vclwidgetsNoel Grandin1-2/+2
2016-07-06restore loplugin:vclwidget checking for calling clear() on VclPtr fieldsNoel Grandin3-0/+3
2016-07-05when disposing popup menus, don't leave dangling pointersNoel Grandin2-6/+3
2016-07-05cui: add calculation mode to Help->About.Michael Meeks1-0/+13
2016-07-05Resolves: rhbz#1352835 path options doesn't promptly destroy folder pickerCaolán McNamara1-10/+9
2016-07-04remove comphelper::string::removeNoel Grandin1-1/+1
2016-07-04comphelper::OBaseMutex -> cppu::BaseMutexNoel Grandin1-2/+2
2016-07-04Fix some spelling errors in comments and stringsOtto Kekäläinen1-1/+1
2016-07-03tdf#57950: Replace chained OUStringBuffer::append() with operator+Arnold Dumas2-8/+6
2016-07-02tdf#100728: Crash when area dialog is openedRishabh Kumar2-3/+0
2016-07-01tdf#90336 - further cleanup of OpenCL options page.Michael Meeks3-25/+14
2016-07-01Remove unused controls in Pattern tabRishabh Kumar3-22/+4
2016-07-01Mention that this is about *toolbar* icon sizeSamuel Mehrbrodt1-1/+1
2016-07-01GSoC possibility to change icon size in the SidebarToolBoxSzymon Kłos3-5/+59
2016-06-30Minor changes for Pattern tabRishabh Kumar2-18/+2
2016-06-29loplugin:staticmethodsStephan Bergmann2-2/+2
2016-06-29tdf#90336, make it visible in options, if openCL will be usedJBurant3-630/+29
2016-06-29tdf#100413 Use same default values for preview string and format listLaurent Balland-Poirier1-13/+18
2016-06-29Move accessibility relations to .ui files, Part 12: tdf#87026Muhammet Kara2-225/+155
2016-06-28Convert Bitmap tab to Pattern tabRishabh Kumar9-292/+218
2016-06-27tdf#100222: Show the dialog just once even if both toggles were changedTor Lillqvist1-6/+4
2016-06-27loplugin:singlevalfields in cuiNoel Grandin9-259/+173
2016-06-26Resolves: tdf#100619 vclptr assert with menu set to menubuttonCaolán McNamara2-8/+14
2016-06-23tdf#100222: Inform user that a restart is needed after toggling OpenCL useTor Lillqvist1-0/+3
2016-06-23tdf#97527 - vcl: reference-count MenuNoel Grandin3-9/+13
2016-06-17cui: fix loplugin:passstuffbyref warningsMiklos Vajna3-6/+6
2016-06-17Reduce duplicate code and remove DBG_ASSERTRishabh Kumar3-72/+68