| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix undoredo handling in some dialogs | kobewi | 2024-07-04 | 1 | -2/+28 |
* | [Scene] Add `SceneStringNames::text/value_changed` | A Thousand Ships | 2024-06-19 | 1 | -6/+6 |
* | [Scene] Add `SceneStringNames::confirmed` | A Thousand Ships | 2024-06-19 | 1 | -1/+1 |
* | [Scene] Add `SceneStringNames::panel` | A Thousand Ships | 2024-05-30 | 1 | -2/+2 |
* | [Scene] Add `SceneStringNames::id_pressed` | A Thousand Ships | 2024-05-30 | 1 | -1/+1 |
* | [Scene] Add SceneStringNames::pressed | A Thousand Ships | 2024-05-14 | 1 | -8/+8 |
* | Use Core/Scene stringnames consistently | kobewi | 2024-05-13 | 1 | -3/+3 |
* | Remove uv_editor_bounds editor setting | kobewi | 2024-04-23 | 1 | -4/+5 |
* | Use check_changed_settings_in_group() everywhere | kobewi | 2024-02-19 | 1 | -1/+6 |
* | Reorganize code related to editor theming | Yuri Sizov | 2024-01-16 | 1 | -1/+1 |
* | Improve UV editor zoom behavior | aXu-AP | 2024-01-10 | 1 | -76/+76 |
* | Fix UV editor not showing polygon correctly | aXu-AP | 2023-12-05 | 1 | -12/+44 |
* | Merge pull request #84076 from aXu-AP/uv-editor-texture-transform | Rémi Verschelde | 2023-12-04 | 1 | -1/+4 |
|\ |
|
| * | Fix UV editor not using texture transform | aXu-AP | 2023-10-27 | 1 | -1/+4 |
* | | Fix 2D bone weight editor not accounting for offset | aXu-AP | 2023-10-27 | 1 | -2/+2 |
|/ |
|
* | Fix Polygon2D undo on transforming vertices | aXu-AP | 2023-10-20 | 1 | -8/+17 |
* | Merge pull request #81939 from YuriSizov/gui-flat-and-depressed | Rémi Verschelde | 2023-09-25 | 1 | -4/+6 |
|\ |
|
| * | Replace flat buttons with flat-styled buttons with a visible pressed state | Yuri Sizov | 2023-09-19 | 1 | -4/+6 |
* | | Replace Ctrl in editor shortcuts with Cmd or Ctrl depending on platform | ajreckof | 2023-09-19 | 1 | -1/+2 |
|/ |
|
* | Add EditorStringNames singleton | kobewi | 2023-09-03 | 1 | -18/+18 |
* | apply selected texture filter when editing UV | Alex Drozd | 2023-06-18 | 1 | -0/+2 |
* | Improve includes of EditorNode (and everything else) | Yuri Sizov | 2023-04-07 | 1 | -0/+3 |
* | Use 8×8 default grid size for TextureRegion and 2D polygon editors | Hugo Locurcio | 2023-02-21 | 1 | -1/+2 |
* | Add gesture to ViewPanner and simplify a bit its API | Gilles Roudière | 2023-01-23 | 1 | -12/+4 |
* | Convert en_GB spelling to en_US with codespell | Rémi Verschelde | 2023-01-23 | 1 | -1/+1 |
* | Add EditorUndoRedoManager singleton | kobewi | 2023-01-16 | 1 | -4/+4 |
* | One Copyright Update to rule them all | Rémi Verschelde | 2023-01-05 | 1 | -29/+29 |
* | Use forward-declarations in big editor classes | trollodel | 2022-11-29 | 1 | -0/+4 |
* | Unify usage of undo_redo in editor | kobewi | 2022-11-02 | 1 | -1/+7 |
* | Unify usage of GLOBAL/EDITOR_GET | kobewi | 2022-10-18 | 1 | -2/+2 |
* | Fix key mapping changes when moving from macOS to other platform | bruvzg | 2022-09-07 | 1 | -2/+2 |
* | Improve naming of theme properties throughout GUI code | Yuri Sizov | 2022-09-06 | 1 | -2/+2 |
* | Rename `CanvasItem.update()` to `queue_redraw()` | Micky | 2022-08-29 | 1 | -42/+42 |
* | Revert "Remove NOTIFICATION_ENTER_TREE when paired with NOTIFICATION_THEME_CH... | Rémi Verschelde | 2022-08-29 | 1 | -2/+2 |
* | Merge pull request #64885 from Mickeon/rename-tooltip-hint | Rémi Verschelde | 2022-08-28 | 1 | -14/+14 |
|\ |
|
| * | Rename `hint_tooltip` to `tooltip_text` & setget | Micky | 2022-08-27 | 1 | -14/+14 |
* | | Remove NOTIFICATION_ENTER_TREE when paired with NOTIFICATION_THEME_CHANGED | Aaron Record | 2022-08-27 | 1 | -2/+2 |
|/ |
|
* | Remove Signal connect binds | Juan Linietsky | 2022-07-29 | 1 | -7/+7 |
* | Rename Transform2D "elements" to "columns" | Aaron Franke | 2022-04-29 | 1 | -2/+2 |
* | Style: Apply clang-tidy to current code, add `readability-redundant-member-init` | Rémi Verschelde | 2022-04-04 | 1 | -3/+1 |
* | Remove duplicate editor settings definitions | kobewi | 2022-03-06 | 1 | -1/+1 |
* | Merge pull request #58182 from akien-mga/style-cleanup-if-semicolons-deadcode | Rémi Verschelde | 2022-02-16 | 1 | -1/+1 |
|\ |
|
| * | Style: Cleanup single-line blocks, semicolons, dead code | Rémi Verschelde | 2022-02-16 | 1 | -1/+1 |
* | | Update if == NOTIFICATION_* to switch statements to match coding style | megalobyte | 2022-02-16 | 1 | -0/+2 |
|/ |
|
* | Editor: Cleanup some includes dependencies | Rémi Verschelde | 2022-02-15 | 1 | -4/+2 |
* | Remove most EditorNode constructor parameters and fields | trollodel | 2022-02-14 | 1 | -4/+4 |
* | Improve compilation speed (forward declarations/includes cleanup) | Hendrik Brucker | 2022-02-12 | 1 | -0/+3 |
* | Revert "Add missing SNAME macro optimization to all theme methods call" | Rémi Verschelde | 2022-02-08 | 1 | -2/+2 |
* | Add missing SNAME macro optimization to all theme methods call | jmb462 | 2022-02-06 | 1 | -2/+2 |
* | Vectors: Use clear() and has(). | Anilforextra | 2022-02-02 | 1 | -2/+2 |