Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | 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. | |||
2020-03-29 | Correction to RichTextLabel Tabulation | Eoin O'Neill | |
Correct backtrack assignment to prevent excessive tabulation. Worth noting that tabulation is treated differently in RichTextLabel because of custom user-asignable tab variable which creates problems with dynamic fonts specifically. | |||
2020-03-27 | Renaming of servers for coherency. | Juan Linietsky | |
VisualServer -> RenderingServer PhysicsServer -> PhysicsServer3D Physics2DServer -> PhysicsServer2D NavigationServer -> NavigationServer3D Navigation2DServer -> NavigationServer2D Also renamed corresponding files. | |||
2020-03-27 | Rename more 2D and 3D nodes to follow convention | Rémi Verschelde | |
Rename editor plugins to match the new node names. | |||
2020-03-26 | Add macOS DisplayServer implementation. | bruvzg | |
Change global menu to use Callable, add support for check items and submenus. | |||
2020-03-26 | Fixes to X11, still pretty broken | Juan Linietsky | |
2020-03-26 | Multiple changes to DisplayServerX11 | Mateo Kuruk Miccino | |
- Travis: Change x11 to linuxbsd - SCons: Change x11 plataform to linuxbsd - Plugins: Remove ; to avoid fallthrough warning - DisplayServerX11: Implement set_icon - DisplayServerX11: Fix X11 bug when a window was erased from windows map, all the changes from that erased windows are sending to the main window - DisplayServerX11: Reorder create_window commands - DisplayServerX11: Change every Size2 to Size2i and Rect2 to Rect2i where it belongs + More X11 fixes which have been integrated directly back into reduz's original commits while rebasing the branch. | |||
2020-03-26 | Reworked tooltips to use the popup system. | Juan Linietsky | |
2020-03-26 | Popups have also been converted to windows | Juan Linietsky | |
Controls using the old modal API have been replaced to use popups. | |||
2020-03-26 | Open sub-windows as embedded if the OS does not support them | Juan Linietsky | |
2020-03-26 | Popups are now windows also (broken!) | Juan Linietsky | |
2020-03-26 | Working multiple window support, including editor | Juan Linietsky | |
2020-03-26 | Refactored input, goes all via windows now. | Juan Linietsky | |
Also renamed Input to InputFilter because all it does is filter events. | |||
2020-03-26 | Added a Window node, and made it the scene root. | Juan Linietsky | |
Still a lot of work to do. | |||
2020-03-26 | Effective DisplayServer separation, rename X11 -> LinuxBSD | Juan Linietsky | |
2020-03-26 | Refactored Input, create DisplayServer and DisplayServerX11 | Juan Linietsky | |
2020-03-26 | Merge pull request #37274 from ↵ | Rémi Verschelde | |
Janglee123/corrected-text-selection-in-color-picker Corrected text selection in color picker | |||
2020-03-25 | Corrected text selection in color picker | janglee | |
Fixes #35603 | |||
2020-03-25 | Merge pull request #37281 from ↵ | Rémi Verschelde | |
ThakeeNathees/fix-project-manager-don't-consume-Enter Fix: project manager don't consume Enter key #17620 | |||
2020-03-25 | fix project manager don't consume Enter key #17620 | Thakee Nathees | |
2020-03-24 | Merge pull request #37280 from KoBeWi/n | Rémi Verschelde | |
Make search in RichTextLabel case-insensitive | |||
2020-03-24 | Merge pull request #37176 from dkaste/line-edit-secret-fix-2 | Rémi Verschelde | |
Use LineEdit secret character width everywhere | |||
2020-03-24 | Make search in RichTextLabel case-insensitive | Tomasz Chabora | |
2020-03-21 | Fix potential divisions by 0 reported by MSVC | Rémi Verschelde | |
The `TextEdit` one was indeed a potential bug. The `PCKPacker` one seems to be a false positive, it's already in a `for` loop that depends on `files.size()`. | |||
2020-03-19 | Use LineEdit secret character width everywhere | Darren Kaste | |
2020-03-18 | Merge pull request #37094 from dkaste/line-edit-secret-select | Rémi Verschelde | |
Calculate LineEdit selection with secret character |