summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Attribute factory: default the tag to span if NULL.devs/tasn/ifacesTom Hacohen2019-10-121-2/+2
* Markup serializer: split to a base class and remove the legacy one.Tom Hacohen2019-10-124-30/+34
* A way to get the base attribute type of an attribute.Tom Hacohen2019-10-124-2/+22
* Cursor: follow notes.Tom Hacohen2019-10-124-30/+22
* Remove commetns that have been addressed.Tom Hacohen2019-10-123-12/+1
* Move to the new style object.Tom Hacohen2019-10-129-109/+232
* Remove redundant code.Tom Hacohen2019-10-121-100/+0
* More attribute implementation.Tom Hacohen2019-10-124-133/+85
* Add back attribute factory and add some propertiesTom Hacohen2019-10-128-2/+286
* Remove unused code.Tom Hacohen2019-10-121-191/+0
* Implement bidi delimiters set/get.Tom Hacohen2019-10-122-2/+3
* Remove item and attribute factories.Tom Hacohen2019-10-1217-1438/+2
* Add item providers.Tom Hacohen2019-10-122-1/+30
* Remove uses of the now removed ptr()Tom Hacohen2019-10-122-5/+5
* Add a way to get the singleton of the markup class.Tom Hacohen2019-10-121-2/+7
* Move vertical align back into canvas text.Tom Hacohen2019-10-123-8/+27
* Add comment.Tom Hacohen2019-10-121-0/+1
* Cursor: emit changed signal on position_set.Tom Hacohen2019-10-121-0/+3
* Rename changed,user -> changed,user,pre.Tom Hacohen2019-10-122-8/+8
* Cursor: add a function to set the text objcet directly.Tom Hacohen2019-10-122-0/+17
* Add a comment.Tom Hacohen2019-10-121-1/+3
* Make canvas.text use the old text styles for now.Tom Hacohen2019-10-125-94/+47
* Add a markup legacy class.Tom Hacohen2019-10-122-0/+9
* Textblock: remove the style attribute.Tom Hacohen2019-10-121-15/+0
* Update and rename markup class.Tom Hacohen2019-10-124-69/+36
* Automatically update layout on obstacle changes.Tom Hacohen2019-10-121-8/+13
* Minor change.Tom Hacohen2019-10-121-1/+3
* Rename obstacle_del to obstacle_remove.Tom Hacohen2019-10-122-2/+2
* Raw editable: change replacemnt char to a codepoint.Tom Hacohen2019-10-122-3/+3
* Raw editable: fix cursor movements to handle cluters and words correctly.Tom Hacohen2019-10-121-7/+13
* Fix word start/end and implement grapheme start/end.Tom Hacohen2019-10-124-62/+248
* Fix content get for paragraph separators.Tom Hacohen2019-10-121-1/+9
* Fix fixme.Tom Hacohen2019-10-121-2/+1
* Fix cursor_prev when jumping paragraphs.Tom Hacohen2019-10-121-1/+7
* Improvements.Tom Hacohen2019-10-122-2/+3
* Fix segfault in cursor free.Tom Hacohen2019-10-121-5/+9
* rename to use newline_as_paragraphAli Alzyod2019-10-121-2/+2
* Cursor: Fix the setting of cur_obj.Tom Hacohen2019-10-121-1/+2
* Attribute for anchors: make const.Tom Hacohen2019-10-121-1/+1
* comments.Tom Hacohen2019-10-122-1/+2
* Input text.Tom Hacohen2019-10-122-20/+33
* Add comments.Tom Hacohen2019-10-121-0/+2
* Fix cursor_word_start.Tom Hacohen2019-10-121-16/+23
* Canvas text: fix jump by.Tom Hacohen2019-10-121-27/+4
* Emit cursor changed events on cursor.Tom Hacohen2019-10-121-3/+3
* Add comments.Tom Hacohen2019-10-121-0/+1
* Call the cursor changed user functions on the interactive cursor.Tom Hacohen2019-10-124-16/+23
* Remove redundant structures from ui.text.Tom Hacohen2019-10-121-51/+0
* Improve anchors and comments.Tom Hacohen2019-10-124-11/+16
* Add comments.Tom Hacohen2019-10-122-2/+2