summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2019-04-26PNG compression - thread it.private/mmeeks/thread-pngMichael Meeks3-39/+163
2019-04-23change default HelpRootURL to 'https://help.libreoffice.org/help.html?'Andras Timar1-1/+1
2019-04-23gtk: fix typoMiklos Vajna1-1/+1
2019-04-23Move the Help URL to a new config pathAshod Nakashian1-1/+1
2019-04-23Add help URL to loolkitconfig.xcuAshod Nakashian1-1/+4
2019-04-23leaflet: do not disable the Close Document menu for read-only docsAshod Nakashian1-1/+1
2019-04-23tdf#124235: Fix the same problem on all platforms the same wayTor Lillqvist1-11/+1
2019-04-23wsd: set the language when creating a new viewAshod Nakashian3-9/+16
2019-04-23wsd: reduce tile logging from debug to trace levelAshod Nakashian2-3/+3
2019-04-23wsd: assert on 0-sized tilesAshod Nakashian1-0/+5
2019-04-23leaflet: process the most common message firstAshod Nakashian2-19/+22
2019-04-23wsd: tile serializer now supports adding a suffixAshod Nakashian3-36/+41
2019-04-23wsd: set vector size when constructingAshod Nakashian1-2/+3
2019-04-23wsd: reuse ostringstream when loggingAshod Nakashian2-17/+33
2019-04-23wsd: use thread_local instead of __threadAshod Nakashian1-2/+2
2019-04-23wsd: use fast deflate level for pngAshod Nakashian1-0/+6
2019-04-23wsd: logging, comments, and const correctnessAshod Nakashian2-7/+8
2019-04-23Unipoll: integrate with the LOK mainloop in a single thread.Ashod Nakashian7-20/+125
2019-04-22There is no l10n directory with localisation JSON files in the iOS appTor Lillqvist1-5/+8
2019-04-22Add branding to the iOS appTor Lillqvist3-0/+24
2019-04-20Typo fixTor Lillqvist1-1/+1
2019-04-20re-factor PNG compression to share and protect TileDesc updates.Michael Meeks1-47/+41
2019-04-19Inline PngCache lookup to avoid redundant watermark blending.Michael Meeks1-35/+24
2019-04-19Simplify legacy single tile rendering code-path.Michael Meeks2-100/+35
2019-04-19perftrace: fix time parsing issue.Michael Meeks1-2/+2
2019-04-19Update bundled headers with profiling enumAron Budea1-0/+6
2019-04-19tdf#124235: Make the combo box list be attached to the widgetTor Lillqvist1-1/+11
2019-04-19gtkapp: Fix clang's error: private field '...' is not usedJan Holesovsky2-19/+31
2019-04-19gtkapp: Drop this warning, clang complains about it.Jan Holesovsky1-1/+1
2019-04-19EditsTor Lillqvist1-3/+4
2019-04-19Need -DGTKAPP hereTor Lillqvist1-0/+1
2019-04-17Prevent view from jumping on zoom in/out on mobileSzymon Kłos2-9/+23
2019-04-17About dialog: Add link to websiteSamuel Mehrbrodt1-2/+6
2019-04-16perftrace: consume PROFILE_FRAME messages and chart lok ProfileZones.Michael Meeks6-9/+60
2019-04-16loleaflet: fix sending 'compositionupdate' event dataHenry Castro1-7/+4
2019-04-16android: Update / introduce modelines in the .java files.Jan Holesovsky6-24/+49
2019-04-16android: Introduce --with-vendor and --with-info-url.Jan Holesovsky6-30/+84
2019-04-16android: fix ArrayIndexOutOfBounds on selecting 'Drawings' in DefaultFileFilt...kaishu-sahu1-0/+1
2019-04-16android: Setting default values to setting preference, minor ux improvementskaishu-sahu1-0/+3
2019-04-16android: Cleanup unused resources.Jan Holesovsky4-22/+1
2019-04-16android: Port Settings from the old appFlorin Ciornei8-23/+256
2019-04-15android: Update handling of the storage permission.kaishu-sahu3-3/+36
2019-04-15Branding: Add container for custom logo in about dialogSamuel Mehrbrodt1-0/+1
2019-04-13Extract iOS strings with prop2po from Translate Toolkit + update potsAndras Timar5-255/+220
2019-04-12Bin three unnecessary translatable strings that don't occur anywhereTor Lillqvist2-6/+0
2019-04-12Add a string for translation from the collabora-online-4 branchTor Lillqvist2-0/+2
2019-04-12Experiment with adding localisation of the Settings.bundleTor Lillqvist3-0/+12
2019-04-12android: Allow setting of the app name via --with-app-name too.Jan Holesovsky3-1/+4
2019-04-12loleaflet: fix "select text with mouse after clicking into text box moves ...Henry Castro1-5/+12
2019-04-12loleaflet: fix the input method when receives 'compositionend' eventHenry Castro1-8/+4