Age | Commit message (Collapse) | Author | |
---|---|---|---|
2022-09-07 | Allow images to be imported "for editor use" and respect editor settings | Yuri Sizov | |
2022-09-07 | Merge pull request #59069 from fire-forge/stylebox_margin_functions | Rémi Verschelde | |
Add all/individual setters for StyleBox default margins and StyleBoxTexture margin size and unbind `StyleBox*.set_*_individual()` methods | |||
2022-09-07 | Merge pull request #65355 from groud/split_container_min_grab_thickness | Rémi Verschelde | |
Allow SplitContainer to have a grab area larger than its visual grabber | |||
2022-09-07 | Add set_default_margin_all/individual to StyleBox | FireForge | |
2022-09-07 | Allow SplitContainer to have a grab area larger than its visual grabber | Gilles Roudière | |
2022-09-07 | Merge pull request #65446 from YuriSizov/dialogs-make-styleboxes-matter | Rémi Verschelde | |
Make `AcceptDialog` and derivatives utilize `StyleBox` fully | |||
2022-09-07 | Make AcceptDialog and derivatives utilize StyleBox fully | Yuri Sizov | |
2022-09-06 | Improve naming of theme properties throughout GUI code | Yuri Sizov | |
Rename ItemList's bg -> panel Rename ItemList's bg_focus -> focus Rename ProgressBar's bg -> background Rename ProgressBar's fg -> fill Rename Tree's bg -> panel Rename Tree's bg_focus -> focus Rename ScrollContainer's bg -> panel Rename FileDialog's *_icon_modulate -> *_icon_color Rename FileDialog's files_disabled -> file_disabled_color Rename CheckButton's on/off -> checked/unchecked Rename check_v_adjust -> check_v_offset | |||
2022-09-05 | Various editor UI fixes (bottom panel corner radius and scene tab bar) | FireForge | |
- Fix top corners of bottom panel not having rounded corners - Fix scene tab bar background expanding vertically by corner radius - Remove two unneccesary theme items from the editor theme: - EditorStyles/SceneTabFG - EditorStyles/SceneTabBG - Remove an instance where the scene TabBar was having its styleboxes overriden to the default value, which has no effect. | |||
2022-09-05 | Merge pull request #65230 from fire-forge/itemlist-spacing | Yuri Sizov | |
2022-09-02 | Merge pull request #65181 from fire-forge/corner-details | Rémi Verschelde | |
2022-09-02 | EditorTheme: Remove rounded corners for all popups | RedMser | |
Expands #59045 to apply to all kinds of popups, since they all render as separate windows. | |||
2022-09-01 | Increase ItemList v_separation in editor theme | FireForge | |
ItemList now uses the same value for v_separation as PopupMenu. This makes it easier to select items. | |||
2022-09-01 | Rework oriented containers | kobewi | |
2022-09-01 | Decrease StyleBoxFlat corner detail in editor theme | FireForge | |
Also makes some minor changes to other areas of the editor theme. | |||
2022-08-30 | Merge pull request #65089 from YuriSizov/editor-launch-bar-with-style | Rémi Verschelde | |
Improve style and add contextual highlight to the editor launch pad | |||
2022-08-30 | Merge pull request #65042 from YuriSizov/editor-docks-tabbar-bg | Rémi Verschelde | |
2022-08-30 | Improve style and add contextual highlight to the editor launch pad | Yuri Sizov | |
2022-08-29 | Add background to TabContainer's tabbar and editor docks | Yuri Sizov | |
2022-08-29 | Fix some editor theme regressions | Yuri Sizov | |
2022-08-24 | Extract editor color map and simplify SVG color conversion | Yuri Sizov | |
2022-08-23 | Disable editing properties in foreign resources | SaracenOne | |
from imported scenes or objects returning true from a function named '_is_read_only' and disable resaving imported resources. | |||
2022-08-20 | Create a SVG default project icon in new projects | Hugo Locurcio | |
This allows the icon's scale to be changed using the `svg/scale` import option, including to scales greater than the default 128×128. Co-authored-by: bruvzg <7645683+bruvzg@users.noreply.github.com> | |||
2022-08-19 | Merge pull request #59045 from Calinou/editor-theme-popup-no-rounded-corners | Yuri Sizov | |
Don't use rounded corners for PopupMenus in the editor theme | |||
2022-08-19 | Merge pull request #63950 from bruvzg/menu_bar3 | Max Hilbrunner | |
Implement MenuBar control to wrap Popup menus or native menu, use native menu for editor. | |||
2022-08-18 | Don't use rounded corners for PopupMenus in the editor theme | Hugo Locurcio | |
PopupMenus use separate windows by default in the editor, and windows no longer support per-pixel transparency for now in 4.0. Even if per-pixel transparency was reimplemented, we can't assume that it'll always work in practice (e.g. when compositing is disabled). | |||
2022-08-18 | Implement `MenuBar` control to wrap `PopupMenu`s or native menu, use native ↵ | bruvzg | |
menu for editor. | |||
2022-08-16 | Improve editor toolbar for Control nodes | Yuri Sizov | |
2022-08-11 | Add missing properties to default theme | kobewi | |
2022-08-05 | Tweak PopupMenu item spacing in the editor theme | Hugo Locurcio | |
- Increase spacing between items for easier clicking with the mouse. - Increase lateral margins for better visual appearance. - Decrease margin at the top and bottom to compensate for the increased per-item height. | |||
2022-08-03 | Fix text position when hovering pressed `CheckButton/Box` elements in the editor | Michael Alexsander | |
2022-08-03 | Visually line up the selected tab with the underlying panel with borders | Hugo Locurcio | |
2022-08-01 | Remove `CustomPropertyEditor` completely | Yuri Sizov | |
2022-07-31 | Improve script editor's light theme syntax colors for better readability | Hugo Locurcio | |
New colors were hand-picked to have a better contrast rate, while still following the general coloring of the previous light theme. This improves the light theme's accessibility, especially in outdoor environments with direct sunlight. | |||
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 | |