Age | Commit message (Collapse) | Author | |
---|---|---|---|
2017-11-28 | last line scroll fix when scroll_past_last_line is disabled | Ian | |
2017-11-27 | Some improvements to file/dir open/save dialogs: | Dmitry Koteroff | |
1. Removed "..", instead you now will see "Select Current Folder" and "Select this Folder" buttons. 2. Added "go to parent folder" (^) button to Save a File dialog. 3. Tree.cpp: "nothing_selected" signal has been re-made (previous implementation, merged in #13308, wasn't optimal in context of performance) 4. Fixed issue in Project Export dialog: MODE_SAVE_FILE wasn't set when you click "Export". 5. Now you can deselect items by clicking on empty space in Open a Directory dialog. | |||
2017-11-27 | Merge pull request #13308 from Krakean/scenetreedock_additemsdeselect | Rémi Verschelde | |
Scene Tree Dock: added ability to deselect items when clicking on empty space | |||
2017-11-27 | Merge pull request #13318 from Paulb23/adjust_viewport_to_cursor_issue_13190 | Rémi Verschelde | |
Fixes adjust viewport to cursor when line is to long, issue 13190 | |||
2017-11-27 | Merge pull request #13252 from Krakean/file_dialogs_small_tweaks | Rémi Verschelde | |
A few adjustments to file/dir open dialogs | |||
2017-11-26 | Merge pull request #13245 from Krakean/itemlist_add_some_signals | Rémi Verschelde | |
Added some new API functionality to Item List component | |||
2017-11-26 | Item List small enhancements | Dmitry Koteroff | |
Item list: added new signal - nothing_selected (when mouse clicked on empty space), and two new functions - unselect_all() and is_any_selected() | |||
2017-11-26 | Fixes adjust viewport to cursor when line is to long, issue 13190 | Paulb23 | |
2017-11-26 | initialize bus_index to 0 | Marcin Zawiejski | |
fixes #13305 | |||
2017-11-26 | Scene Tree Dock: added ability to deselect items when clicking on empty space | Dmitry Koteroff | |
2017-11-25 | Made Vector::ptrw explicit for writing, compiler was sometimes using the ↵ | Juan Linietsky | |
wrong function, leading to unnecesary copy on writes and reduced performance. | |||
2017-11-24 | A few small adjustments to file dialogs: | Dmitry Koteroff | |
a) Added Backspace key support for Tree-based file dialog. b) Fixed issue inability to select a folder in project manager (always previous folder was selected instead). c) Open Directory mode: changed "Open" to "Select Current Folder" d) Block "Open" button when inappropriate content is selected (for example, file when in open folder mode, or folder when in open files mode) | |||
2017-11-23 | Fixed not be able to unfold the last line | Paulb23 | |
2017-11-21 | code folding scrolling fixes | ianb96 | |
2017-11-21 | Merge pull request #13121 from Krakean/change_filedialog_removedot | George Marques | |
Remove the "." and "/" (at the end of folders name) from file manage dialog (open scene, open file, ...) | |||
2017-11-21 | Merge pull request #13134 from Chaosus/fixinvalidscroll | Rémi Verschelde | |
Fix invalid scroll | |||
2017-11-21 | Fix invalid scroll | Chaosus | |
2017-11-21 | Native pan and zoom for macOS | Bernhard Liebl | |
2017-11-21 | Remove the "." from file manage dialog (open scene, open file, ...) | Dmitry Koteroff | |
Also removed the "." from game control's FileDialog component. Also remove the "/" at the end of folders name. | |||
2017-11-20 | Merge pull request #13105 from Krakean/master | Rémi Verschelde | |
Files list: Add "New Folder.." popup when nothing under mouse cursor | |||
2017-11-20 | Visual fixes | Daniel J. Ramirez | |
Added some icons (Including the onion one) Fixed text editor ellipsis style and editor tabs | |||
2017-11-20 | Add "New Folder.." to right mouse button click on project fileslist panel ↵ | Dmitry Koteroff | |
_WHEN_ no any file/folder is under mouse cursor. | |||
2017-11-20 | Merge pull request #12952 from bojidar-bg/12392-export-enums | Rémi Verschelde | |
Allow exporting enums from GDScript | |||
2017-11-20 | Merge pull request #12983 from ianb96/scene_add_tab | Rémi Verschelde | |
Add Scene button and tab scrolling | |||
2017-11-20 | Merge pull request #12984 from willnationsdev/richtextlabel-hover-signal | Rémi Verschelde | |
RichTextLabel: Adding ability for single meta hovering | |||
2017-11-20 | Fix TextEdit::cursor_set_line bindings | Rémi Verschelde | |
As spotted by @neikeq - fixes #13068. | |||
2017-11-20 | Merge pull request #12950 from ianb96/code_folding | Rémi Verschelde | |
Code Folding | |||
2017-11-19 | Rework the canvas_item API for further improves to the canvas item editor | Gilles Roudiere | |
2017-11-18 | add scene button and tab scrolling | Ian | |
2017-11-18 | scrolling fixes | Ian | |
2017-11-18 | change expand_to_len property to add on nonzero...also rename to | kbake | |
expand_to_text_length and shift window on expand to see all text | |||
2017-11-17 | TextEdit code folding | Ian | |
2017-11-17 | Merge pull request #12962 from SaracenOne/gui_focus_next_prev | Juan Linietsky | |
Add manual overrides for focus_next and focus_previous | |||
2017-11-17 | Adding ability for single meta hovering | Will Nations | |
2017-11-17 | Allow exporting enums from GDScript | Bojidar Marinov | |
Use as `export(E) ...` Closes #12392 | |||
2017-11-17 | Merge pull request #12763 from remorse107/Code-Complete | Rémi Verschelde | |
Modified code completion for better tabbing with immediate hints. | |||
2017-11-16 | Add manual overrides for focus_next and focus_previous on controls similar ↵ | Saracen | |
to what can already be done with focus neighbours. | |||
2017-11-15 | Allow underscores in GDScript numeric literals | Bojidar Marinov | |
Closes #12928 | |||
2017-11-14 | Merge pull request #12842 from ianb96/shader_editor_fix | Rémi Verschelde | |
Shader Editor context menu and line operations and style fix | |||
2017-11-13 | Modified code completion for better tabbing, and removal of need to ↵ | Robert Morse | |
backspace and re-enter '(' to get code completion hints. | |||
2017-11-13 | Merge pull request #12903 from YeldhamDev/scrollcontainer_arrangement | Rémi Verschelde | |
Small arrangement in ScrollContainer | |||
2017-11-13 | Merge pull request #12014 from hi-ogawa/fix-video-playback | Rémi Verschelde | |
Fix video playback | |||
2017-11-13 | Small arrangement in ScrollContainer. | Michael Alexsander Silva Dias | |
2017-11-13 | Fit stylebox on ItemList | volzhs | |
2017-11-12 | Made text in TextEdit a property. | Michael Alexsander Silva Dias | |
2017-11-11 | Added "is_readonly()" to TextEdit and made it a property. | Michael Alexsander Silva Dias | |
2017-11-11 | shader editor context menu and line operations and style fix | Ian | |
2017-11-11 | add context menu enable getters, setters, and properties in LineEdit and ↵ | Ian | |
TextEdit | |||
2017-11-11 | Merge pull request #12806 from letheed/unify-degrees | Poommetee Ketson | |
Unify degree methods and properties | |||
2017-11-10 | Some fixes and improvements. | Daniel J. Ramirez | |
Changed FileDialogs for EditorFileDialogs in EditorNode. Updated CheckButton. |