Age | Commit message (Expand) | Author |
2021-08-12 | Expose and cleanup TextEdit line wrap API | Paulb23 |
2021-08-12 | Cleanup and rename caret operations | Paulb23 |
2021-08-12 | Make TextEdit cut, copy and paste overridable | Paulb23 |
2021-08-12 | Remove dead code from TextEdit | Paulb23 |
2021-08-12 | Merge pull request #51502 from codecat/fix-caret-selection | Rémi Verschelde |
2021-08-12 | Better port handling connection for `GraphEdit` | Yuri Roubinsky |
2021-08-11 | Triple click in text editor now uses last mouse position for validity | Melissa Geels |
2021-08-11 | Move cursor to edge of selection when moving caret left/right | Melissa Geels |
2021-08-11 | Merge pull request #47378 from aaronfranke/use-input-enums | Rémi Verschelde |
2021-08-11 | Merge pull request #51178 from Geometror/layout-options-textline-textparagraph | Rémi Verschelde |
2021-08-11 | Various text layout improvements (TextLine, TextParagraph, Label, TextServer) | Hendrik Brucker |
2021-08-10 | Use Key enum instead of plain integers | Aaron Franke |
2021-08-10 | Merge pull request #49343 from theoway/node_auto_arrangement_graph_edit | K. S. Ernest (iFire) Lee |
2021-08-11 | Automatic arrangement of nodes in VisualScript/VisualShaders editors | Umang Kalra |
2021-08-10 | Merge pull request #49417 from Bhu1-V/gsoc-cmd-plt | Rémi Verschelde |
2021-08-10 | Merge pull request #21922 from aaronfranke/double | Rémi Verschelde |
2021-08-09 | Follow-Up Add SNames to get theme icon | Nathan Franke |
2021-08-09 | Some work on double support | Aaron Franke |
2021-08-09 | Use doubles for time in many other places | Aaron Franke |
2021-08-09 | Merge pull request #43158 from nathanfranke/fix-gradient-and-draw-tile | Rémi Verschelde |
2021-08-09 | Added EditorCommandPalette | Bhuvan Vemula |
2021-08-08 | [Text Server] Improve object (image/table) inline alignment. | bruvzg |
2021-08-07 | Fix Gradient, Color Picker BG, Fix CanvasItem::draw_texture_rect p_tile | Nathan Franke |
2021-08-07 | Redraw on item list custom bg/fg colour change | Paulb23 |
2021-08-05 | Shortcut: Rename `shortcut` property to `event` | Rémi Verschelde |
2021-08-04 | TabContainer: Fix error on removing top-level Control child, Remove _get_tab ... | kleonc |
2021-08-03 | Merge pull request #51177 from kleonc/tab_container-drop-tab-index-fix | Rémi Verschelde |
2021-08-02 | Improve CodeEdit's callhint highlight visibility | Hugo Locurcio |
2021-08-02 | Merge pull request #50122 from Paulb23/code_edit_auto_brace_completion | Rémi Verschelde |
2021-08-02 | TabContainer Fix moving dropped tab at incorrect child index | kleonc |
2021-08-02 | Implements TileMap layers and move TileSetPlugins's functions to the TileMap ... | Gilles Roudière |
2021-08-01 | Clean up and complete CodeEdit inspector and docs | Paulb23 |
2021-08-01 | Move symbol lookup into CodeEdit | Paulb23 |
2021-08-01 | Move line length guidelines into CodeEdit | Paulb23 |
2021-08-01 | Move brace matching into CodeEdit | Paulb23 |
2021-08-01 | Move auto brace completion to CodeEdit | Paulb23 |
2021-07-31 | Make theme item overrides more obvious in the Inspector | Yuri Sizov |
2021-07-30 | Fix "Custom *" theme sections being inside "Auto Translate" | Michael Alexsander |
2021-07-29 | Add `auto_translate` toggle for automatic translation | Michael Alexsander |
2021-07-27 | Multiple cosmetic fixes for embedded windows | Michael Alexsander |
2021-07-26 | Make `switch_on_hover` work on embedded windows | Michael Alexsander |
2021-07-25 | Merge pull request #50835 from bruvzg/optimize_is_rtl | Rémi Verschelde |
2021-07-25 | Merge pull request #50809 from akien-mga/iterators-const-references | Rémi Verschelde |
2021-07-25 | Use const references where possible for List range iterators | Rémi Verschelde |
2021-07-25 | Fix various typos with codespell | luz paz |
2021-07-25 | Optimise `is_layout_rtl` by caching its return value. | bruvzg |
2021-07-23 | Use C++ iterators for Lists in many situations | Aaron Franke |
2021-07-23 | Fix popup submenu in single-window mode | jfons |
2021-07-22 | Make `MenuButton`'s `switch_on_hover` work again | Michael Alexsander |
2021-07-21 | Fix logic for Popup closing when parent is focused | PouleyKetchoupp |