Age | Commit message (Collapse) | Author | |
---|---|---|---|
2017-12-15 | Fixes slider node tick offset | Henrique L Alves | |
Fixes wrong tick offset on slider nodes - they now match with the corresponding 'grabber' positions. Fixes issue #14637 | |||
2017-12-13 | Fix crash (and bug) in RichTextLabel | poke1024 | |
2017-12-12 | Merge pull request #14474 from toger5/fixSliderNan | Noshyaar | |
added missing NaN check fixes: #13255 | |||
2017-12-12 | Change statable to multistate, remove extra separator | Poommetee Ketson | |
2017-12-11 | Fix Index p_current=0 error at starting editor | volzhs | |
2017-12-11 | Merge pull request #14543 from volzhs/checkbox-checkbutton-center | Rémi Verschelde | |
Fix align=center info is not saved with CheckBox & CheckButton | |||
2017-12-11 | Fix align=center info is not saved with CheckBox & CheckButton | volzhs | |
2017-12-11 | Fix CheckBox minimum size | volzhs | |
2017-12-11 | Fix CheckButton minimum size | volzhs | |
2017-12-10 | Merge pull request #14509 from poke1024/fix_selection_copy_crash | Rémi Verschelde | |
Fix crash in RichTextLabel::selection_copy() | |||
2017-12-10 | Fix crash in RichTextLabel::selection_copy() | Bernhard Liebl | |
2017-12-10 | Merge pull request #11510 from AndreaCatania/skel | Rémi Verschelde | |
Added skeleton x-ray | |||
2017-12-10 | Merge pull request #13351 from poke1024/fix12451_2 | Rémi Verschelde | |
Make click on arrow properly open and close property editor modals | |||
2017-12-10 | fix certain popup close clicks with popup buttons | Bernhard Liebl | |
2017-12-10 | Implemented skeleton visibility | AndreaCatania | |
Removed code visibility code from popup menu | |||
2017-12-09 | added missing NaN check fixes: #13255 | toger5 | |
2017-12-09 | Merge pull request #13847 from YeldhamDev/filedialog_title | Rémi Verschelde | |
Added "mode_overrides_title" property to FileDialog | |||
2017-12-08 | Modify shortcuts and menus to fold/unfold code | MattUV | |
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-08 | Merge pull request #14014 from kosz78/scroll-container-fix | Rémi Verschelde | |
Fix scroll enabled in case of content fit in scroll container | |||
2017-12-07 | Changed current line draw order and added code folding color | Paulb23 | |
2017-12-07 | Style: Apply new clang-format 5.0 style to all files | Rémi Verschelde | |
2017-12-07 | Merge pull request #14352 from ianb96/get_hidden_width | Rémi Verschelde | |
Fixes horizontal scrolling over hidden lines | |||
2017-12-07 | Merge pull request #14353 from TheAspiringHacker/fix-lineedit-eat | Rémi Verschelde | |
Check for icon in LineEdit::set_cursor_position | |||
2017-12-07 | Merge pull request #13362 from groud/fix_folding | Rémi Verschelde | |
Fixes folding of blank lines | |||
2017-12-06 | Check for icon in LineEdit::set_cursor_position | TheAspiringHacker | |
Fixes #14340 | |||
2017-12-06 | fixes horizontal scrolling over hidden lines | Ian | |
2017-12-07 | Merge pull request #14328 from YeldhamDev/popupmenu_submenu_fix | Rémi Verschelde | |
Fixed PopupMenu's submenus not showing up in certain situations | |||
2017-12-06 | Merge pull request #13491 from RaXaR/master | Rémi Verschelde | |
Added get_popup() method to ColorPickerButton... | |||
2017-12-06 | Merge pull request #13409 from YeldhamDev/textedit_disabled | Rémi Verschelde | |
Add disabled theme to TextEdit | |||
2017-12-06 | Fixed PopupMenu's submenus not showing up in certain situations. | Michael Alexsander Silva Dias | |
2017-12-06 | Fix scroll enabled in case of content fit in scroll container | Konstantin Zaitsev | |
2017-12-04 | Rich Text Label: fixed deselection issue | Dmitry Koteroff | |
2017-12-03 | Added "mode_overrides_title" property to FileDialog. | Michael Alexsander Silva Dias | |
2017-12-02 | Fixed FileDialog's "parent folder" button not having a texture. | Michael Alexsander Silva Dias | |
2017-12-01 | Added 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-01 | Add disabled theme to TextEdit. | Michael Alexsander Silva Dias | |
2017-11-28 | last line scroll fix when scroll_past_last_line is disabled | Ian | |
2017-11-28 | Fixes folding of blank lines | Gilles Roudiere | |
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 | |