summaryrefslogtreecommitdiffstats
path: root/editor/plugins/audio_stream_editor_plugin.cpp
Commit message (Expand)AuthorAgeFilesLines
* Merge commit godotengine/godot@8004c7524fb9f43425c4d6f614410a76678e0f7cSpartan3222024-10-301-6/+6
|\
| * Rename internal Button icon to button_icon to match exposed methodsAaron Franke2024-10-291-6/+6
* | Fix copyright headers referring to GodotSpartan3222024-10-271-2/+2
* | Rebrand preambles to RedotDubhghlas McLaughlin2024-10-111-0/+2
|/
* [Scene] Add `SceneStringNames::font(_size/_color)`A Thousand Ships2024-06-181-2/+2
* [Scene] Add SceneStringNames::pressedA Thousand Ships2024-05-141-2/+2
* Use Core/Scene stringnames consistentlykobewi2024-05-131-4/+4
* Reorganize code related to editor themingYuri Sizov2024-01-161-1/+1
* Add EditorStringNames singletonkobewi2023-09-031-12/+13
* Unify and streamline connecting to Resource changeskobewi2023-07-171-3/+2
* Fix crash in AudioStream previewRedworkDE2023-05-301-3/+4
* Fix `draw_multiline_colors` usageDanil Alexeev2023-05-151-6/+12
* One Copyright Update to rule them allRémi Verschelde2023-01-051-29/+29
* Prevent showing AudioStream preview for non-WAV typesYuri Rubinsky2022-12-181-1/+2
* Restore `AudioStreamEditor` classYuri Rubinsky2022-12-151-0/+279
* Implement BPM supportreduz2022-07-231-285/+0
* Rename Control PRESET_WIDE to PRESET_FULL_RECTFireForge2022-07-181-2/+2
* Update if == NOTIFICATION_* to switch statements to match coding stylemegalobyte2022-02-161-23/+26
* Remove most EditorNode constructor parameters and fieldstrollodel2022-02-141-2/+1
* Improve compilation speed (forward declarations/includes cleanup)Hendrik Brucker2022-02-121-0/+1
* Revert "Add missing SNAME macro optimization to all theme methods call"Rémi Verschelde2022-02-081-5/+5
* Add missing SNAME macro optimization to all theme methods calljmb4622022-02-061-5/+5
* Update copyright statements to 2022Rémi Verschelde2022-01-031-2/+2
* align to horizontal_alignment, valign to vertical_alignment, relatedNathan Franke2021-12-091-1/+1
* Use "enum class" for input enumsAaron Franke2021-11-121-2/+2
* Optimize StringName usagereduz2021-07-181-16/+16
* Improve the editor audio preview inspector appearance and functionalityHugo Locurcio2021-05-021-6/+11
* Fix audio player not resetting after wav finisheskobewi2021-03-201-3/+6
* Removed _change_notifyreduz2021-02-101-3/+3
* Update copyright statements to 2021Rémi Verschelde2021-01-011-2/+2
* Rename Control margin to offsetMarcel Admiraal2020-12-231-2/+2
* [Complex Text Layouts] Refactor Font class, default themes and controls to us...bruvzg2020-11-261-0/+2
* Reorganized core/ directory, it was too fatty alreadyreduz2020-11-071-1/+1
* Fixup `ColorRect` and `TextureRect` renamesAndrii Doroshenko (Xrayez)2020-10-191-2/+2
* Remove ToolButton in favor of ButtonHugo Locurcio2020-06-191-2/+4
* Style: Enforce braces around if blocks and loopsRémi Verschelde2020-05-141-3/+6
* Style: clang-format: Disable KeepEmptyLinesAtTheStartOfBlocksRémi Verschelde2020-05-141-14/+0
* Renaming of servers for coherency.Juan Linietsky2020-03-271-1/+1
* Popups are now windows also (broken!)Juan Linietsky2020-03-261-13/+13
* Signals: Port connect calls to use callable_mpRémi Verschelde2020-02-281-15/+7
* Reworked signal connection system, added support for Callable and Signal obje...Juan Linietsky2020-02-201-7/+7
* Fixes min size of various editor plugins on HiDPIHaoyu Qiu2020-01-121-1/+2
* Update copyright statements to 2020Rémi Verschelde2020-01-011-2/+2
* Cleans up headers included in editor_node.hHaoyu Qiu2019-12-241-0/+1
* Fix pausing in audio player editor acting the same as stoppingMichael Alexsander Silva Dias2019-06-021-5/+8
* Update copyright statements to 2019Rémi Verschelde2019-01-011-2/+2
* Make core/ includes absolute, remove subfolders from include pathRémi Verschelde2018-09-121-2/+2
* Reduce unnecessary COW on Vector by make writing explicitHein-Pieter van Braam2018-07-261-2/+2
* Add audio stream preview to Inspector dockvolzhs2018-07-171-0/+284