summaryrefslogtreecommitdiff
path: root/scene/gui
AgeCommit message (Expand)Author
2020-12-07[Complex Text Layouts] Performance optimizations.bruvzg
2020-12-06[Complex Text Layouts] Fix missing ItemList item text buffer init in `add_ico...bruvzg
2020-12-06[Complex Text Layouts] Align glyph offsets and advances to the pixel grid.bruvzg
2020-12-06[Complex Text Layouts] Adds missing Font::SPACING_* to the Label, LineEdit, T...bruvzg
2020-12-04doc: Sync classref with current sourceRémi Verschelde
2020-12-03Add "font_color_separator" theme property to 'PopupMenu'Michael Alexsander
2020-12-01Update page value properly of ScrollContainervolzhs
2020-11-30Add a minimap to the GraphEditYuri Sizov
2020-11-30Merge pull request #43971 from volzhs/fix-tab-containerRémi Verschelde
2020-11-30fix #43695 by revert part of #41576FIF15
2020-11-30Fix TabContainer crashesvolzhs
2020-11-30Exposed shortcut_context property to scripting and added documentation.Eric M
2020-11-28Merge pull request #43828 from Chaosus/restore_line_antialiasingYuri Roubinsky
2020-11-28Merge pull request #42109 from EricEzaM/PR/input-and-shortcuts-reworkRémi Verschelde
2020-11-27Restored antialiased lines by emulation using triangle stripsYuri Roubinsky
2020-11-26[Complex Text Layouts] Refactor TextEdit and CodeEdit controls.bruvzg
2020-11-26[Complex Text Layouts] Refactor Label and LineEdit controls.bruvzg
2020-11-26[Complex Text Layouts] Refactor Font class, default themes and controls to us...bruvzg
2020-11-26Merge pull request #43807 from Xrayez/aspect-ratio-containerRémi Verschelde
2020-11-26Removed unused property 'pending_resize' from ControlEric M
2020-11-25Add `AspectRatioContainer` classAndrii Doroshenko (Xrayez)
2020-11-25Merge pull request #43833 from volzhs/fix-scrollcontainer-bar-max-valueRémi Verschelde
2020-11-25Update clear button when clickedTomasz Chabora
2020-11-25Fix to update scroll bar has correct max value in ScrollContainervolzhs
2020-11-23Add is_valid() check for InputEventKey in CanvasItemEditor.Eric M
2020-11-23Implement new shortcuts system.Eric M
2020-11-23Added accept_event() calls for SceneTreeDock and BaseButtonEric M
2020-11-16Remove empty lines around braces with the formatting scriptAaron Franke
2020-11-16Merge pull request #42008 from Calinou/theme-rename-node-typeRémi Verschelde
2020-11-16Merge pull request #41851 from EricEzaM/PR/popup-menu-hysteresisRémi Verschelde
2020-11-15GUI: send cursor data from TextEditSergey Minakov
2020-11-11Merge pull request #43449 from nekomatata/line_edit_window_posRémi Verschelde
2020-11-11Expose LineEdit scroll offset to scriptsPouleyKetchoupp
2020-11-08Added hysteresis for popup sub-menusEric M
2020-11-07Reorganized core/ directory, it was too fatty alreadyreduz
2020-11-06Merge pull request #43283 from Calinou/color-remove-contrastedRémi Verschelde
2020-11-03Remove `Color.contrasted()` as its behavior is barely usefulHugo Locurcio
2020-11-03Tooltips: Improve code clarity and docsRémi Verschelde
2020-10-29Fix crash in TabContainer in case of no content at allvolzhs
2020-10-28Removed redundant line from TextEditYuri Roubinsky
2020-10-28Merge pull request #42766 from volzhs/tab-containerRémi Verschelde
2020-10-27Rename the `type` parameter to `node_type` in Theme and ControlHugo Locurcio
2020-10-25ScriptEditor: Fix line number gutter drag selectDevin Curry
2020-10-24Rename button group property to button_groupAaron Franke
2020-10-23Shows ColorRect in Color constants autocompletionYuri Roubinsky
2020-10-22Merge pull request #42907 from Xrayez/add-ref-rect-border-widthRémi Verschelde
2020-10-21Remove printing of windowpos/screenpos in MenuButtonYuri Roubinsky
2020-10-20Add `border_width` to `ReferenceRect`Andrii Doroshenko (Xrayez)
2020-10-20Removed underscore from GraphEdit begin/end_node_move signalsYuri Roubinsky
2020-10-20Merge pull request #42891 from gvaneyck/graph-begin-node-move-timingRémi Verschelde