| Commit message (Expand) | Author | Age | Files | Lines |
| * | Make BaseButton not emit press when container is scrolled | Ruslan Mustakov | 2018-04-14 | 1 | -0/+2 |
| * | Changes the keep_margin parameter to true by default, so that people are not ... | Gilles Roudiere | 2018-01-15 | 1 | -2/+2 |
| * | Add missing copyright headers and fix formatting | Rémi Verschelde | 2018-01-05 | 1 | -0/+1 |
| * | Update copyright statements to 2018 | Rémi Verschelde | 2018-01-01 | 1 | -2/+2 |
| * | fix certain popup close clicks with popup buttons | Bernhard Liebl | 2017-12-10 | 1 | -0/+5 |
| * | Rework the canvas_item API for further improves to the canvas item editor | Gilles Roudiere | 2017-11-19 | 1 | -5/+19 |
| * | Add manual overrides for focus_next and focus_previous on controls similar to... | Saracen | 2017-11-16 | 1 | -0/+7 |
| * | Unify degree members and properties | letheed | 2017-11-10 | 1 | -2/+2 |
| * | Remove deprecated rotation methods | letheed | 2017-11-10 | 1 | -4/+0 |
| * | Remove set_area_as_parent_rect and replace it by set_anchors_and_margins_pres... | Gilles Roudiere | 2017-09-22 | 1 | -2/+0 |
| * | Implements set_margins_preset(...) | Gilles Roudiere | 2017-09-22 | 1 | -11/+23 |
| * | 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 |