Age | Commit message (Collapse) | Author | |
---|---|---|---|
2016-12-23 | Merge pull request #7330 from darkfoxprime/#7326-fix-whole-word-search | Rémi Verschelde | |
Fix search to find "whole" words at end of line | |||
2016-12-23 | PopupMenu upgrade: Hide on item selection (#7306) | Ivan P. Skodje | |
* Added the option to set hide on item selection. Usable in GDScript and from within the source code when you want to specify popup menus you don't want to close immediately when selecting an item * Renamed getter from get_ to is_, fixed parent/child behavior, renamed bool variable to match most code and added ADD_PROPERTYNO to save some memory | |||
2016-12-18 | Fix search to find "whole" words at end of line | Johnson Earls | |
Fix `_get_column_pos_of_word` so that the `SEARCH_WHOLE_WORDS` flag will properly find words that are at the end of a line. Fixes #7326 . | |||
2016-11-28 | Merge pull request #7200 from volzhs/fix-anim-scroll | Rémi Verschelde | |
Fix scroll bar moving in AnimationPlayer editor | |||
2016-11-28 | Merge pull request #7198 from volzhs/fix-color-picker | Rémi Verschelde | |
Fix color selected with mouse scroll | |||
2016-11-28 | Merge pull request #7184 from volzhs/spinbox | Rémi Verschelde | |
Prevent Spinbox value update while not focused or disabled | |||
2016-11-28 | Merge pull request #7157 from leezh/buttonarray_fixes | Rémi Verschelde | |
Flat button support in ButtonArray. Fixes #7153 | |||
2016-11-28 | Fix scroll bar moving in AnimationPlayer editor | volzhs | |
Fix #7196 | |||
2016-11-28 | Fix color selected with mouse scroll | volzhs | |
Fix #7192 | |||
2016-11-25 | Prevent Spinbox value update while not focused or disabled | volzhs | |
2016-11-21 | Merge pull request #7145 from avril-gh/fixes-6464-lost-icons | Rémi Verschelde | |
fixes #6464 lost icons in dock and file dialog, also #6443 , #6302 | |||
2016-11-19 | Flat button support in ButtonArray. Fixes #7153 | Zher Huei Lee | |
2016-11-18 | fixes #6464 lost icons in dock and file dialog, also #6443 , #6302 | Avril | |
Fixes lost icons in docks, file manager, sample library, settings and various other places. | |||
2016-11-17 | Select exactly matched file automatically in FileDialog | volzhs | |
2016-11-14 | Merge pull request #7109 from volzhs/emit-signal-from-set | George Marques | |
Emit "*_changed" signal in set_* | |||
2016-11-14 | Merge pull request #7107 from eska014/wasm | Rémi Verschelde | |
Some WebAssembly stuff | |||
2016-11-14 | Emit "*_changed" signal in set_* | volzhs | |
2016-11-13 | Clarify a NULL comparison | eska | |
'TreeItem::get_children()' does not return the child count, but rather a pointer to the children. This comparison caused an error during WebAssembly builds using the LLVM backend path. | |||
2016-11-11 | Merge pull request #6833 from Elinvention/master | Rémi Verschelde | |
Make the step property useful for sliders | |||
2016-11-09 | Merge pull request #7052 from Paulb23/text_edit_color_uniformation | Rémi Verschelde | |
Made background and symbol color follow the color API | |||
2016-11-07 | Fix Label valign position | volzhs | |
Fix #7055 | |||
2016-11-06 | Caret blink will no longer cause redraw without focus, issue 6167 | Paulb23 | |
2016-11-06 | Made background and symbol color follow the color API | Paulb23 | |
2016-11-06 | Merge pull request #7036 from volzhs/spinbox-prefix | Rémi Verschelde | |
Fix updating value of SpinBox with prefix | |||
2016-11-06 | Merge pull request #7009 from volzhs/fix-double-click | Rémi Verschelde | |
Fix to focus or rename node by double click | |||
2016-11-05 | Fix updating value of SpinBox with prefix | volzhs | |
2016-11-04 | fix a tiny typo | ScotFlux | |
2016-11-02 | Merge pull request #7004 from volzhs/fix-itemlist | Rémi Verschelde | |
Fix to fit stylebox with ItemList | |||
2016-11-01 | Fix to focus or rename node by double click | volzhs | |
2016-11-01 | style: Fix PEP8 whitespace issues in Python files | Rémi Verschelde | |
Done with `autopep8 --select=E2,W2`, fixes: - E201 - Remove extraneous whitespace. - E202 - Remove extraneous whitespace. - E203 - Remove extraneous whitespace. - E211 - Remove extraneous whitespace. - E221 - Fix extraneous whitespace around keywords. - E222 - Fix extraneous whitespace around keywords. - E223 - Fix extraneous whitespace around keywords. - E224 - Remove extraneous whitespace around operator. - E225 - Fix missing whitespace around operator. - E226 - Fix missing whitespace around operator. - E227 - Fix missing whitespace around operator. - E228 - Fix missing whitespace around operator. - E231 - Add missing whitespace. - E231 - Fix various deprecated code (via lib2to3). - E241 - Fix extraneous whitespace around keywords. - E242 - Remove extraneous whitespace around operator. - E251 - Remove whitespace around parameter '=' sign. - E261 - Fix spacing after comment hash. - E262 - Fix spacing after comment hash. - E265 - Format block comments. - E271 - Fix extraneous whitespace around keywords. - E272 - Fix extraneous whitespace around keywords. - E273 - Fix extraneous whitespace around keywords. - E274 - Fix extraneous whitespace around keywords. - W291 - Remove trailing whitespace. - W293 - Remove trailing whitespace. | |||
2016-11-01 | Fix to fit stylebox with ItemList | volzhs | |
2016-10-31 | Fix Accept/ConfirmationDialog UI broken | volzhs | |
2016-10-31 | Revert "Place child control under label in AcceptDialog." | volzhs | |
This reverts commit 3ef272290460670b82621727ba2e876fa0a5a01e. | |||
2016-10-30 | Revert "make `Container` node aware of `Size Flags`" | Rémi Verschelde | |
This reverts commit 6ed15e995dd83c1cf6808f261066580a1f8bc297. Fixes #6974. | |||
2016-10-30 | Merge pull request #6950 from rdb/master | Rémi Verschelde | |
Add "Never" underline mode to LinkButton | |||
2016-10-30 | Merge pull request #6928 from razvanc-r/fix-container | Rémi Verschelde | |
make Container node aware of Size Flags | |||
2016-10-30 | Merge pull request #6614 from TheKK/issue5989 | Rémi Verschelde | |
Make FileDialog directory selection less misleading | |||
2016-10-28 | Add "Never" underline mode to LinkButton | rdb | |
2016-10-26 | make `Container` node aware of `Size Flags` | Răzvan Cosmin Rădulescu | |
2016-10-17 | Merge pull request #6850 from akien-mga/pr-scsub-shebang | Rémi Verschelde | |
SCsub: Add python shebang as a hint for syntax highlighting | |||
2016-10-17 | SCsub: Add python shebang as a hint for syntax highlighting | Rémi Verschelde | |
Also switch existing shebangs to "better" /usr/bin/env python. | |||
2016-10-17 | Merge pull request #6806 from leezh/button_array_fixes | Rémi Verschelde | |
ButtonArray fixes and improvements | |||
2016-10-17 | Merge pull request #6748 from mateka/issue-6199 | Rémi Verschelde | |
Place child dialog contents under label in AcceptDialog | |||
2016-10-17 | Merge pull request #6739 from bvbfan/patch-3 | Rémi Verschelde | |
Button focus hovering | |||
2016-10-15 | Make the step property useful for sliders as described in #5773 | Elia Argentieri | |
2016-10-15 | Fix GraphEdit connection wire when resizing GraphNode | volzhs | |
2016-10-14 | Merge pull request #6807 from volzhs/buttongroup-signal | George Marques | |
Add "button_selected" signal to ButtonGroup | |||
2016-10-14 | Added support for tooltips in ButtonArray. Fixes #6597 | Zher Huei Lee | |
2016-10-14 | Merge pull request #6780 from RandomShaper/space-padded-line-numbers | Rémi Verschelde | |
Allow turning off zero-padding for line numbers | |||
2016-10-13 | Merge pull request #6809 from volzhs/graphedit-zoom | George Marques | |
Fix GraphEdit connection wire when zoom in/out |