summaryrefslogtreecommitdiffstats
path: root/cui/source
Commit message (Expand)AuthorAgeFilesLines
* Typo: with->widthJulien Nabet2015-02-171-1/+1
* Resolves: tdf#89417 disable hardware accel checkbox if property is readonlyCaolán McNamara2015-02-171-0/+14
* tdf#88427: Add GUI to enter and maintain a list of Time Stamping AuthoritiesTor Lillqvist2015-02-174-2/+182
* Bin some superfluous vertical whitespaceTor Lillqvist2015-02-171-3/+0
* cppcheck: cstyleCastCaolán McNamara2015-02-161-10/+10
* add GetSelectEntryData to ListBox and ComboBoxNoel Grandin2015-02-167-13/+11
* Related: fdo#87876 make checkbox label shorter, move warning into tooltipCaolán McNamara2015-02-091-11/+0
* Resolves: fdo#87876 full text of war and peace used as checkbox labelCaolán McNamara2015-02-091-0/+11
* loplugin:deletedspecialStephan Bergmann2015-02-074-19/+12
* fdo#75757: Remove inheritance from std::vectorMatthew Pottage2015-02-061-7/+7
* shared_ptr<T>(new T(args)) -> make_shared<T>(args)Caolán McNamara2015-02-068-14/+10
* Extend loplugin:passstuffbyref to handle lambdasStephan Bergmann2015-02-051-1/+1
* Implement search funtion in Expert Configuration dialog.Palenik Mihály2015-02-052-2/+85
* tdf#88999 Modify number of decimal for scientific also (UI and Sidebar)Laurent Balland-Poirier2015-02-031-1/+1
* callcatcher: shave off a few moreCaolán McNamara2015-02-022-7/+0
* callcatcher: remove some unused methodsCaolán McNamara2015-02-022-5/+0
* callcatcher: large newly detected unused methods post de-virtualizationCaolán McNamara2015-01-292-13/+1
* Do not corrupt URIs entered into the Hyperlink dialogStephan Bergmann2015-01-281-1/+1
* followup code removal after changing virtual methods to non-virtualNoel Grandin2015-01-263-10/+12
* new loplugin: change virtual methods to non-virtualNoel Grandin2015-01-268-18/+18
* coverity#1266481 Pointer to local outside scopeCaolán McNamara2015-01-251-1/+1
* Some more loplugin:cstylecast: cuiStephan Bergmann2015-01-206-12/+15
* fdo#88504 untranslated strings in Hangul/Hanja Conversion dialogDavid Tardon2015-01-193-2/+16
* coverity#1264393/1264394: missing breakJulien Nabet2015-01-151-0/+3
* Related: fdo#87551 measure in approx chars and not pixelsCaolán McNamara2015-01-151-0/+1
* Cleanup SfxZoomDialog, convert plain pointer to unique_ptrTomaž Vajngerl2015-01-142-166/+183
* convert SETTINGS_ #defines to 'enum class'Noel Grandin2015-01-1213-14/+14
* fdo#84938: replace DATACHANGED_ constants with 'enum class'Noel Grandin2015-01-1213-14/+14
* About dialog: distinguish between 32 and 64 bit windows buildDavid Ostrovsky2015-01-101-0/+6
* cui: SvxLinguTabPage::GetRanges() is dead, remove itMichael Stahl2015-01-092-19/+0
* override the overloading of "overload" to decrease cognitive (over-)loadMichael Stahl2015-01-098-8/+8
* brute-force find-and-remove of unused #define constants.Noel Grandin2015-01-088-29/+0
* fdo#84938: convert STREAM_ #defines to 'enum class'Noel Grandin2015-01-072-2/+2
* fdo#39440 reduce scope of local variablesŁukasz Hryniuk2015-01-071-6/+6
* fdo#84938: replace BUTTONTYPE_ constants with 'enum class'Noel Grandin2015-01-061-3/+3
* fdo#84228: Set rectangle props after setting shadow propsKatarina Behrens2015-01-051-1/+1
* -Werror,-Warray-boundsStephan Bergmann2015-01-051-5/+5
* Enhance OpenCL Option dialog with tablesOlivier Hallot2015-01-052-27/+90
* Cleanup source of zoom dialog, translate german error messageTomaž Vajngerl2015-01-041-29/+6
* boost::unordered_map->std::unordered_mapCaolán McNamara2015-01-023-14/+11
* Remove unnecessary comphelper::string::getTokenStephan Bergmann2015-01-021-3/+3
* Resolves fdo#87581: Pb to delete words with 2 initials in Autocorr ExceptJulien Nabet2014-12-221-1/+1
* Enhance OpenCL options UI dialogOlivier Hallot2014-12-222-0/+23
* remove whitespacesMarkus Mohrhard2014-12-221-22/+0
* spell dialog: Make [Close] work in protected documents with editable fields.Jan Holesovsky2014-12-181-3/+7
* cui: Use appropriate OUString functions on string constantsStephan Bergmann2014-12-1819-46/+39
* ifix the OpenGL UI config partMarkus Mohrhard2014-12-181-1/+1
* after resetting the values are not modifiedMarkus Mohrhard2014-12-171-0/+1
* implement the ui part for the OpenGL config variablesMarkus Mohrhard2014-12-172-0/+90
* Introduce rtl::OUStringLiteral1Stephan Bergmann2014-12-171-1/+1