summaryrefslogtreecommitdiff
path: root/cui
AgeCommit message (Expand)AuthorFilesLines
2017-04-11Bump copyright year to 2017Adolfo Jayme Barrientos1-1/+1
2017-03-02tdf#77111 cui,sw: fix page number offset on paragraph dialog "Text Flow"Michael Stahl3-26/+72
2017-02-10tdf#98993 cui: Paragraph dialog: decimals in Line Spacing spinboxMichael Stahl1-0/+1
2017-02-01crash on exit from undisposed insert special character dialogCaolán McNamara1-1/+1
2016-12-13Resolves: tdf#101588, do not prevent color de-selection tdf#96382 follow-upEike Rathke1-2/+6
2016-11-29tdf#34467 - FitToFrame: stretch text to fill drawing objJustin Luth1-3/+7
2016-11-28respect read-only config items in Options - Load/Save - General dialogAndras Timar1-5/+15
2016-10-06Resolves: tdf#101953 controls become wider/smaller switching to/from graphicsCaolán McNamara1-0/+20
2016-10-01Resolves: tdf#101475 adjacent cells text is still too wideCaolán McNamara1-1/+1
2016-09-21Resolves: tdf#100795 SAL_MIN_INT32 32bit overflows on finding min limitCaolán McNamara1-4/+4
2016-09-06a11y: fix missing labels in sw paragraph dialog textflow tabYousuf Philips1-1/+4
2016-09-05Resolves: tdf#101795 restore hiding on end of Gtk fpicker executeCaolán McNamara1-7/+6
2016-09-05Gallery submenu was missing from native menusMaxim Monastirsky2-5/+3
2016-09-02Resolves: tdf#97055 hyphenation claims its already active after closingCaolán McNamara1-3/+6
2016-08-03Resolves: tdf#101196 line wrap very long checkbox contentCaolán McNamara2-1/+13
2016-08-03masses of MessBoxes not being disposed promptlyCaolán McNamara14-27/+27
2016-08-02Resolves: tdf#96677 effects page didn't link labels to what they labelledCaolán McNamara1-0/+20
2016-07-22Resolves: tdf#101054 crash on options->path with non-native file pickerCaolán McNamara1-1/+0
2016-07-20Revert "Addition of new controls and their rearrangement in gradient tab"Rishabh Kumar5-219/+283
2016-07-20Revert "Addition of new controls and their rearrangement in hatch tab"Rishabh Kumar5-274/+335
2016-07-18Resolves: tdf#99963 line wrap very long checkbox contentCaolán McNamara2-1/+11
2016-07-13make sure that the thread has joined before disposing UI elementsMarkus Mohrhard1-0/+3
2016-07-11Resolves: rhbz#1352835 path options doesn't promptly destroy folder pickerCaolán McNamara1-10/+9
2016-07-07cui: add calculation mode to Help->About.Michael Meeks1-0/+13
2016-06-27tdf#100222: Show the dialog just once even if both toggles were changedTor Lillqvist1-6/+4
2016-06-26tdf#100222: Inform user that a restart is needed after toggling OpenCL useTor Lillqvist1-0/+3
2016-06-09Resolves: tdf#93135 can't resize shape with "resize shape to fit text"Caolán McNamara1-3/+3
2016-05-29Resolves: tdf#97839 a single character may be more than 1 utf-16 code pointsCaolán McNamara1-1/+1
2016-05-25Window::SetData and Window::GetData are nearly unused nowCaolán McNamara1-13/+2
2016-05-25(nearly) nothing uses GetUniqueId anymore, so remove it.Caolán McNamara3-16/+0
2016-05-24Convert SnapType to scoped enumNoel Grandin1-5/+5
2016-05-23Addition of new controls and their rearrangement in hatch tabRishabh Kumar5-335/+274
2016-05-23tdf#89329: use unique_ptr for pImpl in optsaveXisco Fauli2-5/+4
2016-05-23Resolves: tdf#99981 make ScriptSelectorDialog modal for its parentCaolán McNamara3-15/+6
2016-05-23tdf#89329: use unique_ptr for pImpl in optpathXisco Fauli2-6/+5
2016-05-23tdf#99211 Use the restart dialog for notifications about restartirem1-6/+9
2016-05-22Convert HYPERDLG_EVENT to scoped enumNoel Grandin2-9/+9
2016-05-19clang-tidy modernize-make-uniqueNoel Grandin3-20/+22
2016-05-18Addition of new controls and their rearrangement in gradient tabRishabh Kumar5-283/+219
2016-05-18convert TAB to scoped enumNoel Grandin2-16/+16
2016-05-18update unusedmethods plugin to deal with constructorsNoel Grandin10-85/+3
2016-05-18clang-tidy modernize-make-sharedNoel Grandin1-8/+8
2016-05-17tdf#88502 Added error box to denote connection errors instead of progress barSusobhan Ghosh2-16/+24
2016-05-16Convert LB flags to scoped enumNoel Grandin1-120/+131
2016-05-16Give unique, comprehensible names to idles tdf#97087Muhammet Kara2-0/+2
2016-05-12mpDefDialogParent is not used since 2002Caolán McNamara2-10/+1
2016-05-12convert SFXWB file dialog flags to scoped enumNoel Grandin14-22/+20
2016-05-11Convert MESS_BTN to scoped enumNoel Grandin8-21/+18
2016-05-10Replace fallthrough comments with new SAL_FALLTHROUGH macroStephan Bergmann6-7/+7
2016-05-10Insert explicit "break" when falling through to empty next caseStephan Bergmann1-0/+1