summaryrefslogtreecommitdiffstats
path: root/editor/plugins/polygon_2d_editor_plugin.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* Remove Signal connect bindsJuan Linietsky2022-07-291-7/+7
* Rename Transform2D "elements" to "columns"Aaron Franke2022-04-291-2/+2
* Style: Apply clang-tidy to current code, add `readability-redundant-member-init`Rémi Verschelde2022-04-041-3/+1
* Remove duplicate editor settings definitionskobewi2022-03-061-1/+1
* Merge pull request #58182 from akien-mga/style-cleanup-if-semicolons-deadcodeRémi Verschelde2022-02-161-1/+1
|\
| * Style: Cleanup single-line blocks, semicolons, dead codeRémi Verschelde2022-02-161-1/+1
* | Update if == NOTIFICATION_* to switch statements to match coding stylemegalobyte2022-02-161-0/+2
|/
* Editor: Cleanup some includes dependenciesRémi Verschelde2022-02-151-4/+2
* Remove most EditorNode constructor parameters and fieldstrollodel2022-02-141-4/+4
* Improve compilation speed (forward declarations/includes cleanup)Hendrik Brucker2022-02-121-0/+3
* Revert "Add missing SNAME macro optimization to all theme methods call"Rémi Verschelde2022-02-081-2/+2
* Add missing SNAME macro optimization to all theme methods calljmb4622022-02-061-2/+2
* Vectors: Use clear() and has().Anilforextra2022-02-021-2/+2
* Minor tweaks and fixes to panningkobewi2022-01-231-2/+2
* Add ViewPanner to 2D editorkobewi2022-01-211-6/+7
* Add ViewPanner to more editorskobewi2022-01-141-14/+36
* Update copyright statements to 2022Rémi Verschelde2022-01-031-2/+2
* Replace String comparisons with "", String() to is_empty()Nathan Franke2021-12-091-1/+1
* Rename `remove()` to `remove_at()` when removing by indexLightning_A2021-11-231-5/+5
* Use "enum class" for input enumsAaron Franke2021-11-121-5/+5
* Construct values only when necessary.Anilforextra2021-09-251-1/+1
* Construct values only when necessary.Anilforextra2021-09-231-12/+12
* Rename polygon editor settings for better display in the Editor SettingsHugo Locurcio2021-08-231-1/+1
* Use real_t in editor pluginsAaron Franke2021-08-011-15/+15
* Optimize StringName usagereduz2021-07-181-20/+20
* Rename `instance()`->`instantiate()` when it's a verbLightning_A2021-06-191-2/+2
* Core: Move DirAccess and FileAccess to `core/io`Rémi Verschelde2021-06-111-1/+1
* New and improved IK system for Skeleton2DTwistedTwigleg2021-06-051-1/+1
* Rename "Control" key to "Ctrl" and add "_pressed" suffix to all InputEventWit...Lightning_A2021-05-071-3/+3
* Rename ButtonList enum and members to MouseButtonAaron Franke2021-03-231-5/+5
* Update copyright statements to 2021Rémi Verschelde2021-01-011-2/+2
* Fix Scrollbar range calculation errorBiBi2020-12-281-4/+2
* Rename Control margin to offsetMarcel Admiraal2020-12-231-4/+4
* Merge pull request #43192 from YeldhamDev/poly2deditor_buttons_flatRémi Verschelde2020-10-291-0/+1
|\
| * Set previous tool buttons in the Polygon2D editor to be flat againMichael Alexsander2020-10-291-0/+1
* | Fix "Move Points" button sometimes not showing up on UV mode in the Polygon2D...Michael Alexsander2020-10-291-1/+1
|/
* Minor improvements to the Polygon 2D UV editorMichael Alexsander2020-07-231-4/+9
* Fix undo/redo for bone painting in Polygon2D UV EditorMaganty Rushyendra2020-06-261-23/+25
* Enable finer grained control when creating polygon with UV EditorMaganty Rushyendra2020-06-231-1/+2
* Remove ToolButton in favor of ButtonHugo Locurcio2020-06-191-8/+11
* Split `Geometry` singleton into `Geometry2D` and `Geometry3D`Andrii Doroshenko (Xrayez)2020-05-271-1/+2
* Style: Enforce braces around if blocks and loopsRémi Verschelde2020-05-141-32/+60
* Style: clang-format: Disable KeepEmptyLinesAtTheStartOfBlocksRémi Verschelde2020-05-141-71/+0
* Rename InputFilter back to InputRémi Verschelde2020-04-281-2/+2
* Replace NULL with nullptrlupoDharkael2020-04-021-3/+3
* Fix more -Wmaybe-uninitialized warnings with target=release_debugRémi Verschelde2020-03-311-2/+1
* Renaming of servers for coherency.Juan Linietsky2020-03-271-2/+2
* Popups are now windows also (broken!)Juan Linietsky2020-03-261-18/+18
* Working multiple window support, including editorJuan Linietsky2020-03-261-8/+7
* Refactored input, goes all via windows now.Juan Linietsky2020-03-261-2/+2