| Commit message (Collapse) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| | * | | | | Fixes folding of blank lines | Gilles Roudiere | 2017-11-28 | 2 | -18/+17 | |
| | | | | | | ||||||
| * | | | | | Merge pull request #14328 from YeldhamDev/popupmenu_submenu_fix | Rémi Verschelde | 2017-12-07 | 1 | -3/+3 | |
| |\ \ \ \ \ | | | | | | | | | | | | | Fixed PopupMenu's submenus not showing up in certain situations | |||||
| | * | | | | | Fixed PopupMenu's submenus not showing up in certain situations. | Michael Alexsander Silva Dias | 2017-12-06 | 1 | -3/+3 | |
| | | |/ / / | |/| | | | ||||||
| * | | | | | Merge pull request #13491 from RaXaR/master | Rémi Verschelde | 2017-12-06 | 2 | -0/+6 | |
| |\ \ \ \ \ | | | | | | | | | | | | | Added get_popup() method to ColorPickerButton... | |||||
| | * | | | | | Added get_popup() method to ColorPickerButton. This allows to check if the ↵ | RaXaR | 2017-12-01 | 2 | -0/+6 | |
| | | |_|/ / | |/| | | | | | | | | | | | | | | | | | | | | | | | picker is open or not using Popup signals. Ammend: Added docs for the method. | |||||
| * | | | | | Merge pull request #13409 from YeldhamDev/textedit_disabled | Rémi Verschelde | 2017-12-06 | 2 | -29/+48 | |
| |\ \ \ \ \ | |_|/ / / |/| | | | | Add disabled theme to TextEdit | |||||
| | * | | | | Add disabled theme to TextEdit. | Michael Alexsander Silva Dias | 2017-12-01 | 2 | -29/+48 | |
| | | | | | | ||||||
| * | | | | | Rich Text Label: fixed deselection issue | Dmitry Koteroff | 2017-12-04 | 1 | -0/+11 | |
| | | | | | | ||||||
| * | | | | | Fixed FileDialog's "parent folder" button not having a texture. | Michael Alexsander Silva Dias | 2017-12-02 | 1 | -7/+1 | |
| | |/ / / |/| | | | ||||||
| * | | | | last line scroll fix when scroll_past_last_line is disabled | Ian | 2017-11-28 | 1 | -4/+2 | |
| | |/ / |/| | | ||||||
| * | | | Some improvements to file/dir open/save dialogs: | Dmitry Koteroff | 2017-11-27 | 4 | -9/+82 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | 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. | |||||
| * | | | Merge pull request #13308 from Krakean/scenetreedock_additemsdeselect | Rémi Verschelde | 2017-11-27 | 1 | -0/+4 | |
| |\ \ \ | | | | | | | | | Scene Tree Dock: added ability to deselect items when clicking on empty space | |||||
| | * | | | Scene Tree Dock: added ability to deselect items when clicking on empty space | Dmitry Koteroff | 2017-11-26 | 1 | -0/+4 | |
| | | | | | ||||||
| * | | | | Merge pull request #13318 from Paulb23/adjust_viewport_to_cursor_issue_13190 | Rémi Verschelde | 2017-11-27 | 1 | -15/+23 | |
| |\ \ \ \ | | | | | | | | | | | Fixes adjust viewport to cursor when line is to long, issue 13190 | |||||
| | * | | | | Fixes adjust viewport to cursor when line is to long, issue 13190 | Paulb23 | 2017-11-26 | 1 | -15/+23 | |
| | | | | | | ||||||
| * | | | | | Merge pull request #13252 from Krakean/file_dialogs_small_tweaks | Rémi Verschelde | 2017-11-27 | 2 | -3/+30 | |
| |\ \ \ \ \ | | | | | | | | | | | | | A few adjustments to file/dir open dialogs | |||||
| | * | | | | | A few small adjustments to file dialogs: | Dmitry Koteroff | 2017-11-24 | 2 | -3/+30 | |
| | | |/ / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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) | |||||
| * | | | | | Merge pull request #13245 from Krakean/itemlist_add_some_signals | Rémi Verschelde | 2017-11-26 | 2 | -0/+29 | |
| |\ \ \ \ \ | |_|_|/ / |/| | | | | Added some new API functionality to Item List component | |||||
| | * | | | | Item List small enhancements | Dmitry Koteroff | 2017-11-26 | 2 | -0/+29 | |
| | | | | | | | | | | | | | | | | | | | | | Item list: added new signal - nothing_selected (when mouse clicked on empty space), and two new functions - unselect_all() and is_any_selected() | |||||
| * | | | | | initialize bus_index to 0 | Marcin Zawiejski | 2017-11-26 | 1 | -0/+1 | |
| | |_|/ / |/| | | | | | | | fixes #13305 | |||||
| * | | | | Made Vector::ptrw explicit for writing, compiler was sometimes using the ↵ | Juan Linietsky | 2017-11-25 | 1 | -1/+1 | |
| | |/ / |/| | | | | | | | | | | | | | | wrong function, leading to unnecesary copy on writes and reduced performance. | |||||
| * | | | 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 | |
| | | |/ | |/| | ||||||
