Age | Commit message (Collapse) | Author | |
---|---|---|---|
2016-06-27 | Add a small workaround to avoid modal tabs to be closed if they are spawned ↵ | Juan Linietsky | |
in the same frame, closes #3837 | |||
2016-06-17 | Keep track of when fonts change, so theme or controls that use fonts as ↵ | Juan Linietsky | |
overrides get properly updated. closes #4622 , probably closes many other issues too | |||
2016-06-13 | propagate theme changes properly even through 2D nodes, fixes #4754 | Juan Linietsky | |
2016-06-06 | Merge pull request #4977 from SaracenOne/scripting_expose | Juan Linietsky | |
Expose extra methods and constants to scripts | |||
2016-06-04 | -customizable shortcuts in editor | Juan Linietsky | |
-editor settings now save to .tres instead of .xml -buttons can now hold a shortcut | |||
2016-06-04 | Expose control theme element and override detection methods to scripting side. | Saracen | |
2016-05-06 | Rotation APIs: Better exposure for degrees methods | Rémi Verschelde | |
Made public the various set/getters for rotations in degrees. For consistency, renamed the exposed method names to remove the leading underscore, and kept the old names with a deprecation warning. Fixes #4511. | |||
2016-05-03 | Add ability to send drag events to another object | Juan Linietsky | |
will be documented/tested later | |||
2016-03-09 | Add option to keep margins when changing anchors, closes #3979 | Bojidar Marinov | |
Amend: Fixed an issue for non-tool builds Amend2: Same, just fixed doing nothing at some times | |||
2016-03-09 | remove trailing whitespace | Hubert Jarosz | |
2016-01-24 | -Take in consideration canvas layers for GUI input | Juan Linietsky | |
2016-01-19 | -Some fixes to drag and drop and canvas offset for GUI that were introduced ↵ | Juan Linietsky | |
after rewrite | |||
2016-01-18 | Merge pull request #2854 from MarianoGnu/color_picker | Rémi Verschelde | |
new ColorPicker | |||
2016-01-16 | -Moved all the "root" input handling for GUI from individual Controls to ↵ | Juan Linietsky | |
Viewport. -Should fix several reported bugs when controls don't have a common parent This may have added new bugs, so please report if so! | |||
2016-01-15 | Move shaders to default theme and add shader_override related methods to ↵ | MarianoGNU | |
Control class | |||
2016-01-07 | Merge pull request #3191 from neikeq/filedialog_hotkeys | Rémi Verschelde | |
Add keyboard shortcut to toggle "show hidden files" in FileDialog | |||
2016-01-02 | FileDialog: keyboard shortcut to toggle "show hidden files" | Ignacio Etcheverry | |
2016-01-01 | Update copyright to 2016 in headers | George Marques | |
2015-12-12 | added rotation and scale support to gui controls | Juan Linietsky | |
2015-10-17 | misc cleanup | Juan Linietsky | |
2015-04-18 | Updated copyright year in all headers | Juan Linietsky | |
2015-02-14 | fixes to mouse warp | Juan Linietsky | |
-can warp now from viewport and control, in their respective coordinate systems -warp is now local to the window on Windows and OSX. IF YOU RUN OSX, PLEASE TEST THIS! And make sure it works!, new code is in OS_OSX::warp_mouse_pos. I don't have OSX so i can't test! | |||
2014-09-17 | Small Fixes | Juan Linietsky | |
----------- -Added Ability for centering on top left for centercontainer -Added ability to bind more than 5 parameters (must include an extra file) | |||
2014-04-18 | -Fixed viewport stretch bugs | Juan Linietsky | |
-Fixed input in viewport stretch bugs -Fixed tilemap pixel overlap (really?) | |||
2014-03-31 | Add anchor options "Center" | sanikoyes | |
2014-02-09 | GODOT IS OPEN SOURCE | Juan Linietsky | |