Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-12-26 | Update GraphEdit connection to reflect new signal name | Marcel Admiraal | |
2020-12-23 | Merge pull request #44605 from madmiraal/rename-control-margin | Rémi Verschelde | |
Rename Control margin to offset | |||
2020-12-23 | Rename Control margin to offset | Marcel Admiraal | |
2020-12-21 | Fix RichTextLabel content height and scrollbar calculations. | bruvzg | |
2020-12-21 | Use integer text position in scroll container, TextEdit and canvas editor, ↵ | bruvzg | |
to ensure sharp text rendering. Use integer font align/advance with any font scaling, to ensure sharp text rendering. | |||
2020-12-21 | Merge pull request #44328 from gongpha/tabs-label-incorrect | Rémi Verschelde | |
Refresh TextLine buffer when moving a tab | |||
2020-12-21 | Merge pull request #44300 from KoBeWi/🧹🧹 | Rémi Verschelde | |
Move initialization of some classes to headers | |||
2020-12-18 | Added GraphEdit properties to control lines thickness and antialiasing | Yuri Roubinsky | |
2020-12-17 | FIx visual issues with GraphEdit minimap | Yuri Sizov | |
2020-12-17 | Merge pull request #43416 from pycbouh/graph-minimap | Rémi Verschelde | |
Add a minimap to the GraphEdit | |||
2020-12-16 | Merge pull request #44412 from DanielZTing/rename | Rémi Verschelde | |
Rename neighbour in Control to neighbor | |||
2020-12-16 | GUI: use cursor in TextEdit for non selected text. | Sergey Minakov | |
2020-12-15 | Rename neighbour in Control to neighbor | Daniel Ting | |
This keeps things consistent with the rest of Godot, which uses the American English spelling of Color. | |||
2020-12-15 | Merge pull request #44377 from Calinou/rename-textureprogressbar | Rémi Verschelde | |
Rename the TextureProgress node to TextureProgressBar | |||
2020-12-14 | Rename the TextureProgress node to TextureProgressBar | Hugo Locurcio | |
Advantages: - When searching for "progressbar", you'll see both nodes in the search results. - More consistent with Button/TextureButton. | |||
2020-12-14 | Rename AcceptDialog get_ok() to get_ok_button() | Marcel Admiraal | |
Also renames: - AcceptDialog add_cancel() to add_cancel_button() - ConfirmationDiaglog get_cancel() to get_cancel_button() | |||
2020-12-13 | Merge pull request #42595 from bruvzg/ctl_rich_text | Rémi Verschelde | |
[Complex Text Layouts] Refactor RichTextLabel. | |||
2020-12-13 | Refresh TextLine buffer when moving tab | gongpha | |
2020-12-11 | Move initialization of some classes to headers | Tomasz Chabora | |
2020-12-11 | Fixed mouse scrolling in TextEdit's | Yuri Roubinsky | |
2020-12-11 | [Complex Text Layouts] Refactor RichTextLabel. | bruvzg | |
2020-12-10 | Allow to circle back in 'PopupMenu' even if the first/last item is ↵ | Michael Alexsander | |
non-selectable | |||
2020-12-10 | Merge pull request #44233 from YeldhamDev/popupmenu_circle_back | Rémi Verschelde | |
Re-add circle back scrolling to 'PopupMenu' | |||
2020-12-10 | Merge pull request #44070 from YeldhamDev/popupmenu_separator_font_color | Rémi Verschelde | |
Add "font_color_separator" theme property to 'PopupMenu' | |||
2020-12-10 | Merge pull request #44124 from volzhs/tabs-in-front | Rémi Verschelde | |
Add option to draw all tabs in front | |||
2020-12-10 | Add option to draw all tabs in front | volzhs | |
2020-12-09 | Re-add circle back scrolling to 'PopupMenu' | Michael Alexsander | |
2020-12-09 | Merge pull request #44128 from KoBeWi/🧹 | Rémi Verschelde | |
Cleanup unused engine code | |||
2020-12-09 | Cleanup unused engine code | Tomasz Chabora | |
2020-12-09 | Fix connections to CanvasItem and Tabs signals | Rémi Verschelde | |
Follow-up to #44188 and #44189. | |||
2020-12-09 | Static analyzer fixes: | bruvzg | |
Removes unused code in OS. Fixes return types. Fixes few typos. | |||
2020-12-08 | Rename Tabs close and hover signals to tab_closed and tab_hovered | Marcel Admiraal | |
2020-12-07 | [Complex Text Layouts] Performance optimizations. | bruvzg | |
2020-12-06 | [Complex Text Layouts] Fix missing ItemList item text buffer init in ↵ | bruvzg | |
`add_icon_item`. | |||
2020-12-06 | [Complex Text Layouts] Align glyph offsets and advances to the pixel grid. | bruvzg | |
2020-12-06 | [Complex Text Layouts] Adds missing Font::SPACING_* to the Label, LineEdit, ↵ | bruvzg | |
TextEdit, TextLine and TextParagraph. Fixes oversized editor control height (default editor spacing is negative) and control size changing when text is set. | |||
2020-12-04 | doc: Sync classref with current source | Rémi Verschelde | |
And fixups: - Add missing bindings in RenderingServer - Remove duplicate ArrayMesh enum bindings (they're in Mesh already) - Remove redundant _unhandled_key_input binding in Control (it's in Node already) | |||
2020-12-03 | Add "font_color_separator" theme property to 'PopupMenu' | Michael Alexsander | |
2020-12-01 | Update page value properly of ScrollContainer | volzhs | |
2020-11-30 | Add a minimap to the GraphEdit | Yuri Sizov | |
2020-11-30 | Merge pull request #43971 from volzhs/fix-tab-container | Rémi Verschelde | |
Fix TabContainer crashes | |||
2020-11-30 | fix #43695 by revert part of #41576 | FIF15 | |
Note that #42109 already reverted the change of MenuButton, and actually fixed #43695. As a result, this commit only reverts the change to LinkButton, in order to prevent unpredictable consequences. | |||
2020-11-30 | Fix TabContainer crashes | volzhs | |
2020-11-30 | Exposed shortcut_context property to scripting and added documentation. | Eric M | |
I didn't expose this as a property or add documentation in the original PR #42109. | |||
2020-11-28 | Merge pull request #43828 from Chaosus/restore_line_antialiasing | Yuri Roubinsky | |
Restored antialiased lines by emulation using triangle strips | |||
2020-11-28 | Merge pull request #42109 from EricEzaM/PR/input-and-shortcuts-rework | Rémi Verschelde | |
Shortcuts rework - fixed issues with input propagation and triggering of unwanted shortcuts. | |||
2020-11-27 | Restored antialiased lines by emulation using triangle strips | Yuri Roubinsky | |
2020-11-26 | [Complex Text Layouts] Refactor TextEdit and CodeEdit controls. | bruvzg | |
2020-11-26 | [Complex Text Layouts] Refactor Label and LineEdit controls. | bruvzg | |
2020-11-26 | [Complex Text Layouts] Refactor Font class, default themes and controls to ↵ | bruvzg | |
use Text Server interface. Implement interface mirroring. Add TextLine and TextParagraph classes. Handle UTF-16 input on macOS and Windows. |