summaryrefslogtreecommitdiffstats
path: root/modules/openxr/editor
Commit message (Expand)AuthorAgeFilesLines
* SCons: Add unobtrusive type hints in SCons filesThaddeus Crews2024-09-251-0/+1
* Cleanup of action map dialogsBastiaan Olij2024-09-183-18/+18
* [Editor] Expose more editor settings to documentationA Thousand Ships2024-09-121-0/+1
* Remove empty bind_methods()kobewi2024-08-152-4/+0
* Fixed creating default action mapBastiaan Olij2024-07-171-20/+15
* Couple of small fixes on the action map: now saves when CTRL-S is pressed/pro...Bastiaan Olij2024-07-111-3/+9
* [Scene] Add `SceneStringNames::text/value_changed`A Thousand Ships2024-06-192-5/+5
* [Scene] Add `SceneStringNames::item_selected`A Thousand Ships2024-06-192-3/+3
* [Scene] Add `SceneStringNames::panel`A Thousand Ships2024-05-305-7/+7
* [Scene] Add SceneStringNames::pressedA Thousand Ships2024-05-146-12/+12
* Organize existing code for editor pluginsAaron Franke2024-04-272-2/+2
* Fix missing i18n for some editor stringsHaoyu Qiu2024-04-032-3/+3
* Add editor shortcuts to toggle bottom panel visibilityHugo Locurcio2024-03-051-1/+2
* Extract BottomPanel from EditorNodekit2024-02-202-2/+4
* OpenXR: Add runtime selection dropdownBastiaan Olij2024-01-184-0/+192
* Reorganize code related to editor themingYuri Sizov2024-01-161-1/+1
* Update deferred calls to use Callableskobewi2024-01-091-2/+1
* Add const references detected by clang-tidyWilson E. Alvarez2023-12-161-1/+1
* Clean up some Editor, OpenXR, VideoStream codeYuri Sizov2023-10-201-2/+1
* Add EditorStringNames singletonkobewi2023-09-033-7/+11
* Ensure OpenXR classes are declared properlyA Thousand Ships2023-08-284-11/+11
* Style: Harmonize header includes in modulesRémi Verschelde2023-06-1511-7/+14
* Improve includes of EditorNode (and everything else)Yuri Sizov2023-04-071-1/+1
* Add EditorUndoRedoManager singletonkobewi2023-01-168-11/+8
* One Copyright Update to rule them allRémi Verschelde2023-01-0514-406/+406
* Fix missing undo/redo object and issue with removing actionsBastiaan Olij2022-12-194-4/+7
* OpenXR: fix casts and loop in action map editorrsjtdrjgfuzkfg2022-12-164-10/+10
* Various fixes for OpenXR action map meta data and editingBastiaan Olij2022-11-2510-132/+426
* Merge pull request #67578 from KoBeWi/GEDITORRémi Verschelde2022-10-311-1/+1
|\
| * Unify usage of GLOBAL/EDITOR_GETkobewi2022-10-181-1/+1
* | Rename queue_delete => queue_freeMarc Gilleron2022-10-242-4/+4
|/
* Improve naming of theme properties throughout GUI codeYuri Sizov2022-09-063-4/+4
* Revert "Remove NOTIFICATION_ENTER_TREE when paired with NOTIFICATION_THEME_CH...Rémi Verschelde2022-08-297-4/+19
* Merge pull request #64885 from Mickeon/rename-tooltip-hintRémi Verschelde2022-08-283-7/+7
|\
| * Rename `hint_tooltip` to `tooltip_text` & setgetMicky2022-08-273-7/+7
* | Remove NOTIFICATION_ENTER_TREE when paired with NOTIFICATION_THEME_CHANGEDAaron Record2022-08-277-19/+4
|/
* Swap arguments of ResourceSaver.save()kobewi2022-07-291-1/+1
* Remove Signal connect bindsJuan Linietsky2022-07-293-13/+4
* Code quality: Fix header guards consistencyRémi Verschelde2022-07-257-7/+7
* Use "odd" style for TabContainers on base BG colorFireForge2022-05-261-0/+1
* use ERR_FAIL_INDEX when preferredNathan Franke2022-05-251-2/+1
* catch null profile_def causing crash on startupJosh Kabo2022-04-111-0/+2
* Zero initialize all pointer class and struct membersRémi Verschelde2022-04-041-1/+1
* Add action map editor for OpenXRBastiaan Olij2022-04-0415-0/+1819