summaryrefslogtreecommitdiffstats
path: root/browser/src/layer/tile/CanvasTileLayer.js
Commit message (Expand)AuthorAgeFilesLines
* Text selections handles should be active when there is a text selection.Gökay Şatır2024-06-011-2/+1
* Calc: fix following editor on different sheetSzymon Kłos2024-05-301-1/+6
* Move following state to the app docstateSzymon Kłos2024-05-301-14/+8
* don't warn about the self trigger of invaldatetiles: EMPTYCaolán McNamara2024-05-301-48/+53
* fix up a littleCaolán McNamara2024-05-301-2/+2
* project how many tiles we are waiting for while slurping.Michael Meeks2024-05-301-50/+79
* fix(desktop): Prevent zoom view jumpSkyler Grey2024-05-281-4/+4
* add AutoFill contextmenu itemsBayram Çiçek2024-05-281-9/+0
* remove isAutoFillFromOnMouseUp and add LOK callbackBayram Çiçek2024-05-281-6/+9
* close AutoFill popup on contextmenu operationsBayram Çiçek2024-05-281-4/+3
* add auto fill popup UIBayram Çiçek2024-05-281-0/+7
* Reset Top/Bottom values of page margin if view section changesDarshan-upadhyay11102024-05-241-0/+1
* Add pageoffset calculation for vertical rulerDarshan-upadhyay11102024-05-241-2/+0
* Add vertical ruler for writerDarshan-upadhyay11102024-05-241-3/+16
* User app.file.textCursor.visible instead of _isCursorVisible.Gökay Şatır2024-05-221-10/+6
* Fix coordinate calculation error of cell selection area.Gökay Şatır2024-05-211-1/+3
* Introduce new formula auto complete featureGülşah Köse2024-05-211-33/+18
* Fix cursor visibility issue.Gökay Şatır2024-05-211-3/+2
* Don't hide cell cursor when clearing the selections.Gökay Şatır2024-05-181-2/+1
* Remove unused variables.Gökay Şatır2024-05-181-34/+3
* Make headers move on pinch-zoomSkyler Grey2024-05-151-0/+2
* fix(zoom): Make screen edge offset documentSkyler Grey2024-05-151-8/+25
* Remove some unused lines.Gökay Şatır2024-05-141-84/+0
* Convert cellSelectionArea into simpleRectangle.Gökay Şatır2024-05-141-24/+11
* Improve section definitions.Gökay Şatır2024-05-141-247/+15
* Remove unused code and CSS rules.Gökay Şatır2024-05-101-72/+1
* Use simpleRectangle for docLayer._graphicSelection.Gökay Şatır2024-05-101-59/+38
* Initialize CanvasSectionContainer as soon as the canvas HTML element is initi...Gökay Şatır2024-05-091-78/+74
* Use CellSelectionHandle sections on mobile view.Gökay Şatır2024-05-091-131/+22
* Replace _textSelectionStart and _textSelectionEnd with SimpleRectangle(s).Gökay Şatır2024-05-091-17/+14
* Add functions for sections' shown status.Gökay Şatır2024-05-091-17/+11
* Finalize text selection handles.Gökay Şatır2024-05-091-32/+40
* Move DropDownSection into its own file.Gökay Şatır2024-05-091-13/+1
* Replace textselection markers with textselection handlers.Gökay Şatır2024-05-091-137/+70
* cool#8744 ensureCanvas on preloading tilesCaolán McNamara2024-05-091-16/+30
* ensureCanvas takes two arguments, the 2nd the lastRendered timeCaolán McNamara2024-05-091-5/+6
* tile.canvas is always true after a successful _ensureContext(tile)Caolán McNamara2024-05-081-8/+2
* _canonicalIdInitialized is a member of CanvasTileLayer not TilesPreFetcherCaolán McNamara2024-05-081-1/+1
* check for _docLayer existence before deref of _docLayerCaolán McNamara2024-05-081-1/+1
* calc: fixed js console errorPranam Lashkari2024-04-301-1/+1
* Remove '-input' string because we append that in _editControl & correct all g...Darshan-upadhyay11102024-04-301-3/+3
* Make freeze shadow appear/disappear mid-pinch-zoomSkyler Grey2024-04-291-19/+5
* calc: Implement hiding the grid linesHubert Figuière2024-04-291-0/+4
* Use app.file.textCursor.rectangle instead of map._docLayer._visibleCursor.Gökay Şatır2024-04-251-46/+33
* Use "app.file.textCursor.visible" instead of "map._isCursorVisible".Gökay Şatır2024-04-251-7/+5
* Rename app.file.cursor to app.file.textCursor.Gökay Şatır2024-04-251-3/+3
* Add HTMLObjectSection for using for icons.Gökay Şatır2024-04-241-44/+30
* cool#8648 clipboard: stop fetching the clipboard on text selection create in ...Miklos Vajna2024-04-231-3/+4
* Remove unused functions and notes, improve a comment.Gökay Şatır2024-04-221-22/+1
* Lat / Lng RemovalGökay Şatır2024-04-221-66/+57