Age | Commit message (Collapse) | Author | |
---|---|---|---|
2021-06-13 | Merge pull request #49526 from Chaosus/fix_textureregion_errors | Rémi Verschelde | |
2021-06-12 | Fixed a bunch of connection errors in TextureEditorPlugin | Yuri Roubinsky | |
2021-06-12 | Consistently prefix bound virtual methods with _ | kobewi | |
2021-06-11 | Rename Reference to RefCounted | Pedro J. Estébanez | |
2021-06-11 | Core: Move DirAccess and FileAccess to `core/io` | Rémi Verschelde | |
File handling APIs are typically considered part of I/O, and we did have most `FileAccess` implementations in `core/io` already. | |||
2021-06-10 | Move default values from definition to declaration in GraphEdit | Marcel Admiraal | |
2021-06-09 | Merge pull request #49155 from ↵ | Rémi Verschelde | |
winterpixelgames/button-pressed-during-button-up-signal Emit button_up signal after setting pressed to false. | |||
2021-06-09 | Merge pull request #47280 from winterpixelgames/focus_doesnt_change_hover | Rémi Verschelde | |
Dont Change Hovering during Control Focus Events | |||
2021-06-07 | Merge pull request #49307 from pycbouh/tabs-update-on-theme-changes | Rémi Verschelde | |
Make sure `Tabs` reflect theme changes | |||
2021-06-07 | Style: Cleanup uses of double spaces between words | Rémi Verschelde | |
Or after punctuation. Tried to leave third-party stuff alone, unless it has been heavily modified for Godot. | |||
2021-06-04 | Make sure Tabs reflect theme changes | Yuri Sizov | |
2021-06-03 | Use a more specific type for AcceptDialog register_text_enter | Aaron Franke | |
2021-06-03 | Merge pull request #46482 from KoBeWi/size_warning_the_sequel | Rémi Verschelde | |
Warn about changing size only when it's relevant | |||
2021-06-02 | Use bold fonts in editor | reduz | |
* Labels are now bold * Categories in trees are bold * Main editor buttons are bold * Fixed section folding arrows in inspector | |||
2021-06-01 | Merge pull request #45393 from Paulb23/code_edit_autocomplete | Rémi Verschelde | |
2021-06-01 | Move and expose Code Hint in CodeEdit | Paulb23 | |
2021-06-01 | Move and expose AutoComplete in CodeEdit | Paulb23 | |
2021-06-01 | Add comment and string tracking to CodeEdit | Paulb23 | |
2021-06-01 | Merge pull request #49241 from floppyhammer/fix-tree-item-dragging | Rémi Verschelde | |
Make tree item dragging not affected by touch dragging | |||
2021-06-01 | fix-tree-item-dragging | floppyhammer | |
2021-06-01 | Fix TextEdit selection drawing behing minimap | Paulb23 | |
2021-06-01 | Merge pull request #48770 from ↵ | Rémi Verschelde | |
LightningAA/scrollcontainer-ensure-item-visible-4.0 ScrollContainer: Expose `_ensure_focused_visible` to the scripting API and rename it to `ensure_control_visible` | |||
2021-05-31 | ScrollContainer: Expose `_ensure_focused_visible` to the API | Lightning_A | |
Was renamed to `ensure_control_visible` | |||
2021-05-27 | Emit button_up signal after setting pressed to false. | Jason Knight | |
2021-05-26 | Fixed implementation of RTL remove_line(), which fixed issues in EditorLog. | Eric M | |
There were some issues in RichTextLabel `remove_line()` method, where items were not correctly removed, and line decremending for items in later lines was not correctly done. This also fixed several headaches with EditorLog, which relied on the `remove_line()` method for collapsing of duplicate messages. The fix to RTL also fixed the issues with EditorLog. Fixes #49030 | |||
2021-05-26 | Fix disappearing relationship lines in Tree when item is out of view | Yuri Sizov | |
2021-05-25 | Merge pull request #48546 from pycbouh/tree-highlight-selected-relationships | Rémi Verschelde | |
2021-05-25 | Merge pull request #48837 from Soupstraw/shader-pi | Rémi Verschelde | |
Added constants PI, TAU and E to the shader language | |||
2021-05-25 | Add highlight to the relationship lines of selected Tree items | Yuri Sizov | |
2021-05-25 | Merge pull request #48955 from Calinou/editor-tweak-property-hints | Rémi Verschelde | |
Tweak dozens of editor property hints for consistency | |||
2021-05-25 | Added constants PI, TAU and E to the shader language | Joosep Jääger | |
2021-05-25 | Tweak dozens of editor property hints for consistency | Hugo Locurcio | |
- Update Viewport MSAA property hints to match the currently exposed values. - Add some performance hints to property hints. | |||
2021-05-22 | Add a keyboard shortcut to select the word under cursor in TextEdit | Hugo Locurcio | |
This also acts as a general-purpose "deselect" shortcut since pressing it a second time will deselect text. This is available both in the script editor and in TextEdit fields in use, both in the editor and projects. The Duplicate Line script editor shortcut was moved to Ctrl + Shift + D since it conflicts with the new shortcut (Ctrl + D). The rationale for doing so is that Duplicate Line is a less commonly used action, and its behavior can be replicated by copying and pasting the current line anyway. (With no selection active, the whole line will be copied.) | |||
2021-05-22 | Add custom background line colour to TextEdit and remove marked lines | Paulb23 | |
2021-05-20 | Fix typos with codespell | Rémi Verschelde | |
Using codespell 2.0.0. Method: ``` $ cat > ../godot-word-whitelist.txt << EOF ang curvelinear dof doubleclick fave findn GIRD leapyear lod merchantibility nd numer ois ony que seeked synching te uint unselect webp EOF $ codespell -w -q 3 -I ../godot-word-whitelist.txt --skip="./thirdparty,*.po" $ git diff // undo unwanted changes ``` | |||
2021-05-18 | Merge pull request #47544 from pycbouh/control-expose-theme-type | Rémi Verschelde | |
2021-05-18 | Merge pull request #46773 from trollodel/TreeItem+ | Rémi Verschelde | |
Improve TreeItem API and allow to move nodes | |||
2021-05-18 | Merge pull request #48528 from sent44/textedit | Rémi Verschelde | |
Expose get_total_visible_rows method to GDScript | |||
2021-05-17 | Improve TreeItem API and allow to move nodes | trollodel | |
2021-05-17 | Fix build after mismatch between #48168 and #48599 | Rémi Verschelde | |
2021-05-17 | Merge pull request #48599 from Calinou/textedit-alt-scroll-faster | Rémi Verschelde | |
Scroll faster when holding Alt in TextEdit (and script editor) | |||
2021-05-17 | Merge pull request #48168 from LightningAA/control-to-ctrl-4.0 | Rémi Verschelde | |
2021-05-17 | Add theme_custom_type property to Control and Window | Yuri Sizov | |
2021-05-17 | Merge pull request #48690 from KoBeWi/static_shader_picker | Rémi Verschelde | |
Create ColorPicker shaders statically | |||
2021-05-17 | Create ColorPicker shaders statically | kobewi | |
2021-05-16 | Merge pull request #48760 from timothyqiu/tree-crash | Rémi Verschelde | |
Fix Tree::get_column_at_position crash | |||
2021-05-16 | Merge pull request #48650 from AnilBK/graph-node-setters | Rémi Verschelde | |
Added GraphNode missing setters. | |||
2021-05-16 | Fix Tree::get_column_at_position crash | Haoyu Qiu | |
2021-05-13 | Attempt to fix rich text label effects processing even when | Eoin O'Neill | |
the node is invisible. ISSUE:47687 | |||
2021-05-13 | -Added missing setters to GraphNode. | Anilforextra | |
-Improved various GraphNode documentation. |