summaryrefslogtreecommitdiffstats
path: root/browser/src
Commit message (Expand)AuthorAgeFilesLines
* Fix error on hide tooltipSzymon Kłos2024-03-281-1/+4
* browser: ignore validation of hidden inputsHenry Castro2024-03-271-0/+3
* drop additional activation of dark themeHenry Castro2024-03-271-1/+0
* Create icon url before calling set imageDarshan-upadhyay11102024-03-271-1/+1
* Fix permanent tooltips on dialogsGülşah Köse2024-03-271-1/+1
* jsdialog: move helpers for scrollable bars to separate fileSzymon Kłos2024-03-273-75/+100
* jsdialog: implement vertical separatorSzymon Kłos2024-03-271-8/+3
* jsdialog: create spacer widget for toolbarSzymon Kłos2024-03-272-0/+16
* jsdialog: move container widgets to own fileSzymon Kłos2024-03-272-123/+177
* Fix LOUtil.checkIfImageExists reprocessing errorsSkyler Grey2024-03-272-9/+24
* Revert "userlist: Stop hiding images if load failed"Skyler Grey2024-03-271-0/+2
* annotation: fix calc mobile comment not visiblePranam Lashkari2024-03-271-1/+1
* calc: fix regression due to core commit: 8f7dd2340b7Marco Cecchetti2024-03-271-3/+7
* calc: fixed bogus cell view cursor overlayMarco Cecchetti2024-03-262-8/+11
* impress: comment movement: Fix undefined _map errorSkyler Grey2024-03-261-4/+4
* browser: fix dialog warning alertsHenry Castro2024-03-261-1/+3
* Format correctly tooltipsSzymon Kłos2024-03-251-2/+8
* Scroll: Cleanup dead codeSkyler Grey2024-03-251-53/+0
* ScrollSection: fix panning with RTLSkyler Grey2024-03-252-4/+12
* Draggable, TouchGesture: Fix panning with RTLSkyler Grey2024-03-252-2/+8
* remove-w2ui: convert presentation toolbar to JSDialogsSzymon Kłos2024-03-253-141/+156
* remove-w2ui: convert sheets toolbar to JSDialogSzymon Kłos2024-03-238-126/+137
* dispatcher: fix print actionSzymon Kłos2024-03-231-1/+1
* Introduce docdispatcher.js.Gökay Şatır2024-03-2315-384/+435
* Make use of shortcutDescriptors more.Gökay Şatır2024-03-232-133/+136
* Move the shortcut handler upper in the handler function.Gökay Şatır2024-03-231-3/+4
* Merge cmd into ctrl.Gökay Şatır2024-03-231-4/+3
* userlist: Stop hiding images if load failedSkyler Grey2024-03-221-2/+0
* following-ui: dark: Make borders and text visibleSkyler Grey2024-03-221-2/+2
* fixed js console errorPranam Lashkari2024-03-211-0/+2
* accessebility: replace <span> tag with header tag in modal(js dialog) titleDarshan-upadhyay11102024-03-211-1/+1
* Fix copy-plain-container in cypress testsNeil Guertin2024-03-201-2/+5
* cool#8465 clipboard: improve handling of plain text copy, complex caseMiklos Vajna2024-03-202-7/+14
* formulabar: make it a grid to not move on activationSzymon Kłos2024-03-191-2/+8
* remove-w2ui: use JSDialog for formulabarSzymon Kłos2024-03-197-266/+185
* fix: data loss when shutting down while using typerRashesh Padia2024-03-191-0/+7
* clipboard: do no compare wth invalid metapathJaume Pujantell2024-03-191-1/+3
* Add missing semicolon in getContentListRecursiveSzymon Kłos2024-03-191-1/+1
* notebookbar: a11y: open dropdown for MenuButtonsSzymon Kłos2024-03-192-3/+19
* jsdialog: allow to press dropdown arrow using keyboard in MenuButtonSzymon Kłos2024-03-192-6/+47
* notebookbar: a11y: show accelerators for MenuButtonsSzymon Kłos2024-03-191-3/+14
* Stop following text overflowing chipSkyler Grey2024-03-191-16/+14
* Revert "Check for comments in isAnyDialogOpen"Pranam Lashkari2024-03-192-5/+7
* Convert ColorPicker.js to ColorPicker.tsSkyler Grey2024-03-182-397/+651
* Remove unnecessary any in Control.UserList.tsSkyler Grey2024-03-181-1/+1
* Improve Update state of uno Tool button state on stateChangedDarshan-upadhyay11102024-03-181-3/+9
* remove-w2ui: reuse MenuButton for color picker buttonSzymon Kłos2024-03-1810-171/+527
* jsdialog: allow to put any widget into MenuButton dropdownSzymon Kłos2024-03-181-30/+42
* Provide longpress timer for IOS devices.Gökay Şatır2024-03-152-18/+43
* Merge onContextMenu and onLongPress events.Gökay Şatır2024-03-153-36/+2