Age | Commit message (Expand) | Author |
2018-01-04 | Merge pull request #15191 from Jerome67000/z_renaming | Rémi Verschelde |
2018-01-03 | #15078 renamed "z" -> "z_index" property in Node2D | Jerome67000 |
2018-01-01 | Update copyright statements to 2018 | Rémi Verschelde |
2017-11-22 | When drag'n'drop (lets say, picture in 2D mode), automatically create dragged... | Dmitry Koteroff |
2017-11-12 | Remove preview when closing "change default type" dialog. | Andreas Haas |
2017-10-24 | Implement guides | Gilles Roudiere |
2017-10-18 | Fixes snapping and replaces the _draw_canvas by forward_canvas_draw | Gilles Roudiere |
2017-10-09 | Merge pull request #11821 from groud/margins_preset_menu | Rémi Verschelde |
2017-10-05 | Extends the anchors menu to a presets | Gilles Roudiere |
2017-10-03 | Fixes the pre drag rect not drawn correctly | Gilles Roudiere |
2017-10-01 | Fix zoom button not zooming on the screen center | Gilles Roudiere |
2017-09-18 | Add some options and reorganize the 2D editor menus. Makes available forced s... | Gilles Roudiere |
2017-09-17 | Implement smart snapping. Fixes a bug with anchors single-axis move (when the... | Gilles Roudiere |
2017-09-17 | Implement shortcuts to multiply/divide the grid step | Gilles Roudiere |
2017-09-17 | Implements rulers | Gilles Roudiere |
2017-09-17 | Split some functions to make the code more readable (maybe at the price of a ... | Gilles Roudiere |
2017-09-17 | Make the shortcuts for setting the pivot editable | Gilles Roudiere |
2017-09-17 | Display draggable anchors only if the parent is not a container | Gilles Roudiere |
2017-09-17 | Displays margins values when moving the node | Gilles Roudiere |
2017-09-17 | Merge pull request #11274 from Rubonnek/keep-argument-names-consistent | Rémi Verschelde |
2017-09-14 | Renamed function arguments to keep them consistent between declaration and im... | Wilson E. Alvarez |
2017-09-14 | adds display of old bounding box as suggested by Zephilinox in issue #10936 | poke1024 |
2017-09-06 | Remove dead ButtonGroup code | Rémi Verschelde |
2017-09-04 | Merge pull request #10907 from SaracenOne/spatial_edit_drag | Rémi Verschelde |
2017-09-04 | 2DEditor: enhance viewport cursor shape | Poommetee Ketson |
2017-09-03 | Added support for drag and drop in spatial editor. | SaracenOne |
2017-09-01 | Fix signed and unsigned comparisons | Hein-Pieter van Braam |
2017-08-27 | Dead code tells no tales | Rémi Verschelde |
2017-08-27 | Use HTTPS URL for Godot's website in the headers | Rémi Verschelde |
2017-08-25 | Fixed several memory leaks | Wilson E. Alvarez |
2017-08-13 | Adds a function to set Anchors with a layout preset | Gilles Roudiere |
2017-08-13 | Added the possibility to move all anchors at once when they are clustered | Gilles Roudiere |
2017-08-13 | Make anchors snap to each other | Gilles Roudiere |
2017-08-13 | Displays percentages when dragging anchors | Gilles Roudiere |
2017-08-13 | Simplifies the canvas editor code | Gilles Roudiere |
2017-08-13 | Add lines to make understandable when anchors are snapped | Gilles Roudiere |
2017-08-13 | Snap anchors when dragged, depending on the zoom level | Gilles Roudiere |
2017-08-13 | Make anchors draggable | Gilles Roudiere |
2017-08-13 | Add anchor visualization | Gilles Roudiere |
2017-08-13 | Replace GUI anchor type by a float between 0 and 1 | Gilles Roudiere |
2017-07-20 | Replaced the hard-to-understand _select by _select_click_on_empty_area and _s... | Gilles Roudiere |
2017-07-20 | Generalized _find_canvas_items_at_pos to remove _select_canvas_items_at_pos | Gilles Roudiere |
2017-07-14 | Add anchor shortcut to fit parent | Mariano Suligoy |
2017-07-06 | Ability to set rotation and scaling pivot for controls. | Juan Linietsky |
2017-05-20 | Removal of InputEvent as built-in Variant type.. | Juan Linietsky |
2017-04-08 | Add "Godot Engine contributors" copyright line | Rémi Verschelde |
2017-03-24 | Improved 2D snapping behavior | Pedro J. Estébanez |
2017-03-05 | A Whole New World (clang-format edition) | Rémi Verschelde |
2017-03-05 | Refactoring: rename tools/editor/ to editor/ | Rémi Verschelde |