summaryrefslogtreecommitdiff
path: root/vcl
AgeCommit message (Expand)AuthorFilesLines
2019-09-22Make the Help URL configurableAshod Nakashian1-0/+12
2019-09-20Get rid of another SAL_WARN that just pointlessly fills up log filesTor Lillqvist1-1/+0
2019-09-20Drop some useless warnings that we get hundreds ofTor Lillqvist1-4/+0
2019-09-20tdf#122221: Bin apparently unnecessary early returnTor Lillqvist1-0/+2
2019-09-20Fix "external" graphic filter code for the DISABLE_DYNLOADING caseTor Lillqvist1-16/+14
2019-09-20We neeed to include <sal/log.hxx> after some IWYU goodness elsewhereTor Lillqvist2-0/+2
2019-09-20The iOS DataFlavorMapper::getAllSupportedPboardTypes() is unusedTor Lillqvist2-16/+0
2019-09-20tdf#124752: We do need to accept text/html from the system clipboardTor Lillqvist1-2/+5
2019-09-20Add a couple of SAL_INFOs about types available on the system clipboardTor Lillqvist2-0/+13
2019-09-20tdf#124752: Simplify the iOS DataFlavorMapping thing a lotTor Lillqvist1-126/+1
2019-09-20tdf#124752: Use best speed for PNG encoding on iOSTor Lillqvist1-1/+17
2019-09-20tdf#124752: Add system clipboard interface for iOSTor Lillqvist13-3/+1603
2019-09-20Revert "m_FeedbackFDs is unused on iOS"Tor Lillqvist2-4/+0
2019-09-20tdf#125397: Avoid crash if GetpApp() returns null, can happen on iOS at leastTor Lillqvist1-1/+3
2019-09-20Using the m_FeedbackFDs is now necessary also on iOSTor Lillqvist1-14/+0
2019-09-20Avoid dialog headings showing up as some serif font in the iOS appTor Lillqvist1-1/+1
2019-09-20Use the colibre icon theme in Online and appsTor Lillqvist1-0/+5
2019-09-20tdf#124042: If mrContext is zero, calling Core Graphics APIs on it is futileTor Lillqvist1-0/+5
2019-09-20Further tweaks that affect the "tunnelled" dialogs in the iOS appTor Lillqvist2-2/+22
2019-09-20Use smaller default font on iOS (in practice used for dialogs in the iOS app)Tor Lillqvist1-1/+1
2019-09-20tdf#122537: Use "best speed" instead of default compression level on iOSTor Lillqvist1-1/+11
2019-09-19Related: tdf#124148 null-deref on clicking inside empty listboxCaolán McNamara1-2/+4
2019-09-19Resolves: tdf#123175 don't use NWF to draw buttons with an overridden bgCaolán McNamara1-1/+2
2019-09-18libreofficekit: send show/hide messages for dialogsSzymon Kłos1-0/+10
2019-09-17tdf#127189 FreeType <= 2.8 will fail to render stretched horizontal brace...Caolán McNamara3-0/+46
2019-09-16tdf#126964: Set background colours to white in IosSalFrame::UpdateSettings()Tor Lillqvist1-0/+6
2019-09-16Revert "vcl: better decimal handling in NumericFormatter"Aron Budea1-24/+1
2019-09-05tdf#126007 tdf#122355 online help won't look into a dialog notebookCaolán McNamara2-51/+97
2019-09-05tdf#81134 Chart size not retainedNoel Grandin1-3/+3
2019-09-04pdfexport: improved detection of failure to print with --disable-guiAshod Nakashian1-1/+1
2019-09-03Attempt to load the theme when LibreOfficeKit is active.Jan Holesovsky1-2/+3
2019-09-03vcl: better decimal handling in NumericFormatterAshod Nakashian1-1/+24
2019-09-03vcl: LOK: emit size_changed after window creationAshod Nakashian1-2/+17
2019-09-03vcl: LOK: notify of dialog creation before size changeAshod Nakashian1-13/+13
2019-09-03LOK: dialogs: limit listbox/combobox drop-down lengthAshod Nakashian2-5/+14
2019-08-29custom widgets: Rename 'stock' to 'action'.Jan Holesovsky4-11/+13
2019-08-29tdf#124155 fix slider to not go beyond rect boundsTomaž Vajngerl1-12/+43
2019-08-29tdf#124947 fix hit area of the radio buttons, size in ios themeTomaž Vajngerl2-3/+4
2019-08-29widgettheme: support multiple spinbox orientationsTomaž Vajngerl2-3/+11
2019-08-29Look for "online" theme when running LOOL and "ios" only on IOSTomaž Vajngerl1-0/+4
2019-08-29Gaceful fallback if the widget theme files can't be foundTomaž Vajngerl3-19/+58
2019-08-29tdf#124150 increase size of color valueset widgetTomaž Vajngerl2-0/+6
2019-08-29tdf#124148 add configurable margin for the listbox pop-up listTomaž Vajngerl5-21/+43
2019-08-29WidgetDefinition: add "action" state for the PushButtonTomaž Vajngerl1-0/+7
2019-08-29fix spinbox right press SVG - plus sign didn't define a colorTomaž Vajngerl1-2/+2
2019-08-29support opacity for widget definition draw SVGsTomaž Vajngerl1-4/+6
2019-08-29ios widget defs: update combobox, checkbox, spinbox SVGsTomaž Vajngerl22-1665/+153
2019-08-29ios theme definition: add slider disabled stateTomaž Vajngerl3-3/+16
2019-08-29ios theme definition: file rename svgx -> svgTomaž Vajngerl44-93/+93
2019-08-29fix mistake by setting default scale factor to 2.0Tomaž Vajngerl1-1/+1