index
:
pakakeh.ts
dev
main
Web user interface components built with TypeScript.
Shulhan
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
editor
Age
Commit message (
Expand
)
Author
2024-10-03
editor: allow inserting tab on editor
Shulhan
2024-09-15
all: commit all generate JavaScript files
Shulhan
2023-12-08
editor: set the caret color to red
Shulhan
2023-12-08
editor: set key control to false on blur
Shulhan
2023-12-08
editor: reduce the padding in the content
Shulhan
2023-11-21
editor: update layout without using float
Shulhan
2023-11-21
editor: fix paste that always add new line
Shulhan
2023-11-21
editor: replace execCommand with Selection
Shulhan
2023-11-15
editor: add method to set content editable or not
Shulhan
2023-11-15
editor: use CTRL+Enter to trigger save instead of CTRL+s
Shulhan
2023-11-11
editor: re-render content after save
Shulhan
2023-11-11
editor: handle paste event manually
Shulhan
2023-11-05
editor: simplify using one contenteditable
Shulhan
2023-11-02
editor: handle mouse selection, copy, and paste multiple lines
Shulhan
2023-11-01
editor: handle DELETE on selection
Shulhan
2023-10-30
editor: fix handling control key
Shulhan
2023-10-24
all: fix all linter warnings from tsc and eslint
Shulhan
2023-10-24
all: reformat all files
Shulhan
2022-03-15
all: re-licensing wui under GPL 3.0 or later
Shulhan
2021-10-20
editor: handle key Delete
Shulhan
2021-10-20
editor: export the ClearSelection method
Shulhan
2021-09-05
editor: convert the example to TypeScript and loaded as module
Shulhan
2021-08-30
editor: fix example converting the content to base64
Shulhan
2021-08-29
all: remove and ignore generate JavaScript files
Shulhan
2021-08-29
editor: remove unused import WuiResponseInterface
Shulhan
2021-08-29
editor: make the lines field become public
Shulhan
2021-08-29
editor: always decode the node content from base64
Shulhan
2021-08-29
editor: simplify the Open method
Shulhan
2021-08-28
editor: listen on key Escape on document to clear selection
Shulhan
2021-08-28
all: use the WuiResponseInterface for non-void return type
Shulhan
2021-08-28
all: refactoring to follow the coding style in README
Shulhan
2021-08-27
editor: add handler to save the content
Shulhan
2021-08-23
editor: remove the SaveFile field from Editor
Shulhan
2021-08-22
editor: add method GetContent
Shulhan
2021-08-15
editor: add method to get file and selection range
Shulhan
2021-08-12
editor: add event handler for OnSelection
Shulhan
2021-07-31
editor: pressing escape key will clear the selection
Shulhan
2021-07-31
editor: implement redo functionality using CTRL+r
Shulhan
2021-07-31
all: add license file and headers
Shulhan
2021-07-29
editor: handle undo with CTRL+Z
Shulhan
2021-07-27
editor: fix paste to plain text
Shulhan
2021-07-27
editor: fix enter and support for backspace
Shulhan
2021-07-26
editor: init the style sheet using javascript and add support for tab
Shulhan
2021-07-26
editor: add support to move arrow up and down between text
Shulhan
2021-07-26
all: implement editor
Shulhan