Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | Implemented drag and drop across windows, both OS and embedded. | Juan Linietsky | |
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 | Support for transient windows | 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-26 | Merge pull request #37279 from Waridley/fix_22016 | Rémi Verschelde | |
Fix volume interpolation in positional audio nodes | |||
2020-03-26 | Merge pull request #37287 from Chaosus/vs_sky | Yuri Roubinsky | |
Added sky shader mode to visual shaders | |||
2020-03-25 | Added sky shader mode to visual shaders | Yuri Roubinsky | |
2020-03-25 | Corrected text selection in color picker | janglee | |
Fixes #35603 | |||
2020-03-25 | Fix volume interpolation in positional audio nodes | Waridley | |
Fixes #22016 | |||
2020-03-25 | Merge pull request #37272 from AndreaCatania/fix_ik_rot | Rémi Verschelde | |
Fixed IK rotation issue | |||
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-24 | Merge pull request #37268 from clayjohn/VULKAN-sky-color | Rémi Verschelde | |
Replace subpass textures with color in sky shader | |||
2020-03-24 | Replace subpass textures with color in sky shader | clayjohn | |
2020-03-24 | Fixed IK rotation issue | Andrea Catania | |
2020-03-24 | Remove unused classes and stray headers | Rémi Verschelde | |
Found by reviewing headers with 1 or less matching includes: ``` find -name thirdparty -prune -o -name "*.h" -exec basename {} \; | sort -u > headers for header in $(cat headers); do echo "$header: "; rg -l "#include \"(.*/)?$header\"" | wc -l; done > list-includes ``` | |||
2020-03-24 | Remove unreferenced & undocumented class Space2D | Dominik 'dreamsComeTrue' Jasiński | |
2020-03-22 | Merge pull request #37179 from clayjohn/VULKAN-sky-shader | Rémi Verschelde | |
Implement Sky Shaders | |||
2020-03-21 | Working sky shader implementation | clayjohn | |
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-20 | Merge pull request #37169 from AndreaCatania/AndreaCatania-patch-2 | Rémi Verschelde | |
Fixes navigation path reset | |||
2020-03-19 | Add shader based background mode | Bastiaan Olij | |
2020-03-19 | Use LineEdit secret character width everywhere | Darren Kaste | |
2020-03-19 | Fixes navigation path reset | Andrea Catania | |
2020-03-18 | Merge pull request #37094 from dkaste/line-edit-secret-select | Rémi Verschelde | |
Calculate LineEdit selection with secret character | |||
2020-03-18 | Merge pull request #37123 from simpuid/placeholder-fix | Rémi Verschelde | |
Remove update condition from LineEdit::update_placeholder_width | |||
2020-03-18 | Merge pull request #37113 from KoBeWi/to_enable_or_not_to_enable | Rémi Verschelde | |
Fix visibility enabler flag toggling | |||
2020-03-17 | Clarify the Viewport size warning message | Rasmus Vermeulen | |
2020-03-18 | Remove update condition from LineEdit::update_placeholder_width | simpuid | |
Placeholder with length greater than `max_length` are allowed, so there is no reason for those update condition. It fixes the odd alignment of placeholder when it's length is greater than `max_length` | |||
2020-03-17 | Add size warning to Viewport Node | Rasmus Vermeulen | |
2020-03-17 | Fix visibility enabler flag toggling | Tomasz Chabora | |
2020-03-17 | Style: Set clang-format Standard to Cpp11 | Rémi Verschelde | |
For us, it practically only changes the fact that `A<A<int>>` is now used instead of the C++03 compatible `A<A<int> >`. Note: clang-format 10+ changed the `Standard` arguments to fully specified `c++11`, `c++14`, etc. versions, but we can't use `c++17` now if we want to preserve compatibility with clang-format 8 and 9. `Cpp11` is still supported as deprecated alias for `Latest`. | |||
2020-03-16 | Merge pull request #36491 from AndreaCatania/edit_node_anim_state_mac | Rémi Verschelde | |
Added new method to edit an already added node to anim state machine | |||
2020-03-16 | Added new method to replace an already added node to the animation state machine | Andrea Catania | |
2020-03-16 | Calculate LineEdit selection with secret character | Darren Kaste | |
2020-03-14 | Fix divison by zero issue | Ev1lbl0w | |