summaryrefslogtreecommitdiffstats
path: root/cui
Commit message (Expand)AuthorAgeFilesLines
* Window::SetData and Window::GetData are nearly unused nowCaolán McNamara2016-05-251-13/+2
* (nearly) nothing uses GetUniqueId anymore, so remove it.Caolán McNamara2016-05-253-16/+0
* Convert SnapType to scoped enumNoel Grandin2016-05-241-5/+5
* Addition of new controls and their rearrangement in hatch tabRishabh Kumar2016-05-235-335/+274
* tdf#89329: use unique_ptr for pImpl in optsaveXisco Fauli2016-05-232-5/+4
* Resolves: tdf#99981 make ScriptSelectorDialog modal for its parentCaolán McNamara2016-05-233-15/+6
* tdf#89329: use unique_ptr for pImpl in optpathXisco Fauli2016-05-232-6/+5
* tdf#99211 Use the restart dialog for notifications about restartirem2016-05-231-6/+9
* Convert HYPERDLG_EVENT to scoped enumNoel Grandin2016-05-222-9/+9
* clang-tidy modernize-make-uniqueNoel Grandin2016-05-193-20/+22
* Addition of new controls and their rearrangement in gradient tabRishabh Kumar2016-05-185-283/+219
* convert TAB to scoped enumNoel Grandin2016-05-182-16/+16
* update unusedmethods plugin to deal with constructorsNoel Grandin2016-05-1810-85/+3
* clang-tidy modernize-make-sharedNoel Grandin2016-05-181-8/+8
* tdf#88502 Added error box to denote connection errors instead of progress barSusobhan Ghosh2016-05-172-16/+24
* Convert LB flags to scoped enumNoel Grandin2016-05-161-120/+131
* Give unique, comprehensible names to idles tdf#97087Muhammet Kara2016-05-162-0/+2
* mpDefDialogParent is not used since 2002Caolán McNamara2016-05-122-10/+1
* convert SFXWB file dialog flags to scoped enumNoel Grandin2016-05-1214-22/+20
* Convert MESS_BTN to scoped enumNoel Grandin2016-05-118-21/+18
* Replace fallthrough comments with new SAL_FALLTHROUGH macroStephan Bergmann2016-05-106-7/+7
* Insert explicit "break" when falling through to empty next caseStephan Bergmann2016-05-101-0/+1
* convert WINDOWSTATE_MASK to scoped enumNoel Grandin2016-05-101-1/+1
* fix windows and android buildNoel Grandin2016-05-091-1/+1
* convert FONT_EMPHASIS_MARK to scoped enumNoel Grandin2016-05-091-6/+6
* convert SfxStyleFamily to scoped enumNoel Grandin2016-05-092-2/+2
* tdf#88502 Firefox Theme URL in custom theme searchSusobhan Ghosh2016-05-072-2/+5
* basegfx,oox,slideshow: replace boost::next/prior with std::next/prevMichael Stahl2016-05-061-1/+0
* tdf#70998 Termchange: Graphic->ImageSamuel Mehrbrodt2016-05-064-6/+6
* teach passstuffbyref plugin to check for..Noel Grandin2016-05-061-8/+8
* SvxIconSelectorDialog was never destructedMaxim Monastirsky2016-05-051-1/+1
* loplugin:staticmethodsStephan Bergmann2016-05-042-67/+70
* tdf#88502 Firefox Theme URL in custom theme searchSusobhan Ghosh2016-05-046-278/+392
* use Any constructor instead of temporariesNoel Grandin2016-05-041-3/+1
* While at it, delete Any functions on sal_Bool*Stephan Bergmann2016-05-041-2/+2
* Prevent Any ctor from reinterpreting bool* as sal_Bool*Stephan Bergmann2016-05-031-1/+1
* tdf#99211 Use the restart dialog for notifications about restartirem2016-05-031-2/+5
* use Any constructor for bool values, instead of temporary varsNoel Grandin2016-05-031-4/+2
* Refactoring transparence tab codeRishabh Kumar2016-04-293-529/+580
* tdf#97087 Give comprehensible, unique names to idlesMuhammet Kara2016-04-281-1/+2
* tdf#89953: put zero kerning if item state has been invalidOliver Specht2016-04-261-2/+3
* update loplugin stylepolice to check local pointers varsNoel Grandin2016-04-262-14/+11
* tdf#89953 Character spacing: Increment by 0.1, not by 1Samuel Mehrbrodt2016-04-221-2/+2
* tdf#89953 Character spacing: Allow to enter negative valuesSamuel Mehrbrodt2016-04-223-161/+12
* Avoid reserved identifiersStephan Bergmann2016-04-229-91/+91
* Related tdf#88502 a better implementation than the one in...Giuseppe Castagno2016-04-221-0/+18
* loplugin:salbool: sal_Bool[] -> bool[]Stephan Bergmann2016-04-211-1/+1
* loplugin:rangedforcopyStephan Bergmann2016-04-211-2/+2
* fix windows buildNoel Grandin2016-04-211-1/+3
* clang-tidy modernize-loop-convert in c*Noel Grandin2016-04-2117-103/+89