Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Clarify `LineEdit.shortcut_keys_enabled` only affects context menu items | Haoyu Qiu | 2024-10-19 | 1 | -1/+2 |
| | |||||
* | Expose `LineEdit` `edit` and `unedit` methods. | Mounir Tohami | 2024-10-04 | 1 | -1/+14 |
| | |||||
* | Clarify when LineEdit's `text_submitted` signal is emitted | Hugo Locurcio | 2024-09-25 | 1 | -4/+4 |
| | |||||
* | Expose has_undo() and has_redo() of LineEdit | MewPurPur | 2024-09-19 | 1 | -0/+12 |
| | |||||
* | Add Control+Shift+U (rebindabe) action for Unicode input, show hex as it is ↵ | bruvzg | 2024-09-12 | 1 | -0/+18 |
| | | | | entered. | ||||
* | Prevent `LineEdit` from losing focus when text is submitted or rejected. | Mounir Tohami | 2024-09-10 | 1 | -1/+20 |
| | |||||
* | Remove empty `[b]Example:[/b]` lines from the class reference | Micky | 2024-08-19 | 1 | -2/+2 |
| | |||||
* | Use black for font outlines by default instead of white | Hugo Locurcio | 2024-02-28 | 1 | -1/+1 |
| | | | | | This makes font outlines more usable out of the box, as black is one of the most commonly used colors for font outlines. | ||||
* | Add keywords to improve search in the class reference | Hugo Locurcio | 2024-02-22 | 1 | -3/+3 |
| | |||||
* | Make LineEdit secret character easier to change and enter | jsjtxietian | 2023-10-19 | 1 | -1/+1 |
| | | | | | | | 1. Allow values longer than 1 character in the property, but trim characters after the first one. 2. Allow empty strings, this acts like if a space was used as a secret character, so that an error isn't printed when you erase all characters in the property. | ||||
* | Docs: Fix typos for LineEdit reference | Mark Wilson | 2023-09-01 | 1 | -2/+2 |
| | |||||
* | [TextServer] Fix system font fallback and caret/selection behavior for ↵ | bruvzg | 2023-08-15 | 1 | -1/+1 |
| | | | | composite characters. | ||||
* | Add drag and drop option for line edit and rich text label | unknown | 2023-07-19 | 1 | -0/+3 |
| | |||||
* | Doctool: Remove version attribute from XML header | Rémi Verschelde | 2023-07-06 | 1 | -1/+1 |
| | | | | | | We don't use that info for anything, and it generates unnecessary diffs every time we bump the minor version (and CI failures if we forget to sync some files from opt-in modules (mono, text_server_fb). | ||||
* | Bump version to 4.2-dev | Rémi Verschelde | 2023-07-05 | 1 | -1/+1 |
| | | | | Keep on waitin' | ||||
* | Overhaul the top sections of the class reference (GUI classes) | VolTer | 2023-05-28 | 1 | -11/+10 |
| | |||||
* | Validate code tags in documentation for potential params | Yuri Sizov | 2023-04-26 | 1 | -3/+3 |
| | | | | | | | Adds a check to make_rst to look for matches between the text inside of the [code][/code] tag and known param identifiers. Fixes most of what was revealed. | ||||
* | 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 |
| | | | | Can't stop, won't stop, they said, huh? | ||||
* | 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 |
| | | | | | | It's been changed in EditorSettings, LineEdit, TextEdit. Affects setters and getters, and passed parameters, too. | ||||
* | [Web] Rename JavaScript platform to Web. | Fabio Alessandrelli | 2022-08-29 | 1 | -1/+1 |
| | | | | Also rename export name from "HTML5" to "Web". | ||||
* | 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 |
| | | | | | | | | | | | | Number is used for things that can be counted (discrete items - think "integer" in this context). Also fixes a couple of awkward phrases. | ||||
* | | [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 "generate_mipmap" font import option. Add some missing features to the Sprite3D. Move BiDi override code from Control to TextServer. Add functions to access TextServer font cache textures. Add MSDF related flags and shader to the standard material. Change standard material cache to use HashMap instead of Vector. | ||||
* | Add an XML schema for documentation | Hugo Locurcio | 2022-02-15 | 1 | -1/+1 |
| | | | | | | | | This makes it easier to spot syntax errors when editing the class reference. The schema is referenced locally so validation can still work offline. Each class XML's schema conformance is also checked on GitHub Actions. | ||||
* | 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 |
| | | | | | | | | | | | | | | | | | | | | | | | The new default project theme uses StyleBoxFlat extensively for a more modern design and better scalability to multiple resolutions. SVG icons are now used in place of PNG icons. While this does not allow for true vector-based icon drawing (icons are still rasterized at load-time), this makes the design work easier for contributors and opens the door to vector drawing in the future (e.g. with polygons or SDFs). Like for editor icons, the SVG header file is now built automatically when a SVG file is changed. This removing the need for running `make_header.py` manually (TODO). The "Use Hidpi" project setting has been removed in favor of a "Default Theme Scale" project setting, which allows creating the default theme at a higher/lower scale than the default. This can be used when designing GUIs with a high base resolution to ensure crisp visuals. Co-authored-by: Yuri Sizov <yuris@humnom.net> | ||||
* | Merge pull request #54956 from ↵ | Rémi Verschelde | 2022-01-13 | 1 | -1/+4 |
|\ | | | | | | | | | Calinou/lineedit-textedit-add-caret-width-theme-item Add a theme constant to change LineEdit and TextEdit's caret width | ||||
| * | Add a theme constant to change LineEdit and TextEdit's caret width | Hugo Locurcio | 2022-01-07 | 1 | -1/+4 |
| | | | | | | | | | | This can be useful to improve caret visibility, especially at larger font sizes. This can also be used for accessibility purposes. | ||||
* | | [TextServer] Improve ligature cursor handling. | bruvzg | 2022-01-09 | 1 | -1/+1 |
|/ | | | | | | Fix mid-grapheme hit test. Fix OpenType features property handling, add default features override option. Enable mid-grapheme cursor by default. | ||||
* | 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 |
| | | | | Co-authored-by: Josh DeGraw <joshmdegraw@gmail.com> | ||||
* | 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 font selection toolbar editor plugin. | ||||
* | 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 |
| | | | | And fix up formatting not supported by makerst. |