Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-05-10 | Style: Add missing copyright headers | Rémi Verschelde | |
2020-05-07 | Merge pull request #31086 from volzhs/underline | Rémi Verschelde | |
Use underline position and thickness value in font file | |||
2020-05-07 | Merge pull request #38385 from ThakeeNathees/method-bind-text_edit-set_line | Rémi Verschelde | |
method bind TextEdit::set_line() added | |||
2020-05-06 | PopupMenu.get_current_index() bound to ClassDB | nobuyuki_nyuu | |
2020-05-06 | Merge pull request #38495 from DarkMessiah/tree-bind-suffix | Rémi Verschelde | |
Bind set_suffix and get_suffix in Tree | |||
2020-05-06 | Merge pull request #38488 from ↵ | Rémi Verschelde | |
EricEzaM/adjust-stretch-ratio-value-range-and-documentation Updated editor spin slider to have better behaviour and adjusted control's size_flags_stretch_ratio value range | |||
2020-05-06 | Bind set_suffix/get_suffix in Tree | Stanislav Labzyuk | |
2020-05-06 | Updated editor spin slider to have better behaviour and adjusted control's ↵ | Eric M | |
size_flags_stretch_ratio value range | |||
2020-05-05 | Merge pull request #37293 from Janglee123/ctrl-click-improvements | Rémi Verschelde | |
Improved go-to definition (Ctrl + Click) | |||
2020-05-05 | Improved go-to definition (Ctrl + Click) | janglee | |
Co-Authored-By: Bojidar Marinov <bojidar.marinov.bg@gmail.com> | |||
2020-05-01 | method bind TextEdit::set_line() added | Thakee Nathees | |
2020-04-30 | Fixed bbcode parsing for built-in RichTextEffects in RichTextLabel | Darenn | |
RichTextEffect can now have a bbcode string starting like one of the built-in. It was impossible before as the built-in would take precedence over the custom effect that has the same bbcode start. Example : [fade] would take precedence over [fade_in] | |||
2020-04-29 | Merge pull request #37846 from CaptainProton42/text-edit-undo-stack-size | Rémi Verschelde | |
Add "undo_max_stack_size" property to TextEdit | |||
2020-04-29 | Use underline position and thickness value in font file | volzhs | |
2020-04-29 | Limit undo stack size | John Wigg | |
The stack size of the undo history of a TextEdit was not limited leading to potential memory leaks when doing lots of operations on a TextEdit. This commit adds the option gui/common/text_edit_undo_stack_max_size to the project settings. The first element of the undo stack is popped if the stack's size exceeds this value ensuring limited memory usage. The default stack size setting is 1024. Fixes #37838. | |||
2020-04-29 | [Core] Rename linear_interpolate to lerp | Aaron Franke | |
2020-04-29 | Remove unneccessary increment in TextEdit | Tomasz Chabora | |
2020-04-28 | Rename InputFilter back to Input | Rémi Verschelde | |
It changed name as part of the DisplayServer and input refactoring in #37317, with the rationale that input no longer goes through the main loop, so the previous Input singleton now only does filtering. But the gains in consistency are quite limited in the renaming, and it breaks compatibility for all scripts and tutorials that access the Input singleton via the scripting language. A temporary option was suggested to keep the scripting singleton named `Input` even if its type is `InputFilter`, but that adds inconsistency and breaks C#. Fixes godotengine/godot-proposals#639. Fixes #37319. Fixes #37690. | |||
2020-04-16 | Merge pull request #37047 from YeldhamDev/tabcontainer_doc_control_fix | Rémi Verschelde | |
Fix incorrect TabContainer documentation for 'get_tab_control()' | |||
2020-04-15 | Add "node_unselected" signal for GraphEdit | asheraryam | |
2020-04-13 | Fixed 0 width issue of rich text label | janglee | |
Fixes #37746 | |||
2020-04-10 | Fix OptionButton docs godotengine#36803 | Zak Grumbles | |
* item_selected and item_focused docs incorrectly had 'id' as the parameter. Changed to 'index'. * Fix parameter name in ADD_SIGNAL callin code. | |||
2020-04-10 | Merge pull request #37517 from nekomatata/slider-grab-area-highlight | Rémi Verschelde | |
Add style for highlighted Slider grab area | |||
2020-04-08 | Remove unused ofs variable | theludovyc | |
2020-04-08 | erase : if ( i < offset ) { continue;} in for loops | theludovyc | |
2020-04-07 | Fixed underlines and striketrough not respecting visible character | janglee | |
2020-04-07 | Merge pull request #37591 from Anutrix/remove_reduntant_class | Rémi Verschelde | |
Removed redundant class LineEditFileChooser from file_dialog | |||
2020-04-07 | Merge pull request #37642 from dreamsComeTrue/rich-text-strike-fix | Rémi Verschelde | |
Calculate strike-through y-position correctly (RichTexteLabel) | |||
2020-04-07 | Merge pull request #37615 from guilhermefelipecgs/fix_37526 | Rémi Verschelde | |
Fix TextureRect::flip_* when used with atlas texture | |||
2020-04-06 | Calculate strike-through position correctly | Dominik 'dreamsComeTrue' Jasiński | |
Fixes: #37637 | |||
2020-04-06 | Merge pull request #37639 from qarmin/no_more_leaks | Rémi Verschelde | |
Fixes leaks when running editor | |||
2020-04-06 | Fixes leaks when running editor | qarmin | |
2020-04-06 | Fix TextureRect::flip_* when used with atlas texture | Guilherme Felipe | |
Fix #37526 | |||
2020-04-06 | Merge pull request #37556 from KoBeWi/kill_get_index | Rémi Verschelde | |
Remove Node.get_position_in_parent() | |||
2020-04-06 | Remove Node.get_position_in_parent() | Tomasz Chabora | |
2020-04-05 | Merge pull request #37397 from Eoin-ONeill-Yokai/Bug37081 | Rémi Verschelde | |
Correction to RichTextLabel Tabulation (Bug 37081) | |||
2020-04-05 | Removed reduntant class LineEditFileChooser. | unknown | |
2020-04-04 | Fix file dialog not showing icons | unknown | |
2020-04-04 | Remove redundant vbx variable in FileDialog | unknown | |
2020-04-03 | Merge pull request #37505 from YeldhamDev/viewcont_rename | Rémi Verschelde | |
Rename ViewportContainer to SubViewportContainer | |||
2020-04-02 | Add style for highlighted Slider grab area | PouleyKetchoupp | |
2020-04-02 | Replace more occurrences of NULL with nullptr | Rémi Verschelde | |
2020-04-02 | Replace NULL with nullptr | lupoDharkael | |
2020-04-02 | Merge pull request #37504 from qarmin/out_of_bound_cursor | Rémi Verschelde | |
Fix array out of bounds access caused by uninitialised variables | |||
2020-04-01 | Rename ViewportContainer to SubViewportContainer | Michael Alexsander | |
2020-04-01 | Fix out of bound array access caused by unassigned variable | Rafał Mikrut | |
2020-04-01 | Merge pull request #37443 from Leleat/master | Rémi Verschelde | |
Fix PopupMenu's letter jumping on any InputEventKey (instead of just a press) | |||
2020-03-31 | doc: Sync classref with DisplayServer/Window changes | Rémi Verschelde | |
2020-03-30 | fixed PopupMenus letterjumping on any InputEvent | Leleat | |
2020-03-30 | SCons: Format buildsystem files with psf/black | Rémi Verschelde | |
Configured for a max line length of 120 characters. psf/black is very opinionated and purposely doesn't leave much room for configuration. The output is mostly OK so that should be fine for us, but some things worth noting: - Manually wrapped strings will be reflowed, so by using a line length of 120 for the sake of preserving readability for our long command calls, it also means that some manually wrapped strings are back on the same line and should be manually merged again. - Code generators using string concatenation extensively look awful, since black puts each operand on a single line. We need to refactor these generators to use more pythonic string formatting, for which many options are available (`%`, `format` or f-strings). - CI checks and a pre-commit hook will be added to ensure that future buildsystem changes are well-formatted. |