summaryrefslogtreecommitdiffstats
path: root/scene/gui
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #49011 from KoBeWi/totally_hRémi Verschelde2021-06-151-0/+1
|\
| * Fix valign with stylebox borderskobewi2021-05-231-0/+1
* | Merge pull request #49437 from Calinou/graphedit-allow-higher-lower-zoom-valuesRémi Verschelde2021-06-151-2/+7
|\ \
| * | Allow higher and lower maximum zoom values in GraphEditHugo Locurcio2021-06-081-2/+7
* | | Merge pull request #49508 from kleonc/texture_button-updating-min_sizeRémi Verschelde2021-06-151-0/+3
|\ \ \
| * | | TextureButton Update min size on any texture changekleonc2021-06-111-0/+3
* | | | Merge pull request #49582 from timothyqiu/codeedit-update-cacheRémi Verschelde2021-06-151-0/+3
|\ \ \ \
| * | | | Update cache after clearing delimiters in CodeEditHaoyu Qiu2021-06-141-0/+3
* | | | | Merge pull request #49572 from azagaya/fix_grabber_areaRémi Verschelde2021-06-141-1/+1
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | Fix vertical slider grabber_area height calculationazagaya2021-06-131-1/+1
* | | | | Merge pull request #49526 from Chaosus/fix_textureregion_errorsRémi Verschelde2021-06-131-1/+2
|\ \ \ \ \
| * | | | | Fixed a bunch of connection errors in TextureEditorPluginYuri Roubinsky2021-06-121-1/+2
* | | | | | Consistently prefix bound virtual methods with _kobewi2021-06-121-11/+11
|/ / / / /
* | | | | Rename Reference to RefCountedPedro J. Estébanez2021-06-111-2/+2
* | | | | Core: Move DirAccess and FileAccess to `core/io`Rémi Verschelde2021-06-111-1/+1
| |/ / / |/| | |
* | | | Move default values from definition to declaration in GraphEditMarcel Admiraal2021-06-102-2/+2
|/ / /
* | | Merge pull request #49155 from winterpixelgames/button-pressed-during-button-...Rémi Verschelde2021-06-091-2/+1
|\ \ \
| * | | Emit button_up signal after setting pressed to false.Jason Knight2021-05-271-2/+1
* | | | Merge pull request #47280 from winterpixelgames/focus_doesnt_change_hoverRémi Verschelde2021-06-091-3/+0
|\ \ \ \ | |_|/ / |/| | |
| * | | Removed the alteration of status.hovering during Focus Enter and Focus Exit e...Jason Knight2021-03-221-3/+0
* | | | Merge pull request #49307 from pycbouh/tabs-update-on-theme-changesRémi Verschelde2021-06-071-0/+1
|\ \ \ \
| * | | | Make sure Tabs reflect theme changesYuri Sizov2021-06-041-0/+1
* | | | | Style: Cleanup uses of double spaces between wordsRémi Verschelde2021-06-071-1/+1
* | | | | Use a more specific type for AcceptDialog register_text_enterAaron Franke2021-06-032-2/+2
|/ / / /
* | | | Merge pull request #46482 from KoBeWi/size_warning_the_sequelRémi Verschelde2021-06-031-2/+4
|\ \ \ \
| * | | | Warn about changing size only when it's relevantkobewi2021-02-271-2/+4
* | | | | Use bold fonts in editorreduz2021-06-022-2/+27
* | | | | Merge pull request #45393 from Paulb23/code_edit_autocompleteRémi Verschelde2021-06-014-831/+1658
|\ \ \ \ \
| * | | | | Move and expose Code Hint in CodeEditPaulb232021-06-014-55/+103
| * | | | | Move and expose AutoComplete in CodeEditPaulb232021-06-014-766/+941
| * | | | | Add comment and string tracking to CodeEditPaulb232021-06-012-21/+625
| | |_|/ / | |/| | |
* | | | | Merge pull request #49241 from floppyhammer/fix-tree-item-draggingRémi Verschelde2021-06-011-1/+1
|\ \ \ \ \
| * | | | | fix-tree-item-draggingfloppyhammer2021-06-011-1/+1
* | | | | | Fix TextEdit selection drawing behing minimapPaulb232021-06-011-1/+2
|/ / / / /
* | | | | Merge pull request #48770 from LightningAA/scrollcontainer-ensure-item-visibl...Rémi Verschelde2021-06-012-25/+20
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | ScrollContainer: Expose `_ensure_focused_visible` to the APILightning_A2021-05-312-25/+20
* | | | | Fixed implementation of RTL remove_line(), which fixed issues in EditorLog.Eric M2021-05-262-23/+20
* | | | | Fix disappearing relationship lines in Tree when item is out of viewYuri Sizov2021-05-261-2/+8
* | | | | Merge pull request #48546 from pycbouh/tree-highlight-selected-relationshipsRémi Verschelde2021-05-252-10/+91
|\ \ \ \ \
| * | | | | Add highlight to the relationship lines of selected Tree itemsYuri Sizov2021-05-252-10/+91
* | | | | | Merge pull request #48837 from Soupstraw/shader-piRémi Verschelde2021-05-251-2/+0
|\ \ \ \ \ \ | |/ / / / / |/| | | | |
| * | | | | Added constants PI, TAU and E to the shader languageJoosep Jääger2021-05-251-2/+0
* | | | | | Merge pull request #48955 from Calinou/editor-tweak-property-hintsRémi Verschelde2021-05-2511-12/+12
|\ \ \ \ \ \ | |_|_|_|_|/ |/| | | | |
| * | | | | Tweak dozens of editor property hints for consistencyHugo Locurcio2021-05-2511-12/+12
* | | | | | Add a keyboard shortcut to select the word under cursor in TextEditHugo Locurcio2021-05-222-1/+40
* | | | | | Add custom background line colour to TextEdit and remove marked linesPaulb232021-05-222-16/+37
|/ / / / /
* / / / / Fix typos with codespellRémi Verschelde2021-05-201-1/+1
|/ / / /
* | | | Merge pull request #47544 from pycbouh/control-expose-theme-typeRémi Verschelde2021-05-182-308/+176
|\ \ \ \
| * | | | Add theme_custom_type property to Control and WindowYuri Sizov2021-05-172-308/+176
* | | | | Merge pull request #46773 from trollodel/TreeItem+Rémi Verschelde2021-05-183-188/+372
|\ \ \ \ \