summaryrefslogtreecommitdiff
path: root/vcl/source
AgeCommit message (Expand)AuthorFilesLines
2020-05-27Fix test UI_chartSzymon Kłos1-3/+9
2020-05-27vcl: don't use null window in FloatingWindow HitTestAshod Nakashian1-0/+2
2020-05-27vcl: avoid accessing null member on unloading viewsAshod Nakashian1-2/+3
2020-05-26lok: avoid crash cleaning up help-windows with multiple views.Michael Meeks1-6/+13
2020-05-23tdf#130478 Enhance Dashed line drawing on all systemsArmin Le Grand (Collabora)7-3/+30
2020-05-23vcl: prefer emplace to insert on std::mapAshod Nakashian1-1/+1
2020-05-22jsdialog: send selected tab and namesSzymon Kłos1-0/+2
2020-05-21lok: dialog: check if exists a LOK Window NotifierHenry Castro1-7/+15
2020-05-21lok: notify data change of the formatted field controlHenry Castro1-0/+5
2020-05-21lok: replace SetValue for ImplNewFieldValueHenry Castro1-1/+1
2020-05-21lok: fix the window type of the formatted field controlHenry Castro2-1/+2
2020-05-21lok: add FormattedFieldUIObject classHenry Castro2-0/+85
2020-05-21lok: override get_state of the MetricFieldObject classHenry Castro2-0/+14
2020-05-21lok: replace name Neutro to NeutralHenry Castro2-8/+8
2020-05-21lok: replace locale name "en_US" -> "en-US"Henry Castro1-1/+1
2020-05-21lok: fix the window type of the metric field controlHenry Castro2-3/+3
2020-05-21lok: add MetricFieldUIObject classHenry Castro2-0/+60
2020-05-21lok: fix wrong metric conversion of the metric input controlHenry Castro2-0/+14
2020-05-21lok: fix welded dialogsHenry Castro1-0/+6
2020-05-21lok: evaluate assertion if LOK Windows container is emptyHenry Castro3-3/+10
2020-05-20jsdialog: use for message dialogs on mobileSzymon Kłos1-2/+6
2020-05-19jsdialog: handle nested tab pagesSzymon Kłos1-2/+2
2020-05-18jsdialog: Remember builder connected with LOK window idSzymon Kłos2-2/+2
2020-05-18vcl: better decimal handling in NumericFormatterAshod Nakashian1-1/+24
2020-05-18tdf#126966: Make the colour swatches larger on iOSTor Lillqvist1-1/+8
2020-05-17tdf#132788 vcl: fix redraw on theme changeMiklos Vajna1-2/+4
2020-05-17tdf#131333 SalMenus propogate to parent their selected id conditionallyCaolán McNamara1-1/+9
2020-05-17mobile: cannot change linestyle on impressMert Tumer1-1/+6
2020-05-17lok: calc: formula input bar: set text selection as requested by clientMarco Cecchetti1-1/+10
2020-05-17lok: calc formula bar tunnelingMarco Cecchetti1-2/+2
2020-05-17widget theme: add additional settings to the theme definitionTomaž Vajngerl2-9/+42
2020-05-17widget theme: add centeredTabs setting to theme definition fileTomaž Vajngerl3-2/+42
2020-05-17widget theme: correct sizes of combobox/listboxTomaž Vajngerl1-3/+3
2020-05-17widget theme: allow for default "stacked" spinbuttonsTomaž Vajngerl1-1/+6
2020-05-15tdf#132832 calcAdjustedSize: Take max width into accountMichael Weghorn1-2/+2
2020-05-15jsdialog: send tab namesSzymon Kłos1-0/+18
2020-05-14Blind fix for Android Tinderbox buildMichael Weghorn1-1/+1
2020-05-14android: Use the best speed compression as on iOS.Jan Holesovsky1-1/+1
2020-05-14lok preload: Some symbols are in-process when we need them.Jan Holesovsky1-7/+23
2020-05-14Move messagedialog header to shared includeSzymon Kłos4-4/+4
2020-05-14Create weld::Builder implementation for JSDialogSzymon Kłos2-4/+17
2020-05-14Move SalInstanceCheckButton to header fileSzymon Kłos1-39/+31
2020-05-14Move SalInstanceMessageDialog to header fileSzymon Kłos1-30/+24
2020-05-14Move SalInstanceNotebook to header fileSzymon Kłos1-95/+82
2020-05-14Move SalInstanceButton to header fileSzymon Kłos1-53/+44
2020-05-14Move SalInstanceComboBox to header fileSzymon Kłos1-260/+81
2020-05-14Move SalInstanceEdit declaration to the header fileSzymon Kłos1-252/+218
2020-05-14Create header file for SalInstanceBuilderSzymon Kłos1-1113/+1033
2020-05-13lok: Use a different window type for tooltips.Tamás Zolnai2-11/+6
2020-05-13lok: Support per-view help dataTamás Zolnai4-73/+158