Ecosyste.ms: Issues

An open API service for providing issue and pull request metadata for open source projects.

GitHub / britzl/defold-richtext issues and pull requests

#90 - The JUSTIFY alignment does not behave correctly

Issue - State: closed - Opened by Morgerion 27 days ago - 2 comments

#89 - Font in custom tag

Pull Request - State: closed - Opened by abadonna 11 months ago - 2 comments

#88 - Pass tags with on_click msg

Pull Request - State: closed - Opened by rawktron 12 months ago - 1 comment

#87 - Add a richtext.remove equivalent for characters

Issue - State: open - Opened by ChrisRegan about 1 year ago - 2 comments
Labels: enhancement

#86 - Example Project Error

Issue - State: closed - Opened by ChrisRegan over 1 year ago - 1 comment

#85 - valign doesn't seem to be doing anything

Issue - State: closed - Opened by Qwarr over 1 year ago - 2 comments

#84 - font tag fix

Pull Request - State: closed - Opened by abadonna over 1 year ago

#83 - Color tag is adding extra white space between words

Issue - State: closed - Opened by subsoap over 1 year ago - 1 comment

#82 - When using <a> tag along with combine_words on_click throws an error

Issue - State: closed - Opened by Qwarr over 1 year ago - 1 comment

#81 - combine_words seems to be broken

Issue - State: closed - Opened by Qwarr over 1 year ago - 1 comment

#79 - Added option to convert words back to plain text

Pull Request - State: closed - Opened by britzl over 1 year ago

#76 - Added support for manually sized images

Pull Request - State: closed - Opened by dblumin45 about 2 years ago - 1 comment

#75 - Add function to get plain text of text with tags in it

Issue - State: closed - Opened by subsoap over 2 years ago - 1 comment

#74 - Color tag shouldn't cause words to be "broken up"?

Issue - State: open - Opened by subsoap over 2 years ago - 7 comments
Labels: bug

#73 - Cleaner unicode character insert method

Issue - State: open - Opened by subsoap over 2 years ago - 1 comment
Labels: enhancement, more info

#72 - Multiple repeat tags causes Lua memory allocation error.

Issue - State: closed - Opened by subsoap over 2 years ago - 1 comment
Labels: bug

#71 - Text alignment like pivot in text node

Issue - State: closed - Opened by MamontRussel about 3 years ago - 4 comments
Labels: enhancement, more info

#70 - Spacing between words/nodes

Issue - State: closed - Opened by MamontRussel about 3 years ago - 1 comment

#69 - add ability to automatically scale text to fit in the bounds supplied

Issue - State: open - Opened by greay about 3 years ago - 1 comment
Labels: enhancement

#68 - ALIGN_JUSTIFY last line bug

Issue - State: closed - Opened by Bethleem over 3 years ago - 3 comments
Labels: more info

#67 - Long Text

Issue - State: closed - Opened by GreenArrow18 almost 4 years ago - 1 comment
Labels: enhancement

#66 - Unnecessary spaces between nodes of different colors.

Issue - State: open - Opened by astrochili almost 4 years ago - 8 comments
Labels: bug

#65 - Update richtext.lua to add richtext.remove()

Pull Request - State: closed - Opened by 8bitskull about 4 years ago

#64 - Macro tag to apply multiple sets of commonly used tags at once

Issue - State: closed - Opened by subsoap about 4 years ago - 4 comments
Labels: enhancement

#63 - Add options to make images conform in scale to fit line height of previous or next char

Issue - State: open - Opened by subsoap about 4 years ago - 3 comments
Labels: enhancement

#62 - Offset shadowed text / images

Issue - State: closed - Opened by subsoap about 4 years ago - 3 comments
Labels: enhancement, more info

#61 - Add size as a create settings field to set the default scale

Issue - State: closed - Opened by subsoap about 4 years ago - 1 comment
Labels: enhancement

#60 - Add callback support for handling unknown tags

Issue - State: closed - Opened by subsoap about 4 years ago - 2 comments
Labels: enhancement

#59 - Make it easy to inject color lists

Issue - State: closed - Opened by subsoap about 4 years ago

#58 - metrics should include img count

Issue - State: closed - Opened by subsoap about 4 years ago - 2 comments

#57 - is_empty tags improperly being added to preceding words since 5.8.0

Issue - State: closed - Opened by subsoap about 4 years ago - 6 comments

#56 - wait tag

Issue - State: closed - Opened by subsoap about 4 years ago - 6 comments

#55 - Vertical alignment setting

Issue - State: closed - Opened by 8bitskull over 4 years ago

#54 - Implement paragraphs

Pull Request - State: closed - Opened by dapetcu21 over 4 years ago - 3 comments

#53 - Justified text

Issue - State: closed - Opened by Bethleem over 4 years ago - 1 comment

#52 - Add support for right-to-left text

Issue - State: open - Opened by britzl over 4 years ago
Labels: enhancement

#51 - Rescale images inline

Issue - State: closed - Opened by dapetcu21 almost 5 years ago - 1 comment

#50 - Ability to use all directional alignment basic gui objects have

Issue - State: closed - Opened by Qwarr almost 5 years ago - 1 comment

#49 - The new 5.8.0 tag parser generates empty text words that can break layout

Issue - State: closed - Opened by dapetcu21 about 5 years ago - 1 comment

#48 - Zero width space

Pull Request - State: closed - Opened by britzl about 5 years ago

#47 - How to deal with exceeding the node limit?

Issue - State: closed - Opened by rgrams about 5 years ago - 2 comments

#46 - Add option to truncate down to nearest full word

Pull Request - State: closed - Opened by britzl about 5 years ago - 1 comment

#45 - Handle nested tags

Pull Request - State: closed - Opened by britzl about 5 years ago - 1 comment

#44 - add text shadow color, outline color.

Issue - State: closed - Opened by d954mas about 5 years ago - 1 comment

#43 - Rework parser to allow overlapping & nested tags. Add example.

Pull Request - State: closed - Opened by rgrams about 5 years ago - 2 comments

#42 - Add support for overlapping/out of order tags.

Issue - State: closed - Opened by rgrams about 5 years ago - 3 comments

#41 - Add support for &nbsp; as a complement to the <nobr> tag

Issue - State: closed - Opened by britzl about 5 years ago - 1 comment
Labels: enhancement

#40 - Fading one or more characters in at a time smoothly

Issue - State: closed - Opened by subsoap about 5 years ago - 8 comments

#39 - Adding extra waiting time for create_truncate_example()

Issue - State: closed - Opened by subsoap about 5 years ago - 11 comments

#38 - richtext.truncate for truncating one word at a time

Issue - State: closed - Opened by subsoap about 5 years ago - 9 comments

#37 - Weird, hard to repro bug

Issue - State: closed - Opened by dapetcu21 about 5 years ago - 13 comments

#36 - Fix line layout when using combine_words

Pull Request - State: closed - Opened by dapetcu21 about 5 years ago - 2 comments

#35 - Combine words causes wrong metrics

Issue - State: closed - Opened by dapetcu21 about 5 years ago

#34 - Support for long texts

Issue - State: closed - Opened by paweljarosz over 5 years ago - 1 comment

#31 - Defold-richtext does not set text node outline color

Issue - State: closed - Opened by mosmetro almost 6 years ago

#30 - Added support for UTF8

Pull Request - State: closed - Opened by britzl almost 6 years ago

#29 - Set text node size based on font metrics

Pull Request - State: closed - Opened by britzl about 6 years ago

#28 - Anchor tag not correct work, if font is big size

Issue - State: closed - Opened by ElementalArchmage about 6 years ago - 1 comment
Labels: bug

#27 - How to reuse already created nodes?

Issue - State: closed - Opened by Ogimle over 6 years ago - 5 comments

#26 - Bold and linebreak compatibility

Issue - State: closed - Opened by ghroot over 6 years ago

#25 - Add a tag or tag parameter that prevents line breaks

Issue - State: closed - Opened by britzl over 6 years ago - 1 comment
Labels: enhancement

#24 - A call to truncate() should return the last visible word

Issue - State: closed - Opened by britzl over 6 years ago - 1 comment
Labels: enhancement

#23 - Make all new nodes inherit alpha

Pull Request - State: closed - Opened by dapetcu21 over 6 years ago

#22 - It should be possible to get parameters from custom tags

Issue - State: closed - Opened by britzl over 6 years ago - 1 comment

#21 - Sprites being scaled when they shouldn't be?

Issue - State: closed - Opened by subsoap over 6 years ago - 4 comments

#20 - Image tags wrapped in size tags should affect the image size

Issue - State: closed - Opened by britzl over 6 years ago - 1 comment

#19 - Animate example wave more

Pull Request - State: closed - Opened by subsoap over 6 years ago

#18 - Line padding setting tag?

Issue - State: closed - Opened by subsoap over 6 years ago - 2 comments

#17 - Multiline strings break, linebreaks of multiline strings should be ignored?

Issue - State: closed - Opened by subsoap over 6 years ago - 8 comments

#16 - Helper function to get number of characters including spaces while ignoring tags

Issue - State: closed - Opened by subsoap over 6 years ago - 3 comments

#15 - richtext.update(nodes, text, font, settings) ?

Issue - State: closed - Opened by subsoap over 6 years ago - 2 comments

#14 - Truncate to x many chars while ignoring tags

Issue - State: closed - Opened by subsoap over 6 years ago - 2 comments

#13 - Spine animation support?

Issue - State: closed - Opened by subsoap over 6 years ago - 2 comments

#12 - Get last char x,y position

Issue - State: closed - Opened by subsoap over 6 years ago - 6 comments

#11 - <br> broken?

Issue - State: closed - Opened by subsoap over 6 years ago - 6 comments

#10 - Reduce draw calls by assigning layers to nodes

Issue - State: closed - Opened by britzl over 6 years ago - 1 comment

#9 - Add support for linebreak <br> tag

Issue - State: closed - Opened by britzl over 6 years ago - 1 comment

#8 - Add support for empty tags or immediately closing tags

Issue - State: closed - Opened by britzl over 6 years ago - 1 comment

#7 - Per character effects

Issue - State: closed - Opened by subsoap over 6 years ago - 2 comments

#6 - Emoticon / emoji / custom texture character support

Issue - State: closed - Opened by subsoap over 6 years ago - 1 comment

#5 - Horizontally center each line of text

Issue - State: closed - Opened by britzl over 6 years ago - 1 comment

#4 - Add support for displaying images in the text

Issue - State: closed - Opened by britzl over 6 years ago - 4 comments

#3 - Return height of generated text

Issue - State: closed - Opened by britzl over 6 years ago - 2 comments

#2 - Custom tags or classes

Issue - State: closed - Opened by britzl over 6 years ago - 1 comment

#1 - Issue with line breaks

Issue - State: closed - Opened by britzl over 6 years ago - 1 comment