Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | Remove extra separator when TextEdit is read only and unselectable | Haoyu Qiu | 2022-03-04 | 1 | -2/+4 | |
|/ | ||||||
* | Fix LineEdit and TextEdit carets disappearing at theme scales below 1.0 | Hugo Locurcio | 2022-03-03 | 1 | -1/+2 | |
| | | | | | This fixes carets disappearing in the editor when the Editor Scale setting is set below 100%. | |||||
* | Fixed caret change signal emission | Paulb23 | 2022-02-28 | 1 | -10/+22 | |
| | ||||||
* | Use `switch` consistently in `_notification` (`scene` folder) | Rémi Verschelde | 2022-02-15 | 1 | -2/+14 | |
| | ||||||
* | Add sub-pixel glyph positioning support. | bruvzg | 2022-02-12 | 1 | -1/+1 | |
| | ||||||
* | Fix typos with codespell | Rémi Verschelde | 2022-02-10 | 1 | -1/+1 | |
| | | | | | | | Using codespell 2.2-dev from current git. Added `misc/scripts/codespell.sh` to make it easier to run it once in a while and update the skip and ignore lists. | |||||
* | Cleanup and move char functions to the `char_utils.h` header. | bruvzg | 2022-02-04 | 1 | -21/+9 | |
| | ||||||
* | [TextServer] Add function to change font, font size, and OpenType features ↵ | bruvzg | 2022-02-02 | 1 | -19/+54 | |
| | | | | without invalidating line break points, justification points, or recreating shaped text buffer. | |||||
* | Move placeholder color to theme item | Paulb23 | 2022-01-30 | 1 | -14/+2 | |
| | ||||||
* | Fix TextEdit placeholder not checking line count | Paulb23 | 2022-01-25 | 1 | -4/+4 | |
| | ||||||
* | Merge pull request #55884 from ↵ | Rémi Verschelde | 2022-01-24 | 1 | -0/+1 | |
|\ | | | | | | | preslavnpetrov/ctrl-enter-deleting-selection-fix-master | |||||
| * | Fix selection being deleted and indentation not being accounted for | Preslavb | 2022-01-23 | 1 | -0/+1 | |
| | | ||||||
* | | Add Placeholder to TextEdit | Paulb23 | 2022-01-23 | 1 | -10/+105 | |
|/ | ||||||
* | Convert TextEdit callbacks to Callable | Paulb23 | 2022-01-19 | 1 | -24/+24 | |
| | ||||||
* | Improve locale detection. | bruvzg | 2022-01-18 | 1 | -1/+1 | |
| | | | | | Use separate language, script and country lists. Add locale selection dialog and property hint. | |||||
* | Merge pull request #56720 from volokh0x/to-fix-#56274 | Rémi Verschelde | 2022-01-16 | 1 | -0/+11 | |
|\ | ||||||
| * | Save clear action of TextEdit in history when used from context menu | volokh0x | 2022-01-16 | 1 | -0/+11 | |
| | | ||||||
* | | Merge pull request #54956 from ↵ | Rémi Verschelde | 2022-01-13 | 1 | -1/+1 | |
|\ \ | | | | | | | | | | | | | 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/+1 | |
| | | | | | | | | | | | | | | | This can be useful to improve caret visibility, especially at larger font sizes. This can also be used for accessibility purposes. | |||||
* | | | Merge pull request #56637 from KoBeWi/maxxxxxxcroll | Rémi Verschelde | 2022-01-10 | 1 | -0/+2 | |
|\ \ \ | | | | | | | | | Set max value of inactive TextEdit scrolls to 0 | |||||
| * | | | Set max value of inactive TextEdit scrolls to 0 | kobewi | 2022-01-09 | 1 | -0/+2 | |
| |/ / | ||||||
* | | | Merge pull request #55225 from bruvzg/fix_ligature_cursor_and_ot_features | Rémi Verschelde | 2022-01-10 | 1 | -3/+3 | |
|\ \ \ | ||||||
| * | | | [TextServer] Improve ligature cursor handling. | bruvzg | 2022-01-09 | 1 | -3/+3 | |
| |/ / | | | | | | | | | | | | | | | | Fix mid-grapheme hit test. Fix OpenType features property handling, add default features override option. Enable mid-grapheme cursor by default. | |||||
* / / | Fix glyph index for bitmap fonts. | bruvzg | 2022-01-10 | 1 | -2/+2 | |
|/ / | | | | | | | Fix TextEdit glyph position rounding. | |||||
* | | Update copyright statements to 2022 | Rémi Verschelde | 2022-01-03 | 1 | -2/+2 | |
| | | | | | | | | Happy new year to the wonderful Godot community! | |||||
* | | Fix various typos | luz paz | 2022-01-02 | 1 | -2/+2 | |
|/ | | | | | | | | | | | | | | | | | | | | | | | | | | | Found via ` codespell -q 3 -S ./thirdparty,*.po,./DONORS.md -L ackward,ang,ans,ba,beng,cas,childs,childrens,dof,doubleclick,expct,fave,findn,gird,hist,inout,leapyear,lod,nd,numer,ois,ony,paket,seeked,sinc,switchs,te,uint,varn` Update editor/import/resource_importer_layered_texture.cpp Co-authored-by: Raul Santos <raulsntos@gmail.com> Update doc/classes/TileSetScenesCollectionSource.xml Co-authored-by: Raul Santos <raulsntos@gmail.com> Update scene/gui/graph_edit.cpp Co-authored-by: Raul Santos <raulsntos@gmail.com> Update scene/resources/animation.cpp Co-authored-by: Raul Santos <raulsntos@gmail.com> Update scene/resources/animation.cpp Co-authored-by: Raul Santos <raulsntos@gmail.com> Update scene/resources/animation.cpp Co-authored-by: Raul Santos <raulsntos@gmail.com> Update scene/gui/rich_text_label.cpp Co-authored-by: Raul Santos <raulsntos@gmail.com> Revert previously committed change | |||||
* | Merge pull request #55729 from ↵ | Rémi Verschelde | 2021-12-12 | 1 | -2/+5 | |
|\ | | | | | | | cdemirer/fix-script-editor-unexpected-scroll-upon-resize | |||||
| * | Fix unexpected scroll on resize + consistent return value | cdemirer | 2021-12-11 | 1 | -2/+5 | |
| | | ||||||
* | | Merge pull request #55739 from Paulb23/text-edit-base-performance | Rémi Verschelde | 2021-12-10 | 1 | -46/+88 | |
|\ \ | ||||||
| * | | Optimise TextEdit base operations | Paulb23 | 2021-12-08 | 1 | -46/+88 | |
| |/ | ||||||
* / | Replace String comparisons with "", String() to is_empty() | Nathan Franke | 2021-12-09 | 1 | -5/+5 | |
|/ | | | | | | Also: - Adds two stress tests to test_string.h - Changes to .empty() on std::strings | |||||
* | Fix bad popups offset in editor with single window off | jmb462 | 2021-12-06 | 1 | -2/+2 | |
| | | | | | Co-authored-by: Gil Arasa Verge <gilarasaverge@gmail.com> Co-authored-by: Tomasz Chabora <kobewi4e@gmail.com> | |||||
* | Fixed TextEdit underline draw pos | Paulb23 | 2021-12-03 | 1 | -4/+4 | |
| | ||||||
* | Add drag and drop to TextEdit | ConteZero | 2021-12-02 | 1 | -2/+131 | |
| | ||||||
* | Rename `remove()` to `remove_at()` when removing by index | Lightning_A | 2021-11-23 | 1 | -7/+7 | |
| | ||||||
* | Merge pull request #55151 from Chaosus/control_reset_size | Rémi Verschelde | 2021-11-22 | 1 | -2/+2 | |
|\ | ||||||
| * | Added `reset_size` method to `Control` and `Window` classes | Yuri Roubinsky | 2021-11-22 | 1 | -2/+2 | |
| | | ||||||
* | | Add methods to get position from column and line in TextEdit | Yuri Sizov | 2021-11-22 | 1 | -4/+76 | |
|/ | ||||||
* | Fix TextEdit mouse interactions when the last line is hidden | Paulb23 | 2021-11-17 | 1 | -35/+53 | |
| | ||||||
* | Rename built-in `SGN()` macro to `SIGN()` | Hugo Locurcio | 2021-11-16 | 1 | -4/+4 | |
| | | | | | This matches the name of the GDScript function (except it's uppercase here). | |||||
* | Use "enum class" for input enums | Aaron Franke | 2021-11-12 | 1 | -24/+24 | |
| | ||||||
* | Merge pull request #54204 from Ev1lbl0w/bugfix-textedit_selection_mode_crash | Rémi Verschelde | 2021-11-10 | 1 | -0/+2 | |
|\ | ||||||
| * | Fix crash with indexing array with bad values | Ev1lbl0w | 2021-11-10 | 1 | -0/+2 | |
| | | ||||||
* | | Merge pull request #54166 from ConteZero/unique_selection | Rémi Verschelde | 2021-10-27 | 1 | -1/+19 | |
|\ \ | |/ |/| | ||||||
| * | Add option to make selection unique | ConteZero | 2021-10-27 | 1 | -1/+19 | |
| | | ||||||
* | | Merge pull request #54045 from ConteZero/primary_clipboard_linux_fix_warning | Rémi Verschelde | 2021-10-23 | 1 | -5/+11 | |
|\ \ | ||||||
| * | | Fix primary clipboard warning | ConteZero | 2021-10-23 | 1 | -5/+11 | |
| |/ | ||||||
* / | Use TitleCase for CTL dialog menu options | Hugo Locurcio | 2021-10-21 | 1 | -23/+23 | |
|/ | | | | This is more consistent with other actions exposed in the dialog. | |||||
* | Merge pull request #53702 from ConteZero/primary_clipboard_linux | Rémi Verschelde | 2021-10-20 | 1 | -0/+47 | |
|\ | ||||||
| * | Added primary clipboard for Linux | ConteZero | 2021-10-18 | 1 | -0/+47 | |
| | |