Age | Commit message (Collapse) | Author | |
---|---|---|---|
2022-01-18 | Merge pull request #47522 from madmiraal/rename-test_width-test_height | Rémi Verschelde | |
2022-01-17 | [TextServer] Implement locale and context sensitive case conversion functions. | bruvzg | |
2022-01-16 | Merge pull request #56720 from volokh0x/to-fix-#56274 | Rémi Verschelde | |
2022-01-16 | Save clear action of TextEdit in history when used from context menu | volokh0x | |
2022-01-15 | OptionButton::pressed(): give focus to selected | Ricardo Buring | |
2022-01-14 | Merge pull request #56457 from gerhean/focus_file_text_after_popup | Rémi Verschelde | |
2022-01-14 | Merge pull request #56787 from bruvzg/fix_guidelines | Rémi Verschelde | |
Fix CodeEdit guidelines position. | |||
2022-01-14 | Merge pull request #56756 from KoBeWi/great_unification_theory | Rémi Verschelde | |
2022-01-14 | Fix CodeEdit guidelines position. | bruvzg | |
2022-01-14 | Add ViewPanner to more editors | kobewi | |
2022-01-14 | Merge pull request #56738 from YeldhamDev/improve_tab_consistency | Rémi Verschelde | |
2022-01-13 | Merge pull request #56714 from bruvzg/fix_alignment_break_overrun | Rémi Verschelde | |
2022-01-13 | Merge pull request #54956 from ↵ | Rémi Verschelde | |
Calinou/lineedit-textedit-add-caret-width-theme-item Add a theme constant to change LineEdit and TextEdit's caret width | |||
2022-01-13 | [TextServer] Improvements for line breaking, "Fill" alignment, overrun, and ↵ | bruvzg | |
interaction between these modes. Fix "Fill" alignment processing wrong side of the text if overrun trim was applied. Improve "Fill" alignment to avoid adding excessive subsequent spaces or elongations. Add font detection to the overrun, to correctly add ellipsis (was using last glyph font, which doesn't necessary have dot character). Improve line breaking to avoid adding excessive subsequent soft break points for languages without word separator. Port missing overrun/justification code to the Fallback text server. Fix inferred text direction detection by controls. Add tests for "Fill" alignment and line breaking glyph flags. | |||
2022-01-12 | Improve looks and consistency of tabs | Michael Alexsander | |
2022-01-12 | Merge pull request #56492 from akien-mga/remove-author-docstrings | Rémi Verschelde | |
2022-01-12 | Merge pull request #56709 from ↵ | Rémi Verschelde | |
YeldhamDev/die_monster_you_dont_belong_in_this_world | |||
2022-01-12 | Merge pull request #53185 from KoBeWi/viewing_pan | Rémi Verschelde | |
2022-01-12 | Fix several issues in ´TabBar´ | Michael Alexsander | |
2022-01-12 | Create function focus_file_text | Ger Hean | |
This function focuses the text field when saving a file It is called when the save file dialogue is opened | |||
2022-01-11 | Merge pull request #56586 from dalexeev/rtl-bracket-escapes | Rémi Verschelde | |
2022-01-11 | Unify panning in sub-editors and make it configurable | kobewi | |
2022-01-11 | Merge pull request #56322 from madmiraal/fix-42450 | Rémi Verschelde | |
2022-01-11 | Fix BBCode underline prevents strikethrough from rendering | Haoyu Qiu | |
2022-01-10 | Merge pull request #56637 from KoBeWi/maxxxxxxcroll | Rémi Verschelde | |
Set max value of inactive TextEdit scrolls to 0 | |||
2022-01-10 | Merge pull request #55225 from bruvzg/fix_ligature_cursor_and_ot_features | Rémi Verschelde | |
2022-01-10 | Merge pull request #55456 from KoBeWi/break_all_the_things | Rémi Verschelde | |
2022-01-10 | Fix glyph index for bitmap fonts. | bruvzg | |
Fix TextEdit glyph position rounding. | |||
2022-01-09 | Fix button multiline text alignment. | bruvzg | |
2022-01-09 | [TextServer] Improve ligature cursor handling. | bruvzg | |
Fix mid-grapheme hit test. Fix OpenType features property handling, add default features override option. Enable mid-grapheme cursor by default. | |||
2022-01-09 | Set max value of inactive TextEdit scrolls to 0 | kobewi | |
2022-01-08 | Improve FileDialog filters | kobewi | |
2022-01-08 | Merge pull request #56608 from jmb462/itemlist_item_selectable | Rémi Verschelde | |
Expose selectable property of ItemList's Item and set default to true | |||
2022-01-08 | Merge pull request #54647 from rafallus/fix/popupmenu_ids | Rémi Verschelde | |
Fix `PopupMenu` items id range in inspector | |||
2022-01-07 | Fix `PopupMenu` items id range in inspector | rafallus | |
2022-01-08 | Expose selectable property of ItemList's Item | jmb462 | |
2022-01-07 | Add a theme constant to change LineEdit and TextEdit's caret width | Hugo Locurcio | |
This can be useful to improve caret visibility, especially at larger font sizes. This can also be used for accessibility purposes. | |||
2022-01-07 | Merge pull request #56575 from HaSa1002/drag-signal-began | Rémi Verschelde | |
Rename GraphEdit `connection_drag_begun` to `connection_drag_started` | |||
2022-01-07 | Rename TextureRect.expand to ignore_texture_size | kobewi | |
2022-01-07 | Rename GraphEdit connection_drag_begun to connection_drag_started | Johannes Witt | |
2022-01-07 | Merge pull request #56321 from pycbouh/core-use-gdvirtual-everywhere | Rémi Verschelde | |
2022-01-07 | Merge pull request #54351 from LeaoLuciano/leak-remove-line-richtextlabel | Rémi Verschelde | |
2022-01-07 | Fix missing arg name in bindings for GDExtension API | Rémi Verschelde | |
2022-01-07 | Merge pull request #55775 from timothyqiu/slider-drag | Rémi Verschelde | |
2022-01-07 | Merge pull request #56472 from KoBeWi/now_focus | Rémi Verschelde | |
2022-01-07 | Add BBCode escape sequences | Danil Alexeev | |
2022-01-07 | Merge pull request #54560 from rafallus/tab_items | Rémi Verschelde | |
2022-01-06 | Add `GraphEdit` drag notifications | Johannes Witt | |
This commit adds two signals: * connection_drag_begun, which is emitted when a connection is started to be created by the user and * `connection_drag_ended`, which is emitted when no longer a connection is created. Additionally `force_connection_drag_end()` adds the possibility to end the connection dragging. If called from user code, no other connection request signals are invoked. This is useful to add `GraphNode`s via shortcuts while the user is dragging a connection to directly connect the newly added node. | |||
2022-01-06 | Update the minimum size of ViewportContainer | Tomasz Chabora | |
2022-01-06 | Merge pull request #56376 from pycbouh/theme-tombe-les-theme-properties | Rémi Verschelde | |