Age | Commit message (Collapse) | Author | |
---|---|---|---|
2016-10-15 | Fix GraphEdit connection wire when resizing GraphNode | volzhs | |
2016-10-14 | Merge pull request #6807 from volzhs/buttongroup-signal | George Marques | |
Add "button_selected" signal to ButtonGroup | |||
2016-10-14 | Merge pull request #6780 from RandomShaper/space-padded-line-numbers | Rémi Verschelde | |
Allow turning off zero-padding for line numbers | |||
2016-10-13 | Merge pull request #6809 from volzhs/graphedit-zoom | George Marques | |
Fix GraphEdit connection wire when zoom in/out | |||
2016-10-13 | Allow turing off zero-padding for line numbers | Pedro J. Estébanez | |
2016-10-13 | Fix GraphEdit connection wire when zoom in/out | volzhs | |
2016-10-13 | Add "button_selected" signal to ButtonGroup | volzhs | |
2016-10-13 | Expose resizable property of GraphNode in inspector | volzhs | |
2016-10-11 | Merge pull request #6778 from Hinsbart/completion_z | Rémi Verschelde | |
Fix Script Editor drawing over Dialogs. | |||
2016-10-10 | Fix Script Editor drawing over Dialogs. | Andreas Haas | |
Resets the z-index when focus is lost and the completion is shown. Fixes #6769 | |||
2016-10-10 | Add line length guideline to code editors | Pedro J. Estébanez | |
2016-10-09 | Merge pull request #6717 from Hinsbart/focus_crash | Rémi Verschelde | |
Prevent crash on focus change when no valid next control has been found. | |||
2016-10-09 | Merge pull request #6716 from Hinsbart/completion_fix | Rémi Verschelde | |
Fix code completion drawing under other gui elements. | |||
2016-10-09 | Merge pull request #6707 from volzhs/graphnode | Rémi Verschelde | |
Expose selected value of GraphNode | |||
2016-10-09 | Merge pull request #6705 from volzhs/graphedit | Rémi Verschelde | |
Fix GraphEdit grab random node when delete or deselect by clicking empty space | |||
2016-10-09 | Merge pull request #6673 from J08nY/issue-update-spinner | Rémi Verschelde | |
Fix #6653, add an option to stop the update spinner from spinning | |||
2016-10-09 | Merge pull request #6553 from pkowal1982/treecheckbox | Rémi Verschelde | |
Use full width of TreeItem::Cell to change value in CELL_MODE_CHECK | |||
2016-10-05 | Fix code completion drawing under other gui elements. | Andreas Haas | |
Raises the z-index of the Script editor when the completion is shown. fixes #1257 fixes #6690 | |||
2016-10-05 | Prevent crash on focus change when no valid next control has been found. | Andreas Haas | |
Fixes the crash discussed in #6714. | |||
2016-10-05 | Expose selected value of GraphNode | volzhs | |
2016-10-05 | Fix GraphEdit grab random node when delete or deselect by clicking empty space | volzhs | |
2016-10-03 | Merge pull request #6640 from Hinsbart/color_picker | Rémi Verschelde | |
Add inline ColorPicker to Script text editor. | |||
2016-10-03 | Merge pull request #6634 from zaps166/fix-resampler-crash | Rémi Verschelde | |
Don't crash when video is stopped and played again | |||
2016-10-03 | Merge pull request #6529 from pkowal1982/scrolltree | Rémi Verschelde | |
Add scrolling to Tree control in Drag and Drop mode | |||
2016-10-03 | Merge pull request #6513 from Brickcaster/master | Rémi Verschelde | |
Fix for issue #6496: ItemList does not immediately scroll down to section | |||
2016-10-01 | PopupMenu: added toggle_item_checked and exposed set_item_tooltip and ↵ | J08nY | |
get_item_tooltip | |||
2016-09-29 | Add inline ColorPicker to Script text editor. | Andreas Haas | |
Adds an option to the script editor context menu that lets you open a ColorPicker in order to easily edit `Color()` constructors. To do this, right click on the word `Color` and select `Pick Color`. A side effect of this change is that the script editor now has its own context menu instead of re-using the one from TextEdit. It's now possible to indent left/right and to toggle comments via this menu. I also felt free to make it more context-sensitive than before: Now "Cut" and "Copy" will only be shown if text has actually been selected. I also added default shortcuts for indent left/right. (alt + left/right) Closes #6232 | |||
2016-09-28 | LineEdit long indicator, fix #6624 | Pawel Kowal | |
2016-09-28 | Don't crash when video is stopped and played again | Błażej Szczygieł | |
2016-09-19 | Use full width of TreeItem::Cell to change value in CELL_MODE_CHECK | Pawel Kowal | |
2016-09-19 | Fix ability to cut/paste text in LineEdit/TextEdit in readonly mode. | Andreas Haas | |
Fixes #6466 | |||
2016-09-17 | Add scrolling to Tree control in Drag and Drop mode | Pawel Kowal | |
2016-09-16 | Fix for issue #6496 | Brickcaster | |
Canged order of NOTIFICATION_DRAW to update scrollbar before scrollbar is checked to see which list elements to display. | |||
2016-09-13 | fix ScrollContainer cannot scroll when scroll bar is hidden | sanikoyes | |
2016-09-12 | Do ctrl-click on any code identifier to go to definiton or help page. | Juan Linietsky | |
2016-09-11 | Add argument options for the theme override functions in Control | Juan Linietsky | |
2016-09-11 | -Added a ColorFrame control, kind of like Texture but for color. | Juan Linietsky | |
-Added dropping nodes to text editor for them to become a path -Fixed issues with font not properly being set in code editor | |||
2016-09-11 | -Cleaned up find/replace bar for replace (made selection only default if ↵ | Juan Linietsky | |
selection exists), also made buttons look like buttons -Fixed a bug related to theme propagation, may be able to solve #6443, #6302 and others. Please test. | |||
2016-09-10 | -Added bindings to the resource filesystem for editor | Juan Linietsky | |
-Added set_child_rect, which was unavailable for script | |||
2016-09-10 | Merge pull request #5920 from 29jm/fix-warnings | Juan Linietsky | |
Fix some more warnings | |||
2016-09-10 | Merge pull request #5942 from pkowal1982/scroll | Juan Linietsky | |
ScrollContainer expand children bug fix | |||
2016-09-09 | Added get_v_scroll to item list, issue 5343 | Paulb23 | |
2016-09-07 | Merge pull request #6423 from bebae/issue-6143 | George Marques | |
fixed wrong placement of AcceptDialog Buttons issue-6143 | |||
2016-09-07 | Explicitly initialize TextureProgress's initial angle value. | MarianoGNU | |
(Hopefully) Fixes #3856 Fixes #6426 Fixes #6344 | |||
2016-09-07 | fixed wrong placement of AcceptDialog Buttons issue-6143 | bebae | |
2016-09-07 | Merge pull request #6420 from Paulb23/itemlist_tooltip_disable_issue_6240 | Rémi Verschelde | |
Itemlist tooltip disable issue 6240 | |||
2016-09-07 | Ability to disable item list tooltip, issue 6240 | Paulb23 | |
2016-09-07 | LineEdit: Quick fix to set_expand_to_text_length argument name | Rémi Verschelde | |
2016-09-06 | -Added diectly editable expressions on node to VSEditor, closes #6392 | Juan Linietsky | |
-Added ability for LineEdit to expand to fit text | |||
2016-09-06 | Better snapping for graph ports, closes #6394 | Juan Linietsky | |