summaryrefslogtreecommitdiffstats
path: root/doc/classes/LineEdit.xml
Commit message (Expand)AuthorAgeFilesLines
* Clarify `LineEdit.shortcut_keys_enabled` only affects context menu itemsHaoyu Qiu2024-10-191-1/+2
* Expose `LineEdit` `edit` and `unedit` methods.Mounir Tohami2024-10-041-1/+14
* Clarify when LineEdit's `text_submitted` signal is emittedHugo Locurcio2024-09-251-4/+4
* Expose has_undo() and has_redo() of LineEditMewPurPur2024-09-191-0/+12
* Add Control+Shift+U (rebindabe) action for Unicode input, show hex as it is e...bruvzg2024-09-121-0/+18
* Prevent `LineEdit` from losing focus when text is submitted or rejected.Mounir Tohami2024-09-101-1/+20
* Remove empty `[b]Example:[/b]` lines from the class referenceMicky2024-08-191-2/+2
* Use black for font outlines by default instead of whiteHugo Locurcio2024-02-281-1/+1
* Add keywords to improve search in the class referenceHugo Locurcio2024-02-221-3/+3
* Make LineEdit secret character easier to change and enterjsjtxietian2023-10-191-1/+1
* Docs: Fix typos for LineEdit referenceMark Wilson2023-09-011-2/+2
* [TextServer] Fix system font fallback and caret/selection behavior for compos...bruvzg2023-08-151-1/+1
* Add drag and drop option for line edit and rich text labelunknown2023-07-191-0/+3
* Doctool: Remove version attribute from XML headerRémi Verschelde2023-07-061-1/+1
* Bump version to 4.2-devRémi Verschelde2023-07-051-1/+1
* Overhaul the top sections of the class reference (GUI classes)VolTer2023-05-281-11/+10
* Validate code tags in documentation for potential paramsYuri Sizov2023-04-261-3/+3
* Fix mistakes in documentation and GDScript errorsVolTer2023-04-101-2/+2
* Implement LineEdit.get_selected_text()VolTer2023-03-301-0/+6
* Bump version to 4.1-devRémi Verschelde2023-03-011-1/+1
* Fix `LineEdit` and `TextEdit` context menus not customizableDanil Alexeev2023-01-271-22/+67
* Document MDSF font outlines may require `msdf_pixel_range` adjustmentsHugo Locurcio2022-12-191-0/+1
* Allow selecting SpinBox & LineEdit text when focus entersHaoyu Qiu2022-10-291-0/+3
* Rename every instance of `caret_blink_speed` to `caret_blink_interval`Micky2022-09-061-1/+1
* [Web] Rename JavaScript platform to Web.Fabio Alessandrelli2022-08-291-1/+1
* Merge pull request #62771 from bruvzg/line_edit_trimRémi Verschelde2022-08-261-1/+1
|\
| * Fix LineEdit text incorrectly trimmed due to rounding errors.bruvzg2022-07-101-1/+1
* | [doc] Fix grammar in class docs: amount vs. numberAndy Maloney2022-08-171-2/+2
* | [doc] Use "param" instead of "code" to refer to parameters (5)Andy Maloney2022-08-151-3/+3
* | Change LineEdit secret character from "*" to "•".bruvzg2022-08-111-2/+2
* | Rename the argument tag to param in XML documentationYuri Sizov2022-08-081-9/+9
* | Add support for multiple virtual keyboard typesBrian Semrau2022-08-041-0/+28
|/
* Refactor Font configuration and import UI, and Font resources.bruvzg2022-07-061-21/+0
* Implement Label3D node.bruvzg2022-04-221-1/+1
* Add an XML schema for documentationHugo Locurcio2022-02-151-1/+1
* Move placeholder color to theme itemPaulb232022-01-301-3/+3
* Improve the default project themeHugo Locurcio2022-01-191-6/+6
* Merge pull request #54956 from Calinou/lineedit-textedit-add-caret-width-them...Rémi Verschelde2022-01-131-1/+4
|\
| * Add a theme constant to change LineEdit and TextEdit's caret widthHugo Locurcio2022-01-071-1/+4
* | [TextServer] Improve ligature cursor handling.bruvzg2022-01-091-1/+1
|/
* Document that transparent StyleBoxes/textures should be used for UI focusHugo Locurcio2021-12-151-1/+1
* align to horizontal_alignment, valign to vertical_alignment, relatedNathan Franke2021-12-091-14/+2
* Make overridden properties link to parent definitionYuri Sizov2021-12-031-2/+2
* Sort and group theme properties in docs, improve formatting for theme and enumsYuri Sizov2021-12-011-18/+18
* Add functions for getting name and font style from dynamic and bitmap fonts.bruvzg2021-10-311-0/+3
* Add option to make selection uniqueConteZero2021-10-271-0/+3
* Merge pull request #53702 from ConteZero/primary_clipboard_linuxRémi Verschelde2021-10-201-0/+4
|\
| * Added primary clipboard for LinuxConteZero2021-10-181-0/+4
* | Add warnings to methods that give access to internal nodesYuri Sizov2021-10-101-0/+1
|/
* doc: Fix style inconsistencies for `[b]Note:[/b]` paragraphsRémi Verschelde2021-10-051-1/+1