| Commit message (Expand) | Author | Age | Files | Lines |
| * | Dead code tells no tales | Rémi Verschelde | 2017-08-27 | 1 | -1/+1 |
| * | Use HTTPS URL for Godot's website in the headers | Rémi Verschelde | 2017-08-27 | 1 | -1/+1 |
| * | Changed anchor constants to enum, removed ANCHOR_CENTER, fixes #9889 | Juan Linietsky | 2017-08-15 | 1 | -3/+6 |
| * | Avoids inverted anchors | Gilles Roudiere | 2017-08-13 | 1 | -2/+2 |
| * | Adds a function to set Anchors with a layout preset | Gilles Roudiere | 2017-08-13 | 1 | -0/+21 |
| * | Replace GUI anchor type by a float between 0 and 1 | Gilles Roudiere | 2017-08-13 | 1 | -13/+10 |
| * | More fill modes for containers, closes #9504 | Juan Linietsky | 2017-07-06 | 1 | -1/+3 |
| * | Ability to set rotation and scaling pivot for controls. | Juan Linietsky | 2017-07-06 | 1 | -0/+6 |
| * | -Ability for controls to grow the left/top when anchored. This makes anchorin... | Juan Linietsky | 2017-07-06 | 1 | -0/+14 |
| * | Rename [gs]et_pos to [gs]et_position for Controls | Sergey Pusnei | 2017-04-10 | 1 | -4/+4 |
| * | Add "Godot Engine contributors" copyright line | Rémi Verschelde | 2017-04-08 | 1 | -0/+1 |
| * | A Whole New World (clang-format edition) | Rémi Verschelde | 2017-03-05 | 1 | -107/+91 |
| * | Type renames: | Juan Linietsky | 2017-01-11 | 1 | -2/+2 |
| * | -All types have editable script now in properties | Juan Linietsky | 2017-01-09 | 1 | -0/+4 |
| * | -removed stop mouse and ignore mouse from control, which were confusing, repl... | Juan Linietsky | 2017-01-08 | 1 | -7/+10 |
| * | Removed ratio anchoring (will have to fix multiple 3D views later..) | Juan Linietsky | 2017-01-08 | 1 | -1/+0 |
| * | Swapped expand and fill flag bits, so scenes don't save this property by default | Juan Linietsky | 2017-01-08 | 1 | -2/+2 |
| * | renamed _input_event for GUI events to _gui_input, so it's more differentiate... | Juan Linietsky | 2017-01-08 | 1 | -1/+1 |
| * | ObjectTypeDB was renamed to ClassDB. Types are meant to be more generic to Va... | Juan Linietsky | 2017-01-02 | 1 | -1/+1 |
| * | Welcome in 2017, dear changelog reader! | Rémi Verschelde | 2017-01-01 | 1 | -1/+1 |
| * | Add argument options for the theme override functions in Control | Juan Linietsky | 2016-09-11 | 1 | -0/+2 |
| * | More visual script improvements | Juan Linietsky | 2016-08-30 | 1 | -0/+5 |
| * | More visual script work | Juan Linietsky | 2016-08-25 | 1 | -0/+6 |
| * | VisualScript can now execute visual scripts, but there is no debugger or prof... | Juan Linietsky | 2016-08-05 | 1 | -0/+4 |
| * | properly fixed notificaitons for theme changed, closes #5774 | Juan Linietsky | 2016-07-18 | 1 | -1/+3 |
| * | Add a small workaround to avoid modal tabs to be closed if they are spawned i... | Juan Linietsky | 2016-06-27 | 1 | -0/+2 |
| * | Keep track of when fonts change, so theme or controls that use fonts as overr... | Juan Linietsky | 2016-06-17 | 1 | -0/+7 |
| * | propagate theme changes properly even through 2D nodes, fixes #4754 | Juan Linietsky | 2016-06-13 | 1 | -1/+1 |
| * | Merge pull request #4977 from SaracenOne/scripting_expose | Juan Linietsky | 2016-06-06 | 1 | -0/+7 |
| |\ |
|
| | * | Expose control theme element and override detection methods to scripting side. | Saracen | 2016-06-04 | 1 | -0/+7 |
| * | | -customizable shortcuts in editor | Juan Linietsky | 2016-06-04 | 1 | -1/+1 |
| |/ |
|
| * | Rotation APIs: Better exposure for degrees methods | Rémi Verschelde | 2016-05-06 | 1 | -2/+5 |
| * | Add ability to send drag events to another object | Juan Linietsky | 2016-05-03 | 1 | -0/+2 |
| * | Add option to keep margins when changing anchors, closes #3979 | Bojidar Marinov | 2016-03-09 | 1 | -1/+3 |
| * | remove trailing whitespace | Hubert Jarosz | 2016-03-09 | 1 | -30/+30 |
| * | -Take in consideration canvas layers for GUI input | Juan Linietsky | 2016-01-24 | 1 | -1/+6 |
| * | -Some fixes to drag and drop and canvas offset for GUI that were introduced a... | Juan Linietsky | 2016-01-19 | 1 | -0/+2 |
| * | Merge pull request #2854 from MarianoGnu/color_picker | Rémi Verschelde | 2016-01-18 | 1 | -1/+5 |
| |\ |
|
| | * | Move shaders to default theme and add shader_override related methods to Cont... | MarianoGNU | 2016-01-15 | 1 | -1/+5 |
| * | | -Moved all the "root" input handling for GUI from individual Controls to View... | Juan Linietsky | 2016-01-16 | 1 | -50/+8 |
| |/ |
|
| * | Merge pull request #3191 from neikeq/filedialog_hotkeys | Rémi Verschelde | 2016-01-07 | 1 | -0/+2 |
| |\ |
|
| | * | FileDialog: keyboard shortcut to toggle "show hidden files" | Ignacio Etcheverry | 2016-01-02 | 1 | -0/+2 |
| * | | Update copyright to 2016 in headers | George Marques | 2016-01-01 | 1 | -1/+1 |
| |/ |
|
| * | added rotation and scale support to gui controls | Juan Linietsky | 2015-12-12 | 1 | -2/+14 |
| * | misc cleanup | Juan Linietsky | 2015-10-17 | 1 | -0/+2 |
| * | Updated copyright year in all headers | Juan Linietsky | 2015-04-18 | 1 | -1/+1 |
| * | fixes to mouse warp | Juan Linietsky | 2015-02-14 | 1 | -1/+1 |
| * | Small Fixes | Juan Linietsky | 2014-09-17 | 1 | -1/+1 |
| * | -Fixed viewport stretch bugs | Juan Linietsky | 2014-04-18 | 1 | -1/+0 |
| * | Add anchor options "Center" | sanikoyes | 2014-03-31 | 1 | -1/+2 |