Age | Commit message (Collapse) | Author | |
---|---|---|---|
2017-01-02 | Merge remote-tracking branch 'origin/gles3' into gles3-on-master | Rémi Verschelde | |
Various merge conflicts have been fixed manually and some mistakes might have been made - time will tell :) | |||
2017-01-02 | Merge pull request #7341 from bruno-ortiz/master | Rémi Verschelde | |
Bugfixes for Tree node | |||
2017-01-02 | Merge pull request #7385 from bojidar-bg/tree-range-drag-lock | Rémi Verschelde | |
Fix #7098 by not accepting right clicks while dragging the range | |||
2017-01-02 | Making deselect work for TreeItem when select_mode is SELECT_SINGLE and ↵ | Bruno Ortiz | |
item_selected is now properly emitted | |||
2017-01-02 | Merge pull request #7382 from volzhs/fix-visibility | Rémi Verschelde | |
Able to change visibility when ancestor node is hidden | |||
2017-01-02 | Merge pull request #7376 from volzhs/scroll-horizontal | Rémi Verschelde | |
Scroll horizontally with mouse wheel when horizontal enabled only | |||
2017-01-02 | Merge pull request #7372 from chanon/master | Rémi Verschelde | |
Fix ColorPicker not correctly updating after pasting hex html color | |||
2017-01-01 | Welcome in 2017, dear changelog reader! | Rémi Verschelde | |
That year should bring the long-awaited OpenGL ES 3.0 compatible renderer with state-of-the-art rendering techniques tuned to work as low as middle end handheld devices - without compromising with the possibilities given for higher end desktop games of course. Great times ahead for the Godot community and the gamers that will play our games! | |||
2016-12-28 | Fix #7098 by not accepting right clicks while dragging the range | Bojidar Marinov | |
2016-12-28 | Show visual notice for visibility on Scene Dock | volzhs | |
2016-12-27 | Scroll horizontally with mouse wheel when horizontal enabled only | volzhs | |
2016-12-26 | fix ColorPicker not correctly updating after pasting hex html color | chanon | |
2016-12-23 | Merge pull request #7349 from volzhs/fix-richtextlabel | Rémi Verschelde | |
Fix duplicated string on RichTextLabel if starts with '\n' | |||
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-22 | Fix duplicated string on RichTextLabel if starts with '\n' | volzhs | |
Fix #6212, #3773 | |||
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 |