summaryrefslogtreecommitdiff
path: root/editor/plugins/polygon_2d_editor_plugin.cpp
AgeCommit message (Expand)Author
2022-04-29Rename Transform2D "elements" to "columns"Aaron Franke
2022-04-04Style: Apply clang-tidy to current code, add `readability-redundant-member-init`Rémi Verschelde
2022-03-06Remove duplicate editor settings definitionskobewi
2022-02-16Merge pull request #58182 from akien-mga/style-cleanup-if-semicolons-deadcodeRémi Verschelde
2022-02-16Update if == NOTIFICATION_* to switch statements to match coding stylemegalobyte
2022-02-16Style: Cleanup single-line blocks, semicolons, dead codeRémi Verschelde
2022-02-15Editor: Cleanup some includes dependenciesRémi Verschelde
2022-02-14Remove most EditorNode constructor parameters and fieldstrollodel
2022-02-12Improve compilation speed (forward declarations/includes cleanup)Hendrik Brucker
2022-02-08Revert "Add missing SNAME macro optimization to all theme methods call"Rémi Verschelde
2022-02-06Add missing SNAME macro optimization to all theme methods calljmb462
2022-02-02Vectors: Use clear() and has().Anilforextra
2022-01-23Minor tweaks and fixes to panningkobewi
2022-01-21Add ViewPanner to 2D editorkobewi
2022-01-14Add ViewPanner to more editorskobewi
2022-01-03Update copyright statements to 2022Rémi Verschelde
2021-12-09Replace String comparisons with "", String() to is_empty()Nathan Franke
2021-11-23Rename `remove()` to `remove_at()` when removing by indexLightning_A
2021-11-12Use "enum class" for input enumsAaron Franke
2021-09-25Construct values only when necessary.Anilforextra
2021-09-23Construct values only when necessary.Anilforextra
2021-08-23Rename polygon editor settings for better display in the Editor SettingsHugo Locurcio
2021-08-01Use real_t in editor pluginsAaron Franke
2021-07-18Optimize StringName usagereduz
2021-06-19Rename `instance()`->`instantiate()` when it's a verbLightning_A
2021-06-11Core: Move DirAccess and FileAccess to `core/io`Rémi Verschelde
2021-06-05New and improved IK system for Skeleton2DTwistedTwigleg
2021-05-07Rename "Control" key to "Ctrl" and add "_pressed" suffix to all InputEventWit...Lightning_A
2021-03-23Rename ButtonList enum and members to MouseButtonAaron Franke
2021-01-01Update copyright statements to 2021Rémi Verschelde
2020-12-28Fix Scrollbar range calculation errorBiBi
2020-12-23Rename Control margin to offsetMarcel Admiraal
2020-10-29Merge pull request #43192 from YeldhamDev/poly2deditor_buttons_flatRémi Verschelde
2020-10-29Set previous tool buttons in the Polygon2D editor to be flat againMichael Alexsander
2020-10-29Fix "Move Points" button sometimes not showing up on UV mode in the Polygon2D...Michael Alexsander
2020-07-23Minor improvements to the Polygon 2D UV editorMichael Alexsander
2020-06-26Fix undo/redo for bone painting in Polygon2D UV EditorMaganty Rushyendra
2020-06-23Enable finer grained control when creating polygon with UV EditorMaganty Rushyendra
2020-06-19Remove ToolButton in favor of ButtonHugo Locurcio
2020-05-27Split `Geometry` singleton into `Geometry2D` and `Geometry3D`Andrii Doroshenko (Xrayez)
2020-05-14Style: Enforce braces around if blocks and loopsRémi Verschelde
2020-05-14Style: clang-format: Disable KeepEmptyLinesAtTheStartOfBlocksRémi Verschelde
2020-04-28Rename InputFilter back to InputRémi Verschelde
2020-04-02Replace NULL with nullptrlupoDharkael
2020-03-31Fix more -Wmaybe-uninitialized warnings with target=release_debugRémi Verschelde
2020-03-27Renaming of servers for coherency.Juan Linietsky
2020-03-26Popups are now windows also (broken!)Juan Linietsky
2020-03-26Working multiple window support, including editorJuan Linietsky
2020-03-26Refactored input, goes all via windows now.Juan Linietsky
2020-03-26Refactored Input, create DisplayServer and DisplayServerX11Juan Linietsky