Age | Commit message (Collapse) | Author | |
---|---|---|---|
2022-07-27 | Merge pull request #62973 from bruvzg/sysfont_support | Rémi Verschelde | |
2022-07-27 | Merge pull request #63318 from YuriSizov/control-code-reorg | Rémi Verschelde | |
2022-07-26 | Reorganize code of control.cpp for better maintainability | Yuri Sizov | |
2022-07-26 | Merge pull request #63482 from bruvzg/fix_rtl_theme_font_sizes | Rémi Verschelde | |
2022-07-26 | [RichTextLabel] Fix theme bold / italics / bold italics and mono font size ↵ | bruvzg | |
not applied correctly. | |||
2022-07-26 | Merge pull request #63472 from timothyqiu/tree-row-cell-bg | Rémi Verschelde | |
Tree: Don't draw selection background of individual cells in Row mode | |||
2022-07-26 | Implement support for loading system fonts on Linux, macOS / iOS and Windows. | bruvzg | |
2022-07-26 | Tree: Don't draw selection background of individual cells in Row mode | Haoyu Qiu | |
2022-07-25 | Fix negative indices in TreeItem | kobewi | |
2022-07-25 | Code quality: Fix header guards consistency | Rémi Verschelde | |
Adds `header_guards.sh` bash script, used in CI to validate future changes. Can be run locally to fix invalid header guards. | |||
2022-07-24 | Add error for invalid RichTextLabel.install_effect | RedMser | |
2022-07-23 | Merge pull request #63265 from reduz/stream-bpm-support | Rémi Verschelde | |
Implement BPM support in AudioStream files. | |||
2022-07-23 | Implement BPM support | reduz | |
Based on #62896, only implements the BPM support part. * Implements BPM support in the AudioStreamOGG/MP3 importers. * Can select BPM/Bar Size and total beats in a song file, as well as edit looping points. * Looping is now BPM aware * Added a special importer UI for configuring this. * Added a special preview showing the audio waveform as well as the playback position in the resource picker. * Renamed `AudioStream::instance` to `instantiate` for correctness. | |||
2022-07-22 | Merge pull request #62093 from Rindbee/fix-undecided-min_size-in-ScrollContainer | Rémi Verschelde | |
2022-07-22 | Merge pull request #62581 from Guh-Feng/Color-Picker-Update | Rémi Verschelde | |
2022-07-22 | Merge pull request #63295 from ↵ | Rémi Verschelde | |
winterpixelgames/master-allow-scroll-container-scroll-to-be-set-instantly | |||
2022-07-21 | Color Pickers Respect Settings | Guh-Feng | |
Updated editor_node with function that sets up color pickers throughout Godot to respect editor's settings. | |||
2022-07-21 | Call update_scrollbars() in sort_children() so the max is set properly so ↵ | Jason Knight | |
you can set scroll_container.scroll_vertical instantly after adding children to a scroll container. | |||
2022-07-21 | Fix indeterminate minimum size in ScrollContainer | Rindbee | |
2022-07-21 | Rename OSX to macOS and iPhoneOS to iOS. | bruvzg | |
2022-07-20 | simplify alignment preset, fixing icon for full rect | Nathan Franke | |
2022-07-19 | Merge pull request #62139 from bruvzg/label_font_setttings | Rémi Verschelde | |
Add LabelSettings resource for quick Label theme property override. | |||
2022-07-18 | Rename Control PRESET_WIDE to PRESET_FULL_RECT | FireForge | |
2022-07-18 | Fix getting outdated tab controls | Rindbee | |
2022-07-15 | Consistently use double in Slider and SpinBox | Aaron Franke | |
2022-07-15 | Use BitField hint for the TextServer enums. Add missing parts for BitField ↵ | bruvzg | |
support to the GDextension API. | |||
2022-07-14 | Fixed bug in grid_container with hidden children | besh81 | |
Fix a bug that occour when there are hidden children in grid_container. The visualization isn't correct due to a wrong calculation of max_col and max_row that mistakenly includes hidden children. | |||
2022-07-13 | Merge pull request #62774 from Rindbee/make-the-meta-click-area-fit | Rémi Verschelde | |
Make the meta click area fit to its visible area | |||
2022-07-13 | Merge pull request #62781 from MinusKube/tree-slider-bug | Rémi Verschelde | |
Fix range slider in tree not updating text value | |||
2022-07-13 | Merge pull request #62827 from fire-forge/ok-cancel | Rémi Verschelde | |
Add `ok_button_text` to AcceptDialog and `cancel_button_text` to ConfirmationDialog | |||
2022-07-13 | Merge pull request #62884 from KoBeWi/THICKUNDERLINE | Rémi Verschelde | |
2022-07-13 | Make the meta click area fit | Rindbee | |
Eliminate the click vacuum area, mainly the indentation generated by indent/ul/ol tags | |||
2022-07-12 | Add LabelSettings resource for quick Label theme property override. | bruvzg | |
2022-07-10 | Fix too thin underline in brace match | kobewi | |
2022-07-09 | Seperate filter and description in FileDialog.add_filter() | FireForge | |
2022-07-09 | Add ok_button_text to AcceptDialog and cancel_button_text to ConfirmationDialog | FireForge | |
2022-07-08 | Merge pull request #62744 from AThousandShips/tree_h_scroll | Rémi Verschelde | |
2022-07-08 | Merge pull request #62075 from Vitika9/gsoc-colorpicker | Rémi Verschelde | |
2022-07-08 | Fix regressions from Font refactor | bruvzg | |
Remove unnecessary font override Fixes button outline draw when it should not, causing button colors to be slightly off | |||
2022-07-07 | Fix regressions from Font refactor | bruvzg | |
Fixes `p_font.is_null()` errors due to incorrect resource type used. Fixes code editor font not set correctly, and OpenType features applied to the wrong font. | |||
2022-07-07 | Horizontal scroll for Tree | Ninni Pipping | |
2022-07-06 | ColorPicker Refactor | Vitika9 | |
2022-07-06 | Fix range slider in tree not updating text value | MinusKube | |
2022-07-06 | Refactor Font configuration and import UI, and Font resources. | bruvzg | |
2022-07-06 | Disable Expand by default in VideoStreamPlayer | Hugo Locurcio | |
This ensures videos are always visible as soon as a video file is specified in the VideoStreamPlayer node. The node will no longer be resized to 0×0 by default, making the video invisible in the process (even if the audio can still be heard). | |||
2022-07-05 | Merge pull request #62721 from Nolkaloid/line_edit-caret-blink-fix | Rémi Verschelde | |
Change LineEdit caret blink to use internal process | |||
2022-07-05 | Change LineEdit caret blink to use process | Nolkaloid | |
Now using internal process for blinking instead of a Timer node | |||
2022-07-04 | Allow to disable TextEdit vertical scroll | kobewi | |
2022-07-04 | Merge pull request #62448 from MinusKube/completion-scroll-click | Rémi Verschelde | |
Add the ability to drag the code completion scrollbar using the mouse click | |||
2022-07-04 | Fix FileDialog file name autocompletion with filters | Thakee Nathees | |
Fixes #38195. |