summaryrefslogtreecommitdiff
path: root/scene
AgeCommit message (Expand)Author
2016-07-10Merge pull request #5352 from m4nu3lf/masterJuan Linietsky
2016-07-10Merge pull request #5606 from akien-mga/pr-rtl-raw-textJuan Linietsky
2016-07-10Add function to get the list of samples, closes #5561Juan Linietsky
2016-07-10Merge pull request #5490 from timoschwarzer/masterJuan Linietsky
2016-07-10Merge pull request #5489 from jejung/richtextlabel-get_textJuan Linietsky
2016-07-10Fixed highlight all occurrences highlighing highlighted sectionPaulb23
2016-07-10LineEdit placeholder now accepts translated strings.Ovnuniarchos
2016-07-09line/col label was changing size with each cursor move, forcing the GUI to re...Juan Linietsky
2016-07-09Changed tree so shift-selection skips folded children, closes #5515Juan Linietsky
2016-07-09Merge pull request #5589 from akien-mga/pr-unused-varRémi Verschelde
2016-07-09RichTextLabel: Fix adding raw text when bbcode is disabledRémi Verschelde
2016-07-08classref: Fix arg name for is_action_pressed/releasedRémi Verschelde
2016-07-08Fix own world option of Viewport.Franklin Sobrinho
2016-07-08Remove unused variables (fourth pass) + dead codeRémi Verschelde
2016-07-07Remove unused variables (third pass) + dead codeRémi Verschelde
2016-07-06Fix the +1 button to insert keyframes in Sprite and Sprite3D, closes #5422Juan Linietsky
2016-07-06Fix several bugs related to node duplication and signals, closes #5405Juan Linietsky
2016-07-06Only allow built-in scripts to be edited when the scene they belong to is loa...Juan Linietsky
2016-07-04Fix TreeItem range editing by dragging on the inspectorFranklin Sobrinho
2016-07-03Fix completion string check when column = 0George Marques
2016-07-03Stop completion when the match is perfectGeorge Marques
2016-07-03Fix code completion sortingGeorge Marques
2016-07-01Fixed the order of input, reverts #4384, closes #5361Juan Linietsky
2016-07-01Color picker was getting too much focus, made it get not as much focus.Juan Linietsky
2016-07-01Invalidate key focus if not visible, fixes #5354Juan Linietsky
2016-07-01Improved drag&drop to work as n-piggeon wants to use, closes #5342Juan Linietsky
2016-06-30throw error if GridContainer::set_columns goes below 1, closes #5316Juan Linietsky
2016-06-30Make both signals be ordered and samplelibrary items too, fixes scenes changi...Juan Linietsky
2016-06-30Only emit item_selected once per Tree row, closes #5280Juan Linietsky
2016-06-30Fixed signal connection prints when moving docks, issue 5498Paulb23
2016-06-30Fix Camera2D header for align()Timo Schwarzer
2016-06-30Merge pull request #5449 from sanikoyes/Pr-placeholder-line-editRémi Verschelde
2016-06-30Merge pull request #5419 from djrm/shortcutsRémi Verschelde
2016-06-30Merge pull request #5487 from Paulb23/function_highlighting_issue_5454Rémi Verschelde
2016-06-29only call finished signal when it really finishes, closes #5222Juan Linietsky
2016-06-29make property not be applied in skeleton if not inside tree. This will eventu...Juan Linietsky
2016-06-29Merge pull request #5429 from Paulb23/selected_text_highlighting_issue_5199Juan Linietsky
2016-06-29remove unnecesary warning, closes #5169Juan Linietsky
2016-06-29Add align() to realign the Camera2D to its tracked nodeTimo Schwarzer
2016-06-29Adding support to get the raw text without formatting information from a Rich...Jean Jung
2016-06-29Add reset_smoothing() for immediately fixing the camera to the destination lo...Timo Schwarzer
2016-06-29Fixed function highlighting with spacesPaulb23
2016-06-28Merge pull request #5468 from jejung/itemlist-get-selected_itemsGeorge Marques
2016-06-28itemlist-get_selected_itemsJean Jung
2016-06-28Homogeinize resource formats loaders/saversPedro J. Estébanez
2016-06-28Change method of storing folding, solves problems with inheritance, closes #3395Juan Linietsky
2016-06-28Remove error when getting dependencies from tscn files in some cases, closes ...Juan Linietsky
2016-06-28Fixed bug in instance state ordering, closes #3904Juan Linietsky
2016-06-28add placeholder alpha propertysanikoyes
2016-06-27Figured out a way to fix event propagation for shortcuts and some other cases...Juan Linietsky