Age | Commit message (Collapse) | Author | |
---|---|---|---|
2022-01-24 | Merge pull request #57105 from rafallus/regression/3d_disabled | Rémi Verschelde | |
2022-01-24 | Merge pull request #57100 from Paulb23/textedit-placeholder | Rémi Verschelde | |
2022-01-23 | Bring reusable variables out of while loop | rafallus | |
2022-01-23 | BaseButton: Rename `pressed` property to `button_pressed` | Rémi Verschelde | |
This fixes a conflict with the `pressed` signal. The new name is temporary and only intended to solve the conflict for upcoming alpha builds. Discussions are still ongoing regarding the BaseButton API and how to rename and refactor more of its properties, signals and methods to have a clearer API in 4.0. | |||
2022-01-23 | Add Placeholder to TextEdit | Paulb23 | |
2022-01-23 | [RTL] Fix missing line separation in the paragraph offset and click calculation. | bruvzg | |
2022-01-23 | Merge pull request #57082 from madmiraal/fix-50802 | Rémi Verschelde | |
2022-01-23 | Minor tweaks and fixes to panning | kobewi | |
2022-01-23 | Fix mouse position not being scaled when window size is changed | Marcel Admiraal | |
2022-01-23 | Merge pull request #57000 from KoBeWi/UNLIMITED_PANNING | Rémi Verschelde | |
2022-01-23 | Merge pull request #57056 from Chaosus/vs_fix_defaults | Rémi Verschelde | |
2022-01-23 | Merge pull request #57060 from KoBeWi/you_have_1_completion_request | Rémi Verschelde | |
2022-01-22 | Merge pull request #56912 from AnilBK/circle-fix | Rémi Verschelde | |
Circle&CapsuleShape2D: Fix outlines missing line. | |||
2022-01-22 | Circle&CapsuleShape2D: Fix outlines missing line. | Anilforextra | |
2022-01-22 | Remove transform input from fog mode in visual shaders | Yuri Roubinsky | |
2022-01-22 | Rename request_code_completion signal | kobewi | |
2022-01-22 | Fix default input port hints for some modes in visual shader | Yuri Roubinsky | |
2022-01-21 | Add ViewPanner to 2D editor | kobewi | |
2022-01-21 | Fix main window title translation. | bruvzg | |
2022-01-21 | Merge pull request #57035 from Chaosus/vs_fix_expression_port_removal | Yuri Roubinsky | |
2022-01-21 | Fix undo after non-last port removal in `VisualShaderNodeExpression` | Yuri Roubinsky | |
2022-01-21 | Merge pull request #56124 from KoBeWi/font_slayer | Rémi Verschelde | |
2022-01-21 | Merge pull request #56963 from KoBeWi/wszystkie_pliki | Rémi Verschelde | |
2022-01-20 | Merge pull request #51452 from omar-polo/fix-macros | Rémi Verschelde | |
2022-01-20 | Merge pull request #52134 from RandomShaper/fix_naming | Rémi Verschelde | |
2022-01-20 | Rename or refactor macros to avoid leading underscores | Omar Polo | |
These are not used consistently and some can conflict with system-specific defines. While here, also delete some unused macros. | |||
2022-01-20 | Rename Variant::is_ref() to is_ref_counted() | Pedro J. Estébanez | |
2022-01-20 | Merge pull request #57001 from bruvzg/popup_dialog_fix | Yuri Roubinsky | |
2022-01-20 | Merge pull request #55360 from Calinou/rename-bake-mode-properties | Rémi Verschelde | |
2022-01-20 | Merge pull request #53276 from Phischermen/propagate_check | Rémi Verschelde | |
2022-01-20 | [Windows] Fix pop-up dialogs instantly closing. | bruvzg | |
2022-01-20 | Merge pull request #56972 from lawnjelly/warn_unused | Rémi Verschelde | |
2022-01-20 | Add nodiscard to core math classes to catch c++ errors. | lawnjelly | |
A common source of errors is to call functions (such as round()) expecting them to work in place, but them actually being designed only to return the processed value. Not using the return value in this case in indicative of a bug, and can be flagged as a warning by using the [[nodiscard]] attribute. | |||
2022-01-20 | Merge pull request #56957 from Pineapple/get-node-error-check-optimization | Rémi Verschelde | |
Rework Node::get_node to omit is_absolute() check in best case scenario | |||
2022-01-19 | Rework Node::get_node to omit is_absolute() check in best case scenario | Bartłomiej T. Listwon | |
2022-01-19 | Merge pull request #54729 from Paulb23/text-edit-callable | Rémi Verschelde | |
2022-01-19 | Convert TextEdit callbacks to Callable | Paulb23 | |
2022-01-19 | Fix FileDialog localization issues | kobewi | |
2022-01-19 | Improve the default project theme | Hugo Locurcio | |
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> | |||
2022-01-19 | Ignore layout and translation changes in Controls outside of tree | Yuri Sizov | |
2022-01-19 | Merge pull request #53923 from KoBeWi/RichBugLabel | Rémi Verschelde | |
2022-01-19 | Fix bottom line in editor log | kobewi | |
2022-01-19 | Merge pull request #56924 from KoBeWi/_or_null | Rémi Verschelde | |
2022-01-19 | Merge pull request #56935 from V-Sekai/window_theme_changed_signal | Rémi Verschelde | |
2022-01-19 | Merge pull request #56825 from bruvzg/macos_fix_fullscr_multiwindow | Rémi Verschelde | |
2022-01-19 | Add missing 'theme_changed' signal to Window class | SaracenOne | |
2022-01-18 | Addded methods to propagate checks & refactored classes to use new methods. | Kevin Fischer | |
2022-01-19 | Fix error on scene tiles cleanup | kobewi | |
2022-01-19 | Fix RichTextLabel tables shrinking expanded columns when there is not enough ↵ | Yuri Sizov | |
space | |||
2022-01-18 | Fix RichTextLabel not respecting line separation in several cases | Yuri Sizov | |