コミット履歴

作者 SHA1 メッセージ 日付
  Kārlis Seņko 05f5774592 Use correct meta item in rich text. 6 年 前
  marxin 8d51618949 Add -Wshadow=local to warnings and fix reported issues. 6 年 前
  Rémi Verschelde b16c309f82 Update copyright statements to 2019 6 年 前
  Rémi Verschelde 01fa0673a4 Merge pull request #22870 from semtri/godot-issue-7620 6 年 前
  allkhor c80b9e9173 RichTextLabel: update the cache when the scroll hide. 6 年 前
  allkhor 970dc91cb7 RichTextLabel: clear the scroll offset. 7 年 前
  Sean McCarthy 0ce185629d Fix "fill" justification in RichTextLabel to only affect lines that have automatically wrapped. 7 年 前
  dennisseong 14c0b75b63 Fix richtextlabel meta links shouldn't open when swiping to scroll 7 年 前
  Rémi Verschelde d95bbb8922 Fix warnings about set but unused variables [-Wunused-but-set-variable] 7 年 前
  Rémi Verschelde cda5b0bfe1 Fix warnings about unused variables [-Wunused-variable] 7 年 前
  Rémi Verschelde d8b30d42f5 Fix warnings for operator precedence disambiguation [-Wparentheses] 7 年 前
  Rémi Verschelde ea63c9a870 Inspector: Enable wrap for multiline text widget 7 年 前
  Michael Alexsander Silva Dias d959e2ce78 Add proper strikethrough BBCode to RichTextLabel 7 年 前
  Rémi Verschelde c25e23317c Rename ScrollBar's drag_slave to drag_node 7 年 前
  Rémi Verschelde 82a0e752df Merge pull request #21877 from DualMatrix/richlabel 7 年 前
  Rémi Verschelde 277b24dfb7 Make core/ includes absolute, remove subfolders from include path 7 年 前
  DualMatrix dd6074010c Fixed the remove_line function in richtextlabel. It was totally broken 7 年 前
  Rémi Verschelde 52466d57e9 Make some debug prints verbose-only, remove others 7 年 前
  Hein-Pieter van Braam 0e29f7974b Reduce unnecessary COW on Vector by make writing explicit 7 年 前
  Juan Linietsky 336db8bcd1 -Fix tooltips in inspector, now they show as rich text. 7 年 前
  Will Nations a9ea06e73a Fix underline_meta not working in RichTextLabel 7 年 前
  Guilherme Silva d63cc11bee Change from "search dialog" to "search bar" on help screen 7 年 前
  Ruslan Mustakov 5cd12f6649 Perfect FreeType-based outlines for DynamicFonts 7 年 前
  Max Hilbrunner fb4e9526e8 Merge pull request #18122 from olivergs/wip/rtl-content-height 7 年 前
  Max Hilbrunner fc9fad925b Merge pull request #18146 from mjtorn/gh-mjtorn-rtl-shadow 7 年 前
  thfrwn f48ff4dc64 fix clang6 assignment error 7 年 前
  Markus Törnqvist 1c6ea572ca Implement font shadows for RichTextLabel 7 年 前
  Oliver Gutierrez 63a472aea4 RichTextLabel, doc: Added new method to get total content height 7 年 前
  robfram ef2b7b090c Fix `RichTextLabel` column size growing beyond its calculated `max_width` 7 年 前
  robfram 5358befb41 Fix bad rendering of BBCode tables in `RichTextLabel` 7 年 前