| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Fixed not be able to unfold the last line | Paulb23 | 2017-11-23 | 1 | -1/+1 |
| | | |||||
| * | code folding scrolling fixes | ianb96 | 2017-11-21 | 1 | -18/+29 |
| | | |||||
| * | Merge pull request #13121 from Krakean/change_filedialog_removedot | George Marques | 2017-11-21 | 1 | -1/+4 |
| |\ | | | | | Remove the "." and "/" (at the end of folders name) from file manage dialog (open scene, open file, ...) | ||||
| | * | Remove the "." from file manage dialog (open scene, open file, ...) | Dmitry Koteroff | 2017-11-21 | 1 | -1/+4 |
| | | | | | | | | | | | | | Also removed the "." from game control's FileDialog component. Also remove the "/" at the end of folders name. | ||||
| * | | Merge pull request #13134 from Chaosus/fixinvalidscroll | Rémi Verschelde | 2017-11-21 | 1 | -1/+4 |
| |\ \ | | | | | | | Fix invalid scroll | ||||
| | * | | Fix invalid scroll | Chaosus | 2017-11-21 | 1 | -1/+4 |
| | |/ | |||||
| * / | Native pan and zoom for macOS | Bernhard Liebl | 2017-11-21 | 8 | -40/+116 |
| |/ | |||||
| * | Merge pull request #13105 from Krakean/master | Rémi Verschelde | 2017-11-20 | 1 | -0/+6 |
| |\ | | | | | Files list: Add "New Folder.." popup when nothing under mouse cursor | ||||
| | * | Add "New Folder.." to right mouse button click on project fileslist panel ↵ | Dmitry Koteroff | 2017-11-20 | 1 | -0/+6 |
| | | | | | | | | | _WHEN_ no any file/folder is under mouse cursor. | ||||
| * | | Visual fixes | Daniel J. Ramirez | 2017-11-20 | 1 | -2/+4 |
| |/ | | | | | Added some icons (Including the onion one) Fixed text editor ellipsis style and editor tabs | ||||
| * | Merge pull request #12952 from bojidar-bg/12392-export-enums | Rémi Verschelde | 2017-11-20 | 1 | -6/+26 |
| |\ | | | | | Allow exporting enums from GDScript | ||||
| | * | Allow exporting enums from GDScript | Bojidar Marinov | 2017-11-17 | 1 | -6/+26 |
| | | | | | | | | | | | Use as `export(E) ...` Closes #12392 | ||||
| * | | Merge pull request #12983 from ianb96/scene_add_tab | Rémi Verschelde | 2017-11-20 | 2 | -61/+107 |
| |\ \ | | | | | | | Add Scene button and tab scrolling | ||||
| | * | | add scene button and tab scrolling | Ian | 2017-11-18 | 2 | -61/+107 |
| | | | | |||||
| * | | | Merge pull request #12984 from willnationsdev/richtextlabel-hover-signal | Rémi Verschelde | 2017-11-20 | 2 | -3/+26 |
| |\ \ \ | | | | | | | | | RichTextLabel: Adding ability for single meta hovering | ||||
| | * | | | Adding ability for single meta hovering | Will Nations | 2017-11-17 | 2 | -3/+26 |
| | | | | | |||||
| * | | | | Fix TextEdit::cursor_set_line bindings | Rémi Verschelde | 2017-11-20 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | As spotted by @neikeq - fixes #13068. | ||||
| * | | | | Merge pull request #12950 from ianb96/code_folding | Rémi Verschelde | 2017-11-20 | 2 | -73/+554 |
| |\ \ \ \ | | | | | | | | | | | Code Folding | ||||
| | * | | | | scrolling fixes | Ian | 2017-11-18 | 2 | -119/+221 |
| | | | | | | |||||
| | * | | | | TextEdit code folding | Ian | 2017-11-17 | 2 | -51/+430 |
| | | |/ / | |/| | | |||||
| * | | | | Rework the canvas_item API for further improves to the canvas item editor | Gilles Roudiere | 2017-11-19 | 2 | -41/+89 |
| | | | | | |||||
| * | | | | change expand_to_len property to add on nonzero...also rename to | kbake | 2017-11-18 | 1 | -1/+2 |
| |/ / / | | | | | | | | | | expand_to_text_length and shift window on expand to see all text | ||||
| * | | | Merge pull request #12962 from SaracenOne/gui_focus_next_prev | Juan Linietsky | 2017-11-17 | 2 | -1/+74 |
| |\ \ \ | |_|/ |/| | | Add manual overrides for focus_next and focus_previous | ||||
| | * | | Add manual overrides for focus_next and focus_previous on controls similar ↵ | Saracen | 2017-11-16 | 2 | -1/+74 |
| | | | | | | | | | | | | | to what can already be done with focus neighbours. | ||||
| * | | | Merge pull request #12763 from remorse107/Code-Complete | Rémi Verschelde | 2017-11-17 | 1 | -0/+1 |
| |\ \ \ | | | | | | | | | Modified code completion for better tabbing with immediate hints. | ||||
| | * | | | Modified code completion for better tabbing, and removal of need to ↵ | Robert Morse | 2017-11-13 | 1 | -0/+1 |
| | | |/ | |/| | | | | | | | backspace and re-enter '(' to get code completion hints. | ||||
| * | | | Allow underscores in GDScript numeric literals | Bojidar Marinov | 2017-11-15 | 1 | -3/+4 |
| | | | | | | | | | | | | | Closes #12928 | ||||
| * | | | Merge pull request #12842 from ianb96/shader_editor_fix | Rémi Verschelde | 2017-11-14 | 2 | -1/+7 |
| |\ \ \ | | | | | | | | | Shader Editor context menu and line operations and style fix | ||||
| | * | | | shader editor context menu and line operations and style fix | Ian | 2017-11-11 | 2 | -1/+7 |
| | | |/ | |/| | |||||
| * | | | Merge pull request #12903 from YeldhamDev/scrollcontainer_arrangement | Rémi Verschelde | 2017-11-13 | 1 | -3/+2 |
| |\ \ \ | | | | | | | | | Small arrangement in ScrollContainer | ||||
| | * | | | Small arrangement in ScrollContainer. | Michael Alexsander Silva Dias | 2017-11-13 | 1 | -3/+2 |
| | | | | | |||||
| * | | | | Merge pull request #12014 from hi-ogawa/fix-video-playback | Rémi Verschelde | 2017-11-13 | 2 | -9/+155 |
| |\ \ \ \ | | | | | | | | | | | Fix video playback | ||||
| | * | | | | Fix video playback | Matt Hughes | 2017-10-14 | 2 | -9/+155 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This adds support to - VideoPlayer - VideoStreamWebm - VideoStreamTheora | ||||
| * | | | | | Fit stylebox on ItemList | volzhs | 2017-11-13 | 1 | -2/+2 |
| | |/ / / |/| | | | |||||
| * | | | | Made text in TextEdit a property. | Michael Alexsander Silva Dias | 2017-11-12 | 1 | -0/+1 |
| | | | | | |||||
| * | | | | Added "is_readonly()" to TextEdit and made it a property. | Michael Alexsander Silva Dias | 2017-11-11 | 2 | -0/+9 |
| | |/ / |/| | | |||||
| * | | | add context menu enable getters, setters, and properties in LineEdit and ↵ | Ian | 2017-11-11 | 4 | -1/+25 |
| | | | | | | | | | | | | | TextEdit | ||||
| * | | | Merge pull request #12806 from letheed/unify-degrees | Poommetee Ketson | 2017-11-11 | 2 | -7/+7 |
| |\ \ \ | | | | | | | | | Unify degree methods and properties | ||||
| | * | | | Unify degree members and properties | letheed | 2017-11-10 | 2 | -7/+7 |
| | | | | | |||||
| * | | | | Some fixes and improvements. | Daniel J. Ramirez | 2017-11-10 | 2 | -2/+22 |
| |/ / / | | | | | | | | | | | | | Changed FileDialogs for EditorFileDialogs in EditorNode. Updated CheckButton. | ||||
| * | / | Remove deprecated rotation methods | letheed | 2017-11-10 | 2 | -18/+0 |
| | |/ |/| | |||||
| * | | Merge pull request #12653 from poke1024/fixdocsclick | Rémi Verschelde | 2017-11-06 | 1 | -0/+3 |
| |\ \ | | | | | | | Fix selection and clicks on text in tables in RichTextLabel | ||||
| | * | | Fix selection and clicks on text in tables in RichTextLabel | Bernhard Liebl | 2017-11-05 | 1 | -0/+3 |
| | | | | |||||
| * | | | Changed line and word mouse selection | Paulb23 | 2017-11-05 | 2 | -59/+137 |
| | | | | |||||
| * | | | In Create New Node, always select and show best (shortest) match | Bernhard Liebl | 2017-11-04 | 2 | -0/+21 |
| |/ / | |||||
| * | | Fixed RichTextLabel::add_newline() #12564 | Zher Huei Lee | 2017-11-02 | 1 | -1/+2 |
| | | | |||||
| * | | Remove text on enter, issue 12494 | Paulb23 | 2017-10-31 | 1 | -4/+3 |
| | | | |||||
| * | | Ability to shrink 3D viewport by half | Juan Linietsky | 2017-10-31 | 2 | -1/+38 |
| | | | |||||
| * | | Revert "Fixes the selection rect in item_list drawn not clipped" | Rémi Verschelde | 2017-10-31 | 1 | -0/+3 |
| | | | |||||
| * | | Merge pull request #12268 from AlexHolly/fix-lineedit-selection | Rémi Verschelde | 2017-10-30 | 1 | -2/+4 |
| |\ \ | | | | | | | Fix LineEdit drag selection to the left | ||||
