excalidraw/src/actions
2021-10-14 22:56:51 +05:30
..
actionAddToLibrary.ts feat: Make library local to given excalidraw instance and allow consumer to control it (#3451) 2021-04-21 23:38:24 +05:30
actionAlign.tsx Refactor: convert initializeApp to func component and use JSX transform in the codebase (#4056) 2021-10-14 22:56:51 +05:30
actionCanvas.tsx Refactor: convert initializeApp to func component and use JSX transform in the codebase (#4056) 2021-10-14 22:56:51 +05:30
actionClipboard.tsx refactor: reduce passing-around of canvas in export code (#3571) 2021-05-13 19:21:15 +02:00
actionDeleteSelected.tsx Refactor: convert initializeApp to func component and use JSX transform in the codebase (#4056) 2021-10-14 22:56:51 +05:30
actionDistribute.tsx Refactor: convert initializeApp to func component and use JSX transform in the codebase (#4056) 2021-10-14 22:56:51 +05:30
actionDuplicateSelection.tsx Refactor: convert initializeApp to func component and use JSX transform in the codebase (#4056) 2021-10-14 22:56:51 +05:30
actionExport.tsx Refactor: convert initializeApp to func component and use JSX transform in the codebase (#4056) 2021-10-14 22:56:51 +05:30
actionFinalize.tsx Refactor: convert initializeApp to func component and use JSX transform in the codebase (#4056) 2021-10-14 22:56:51 +05:30
actionFlip.ts feat: improved freedraw (#3512) 2021-05-09 17:42:10 +02:00
actionGroup.tsx Refactor: convert initializeApp to func component and use JSX transform in the codebase (#4056) 2021-10-14 22:56:51 +05:30
actionHistory.tsx Refactor: convert initializeApp to func component and use JSX transform in the codebase (#4056) 2021-10-14 22:56:51 +05:30
actionMenu.tsx Refactor: convert initializeApp to func component and use JSX transform in the codebase (#4056) 2021-10-14 22:56:51 +05:30
actionNavigate.tsx Refactor: convert initializeApp to func component and use JSX transform in the codebase (#4056) 2021-10-14 22:56:51 +05:30
actionProperties.tsx Refactor: convert initializeApp to func component and use JSX transform in the codebase (#4056) 2021-10-14 22:56:51 +05:30
actionSelectAll.ts refactor: Stop using the deprecated keyCode (#2426) 2020-12-01 22:36:06 +01:00
actionStyles.ts feat: Add separators on context menu (#2659) 2021-01-27 20:11:17 +01:00
actionToggleGridMode.tsx fix: Rename 'Grid mode' to 'Show grid' (#2944) 2021-02-05 23:50:53 +02:00
actionToggleStats.tsx feat: Shortcut key for nerd stats (#3552) 2021-05-12 14:27:35 +05:30
actionToggleViewMode.tsx fix: deselect elements on viewMode toggle (#3741) 2021-06-16 19:01:16 +02:00
actionToggleZenMode.tsx fix: track zenmode and grid mode usage (#2900) 2021-02-02 20:57:22 +05:30
actionZindex.tsx refactor: Rename appearance to theme (#3237) 2021-03-13 18:58:06 +05:30
index.ts feat: customise export dialog with UIOptions.canvasActions.export prop (#3658) 2021-05-29 02:56:25 +05:30
manager.tsx feat: add undo/redo buttons & tweak footer (#3832) 2021-07-15 18:48:03 +02:00
register.ts Prefer arrow functions and callbacks (#1210) 2020-05-20 15:21:37 +02:00
shortcuts.ts feat: Shortcut key for nerd stats (#3552) 2021-05-12 14:27:35 +05:30
types.ts feat: add undo/redo buttons & tweak footer (#3832) 2021-07-15 18:48:03 +02:00