| Commit message (Expand) | Author | Age | Files | Lines |
* | Validate code tags in documentation for potential params | Yuri Sizov | 2023-04-26 | 1 | -3/+3 |
* | Fix mistakes in documentation and GDScript errors | VolTer | 2023-04-10 | 1 | -2/+2 |
* | Implement LineEdit.get_selected_text() | VolTer | 2023-03-30 | 1 | -0/+6 |
* | Bump version to 4.1-dev | Rémi Verschelde | 2023-03-01 | 1 | -1/+1 |
* | Fix `LineEdit` and `TextEdit` context menus not customizable | Danil Alexeev | 2023-01-27 | 1 | -22/+67 |
* | Document MDSF font outlines may require `msdf_pixel_range` adjustments | Hugo Locurcio | 2022-12-19 | 1 | -0/+1 |
* | Allow selecting SpinBox & LineEdit text when focus enters | Haoyu Qiu | 2022-10-29 | 1 | -0/+3 |
* | Rename every instance of `caret_blink_speed` to `caret_blink_interval` | Micky | 2022-09-06 | 1 | -1/+1 |
* | [Web] Rename JavaScript platform to Web. | Fabio Alessandrelli | 2022-08-29 | 1 | -1/+1 |
* | Merge pull request #62771 from bruvzg/line_edit_trim | Rémi Verschelde | 2022-08-26 | 1 | -1/+1 |
|\ |
|
| * | Fix LineEdit text incorrectly trimmed due to rounding errors. | bruvzg | 2022-07-10 | 1 | -1/+1 |
* | | [doc] Fix grammar in class docs: amount vs. number | Andy Maloney | 2022-08-17 | 1 | -2/+2 |
* | | [doc] Use "param" instead of "code" to refer to parameters (5) | Andy Maloney | 2022-08-15 | 1 | -3/+3 |
* | | Change LineEdit secret character from "*" to "•". | bruvzg | 2022-08-11 | 1 | -2/+2 |
* | | Rename the argument tag to param in XML documentation | Yuri Sizov | 2022-08-08 | 1 | -9/+9 |
* | | Add support for multiple virtual keyboard types | Brian Semrau | 2022-08-04 | 1 | -0/+28 |
|/ |
|
* | Refactor Font configuration and import UI, and Font resources. | bruvzg | 2022-07-06 | 1 | -21/+0 |
* | Implement Label3D node. | bruvzg | 2022-04-22 | 1 | -1/+1 |
* | Add an XML schema for documentation | Hugo Locurcio | 2022-02-15 | 1 | -1/+1 |
* | Move placeholder color to theme item | Paulb23 | 2022-01-30 | 1 | -3/+3 |
* | Improve the default project theme | Hugo Locurcio | 2022-01-19 | 1 | -6/+6 |
* | Merge pull request #54956 from Calinou/lineedit-textedit-add-caret-width-them... | Rémi Verschelde | 2022-01-13 | 1 | -1/+4 |
|\ |
|
| * | Add a theme constant to change LineEdit and TextEdit's caret width | Hugo Locurcio | 2022-01-07 | 1 | -1/+4 |
* | | [TextServer] Improve ligature cursor handling. | bruvzg | 2022-01-09 | 1 | -1/+1 |
|/ |
|
* | Document that transparent StyleBoxes/textures should be used for UI focus | Hugo Locurcio | 2021-12-15 | 1 | -1/+1 |
* | align to horizontal_alignment, valign to vertical_alignment, related | Nathan Franke | 2021-12-09 | 1 | -14/+2 |
* | Make overridden properties link to parent definition | Yuri Sizov | 2021-12-03 | 1 | -2/+2 |
* | Sort and group theme properties in docs, improve formatting for theme and enums | Yuri Sizov | 2021-12-01 | 1 | -18/+18 |
* | Add functions for getting name and font style from dynamic and bitmap fonts. | bruvzg | 2021-10-31 | 1 | -0/+3 |
* | Add option to make selection unique | ConteZero | 2021-10-27 | 1 | -0/+3 |
* | Merge pull request #53702 from ConteZero/primary_clipboard_linux | Rémi Verschelde | 2021-10-20 | 1 | -0/+4 |
|\ |
|
| * | Added primary clipboard for Linux | ConteZero | 2021-10-18 | 1 | -0/+4 |
* | | Add warnings to methods that give access to internal nodes | Yuri Sizov | 2021-10-10 | 1 | -0/+1 |
|/ |
|
* | doc: Fix style inconsistencies for `[b]Note:[/b]` paragraphs | Rémi Verschelde | 2021-10-05 | 1 | -1/+1 |
* | Add selection getter methods to `LineEdit` | Yuri Roubinsky | 2021-09-24 | 1 | -0/+18 |
* | Add theme item descriptions to the online documentation | Yuri Sizov | 2021-08-04 | 1 | -16/+16 |
* | doc: Use self-closing tags for `return` and `argument` | Rémi Verschelde | 2021-07-30 | 1 | -52/+26 |
* | Create many types of popups on demand | reduz | 2021-07-17 | 1 | -0/+7 |
* | LineEdit: Respect `max_length` by truncating text to append | Rémi Verschelde | 2021-07-06 | 1 | -1/+25 |
* | Add multiple descriptions to several classes | Nick Huelin | 2021-07-06 | 1 | -0/+1 |
* | Better format arguments in variant parser | Michael Alexsander Silva Dias | 2021-06-18 | 1 | -9/+9 |
* | Documentation search fixes | Gregory Basile | 2021-06-16 | 1 | -1/+1 |
* | Rename LineEdit caret_* properties getters and setters to match property | Marcel Admiraal | 2021-04-17 | 1 | -38/+38 |
* | doc: Sync classref with current source | Rémi Verschelde | 2021-02-19 | 1 | -2/+2 |
* | [CTL] Add missing font outline drawing routines and theme constants. | bruvzg | 2021-02-14 | 1 | -0/+6 |
* | doc: Sync classref with current source | Rémi Verschelde | 2021-01-28 | 1 | -3/+3 |
* | Change themes *_color_* to *_*_color | Marcel Admiraal | 2021-01-24 | 1 | -2/+2 |
* | [Complex Text Layouts] Add TextServer documentation. Update Font, CanvasItem,... | bruvzg | 2020-11-26 | 1 | -2/+115 |
* | Docs: Port Code Examples to C# (F, G, H, I, J, K, L) | HaSa1002 | 2020-11-25 | 1 | -2/+10 |
* | Expose LineEdit scroll offset to scripts | PouleyKetchoupp | 2020-11-11 | 1 | -0/+7 |