Age | Commit message (Expand) | Author |
2020-06-30 | Add a separate application focus/in notification out from Window focus notifi... | Juan Linietsky |
2020-06-19 | Remove ToolButton in favor of Button | Hugo Locurcio |
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-04-28 | Rename InputFilter back to Input | Rémi Verschelde |
2020-04-06 | TextureRegion: fixed Autoslice not created/updated properly. | dankan1890 |
2020-04-02 | Replace NULL with nullptr | lupoDharkael |
2020-03-27 | Renaming of servers for coherency. | Juan Linietsky |
2020-03-27 | Renamed 2D and 3D nodes to make their types explicit | Juan Linietsky |
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-02-28 | Signals: Port connect calls to use callable_mp | Rémi Verschelde |
2020-02-20 | Reworked signal connection system, added support for Callable and Signal obje... | Juan Linietsky |
2020-02-11 | Texture refactor | Juan Linietsky |
2020-01-30 | Adds pan and zoom gestures to TextureRegion editor | Haoyu Qiu |
2020-01-23 | Fixes scrollbar positions on HiDPI display | Haoyu Qiu |
2020-01-20 | TextureRegionEditor: Corrected typo | dankan1890 |
2020-01-14 | Cleanup unnecessary code from before the scrollbar overlapping fixes | Michael Alexsander |
2020-01-14 | Fix more scrollbar anchorings | Michael Alexsander |
2020-01-09 | Fixes TextureRegion editor drag handle for HiDPI | Haoyu Qiu |
2020-01-05 | Fixes scaled scrolling of TextureRegion editor | Haoyu Qiu |
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-10 | Removed unused variables, add some constants numbers | Rafał Mikrut |
2019-11-22 | Fix typos with codespell | Rémi Verschelde |
2019-10-31 | Fix "seperate" typos | Aaron Franke |
2019-09-17 | Fix region editor for NinePatchRect | Tomasz Chabora |
2019-07-20 | Merge pull request #30576 from qarmin/lgtm_coverage | Rémi Verschelde |
2019-07-20 | Changed some code showed in LGTM and Coverage | qarmin |
2019-07-13 | Fix TextureRegionEditorPlugin popping up even when explicitly hidden | Bojidar Marinov |
2019-07-01 | Remove unnecessary code and add some error explanations | qarmin |
2019-04-25 | Fix scroll for texture_region and polygon_2d editor | Guilherme Felipe |
2019-04-05 | Fix TextureRegion margin bug introduced in #27122 | LATRio |
2019-03-17 | Fixing zooming in TextureRegion | LATRio |
2019-01-21 | Make the Texture Region Editor able to edit regions of Sprite3Ds | Michael Alexsander Silva Dias |
2019-01-01 | Update copyright statements to 2019 | Rémi Verschelde |
2018-12-06 | General enhancements to the Polygon2D, TextureRegion, and TileSet editors | Michael Alexsander Silva Dias |
2018-11-10 | Make TextureRegion grid settings occupy less space, closes #12679 | Juan Linietsky |
2018-09-12 | Make core/ includes absolute, remove subfolders from include path | Rémi Verschelde |
2018-08-25 | Texture Region: Cache auto-slice information into the texture. Fixes #11503 | Mariano Suligoy |
2018-08-19 | Added possibility to change color of 2d editor grid | Chaosus |
2018-08-14 | Changes to the TileSet and TextureRegion editors | Michael Alexsander Silva Dias |
2018-08-09 | New TileSet Editor | MAriano Javier Suligoy |
2018-05-17 | -Ability to open resources in the same window | Juan Linietsky |
2018-03-27 | Use radio-button-like menu entries where applicable | Pedro J. Estébanez |
2018-03-13 | Merge pull request #17013 from Noshyaar/theme | Rémi Verschelde |
2018-03-02 | TileSet&TextureRegion: fix error when getting nonexistent tile | Poommetee Ketson |
2018-02-28 | Fix various valgrind reported uninitialized variable uses | Hein-Pieter van Braam |
2018-02-25 | Update icons when theme changed | Poommetee Ketson |