summaryrefslogtreecommitdiffstats
path: root/cui
Commit message (Expand)AuthorAgeFilesLines
* remove NUMBERFORMAT_ constantsNoel Grandin2015-02-251-2/+2
* remove unnecessary parenthesis in return statementsNoel Grandin2015-02-2321-134/+134
* TyposJulien Nabet2015-02-185-6/+6
* 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
* translatable="no" for some .ui placeholdersAndras Timar2015-02-171-1/+1
* tdf#88427: Add GUI to enter and maintain a list of Time Stamping AuthoritiesTor Lillqvist2015-02-178-2/+489
* 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-092-13/+3
* Resolves: fdo#87876 full text of war and peace used as checkbox labelCaolán McNamara2015-02-092-1/+12
* loplugin:deletedspecialStephan Bergmann2015-02-074-19/+12
* fdo#75757: Remove inheritance from std::vectorMatthew Pottage2015-02-062-8/+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-053-97/+226
* Updated all precompiled headers.Ashod Nakashian2015-02-051-2/+10
* 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
* has_focus is not implemented, remove usesCaolán McNamara2015-01-211-9/+9
* 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
* Revert "fdo#88157 Remove misused frames from 4 of n dialogs"Caolán McNamara2015-01-152-372/+420
* Related: fdo#87551 measure in approx chars and not pixelsCaolán McNamara2015-01-152-1/+1
* fdo#88157 Remove misused frames from 4 of n dialogsAdolfo Jayme Barrientos2015-01-142-420/+372
* Cleanup SfxZoomDialog, convert plain pointer to unique_ptrTomaž Vajngerl2015-01-142-166/+183
* fdo#87551 Category tree is too thin since conversion to .uiAdolfo Jayme Barrientos2015-01-131-0/+1
* 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
* reorient name dialog and make a little narrowerCaolán McNamara2015-01-061-4/+5
* add a borderCaolán McNamara2015-01-061-1/+1
* set default buttonCaolán McNamara2015-01-061-2/+4
* Resolves: fdo#87823 Move Menu->New MenuCaolán McNamara2015-01-061-1/+1
* 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