summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2019-05-03leaflet: Enable sidebar on writer and calc, but not yet in impressAshod Nakashian1-5/+3
2019-05-03loleaflet: enable Conditional Formatting dialogHenry Castro2-2/+16
2019-05-03Tell the user which link they are about to visit.Jan Holesovsky2-2/+2
2019-05-03loleaflet: validate that the rectangle coordinates ... follow-upHenry Castro1-1/+1
2019-05-03loleaflet: check document hyperlink before openAlexandru Vlăduţu5-5/+16
2019-05-03Introduce warning when leaving the editorSzymon Kłos3-1/+50
2019-05-03loleaflet: validate that the rectangle coordinates (x, y) belongs to ZxZHenry Castro1-1/+1
2019-05-03Fixup remaining #ifndef MOBILE instances..Michael Meeks2-3/+3
2019-05-03android: #if(n)def MOBILEAPP -> #if (!)MOBILEAPP for better reliability.Jan Holesovsky26-156/+157
2019-05-03android: Define MOBILEAPP via config.h.Jan Holesovsky2-1/+6
2019-05-03PNG compression a bottleneck: thread it to accelerate things.Michael Meeks3-53/+242
2019-05-03Don't count convert-to connections vs. the document count.Michael Meeks3-6/+23
2019-05-03loleaflet: fix sending 'compositionupdate' event dataHenry Castro1-7/+4
2019-05-03loleaflet: fix the input method when receives 'compositionend' eventHenry Castro1-8/+4
2019-05-03SVG: update for current core.Michael Meeks2-14/+14
2019-05-03tests: make SVG comparison tests much more helpful.Michael Meeks2-6/+30
2019-05-03test: help people run just the one that matters.Michael Meeks1-0/+8
2019-05-03Adapt test for new hiddenparts field.Michael Meeks2-3/+6
2019-05-03Sidebar: don't show border and placeholder if not visibleSzymon Kłos2-1/+7
2019-05-03Z-index doc, sidebar under menuSzymon Kłos2-1/+24
2019-05-03leaflet: resize the sidebar just befor renderingAshod Nakashian1-10/+11
2019-05-03leaflet: keep the client active while the user interacts with dialogs/sidebarAshod Nakashian1-2/+6
2019-05-03leaflet: allow space for the vertical scrollbarAshod Nakashian1-0/+1
2019-05-03leaflet: hide sidebar's horizontal scrollbarAshod Nakashian2-20/+17
2019-05-03Allow to grab focus by dialogs without a cursorSzymon Kłos1-4/+4
2019-05-03Get correct canvas objectSzymon Kłos1-2/+5
2019-05-03leaflet: hide sidebar on mobile screensAshod Nakashian1-1/+1
2019-05-03leaflet: resize sidebar to container without cachingAshod Nakashian1-2/+1
2019-05-03Close sidebar if menu activated on mobileSzymon Kłos2-0/+12
2019-05-03Don't show empty sidebar on start for tabletsSzymon Kłos3-2/+10
2019-05-03Scrollable sidebar on mobile with small screenSzymon Kłos1-0/+12
2019-05-03leaflet: maintain sidebar size after child is closedAshod Nakashian1-6/+10
2019-05-03Don't show sidebar on start in mobileSzymon Kłos1-1/+1
2019-05-03Top align sidebar in mobileSzymon Kłos1-0/+1
2019-05-03leaflet: Hide sidebar on collapseAshod Nakashian1-0/+6
2019-05-03leaflet: scroll sidebars in client instead of resizing in coreAshod Nakashian3-3/+6
2019-05-03leaflet: sidebar: focus only when we have a cursorAshod Nakashian1-2/+2
2019-05-03leaflet: sidebar: hide cursor when changing decksAshod Nakashian1-0/+4
2019-05-03wsd: document forced autosave and why isAutosave=falseAshod Nakashian1-0/+1
2019-05-03leaflet: trigger sidebar change upon loadAshod Nakashian1-1/+7
2019-05-03leaflet: don't let sidebar steal focus from editorAshod Nakashian1-0/+6
2019-05-03leaflet: take focus when clicking in the editorAshod Nakashian1-1/+2
2019-05-03leaflet: support closing of sidebarsAshod Nakashian1-3/+17
2019-05-03leaflet: show the sidebar after loadingAshod Nakashian1-0/+10
2019-05-03sidebar: Resize the underlying canvas on resize.Jan Holesovsky2-7/+9
2019-05-03sidebar: Lower the z-index, so that it is covered with the overlay.Jan Holesovsky1-0/+1
2019-05-03sidebar: Send resize events according to the container, not the canvas.Jan Holesovsky1-10/+1
2019-05-03sibebar: Various smaller visual cleanups.Jan Holesovsky4-13/+17
2019-05-03sidebar: Remove the old JS pieces.Jan Holesovsky3-548/+0
2019-05-03leaflet: move sidebar handling in dialogsAshod Nakashian2-4/+140