summaryrefslogtreecommitdiffstats
path: root/editor/plugins/tiles/tile_atlas_view.cpp
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #98039 from aaronfranke/button-iconThaddeus Crews2024-10-291-1/+1
|\
| * Rename internal Button icon to button_icon to match exposed methodsAaron Franke2024-10-291-1/+1
* | Set clang-format `RemoveSemicolon` rule to `true`Adam Scott2024-10-251-2/+2
|/
* Fix TileAtlasView bounds checks for transposed tileskleonc2024-08-091-1/+1
* Make texture filtering in TileAtlasView consistentalula2024-06-171-0/+1
* [Editor] Fix crash when editing TileMapA Thousand Ships2024-05-271-3/+35
* Remove some TileMap dependencies from TileMapLayerkobewi2024-05-211-2/+2
* [Scene] Add SceneStringNames::pressedA Thousand Ships2024-05-141-1/+1
* Use Core/Scene stringnames consistentlykobewi2024-05-131-10/+10
* Use `Vector*` component-wise `min/max/clamp` functions where applicableA Thousand Ships2024-03-201-2/+1
* Use check_changed_settings_in_group() everywherekobewi2024-02-191-1/+6
* Reorganize code related to editor themingYuri Sizov2024-01-161-3/+2
* Incorporate min and max zoom limits into the EditorZoomWidgetMewPurPur2023-10-071-2/+0
* Add EditorStringNames singletonkobewi2023-09-031-2/+2
* Improve scene tiles workflowkobewi2023-08-181-1/+1
* Fix tile resizing towards atlas boundaryHaoyu Qiu2023-06-201-9/+6
* Draw materials in tile atlas viewkobewi2023-06-071-2/+41
* set the grow direction of the center view button after setting the anchorsProbablyWorks2023-06-011-0/+1
* Merge pull request #74814 from kleonc/tilemap-fix-rendering-odd-sized-tilesYuri Sizov2023-04-181-2/+2
|\
| * TileMap Fix rendering odd-sized tileskleonc2023-03-121-2/+2
* | Fix premature theme item access in editor toolsYuri Sizov2023-04-031-7/+11
|/
* Fix some TileMap errors and crasheskobewi2023-02-141-4/+7
* Merge pull request #72129 from groud/unclamp_texture_originRémi Verschelde2023-01-271-14/+15
|\
| * Rename texture_offset and unclamp itGilles Roudière2023-01-271-14/+15
* | Add gesture to ViewPanner and simplify a bit its APIGilles Roudière2023-01-231-8/+4
|/
* Fixes rectangle painting when dragging outside the atlas areaGilles Roudière2023-01-171-10/+20
* TileAtlasView Update zoom and panning before emitting signalkleonc2023-01-051-2/+2
* One Copyright Update to rule them allRémi Verschelde2023-01-051-29/+29
* Fix pathological corner case in drawing tileset editorclayjohn2022-11-041-14/+38
* Unify usage of GLOBAL/EDITOR_GETkobewi2022-10-181-2/+2
* Fix zoom in/out keyboard shortcuts not working since the introduction of Edit...Eric M2022-09-241-1/+1
* Fix atlas view drawing roots having zoom applied twiceMinusKube2022-09-171-2/+3
* Add `is_zero_approx` methods to `Vector2`, `3`, and `4`Jonathan Nicholl2022-09-021-1/+1
* Rename `CanvasItem.update()` to `queue_redraw()`Micky2022-08-291-13/+13
* Rename `hint_tooltip` to `tooltip_text` & setgetMicky2022-08-271-5/+5
* Fix tileset image and background sometimes disappearingMinusKube2022-08-251-23/+7
* Rename Control PRESET_WIDE to PRESET_FULL_RECTFireForge2022-07-181-6/+6
* Replace most uses of Map by HashMapreduz2022-05-161-2/+2
* Fix more issues found by cppcheck.bruvzg2022-04-201-1/+1
* Convert _notification methods to switch - Chunk CJakob Bouchard2022-02-161-4/+4
* Merge pull request #57329 from Ev01/tileset-editor-minimum-zoomRémi Verschelde2022-02-151-0/+2
|\
| * Set a minimum zoom of 1% and a maximum zoom of 10,000% on the tileset editorEv012022-01-301-0/+2
* | Improve compilation speed (forward declarations/includes cleanup)Hendrik Brucker2022-02-121-1/+0
* | Revert "Add missing SNAME macro optimization to all theme methods call"Rémi Verschelde2022-02-081-1/+1
* | Add missing SNAME macro optimization to all theme methods calljmb4622022-02-061-1/+1
* | TileSetAtlasSource: Make `get_tile_data` return `TileData *`Rémi Verschelde2022-01-281-3/+3
|/
* Minor tweaks and fixes to panningkobewi2022-01-231-2/+2
* Add ViewPanner to 2D editorkobewi2022-01-211-5/+8
* Unify panning in sub-editors and make it configurablekobewi2022-01-111-43/+25
* Update copyright statements to 2022Rémi Verschelde2022-01-031-2/+2