summaryrefslogtreecommitdiff
path: root/cui/source/options
AgeCommit message (Expand)Author
2015-03-01unconditional break in while loopMarkus Mohrhard
2015-02-25remove NUMBERFORMAT_ constantsNoel Grandin
2015-02-23remove unnecessary parenthesis in return statementsNoel Grandin
2015-02-17Resolves: tdf#89417 disable hardware accel checkbox if property is readonlyCaolán McNamara
2015-02-17tdf#88427: Add GUI to enter and maintain a list of Time Stamping AuthoritiesTor Lillqvist
2015-02-17Bin some superfluous vertical whitespaceTor Lillqvist
2015-02-16cppcheck: cstyleCastCaolán McNamara
2015-02-16add GetSelectEntryData to ListBox and ComboBoxNoel Grandin
2015-02-09Related: fdo#87876 make checkbox label shorter, move warning into tooltipCaolán McNamara
2015-02-09Resolves: fdo#87876 full text of war and peace used as checkbox labelCaolán McNamara
2015-02-06fdo#75757: Remove inheritance from std::vectorMatthew Pottage
2015-02-06shared_ptr<T>(new T(args)) -> make_shared<T>(args)Caolán McNamara
2015-02-05Extend loplugin:passstuffbyref to handle lambdasStephan Bergmann
2015-02-05Implement search funtion in Expert Configuration dialog.Palenik Mihály
2015-01-15Related: fdo#87551 measure in approx chars and not pixelsCaolán McNamara
2015-01-12convert SETTINGS_ #defines to 'enum class'Noel Grandin
2015-01-12fdo#84938: replace DATACHANGED_ constants with 'enum class'Noel Grandin
2015-01-09cui: SvxLinguTabPage::GetRanges() is dead, remove itMichael Stahl
2015-01-09override the overloading of "overload" to decrease cognitive (over-)loadMichael Stahl
2015-01-07fdo#84938: convert STREAM_ #defines to 'enum class'Noel Grandin
2015-01-07fdo#39440 reduce scope of local variablesŁukasz Hryniuk
2015-01-05-Werror,-Warray-boundsStephan Bergmann
2015-01-05Enhance OpenCL Option dialog with tablesOlivier Hallot
2014-12-22Enhance OpenCL options UI dialogOlivier Hallot
2014-12-22remove whitespacesMarkus Mohrhard
2014-12-18cui: Use appropriate OUString functions on string constantsStephan Bergmann
2014-12-18ifix the OpenGL UI config partMarkus Mohrhard
2014-12-17after resetting the values are not modifiedMarkus Mohrhard
2014-12-17implement the ui part for the OpenGL config variablesMarkus Mohrhard
2014-12-16add two options for OpenGL renderingMarkus Mohrhard
2014-12-15WaE: private field 'm_pSystemFont' is not usedTor Lillqvist
2014-12-15Resolves fdo#87016 Kill "Use system font for user interface" for goodJulien Nabet
2014-12-09removed unused timeout definesTobias Madl
2014-12-09changed timers to idleJennifer Liebel
2014-12-09fdo#39440 reduce scope of local variablesMichael Weghorn
2014-12-03Further clean-upStephan Bergmann
2014-12-03Code clean-up/consolidation task.Vishv Brahmbhatt
2014-12-03Add a limit for graphic cache based on used integer type to avoid overflowZolnai Tamás
2014-12-01fdo#84938: replace EVENT_ constants with enumTobias Madl
2014-11-28Make the OS choice a comboboxTor Lillqvist
2014-11-27Fix OpenCL-less buildTor Lillqvist
2014-11-27Work in progress: Move Calc-independend OpenCL configuration out of scTor Lillqvist
2014-11-24Make whether to use OpenCL or not a global optionTor Lillqvist
2014-11-22fdo#86550 make some strings localizableAndras Timar
2014-11-22Make NfCurrencyTable a separate header & forward-declare it in zforlist.hxx.Kohei Yoshida
2014-11-17sal: clean up public headers with include-what-you-useMichael Stahl
2014-11-14coverity#1242900 Unused valueCaolán McNamara
2014-11-14fdo#86023 - O[U]String needs a 'clear' methodBrij Mohan Lal Srivastava
2014-11-11fdo#84938: replace HELPMODE_ constants with enumNoel Grandin
2014-11-06Revert "use the new OUString::fromUtf8 method"Stephan Bergmann