Age | Commit message (Collapse) | Author | |
---|---|---|---|
2022-07-20 | Fix code folding icon color not matching defined color | PhoenixFlame101 | |
Caused by reusing icons from the main editor in the code editor. These icons were converted based on the main editor theme and not the code editor theme. - Create new icons for use specifically in the code editor - Add these icons to the exceptions when converting dark theme icons to light theme automatically - Change the default value of the code folding color to match previous color - Code folding icon is now pure white by default to correctly match the color defined in settings | |||
2022-07-08 | Add static methods for creating Image and ImageTexture | kobewi | |
2022-07-03 | Add the ability to drag the code completion scrollbar using the mouse click | MinusKube | |
2022-06-24 | Merge pull request #61698 from raulsntos/icon_color-editor-theme | Rémi Verschelde | |
Add icon colors to editor theme | |||
2022-06-23 | Add icon colors to editor theme | Raul Santos | |
Add `icon_normal_color`, `icon_pressed_color`, and `icon_disabled_color` to `Button`, `OptionButton`, `CheckButton`, and `CheckBox`. | |||
2022-06-11 | Add margins to Array and Dictionary editors | FireForge | |
2022-06-10 | Merge pull request #61454 from fire-forge/round-script | Rémi Verschelde | |
2022-06-10 | Merge pull request #59770 from fire-forge/rounded-corners | Rémi Verschelde | |
2022-06-10 | Merge pull request #59776 from fire-forge/more-round | Rémi Verschelde | |
2022-06-09 | Remove TooltipPanel and TooltipLabel | kobewi | |
2022-06-03 | Fix state machine style | Guilherme Felipe de C. G. da Silva | |
2022-05-31 | Merge pull request #61455 from fire-forge/tab | Rémi Verschelde | |
Add color contrast to TabContainer backgrounds in the editor | |||
2022-05-30 | Improve Graphedit connection lines | Hendrik Brucker | |
2022-05-26 | Use "odd" style for TabContainers on base BG color | FireForge | |
- Use the "odd" style for TabContainers that are on a background with the same color as the default TabContainer background color to add contrast | |||
2022-05-26 | Add rounded corners to the script editor | FireForge | |
2022-05-25 | Improve style of inspector buttons | kobewi | |
2022-05-25 | Add rounded corners to the contextual toolbar | FireForge | |
- Move contextual toolbar stylebox to the editor theme because it's the same in the 2D and 3D editors | |||
2022-05-25 | Add rounded corners to EditorProperty and EditorSpinSlider | FireForge | |
- Adds rounded corners to the EditorProperty child background, EditorSpinSlider label background, and resource sub-inspector borders and background. - Allows customizing EditorSpinSlider label background through a new Theme StyleBox property, label_bg. - Makes margins consistent in resource sub-inspectors. - Removes space between buttons in NodePath, Resource, and multiline string editors. - Adds space between label background and content for vertical property editors. | |||
2022-05-23 | Increase saturation of accent color on the Gray editor theme preset | Hugo Locurcio | |
This also renames the Gray editor theme preset to use US spelling. | |||
2022-05-20 | Add a new HashSet template | reduz | |
* Intended to replace RBSet in most cases. * Optimized for iteration speed | |||
2022-05-19 | Tweak minsize of editor ColorPickerButtons | kobewi | |
2022-05-16 | Merge pull request #60463 from Geometror/improve-vs-1 | Rémi Verschelde | |
2022-05-16 | Replace most uses of Map by HashMap | reduz | |
* Map is unnecessary and inefficient in almost every case. * Replaced by the new HashMap. * Renamed Map to RBMap and Set to RBSet for cases that still make sense (order matters) but use is discouraged. There were very few cases where replacing by HashMap was undesired because keeping the key order was intended. I tried to keep those (as RBMap) as much as possible, but might have missed some. Review appreciated! | |||
2022-04-30 | Improve the VisualShader/VisualScript editor UI | Hendrik Brucker | |
2022-04-25 | Merge pull request #60261 from fire-forge/theme-prop-renames | Rémi Verschelde | |
2022-04-23 | Rename theme properties to include underscores | FireForge | |
- check_vadjust -> check_v_adjust - close_h_ofs -> close_h_offset - close_v_ofs -> close_v_offset - commentfocus -> comment_focus - hseparation -> h_separation - ofs -> offset - selectedframe -> selected_frame - state_machine_selectedframe -> state_machine_selected_frame - table_hseparation -> table_h_separation - table_vseparation -> table_v_separation - vseparation -> v_separation | |||
2022-04-22 | Continue to improve vector4 type in visual shaders | Yuri Roubinsky | |
2022-04-08 | Remove unused SplitContainer bg theme property | kobewi | |
2022-03-26 | Merge pull request #59336 from YeldhamDev/where_we_dropping_boys | Rémi Verschelde | |
2022-03-22 | Use accent color for some editor icons | FireForge | |
2022-03-21 | Add visual marker when dragging and dropping tabs | Michael Alexsander | |
2022-03-16 | Merge pull request #59183 from YeldhamDev/assetlib_less_borders | Rémi Verschelde | |
Remove extra borders from the AssetLib plugin | |||
2022-03-15 | Remove extra borders from the AssetLib plugin | Michael Alexsander | |
2022-03-15 | Merge pull request #59135 from ↵ | Rémi Verschelde | |
EricEzaM/improvement/editor-log-better-button-style | |||
2022-03-15 | Improve editor log message filter button styles. | Eric M | |
2022-03-10 | Merge pull request #58981 from EricEzaM/improvement/popup-menu-even-spacing | Rémi Verschelde | |
2022-03-10 | Editor Style: make popup menu vseparation even, and force it to be even. | Eric M | |
2022-03-06 | Remove duplicate editor settings definitions | kobewi | |
2022-03-04 | Merge pull request #58727 from fire-forge/EditorSpinSlider_label_color | Rémi Verschelde | |
Make EditorSpinSlider label color a theme property | |||
2022-03-04 | Make EditorSpinSlider label color a theme property | FireForge | |
2022-03-04 | Add icon_normal_color to Button in editor theme | Raul Santos | |
2022-03-04 | Clamp the editor theme's base colors to avoid various issues | Hugo Locurcio | |
This fixes the profiler backgrounds being black when using the light editor theme (which is a regression from using a negative contrast setting by default for the Light preset). | |||
2022-02-14 | Improve completion scroll bar visibility in the script editor | Hugo Locurcio | |
This makes the scroll bar bar thicker and more opaque (roughly matching the editor theme's scroll bar by default). | |||
2022-02-12 | Increase checkerboard texture contrast | Hendrik Brucker | |
2022-02-12 | Improve compilation speed (forward declarations/includes cleanup) | Hendrik Brucker | |
2022-02-10 | Reorganize inspector layout workflow for Control nodes | Yuri Sizov | |
2022-02-10 | Fix typos with codespell | Rémi Verschelde | |
Using codespell 2.2-dev from current git. Added `misc/scripts/codespell.sh` to make it easier to run it once in a while and update the skip and ignore lists. | |||
2022-02-09 | Unify array, dictionary, and inspector array editors | FireForge | |
2022-02-08 | Revert "Add missing SNAME macro optimization to all theme methods call" | Rémi Verschelde | |
This reverts commit a988fad9a092053434545c32afae91ccbdfbe792. As discussed in #57725 and clarified in #57788, `SNAME` is not meant to be used everywhere but only in critical code paths. For theme methods specifically, it was by design that only getters use `SNAME` and not setters. | |||
2022-02-07 | Fix theming for floating window docks | Michael Alexsander | |