Age | Commit message (Expand) | Author |
2020-05-14 | Style: Enforce braces around if blocks and loops | Rémi Verschelde |
2020-05-14 | Style: clang-format: Disable KeepEmptyLinesAtTheStartOfBlocks | Rémi Verschelde |
2020-05-14 | Enforce use of bool literals instead of integers | Rémi Verschelde |
2020-04-28 | Rename InputFilter back to Input | Rémi Verschelde |
2020-04-02 | Replace NULL with nullptr | lupoDharkael |
2020-03-26 | Popups are now windows also (broken!) | Juan Linietsky |
2020-03-26 | Refactored input, goes all via windows now. | Juan Linietsky |
2020-03-26 | Refactored Input, create DisplayServer and DisplayServerX11 | Juan Linietsky |
2020-03-01 | Merge pull request #18020 from bruvzg/input_fix_non_latin_and_add_hw_scancodes | Rémi Verschelde |
2020-02-28 | Signals: Manually port most of remaining connect_compat uses | Rémi Verschelde |
2020-02-28 | Signals: Port connect calls to use callable_mp | Rémi Verschelde |
2020-02-25 | Rename `scancode` to `keycode`. | bruvzg |
2020-02-20 | Reworked signal connection system, added support for Callable and Signal obje... | Juan Linietsky |
2020-02-18 | PoolVector is gone, replaced by Vector | Juan Linietsky |
2020-02-11 | Bugfixes and ability to better specify filter and repeat modes everywhere. | Juan Linietsky |
2020-02-11 | Texture refactor | Juan Linietsky |
2020-01-01 | Update copyright statements to 2020 | Rémi Verschelde |
2019-12-24 | Cleans up headers included in editor_node.h | Haoyu Qiu |
2019-12-19 | Fixes Curve Editor margin | Haoyu Qiu |
2019-10-26 | Fixed #21527 (Show hint to right click when curve editor is empty) | MCrafterzz |
2019-09-25 | Merge pull request #32345 from nekomatata/fix-curve-delete-point-error | Rémi Verschelde |
2019-09-25 | Reset hovered point in Curve when deleted to avoid errors on draw | PouleyKetchoupp |
2019-09-25 | Added some obvious errors explanations | qarmin |
2019-09-02 | Implement snapping in the Curve editor | Hugo Locurcio |
2019-07-10 | Merge pull request #30455 from qarmin/const_reference | Rémi Verschelde |
2019-07-10 | Use reference to constant in functions | qarmin |
2019-07-09 | Add `width` and `antialiased` parameters to CanvasItem `draw_rect()` | Hugo Locurcio |
2019-07-01 | Remove unnecessary code and add some error explanations | qarmin |
2019-06-01 | Improve the curve editor rendering | Hugo Locurcio |
2019-04-30 | Merge pull request #27707 from Calinou/tweak-message-wording | Rémi Verschelde |
2019-04-25 | Use approximate equallity methods in many places | Aaron Franke |
2019-04-21 | Improve wording of various messages and make casing more consistent | Hugo Locurcio |
2019-01-01 | Update copyright statements to 2019 | Rémi Verschelde |
2018-10-02 | Fix warnings on virtual methods [-Woverloaded-virtual] [-Wdelete-non-virtual-... | Rémi Verschelde |
2018-10-01 | Fix warnings about invalid logical not on left hand side [-Wlogical-not-paren... | Rémi Verschelde |
2018-09-12 | Make core/ includes absolute, remove subfolders from include path | Rémi Verschelde |
2018-08-19 | Added possibility to change color of 2d editor grid | Chaosus |
2018-05-18 | -Hid texture flags by default so they dont take so much space | Juan Linietsky |
2018-05-17 | -Ability to open resources in the same window | Juan Linietsky |
2018-01-18 | Fix typos in code and docs with codespell | Rémi Verschelde |
2018-01-03 | Small fixes for the Curve Editor's context menu. | Michael Alexsander Silva Dias |
2018-01-01 | Update copyright statements to 2018 | Rémi Verschelde |
2017-12-07 | Style: Apply new clang-format 5.0 style to all files | Rémi Verschelde |
2017-10-03 | CurveEditor: fix can't edit right tangent | Poommetee Ketson |
2017-09-25 | Removed most of the custom colors from the interface. | Daniel J. Ramirez |
2017-09-20 | Rename pos to position in user facing methods and variables | letheed |
2017-08-27 | Use HTTPS URL for Godot's website in the headers | Rémi Verschelde |
2017-08-26 | -Split EditorPlugin into EditorPlugin and EditorInterface | Juan Linietsky |
2017-08-24 | Convert Object::cast_to() to the static version | Hein-Pieter van Braam |
2017-07-07 | [#9292] Renamed Image.put_pixel() to set_pixel(). | ducdetronquito |