Szymon Kłos
Szymon Kłos
This is needed for Impress which can have slides in two Edit Modes: Master Page and Page.
**This is an [Easy Hack](https://collaboraonline.github.io/post/easyhacks/).** Potential mentors: @eszkadev @pedropintosilva ### Detailed description and rationale We want to unify icons used in toolbar and sidebar. So for the same UNO command...
Resize comments section when enough space to show comments on the right side. Document is not centered in that case and we can use free space from the left side.
**This is an [Easy Hack](https://collaboraonline.github.io/post/easyhacks/).** Potential mentors: @eszkadev ### Detailed description and rationale There are directly provided numbers for key codes in some places. We can use already defined constant...
helps with: - impress masterpage previews rendering - calc editing cell with overflow
This is PR which introduces CSS grid to the jsdialogs instead of old table design. It should be polished before merge.
indexOf returns position - do not sum the positions This fixes not working cursor position change in formulabar when we had multiple lines.
When we moved our view to the end of spreadsheet - scrollbar works with large range. This PR will reduce the range again to small value (only area containing data)...
We should always have an encoded WOPISrc. We add detection logic to make sure that all URIs that contain WOPISrc have it encoded properly. We do this by comparing the...
**This is an [Easy Hack](https://collaboraonline.github.io/post/easyhacks/).** Potential mentors: @eszkadev ### Detailed description and rationale There were in the past initial approach to share code between menubar and notebookbar by using `(big)menubartoolitem`...