summaryrefslogtreecommitdiffstats
path: root/cui
Commit message (Expand)AuthorAgeFilesLines
* Resolves: tdf#101196 line wrap very long checkbox contentCaolán McNamara2016-08-032-1/+13
* masses of MessBoxes not being disposed promptlyCaolán McNamara2016-08-0314-27/+27
* Resolves: tdf#96677 effects page didn't link labels to what they labelledCaolán McNamara2016-08-021-0/+20
* Resolves: tdf#101054 crash on options->path with non-native file pickerCaolán McNamara2016-07-221-1/+0
* Revert "Addition of new controls and their rearrangement in gradient tab"Rishabh Kumar2016-07-205-219/+283
* Revert "Addition of new controls and their rearrangement in hatch tab"Rishabh Kumar2016-07-205-274/+335
* Resolves: tdf#99963 line wrap very long checkbox contentCaolán McNamara2016-07-182-1/+11
* make sure that the thread has joined before disposing UI elementsMarkus Mohrhard2016-07-131-0/+3
* Resolves: rhbz#1352835 path options doesn't promptly destroy folder pickerCaolán McNamara2016-07-111-10/+9
* cui: add calculation mode to Help->About.Michael Meeks2016-07-071-0/+13
* tdf#100222: Show the dialog just once even if both toggles were changedTor Lillqvist2016-06-271-6/+4
* tdf#100222: Inform user that a restart is needed after toggling OpenCL useTor Lillqvist2016-06-261-0/+3
* Resolves: tdf#93135 can't resize shape with "resize shape to fit text"Caolán McNamara2016-06-091-3/+3
* Resolves: tdf#97839 a single character may be more than 1 utf-16 code pointsCaolán McNamara2016-05-291-1/+1
* 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