index
:
redot-engine.git
4.3
master
Redot Engine – Multi-platform 2D and 3D game engine
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
editor
/
plugins
/
texture_editor_plugin.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Cleanup of raw `nullptr` checks with `Ref`
A Thousand Ships
2024-08-31
1
-1
/
+1
*
Improve layered texture preview
BlueCube3310
2024-08-16
1
-3
/
+4
*
[Scene] Add `SceneStringNames::font(_size/_color)`
A Thousand Ships
2024-06-18
1
-3
/
+3
*
Reorganize code related to editor theming
Yuri Sizov
2024-01-16
1
-1
/
+1
*
Fix lossless formats in PortableCompressedTexture2D
nklbdev
2024-01-05
1
-1
/
+2
*
[Editor] Replace `ERR_FAIL_COND` with `ERR_FAIL_NULL` where applicable
A Thousand Ships
2023-09-15
1
-1
/
+1
*
Add EditorStringNames singleton
kobewi
2023-09-03
1
-2
/
+3
*
Unify and streamline connecting to Resource changes
kobewi
2023-07-17
1
-1
/
+1
*
Extract and reorganize texture resource classes
Hendrik Brucker
2023-07-14
1
-0
/
+5
*
fix TexturePreview crash from an invalid image
Qiqi Wu
2023-06-18
1
-0
/
+2
*
Improve Image preview in the inspector
kobewi
2023-02-13
1
-1
/
+5
*
Add expand modes to TextureRect
kobewi
2023-01-12
1
-1
/
+1
*
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
/
+2
*
Make texture preview and picker use mipmap filter
MrBlockers
2022-10-20
1
-1
/
+1
*
Revert "Remove NOTIFICATION_ENTER_TREE when paired with NOTIFICATION_THEME_CH...
Rémi Verschelde
2022-08-29
1
-0
/
+9
*
Remove NOTIFICATION_ENTER_TREE when paired with NOTIFICATION_THEME_CHANGED
Aaron Record
2022-08-27
1
-9
/
+0
*
Add missing properties to default theme
kobewi
2022-08-11
1
-1
/
+1
*
Rename Control PRESET_WIDE to PRESET_FULL_RECT
FireForge
2022-07-18
1
-1
/
+1
*
Mention mipmap and memory usage in the texture editor preview
Hugo Locurcio
2022-06-29
1
-6
/
+46
*
Use multiplication symbol in Texture size label
FireForge
2022-04-11
1
-1
/
+1
*
Rename StreamTexture* to CompressedTexture*
reduz
2022-03-05
1
-3
/
+3
*
Editor: Cleanup some includes dependencies
Rémi Verschelde
2022-02-15
1
-1
/
+0
*
Remove most EditorNode constructor parameters and fields
trollodel
2022-02-14
1
-1
/
+1
*
Improve compilation speed (forward declarations/includes cleanup)
Hendrik Brucker
2022-02-12
1
-0
/
+1
*
Revert "Add missing SNAME macro optimization to all theme methods call"
Rémi Verschelde
2022-02-08
1
-7
/
+7
*
Add missing SNAME macro optimization to all theme methods call
jmb462
2022-02-06
1
-7
/
+7
*
Rename TextureRect.expand to ignore_texture_size
kobewi
2022-01-07
1
-1
/
+1
*
Update copyright statements to 2022
Rémi Verschelde
2022-01-03
1
-2
/
+2
*
Fix Label and RichTextLabale text shadows and shadow outlines.
bruvzg
2021-11-06
1
-1
/
+1
*
TexturePreview Update text when texture is being changed
kleonc
2021-09-25
1
-10
/
+17
*
Don't set metadata_label font if it doesn't exist
kobewi
2021-07-23
1
-2
/
+4
*
Fix `TexturePreview` crashing
Lightning_A
2021-07-22
1
-9
/
+26
*
Remove unnecessary get_editor_theme() in SubViewportPreview
Lightning_A
2021-07-18
1
-5
/
+3
*
Add viewport preview plugin
Lightning_A
2021-07-12
1
-102
/
+39
*
Rename `instance()`->`instantiate()` when it's a verb
Lightning_A
2021-06-19
1
-1
/
+1
*
Remove obsolete LargeTexture, it's no longer useful since 3.x
Rémi Verschelde
2021-04-28
1
-1
/
+1
*
Removed _change_notify
reduz
2021-02-10
1
-4
/
+4
*
Update copyright statements to 2021
Rémi Verschelde
2021-01-01
1
-2
/
+2
*
[Complex Text Layouts] Refactor Font class, default themes and controls to us...
bruvzg
2020-11-26
1
-5
/
+6
*
Reorganized core/ directory, it was too fatty already
reduz
2020-11-07
1
-1
/
+1
*
Style: Enforce braces around if blocks and loops
Rémi Verschelde
2020-05-14
1
-5
/
+10
*
Style: Enforce separation line between function definitions
Rémi Verschelde
2020-05-14
1
-0
/
+1
*
Style: clang-format: Disable KeepEmptyLinesAtTheStartOfBlocks
Rémi Verschelde
2020-05-14
1
-10
/
+0
*
New lightmapper
Juan Linietsky
2020-05-10
1
-3
/
+3
*
Replace NULL with nullptr
lupoDharkael
2020-04-02
1
-1
/
+1
*
Popups are now windows also (broken!)
Juan Linietsky
2020-03-26
1
-2
/
+2
*
[Vulkan] Add repeat flag to texture preview checkerboard background
Yuri Roubinsky
2020-02-11
1
-0
/
+1
*
Texture refactor
Juan Linietsky
2020-02-11
1
-4
/
+4
*
Update copyright statements to 2020
Rémi Verschelde
2020-01-01
1
-2
/
+2
[next]