Age | Commit message (Collapse) | Author | |
---|---|---|---|
2018-09-19 | Fix Label::get_minimum_size not updating cache size for autowrap | Guilherme Felipe | |
2018-09-15 | Rename ScrollBar's drag_slave to drag_node | Rémi Verschelde | |
2018-09-13 | Merge pull request #22017 from YeldhamDev/errors_tab_changes | Rémi Verschelde | |
Add expand/collapse all buttons for the "Errors" tab | |||
2018-09-13 | Merge pull request #21982 from luzpaz/misc-typos | Rémi Verschelde | |
Misc. typos | |||
2018-09-12 | Add expand/collapse all buttons for the "Errors" tab | Michael Alexsander Silva Dias | |
2018-09-12 | Misc. typos | luz.paz | |
Found via `codespell -q 3 -I ../godot-word-whitelist.txt --skip="./thirdparty,*.po"` | |||
2018-09-12 | Fix default_cursor_shape for TextEdit | Guilherme Felipe | |
2018-09-12 | Merge pull request #21219 from AlexHolly/fix-textedit-shows-nothing | Rémi Verschelde | |
TextEdit update cache.size on ENTER_TREE | |||
2018-09-12 | Merge pull request #21877 from DualMatrix/richlabel | Rémi Verschelde | |
Fixed the remove_line function in richtextlabel. It was totally broken | |||
2018-09-12 | Merge pull request #21705 from KellyThomas/tree-create-item | Rémi Verschelde | |
Change return value of Tree.create_item() from Object to TreeItem | |||
2018-09-12 | Merge pull request #21654 from Calinou/textureprogress-transparent-tint | Rémi Verschelde | |
Allow transparent colors in TextureProgress tint properties | |||
2018-09-12 | Make core/ includes absolute, remove subfolders from include path | Rémi Verschelde | |
This allows more consistency in the manner we include core headers, where previously there would be a mix of absolute, relative and include path-dependent includes. | |||
2018-09-10 | Merge pull request #21872 from Paulb23/fix_backwards_search | Rémi Verschelde | |
Fix backwards search in TextEdit selecting non-whole words, issue 15677 | |||
2018-09-10 | Merge pull request #21491 from AlexHolly/fix-textedit-uncomment-spamm | Rémi Verschelde | |
Uncommenting a selection was not updating the selection. | |||
2018-09-08 | Fixed the remove_line function in richtextlabel. It was totally broken | DualMatrix | |
Fixed the remove_line function in richtextlabel. It was totally broken This fixes #21037 | |||
2018-09-08 | Fix backwards search in TextEdit selecting non-whole words, issue 15677 | Paulb23 | |
2018-09-08 | Fixed scientific notaion not highlighting correctly, issue 21435 | Paulb23 | |
2018-09-08 | Uncommenting a selection was not updating the selection. | Alexander Holland | |
Also adds uncomment lines(ctrl+u) where # is not in first place | |||
2018-09-07 | Many fixes to gradient editor, which was pretty broken. Closes #19308 | Juan Linietsky | |
2018-09-06 | Show a warning if you try to grab focus when not allowed, closes #15388 | Juan Linietsky | |
2018-09-03 | Change return value of Tree.create_item() from Object to TreeItem | Kelly Thomas | |
2018-09-01 | Change some instances of args named "ev" to "event" | Michael Alexsander Silva Dias | |
2018-09-01 | Allow transparent colors in TextureProgress tint properties | Hugo Locurcio | |
2018-09-01 | Improve ClassDB information for some some signal parameters | Kelly Thomas | |
2018-08-31 | Make "Search Classes" dialog have relationship lines if the setting is enabled | Michael Alexsander Silva Dias | |
2018-08-25 | TextEdit replaced cache.size with get_size() | Alexander Holland | |
2018-08-25 | Merge pull request #21231 from AlexHolly/filedialog-fix-multi-selection | Rémi Verschelde | |
Check all selected items on OPEN_MANY/OPEN_FILES in FileDialog, also … | |||
2018-08-25 | Merge pull request #21358 from MidZik/master | Rémi Verschelde | |
Disable ability to copy or cut text from LineEdit if secret mode is enabled. | |||
2018-08-24 | Merge pull request #21385 from groud/fix_itemlist_signal | Rémi Verschelde | |
Fix a mistake in itemlist multi_select signal | |||
2018-08-24 | Fix a mistake in itemlist multiselect signal | groud | |
2018-08-24 | Merge pull request #20586 from AlexHolly/text-edit-auto-completion | Rémi Verschelde | |
text_edit auto_completion | |||
2018-08-24 | Merge pull request #21156 from MednauN/atlas-texture-fix | Rémi Verschelde | |
Fix AtlasTexture with NinePatchRect and TextureProgress | |||
2018-08-24 | Avoid misuse of set_drag_preview() function where it shouldn't be. Closes #20100 | Juan Linietsky | |
2018-08-24 | Merge pull request #21356 from akien-mga/drop-shadergraph | Rémi Verschelde | |
Drop old ShaderGraph code, obsoleted by VisualShader | |||
2018-08-24 | Make some debug prints verbose-only, remove others | Rémi Verschelde | |
2018-08-24 | Drop old ShaderGraph code, obsoleted by VisualShader | Rémi Verschelde | |
2018-08-24 | Disable ability to copy or cut text from LineEdit if secret mode is enabled. | MidZik | |
2018-08-22 | Merge pull request #21152 from DualMatrix/fileselect_error | Rémi Verschelde | |
Fixed !is_inside_tree() errors in file dialog | |||
2018-08-21 | Fix grab/select of gradient edit | Guilherme Felipe | |
2018-08-20 | Massive rewrite to AnimationTree. Many APIs changed in order to: | Juan Linietsky | |
-Reuse resources -Expose properties in AnimationTree | |||
2018-08-20 | Check all selected items on OPEN_MANY/OPEN_FILES in FileDialog, also changed ↵ | Alexander Holland | |
confusing naming. | |||
2018-08-18 | Fix AtlasTexture with NinePatchRect and TextureProgress | pesets | |
2018-08-18 | Fixed !is_inside_tree() errors in file dialog | DualMatrix | |
Fixed !is_inside_tree() errors appearing when current_file has a . in it. | |||
2018-08-17 | Bind ItemList's item_custom_fg_color methods | Rémi Verschelde | |
Fixes #21086. | |||
2018-08-17 | Merge pull request #21091 from hpvb/fix-removing-popup-menu-item | Rémi Verschelde | |
Call minimum_size_changed() in PopupMenu::remove_item() | |||
2018-08-16 | Call minimum_size_changed() in PopupMenu::remove_item() | Hein-Pieter van Braam | |
When removing an item from a PopupMenu we need to update the control's size cache otherwise the size of the PopupMenu itself lags behind by 1 item size. Meaning the PopupMenu will remain too large. | |||
2018-08-16 | Delay emitting pressed signals in PopupMenu | Hein-Pieter van Braam | |
When processing items we may actually delete the item we're processing in the callback for the signal. To avoid this, call the signal after we're done processing the items. But before hiding the popupmenu itself. Thanks to @reduz for writing the whole solution. This fixes #19842 | |||
2018-08-16 | Fix type of Range allow_greater/allow_lesser properties | Rémi Verschelde | |
2018-08-16 | PopupMenu item_pressed is sent before checking hide flags. | Ovnuniarchos | |
2018-08-14 | Merge pull request #18096 from aaronfranke/master | Juan Linietsky | |
[Core] Split up math_2d.h |