summaryrefslogtreecommitdiff
path: root/editor/plugins/canvas_item_editor_plugin.cpp
AgeCommit message (Expand)Author
2020-03-01Merge pull request #18020 from bruvzg/input_fix_non_latin_and_add_hw_scancodesRémi Verschelde
2020-02-29Merge pull request #36406 from nathanwfranke/revert-fix-signal-errorsRémi Verschelde
2020-02-28Signals: Manually port most of remaining connect_compat usesRémi Verschelde
2020-02-28Signals: Port connect calls to use callable_mpRémi Verschelde
2020-02-25Rename `scancode` to `keycode`.bruvzg
2020-02-23Partial revert "Fix two signal errors"nathanwfranke
2020-02-23Replace FALLTHROUGH macro by C++17 [[fallthrough]]Rémi Verschelde
2020-02-21Huge Debugger/EditorDebugger refactor.Fabio Alessandrelli
2020-02-20Reworked signal connection system, added support for Callable and Signal obje...Juan Linietsky
2020-02-19Fix two signal errorsnathanwfranke
2020-02-18PoolVector is gone, replaced by VectorJuan Linietsky
2020-02-12ObjectID converted to a structure, fixes many bugs where used incorrectly as ...Juan Linietsky
2020-02-11Bugfixes and ability to better specify filter and repeat modes everywhere.Juan Linietsky
2020-02-11Texture refactorJuan Linietsky
2020-02-11Merge pull request #36086 from KoBeWi/TOOL_MOVE_moveRémi Verschelde
2020-02-11Fix selectable locked itemsTomasz Chabora
2020-02-10Allow to use arrow keys with TOOL_MOVETomasz Chabora
2020-02-10Fixes a crash in the 2D editorGilles Roudière
2020-02-10Merge pull request #35704 from KoBeWi/free_the_nodesRémi Verschelde
2020-02-10Include locked nodes on selection listTomasz Chabora
2020-02-09Merge pull request #33451 from MCrafterzz/movementHandleRémi Verschelde
2020-02-08Update the zoom percentage when using Frame Selection in the 2D editorHugo Locurcio
2020-02-07Changed transformation handles y arrow to match positive yMCrafterzz
2020-01-24Fix wrong guideline values shown during draggingTan Wang Leng
2020-01-22Use an icon in the top Animation Key menuWilliam Tumeo
2020-01-20Merge pull request #35351 from ericrybick/32342-Resize-snapping-lines-bugRémi Verschelde
2020-01-20Fix editor drawing snapping lines for wrong edge/corner when resizing element...Eric Rybicki
2020-01-18Clamp the editor scale to 1 when resetting zoom in the 2D editorHugo Locurcio
2020-01-16Merge pull request #34879 from Phischermen/canvas-item-editor-local-space-modeRémi Verschelde
2020-01-14Fix issue regarding rotationPhischermen
2020-01-13Fix more instances of overlapping scrollbarsMichael Alexsander
2020-01-13Clamp the editor scale to 1 for 2D zoom operationsHugo Locurcio
2020-01-08Merge pull request #34802 from xelivous/power-of-two-is-goodRémi Verschelde
2020-01-04Take the editor scale into account for 2D zoom operationsHugo Locurcio
2020-01-03Change the 2D editor's snap to 8x8 by defaultxelivous
2020-01-01Update copyright statements to 2020Rémi Verschelde
2019-12-24Cleans up headers included in editor_node.hHaoyu Qiu
2019-12-19Fix error log when selecting child of Containersvolzhs
2019-12-16Makes more strings in editor translatableHaoyu Qiu
2019-12-11Fix for #34186: "Center Selection" in 2D editor introduces graphic bias.Hannah Crawford
2019-12-10Merge pull request #34040 from qarmin/unused_variable_more_precise_numbersRémi Verschelde
2019-12-10Removed unused variables, add some constants numbersRafał Mikrut
2019-12-06clear_meta when clearing guides with the rulerHaoyu Qiu
2019-12-05changed set_meta to remove_meta in CLEAR_GUIDES menu optionsimpuid
2019-12-05Fixes crash when clearing guides in empty sceneHaoyu Qiu
2019-11-27Fix box selection being cancelled immediatelyTomasz Chabora
2019-11-20Merge pull request #33583 from qarmin/fix_overflows_unitializedRémi Verschelde
2019-11-20Fix some overflows and unitialized variablesRafał Mikrut
2019-11-19Cancel drag when selection changesTomasz Chabora
2019-11-19Merge pull request #33700 from nekomatata/sprite-add-label-overlapRémi Verschelde