summaryrefslogtreecommitdiff
path: root/scene/gui
AgeCommit message (Collapse)Author
2017-12-10Merge pull request #11510 from AndreaCatania/skelRémi Verschelde
Added skeleton x-ray
2017-12-10Merge pull request #13351 from poke1024/fix12451_2Rémi Verschelde
Make click on arrow properly open and close property editor modals
2017-12-10fix certain popup close clicks with popup buttonsBernhard Liebl
2017-12-10Implemented skeleton visibilityAndreaCatania
Removed code visibility code from popup menu
2017-12-09Merge pull request #13847 from YeldhamDev/filedialog_titleRémi Verschelde
Added "mode_overrides_title" property to FileDialog
2017-12-08Modify shortcuts and menus to fold/unfold codeMattUV
Fix #13180 As the same shortcut cannot be assigned to two actions, I removed the ability to fold (fold_line()) or unfold (unfold_line()) via menu (still possible by code), and there is a single fold/unfold action (toggle_fold_line()). The new default shortcut is now Alt+F
2017-12-08Merge pull request #14014 from kosz78/scroll-container-fixRémi Verschelde
Fix scroll enabled in case of content fit in scroll container
2017-12-07Changed current line draw order and added code folding colorPaulb23
2017-12-07Style: Apply new clang-format 5.0 style to all filesRémi Verschelde
2017-12-07Merge pull request #14352 from ianb96/get_hidden_widthRémi Verschelde
Fixes horizontal scrolling over hidden lines
2017-12-07Merge pull request #14353 from TheAspiringHacker/fix-lineedit-eatRémi Verschelde
Check for icon in LineEdit::set_cursor_position
2017-12-07Merge pull request #13362 from groud/fix_foldingRémi Verschelde
Fixes folding of blank lines
2017-12-06Check for icon in LineEdit::set_cursor_positionTheAspiringHacker
Fixes #14340
2017-12-06fixes horizontal scrolling over hidden linesIan
2017-12-07Merge pull request #14328 from YeldhamDev/popupmenu_submenu_fixRémi Verschelde
Fixed PopupMenu's submenus not showing up in certain situations
2017-12-06Merge pull request #13491 from RaXaR/masterRémi Verschelde
Added get_popup() method to ColorPickerButton...
2017-12-06Merge pull request #13409 from YeldhamDev/textedit_disabledRémi Verschelde
Add disabled theme to TextEdit
2017-12-06Fixed PopupMenu's submenus not showing up in certain situations.Michael Alexsander Silva Dias
2017-12-06Fix scroll enabled in case of content fit in scroll containerKonstantin Zaitsev
2017-12-04Rich Text Label: fixed deselection issueDmitry Koteroff
2017-12-03Added "mode_overrides_title" property to FileDialog.Michael Alexsander Silva Dias
2017-12-02Fixed FileDialog's "parent folder" button not having a texture.Michael Alexsander Silva Dias
2017-12-01Added get_popup() method to ColorPickerButton. This allows to check if the ↵RaXaR
picker is open or not using Popup signals. Ammend: Added docs for the method.
2017-12-01Add disabled theme to TextEdit.Michael Alexsander Silva Dias
2017-11-28last line scroll fix when scroll_past_last_line is disabledIan
2017-11-28Fixes folding of blank linesGilles Roudiere
2017-11-27Some 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-27Merge pull request #13308 from Krakean/scenetreedock_additemsdeselectRémi Verschelde
Scene Tree Dock: added ability to deselect items when clicking on empty space
2017-11-27Merge pull request #13318 from Paulb23/adjust_viewport_to_cursor_issue_13190Rémi Verschelde
Fixes adjust viewport to cursor when line is to long, issue 13190
2017-11-27Merge pull request #13252 from Krakean/file_dialogs_small_tweaksRémi Verschelde
A few adjustments to file/dir open dialogs
2017-11-26Merge pull request #13245 from Krakean/itemlist_add_some_signalsRémi Verschelde
Added some new API functionality to Item List component
2017-11-26Item List small enhancementsDmitry 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-26Fixes adjust viewport to cursor when line is to long, issue 13190Paulb23
2017-11-26initialize bus_index to 0Marcin Zawiejski
fixes #13305
2017-11-26Scene Tree Dock: added ability to deselect items when clicking on empty spaceDmitry Koteroff
2017-11-25Made 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-24A 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-23Fixed not be able to unfold the last linePaulb23
2017-11-21code folding scrolling fixesianb96
2017-11-21Merge pull request #13121 from Krakean/change_filedialog_removedotGeorge Marques
Remove the "." and "/" (at the end of folders name) from file manage dialog (open scene, open file, ...)
2017-11-21Merge pull request #13134 from Chaosus/fixinvalidscrollRémi Verschelde
Fix invalid scroll
2017-11-21Fix invalid scrollChaosus
2017-11-21Native pan and zoom for macOSBernhard Liebl
2017-11-21Remove 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-20Merge pull request #13105 from Krakean/masterRémi Verschelde
Files list: Add "New Folder.." popup when nothing under mouse cursor
2017-11-20Visual fixesDaniel J. Ramirez
Added some icons (Including the onion one) Fixed text editor ellipsis style and editor tabs
2017-11-20Add "New Folder.." to right mouse button click on project fileslist panel ↵Dmitry Koteroff
_WHEN_ no any file/folder is under mouse cursor.
2017-11-20Merge pull request #12952 from bojidar-bg/12392-export-enumsRémi Verschelde
Allow exporting enums from GDScript
2017-11-20Merge pull request #12983 from ianb96/scene_add_tabRémi Verschelde
Add Scene button and tab scrolling
2017-11-20Merge pull request #12984 from willnationsdev/richtextlabel-hover-signalRémi Verschelde
RichTextLabel: Adding ability for single meta hovering