Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge pull request #81573 from YuriSizov/docs-use-theme-binds-in-help | Rémi Verschelde | 2023-09-26 | 1 | -2/+0 |
|\ | | | | | | | Use bound theme properties for documentation | ||||
| * | Use bound theme properties for documentation | Yuri Sizov | 2023-09-26 | 1 | -2/+0 |
| | | |||||
* | | Color match editor log toggles and flat pressed buttons | Yuri Sizov | 2023-09-26 | 1 | -3/+4 |
|/ | |||||
* | Merge pull request #81620 from YuriSizov/assets-remap-install-folder | Rémi Verschelde | 2023-09-26 | 1 | -0/+4 |
|\ | | | | | | | Allow to specify target folder when installing assets | ||||
| * | Allow to specify target folder when installing assets | Yuri Sizov | 2023-09-19 | 1 | -0/+4 |
| | | | | | | | | | | | | This also changes the layout of the installer window to better separate configuration of the installation and the expected output. | ||||
* | | Merge pull request #81939 from YuriSizov/gui-flat-and-depressed | Rémi Verschelde | 2023-09-25 | 1 | -1/+25 |
|\ \ | | | | | | | | | | Replace flat buttons with flat-styled buttons with a visible pressed state | ||||
| * | | Replace flat buttons with flat-styled buttons with a visible pressed state | Yuri Sizov | 2023-09-19 | 1 | -1/+25 |
| |/ | |||||
* | | Merge pull request #79104 from DrRevert/focusable_tabs_refactor | Rémi Verschelde | 2023-09-25 | 1 | -0/+4 |
|\ \ | | | | | | | | | | Allow to focus individual tabs in `TabBar`/`TabContainer` | ||||
| * | | Allow to focus individual tabs in TabBar/TabContainer | Arkadiusz Marcin Kołek | 2023-09-17 | 1 | -0/+4 |
| |/ | |||||
* / | Fix theme access and improve UX in AnimationTree editor | Yuri Sizov | 2023-09-23 | 1 | -13/+49 |
|/ | |||||
* | Merge pull request #81516 from YuriSizov/editor-theme-access-the-success | Yuri Sizov | 2023-09-15 | 1 | -1/+99 |
|\ | | | | | | | Fix accessing editor theme items throughout the UI | ||||
| * | Warn about accessing non-existing editor theme items | Yuri Sizov | 2023-09-15 | 1 | -1/+99 |
| | | |||||
* | | Merge pull request #81557 from YuriSizov/editor-toolbars-divided | Rémi Verschelde | 2023-09-14 | 1 | -2/+1 |
|\ \ | |/ |/| | | | Improve the looks of 2D/3D viewport contextual toolbars | ||||
| * | Improve the looks of 2D/3D viewport contextual toolbars | Yuri Sizov | 2023-09-13 | 1 | -2/+1 |
| | | |||||
* | | Add code region folding to CodeEdit | Jean-Michel Bernard | 2023-09-11 | 1 | -0/+7 |
|/ | |||||
* | Clean up/refactor GraphNode and make it more flexible | Hendrik Brucker | 2023-09-07 | 1 | -57/+60 |
| | | | | | Split GraphNode into GraphElement and GraphNode, add custom titlebar, and adjust theming. | ||||
* | Add EditorStringNames singleton | kobewi | 2023-09-03 | 1 | -209/+210 |
| | |||||
* | Merge pull request #80184 from MewPurPur/gray=abstract | Rémi Verschelde | 2023-09-01 | 1 | -2/+5 |
|\ | | | | | | | Use the gray color for all abstract classes | ||||
| * | Use the gray color for all abstract classes | MewPurPur | 2023-08-31 | 1 | -2/+5 |
| | | |||||
* | | Merge pull request #81065 from YuriSizov/themable-chairs | Rémi Verschelde | 2023-08-28 | 1 | -1/+1 |
|\ \ | | | | | | | | | | Move default theme files to `scene/theme` | ||||
| * | | Move default theme files to scene/theme | Yuri Sizov | 2023-08-28 | 1 | -1/+1 |
| |/ | | | | | | | This also puts the default theme icons into their own folder. | ||||
* / | Fix multiple usability issues in the texture region editor | Yuri Sizov | 2023-08-27 | 1 | -0/+5 |
|/ | | | | | | | - Correctly display atlas textures when used by other objects. - Make region handles easier to hit in ninepatchable objects. - Correctly initialize and restore various visual properties. - Improve code quality. | ||||
* | Merge pull request #78297 from aganm/contrast | Rémi Verschelde | 2023-08-17 | 1 | -2/+2 |
|\ | | | | | | | Change light themes default contrast from -0.08 to -0.06 | ||||
| * | Change light themes default contrast from -0.08 to -0.06 | Michael Aganier | 2023-06-15 | 1 | -2/+2 |
| | | | | | | | | -0.08 overblows the highlights, -0.06 looks much better. | ||||
* | | Merge pull request #80285 from YeldhamDev/just_a_little_bit | Rémi Verschelde | 2023-08-09 | 1 | -4/+1 |
|\ \ | | | | | | | | | | Further separate icon from text of buttons in both editor and default themes | ||||
| * | | Further separate icon from text of buttons in both editor and default themes | Michael Alexsander | 2023-08-07 | 1 | -4/+1 |
| | | | |||||
* | | | Merge pull request #78744 from KoBeWi/easy_peasy_routine_refactor_stuff | Rémi Verschelde | 2023-08-08 | 1 | -0/+1 |
|\ \ \ | | | | | | | | | | | | | Standardize dialog input validation as a new class | ||||
| * | | | Standardize dialog input validation as a new class | kobewi | 2023-08-08 | 1 | -0/+1 |
| |/ / | |||||
* | | | Merge pull request #78468 from KoBeWi/enmarginalization | Rémi Verschelde | 2023-08-08 | 1 | -1/+1 |
|\ \ \ | |/ / |/| | | | | | Fix ColorPicker margin theme property | ||||
| * | | Fix ColorPicker margin theme property | kobewi | 2023-06-20 | 1 | -1/+1 |
| |/ | |||||
* | | Merge pull request #78858 from MewPurPur/tweak-mesh-preview | Rémi Verschelde | 2023-08-07 | 1 | -6/+31 |
|\ \ | | | | | | | | | | Improve material and mesh preview buttons | ||||
| * | | Improve material and mesh preview buttons | MewPurPur | 2023-08-04 | 1 | -6/+31 |
| | | | |||||
* | | | Fix spacing between icon and "Output" button | Michael Alexsander | 2023-07-26 | 1 | -0/+3 |
| | | | |||||
* | | | Clean up/refactor GraphEdit | Hendrik Brucker | 2023-07-24 | 1 | -7/+9 |
| | | | |||||
* | | | Merge pull request #79307 from Geometror/remove-graph-node-comment | Yuri Sizov | 2023-07-24 | 1 | -2/+0 |
|\ \ \ | | | | | | | | | Remove GraphNode's comment property and related functionality | ||||
| * | | | Remove GraphNode's comment property and related functionality | Hendrik Brucker | 2023-07-11 | 1 | -2/+0 |
| | |/ | |/| | | | | | | | (this functionality will be reintroduced in a new and more flexible way) | ||||
* | | | Extract StyleBoxFlat, StyleBoxTexture and StyleBoxLine in their own file | Hendrik Brucker | 2023-07-17 | 1 | -0/+3 |
| |/ |/| | |||||
* | | Extract and reorganize texture resource classes | Hendrik Brucker | 2023-07-14 | 1 | -0/+1 |
| | | |||||
* | | Add a default theme for unfocused Windows | Markus Sauermann | 2023-07-12 | 1 | -0/+1 |
| | | | | | | | | | | | | | | At the moment it is impossible to distinguish between focused and unfocused embedded Windows. Add a new `theme_item` that is used for coloring the border of unfocused Windows. | ||||
* | | Merge pull request #79262 from Geometror/vs-port-icon-size-override | Yuri Sizov | 2023-07-12 | 1 | -1/+4 |
|\ \ | | | | | | | | | | Keep `GraphNode` port icons crisp at high zoom levels and remove artifacts | ||||
| * | | [Graph editors] Keep port icons crisp at high zoom levels, remove rim artifacts | Hendrik Brucker | 2023-07-10 | 1 | -1/+4 |
| |/ | |||||
* | | Merge pull request #78248 from felaugmar/load-svg-adjustable-scale | Yuri Sizov | 2023-07-12 | 1 | -2/+1 |
|\ \ | | | | | | | | | | Added `Image::load_svg_from_(buffer|string)` | ||||
| * | | Added Image's `load_svg_from_(buffer|string)` | Felipe Augusto Marques | 2023-06-23 | 1 | -2/+1 |
| |/ | | | | | | | No core dependency to the svg module. | ||||
* | | Merge pull request #75460 from ↵ | Yuri Sizov | 2023-07-12 | 1 | -0/+4 |
|\ \ | |/ |/| | | | | | | | joao-pedro-braz/add_new_item_stylebox_to_the_tree_control Add a new "inner_item_margin" Theme constant to the Tree control | ||||
| * | Add the "inner_item_margin" Theme constant to the Tree control | João Pedro Braz | 2023-06-02 | 1 | -0/+4 |
| | | | | | | | | | | | | | | | | | | | | | | This PR adds the "inner_item_margin" Theme constant to the Tree Control. It behaves like a horizontal padding (in CSS), but only in the active writing direction (So on LTR it'll apply a left padding and on RTL right padding). The Editor Theme has been updated to make use of this and a result items in Trees and ItemLists no longer "hugs" their border, expressing a proper spacing instead. | ||||
* | | Make main editor window border margin controllable by theme | David Giardi | 2023-05-30 | 1 | -0/+2 |
| | | |||||
* | | Add project tags | kobewi | 2023-05-30 | 1 | -0/+27 |
| | | |||||
* | | Add a few InputEvent icons | VolTer | 2023-05-25 | 1 | -2/+3 |
| | | |||||
* | | Improve startup benchmarking | Fredia Huya-Kouadio | 2023-05-23 | 1 | -0/+7 |
| | | | | | | | | Move the benchmarking measuring methods from `Engine` to `OS` to allow for platform specific overrides (e.g: can be used to hook into platform specific benchmarking and tracing capabilities). | ||||
* | | Delay initialization of the visual shader editor UI | Yuri Sizov | 2023-05-23 | 1 | -10/+13 |
|/ | | | | | | | | This makes sure that the theme is ready to be used before the methods is called. Also add missing icons (and update some existing). Co-authored-by: Samuel Wilson <yokomeshi@gmail.com> |