Michael Alexsander
|
0dd65fff3b
|
Fix Tabs offset overreaching when scrolling fast
|
2021-10-04 10:37:53 -03:00 |
|
Yuri Sizov
|
bdbb7b3999
|
Remove EDSCALE dependency from /scene/gui
|
2021-10-04 15:25:08 +03:00 |
|
Yuri Sizov
|
4a42a66cd9
|
Add the base scale factor to the Theme resource
|
2021-10-04 15:25:07 +03:00 |
|
Jean-Michel Bernard
|
9c375170e4
|
Fix deleting selection at the first line do not work with backspace
|
2021-10-01 20:23:52 +02:00 |
|
bruvzg
|
0c0b5c84b0
|
Implement TextServer GDExtension interface, remove TextServer GDNative interface.
|
2021-10-01 15:13:29 +03:00 |
|
Eric M
|
4baddc1126
|
Allow non-control Nodes to handle drag forwarding (e.g. Windows)
|
2021-10-01 18:03:51 +10:00 |
|
Rémi Verschelde
|
a28f44fa53
|
Merge pull request #53277 from YeldhamDev/tabs_renaming
|
2021-10-01 07:52:29 +02:00 |
|
Michael Alexsander
|
663e480f24
|
Rename some elements of Tabs
|
2021-09-30 20:18:23 -03:00 |
|
Lightning_A
|
c63b18507d
|
Use range iterators for Map
|
2021-09-30 15:09:12 -06:00 |
|
Rémi Verschelde
|
a662ca66aa
|
Merge pull request #53112 from EricEzaM/better-breakpoint-gutter
|
2021-09-30 14:57:23 +02:00 |
|
Eric M
|
e0f8410d16
|
Improved breakpoint gutter for CodeEdit.
Added preview of breakpoint placement on hover. Added override of icon for the Editor to use an SVG so it is no longer blurry.
|
2021-09-30 22:15:47 +10:00 |
|
Paulb23
|
7926d75d02
|
Fix TextOp setting to none when typing
|
2021-09-29 17:34:44 +01:00 |
|
Rémi Verschelde
|
6c0f44ca7e
|
Merge pull request #53000 from Chaosus/lineedit_expose_selection_methods
|
2021-09-29 10:31:37 +02:00 |
|
Rémi Verschelde
|
ad635567b1
|
Merge pull request #53189 from AnilBK/use-class-specific-funcs
|
2021-09-29 07:40:52 +02:00 |
|
Anilforextra
|
fc9767abb1
|
Use functions defined in the their classes.
|
2021-09-29 09:36:34 +05:45 |
|
jmb462
|
7fabbe2760
|
Fix tree title column size minimum width
|
2021-09-28 14:54:48 +02:00 |
|
Rémi Verschelde
|
c89c2878ef
|
Merge pull request #53001 from floppyhammer/fix-tree-item-width
|
2021-09-28 10:53:56 +02:00 |
|
jmb462
|
3f0fe0b8a3
|
Fix LineEdit and TextEdit double-click and triple-click selection
|
2021-09-26 19:56:48 +02:00 |
|
Rémi Verschelde
|
73668c59aa
|
Merge pull request #52824 from e8newallm/52680
Updated Tabs to not update excessively
|
2021-09-26 19:35:58 +02:00 |
|
Matthew Newall
|
082f924566
|
Updated Tabs to not update excessively
|
2021-09-26 17:05:44 +00:00 |
|
floppyhammer
|
53efc55409
|
Fix minimum size of TreeItem
|
2021-09-26 17:02:54 +08:00 |
|
Rémi Verschelde
|
9293c76636
|
Merge pull request #53049 from AnilBK/dont-construct-2
|
2021-09-25 12:26:08 +02:00 |
|
Anilforextra
|
cdd912c48e
|
Construct values only when necessary.
|
2021-09-25 14:46:45 +05:45 |
|
Yuri Sizov
|
873443756d
|
Correctly calculate position of the folding arrow in Tree
|
2021-09-25 02:01:14 +03:00 |
|
Rémi Verschelde
|
994c1201c1
|
Merge pull request #52996 from YeldhamDev/im_the_invisible_tab
|
2021-09-25 00:11:51 +02:00 |
|
Rémi Verschelde
|
46cc0af5c5
|
Merge pull request #53009 from Chaosus/fix_completion_results
|
2021-09-24 21:42:38 +02:00 |
|
Rémi Verschelde
|
01d505e507
|
Merge pull request #52993 from YeldhamDev/tabs_rename_fix
|
2021-09-24 21:40:23 +02:00 |
|
Michael Alexsander
|
edf3d225ce
|
Fix tab renaming not updating its size in Tabs
|
2021-09-24 10:44:04 -03:00 |
|
Yuri Roubinsky
|
e70a0d950a
|
Fix incorrect offsets of tooltip content in CodeEdit
Fix incorrect offsets of tooltip content in `CodeEdit`
|
2021-09-24 16:33:39 +03:00 |
|
Rémi Verschelde
|
32ab77ef8f
|
Merge pull request #52430 from AnilBK/vector2-replacements
|
2021-09-24 13:04:42 +02:00 |
|
Rémi Verschelde
|
b8a6eb6d9b
|
Merge pull request #38414 from theoway/Fix-GraphNode_offset_update
|
2021-09-24 13:01:20 +02:00 |
|
Yuri Roubinsky
|
4e0552a4ff
|
Add selection getter methods to LineEdit
|
2021-09-24 11:30:58 +03:00 |
|
Michael Alexsander
|
7ce02b642e
|
Expose TabContainer 's tab hidding for scripts
|
2021-09-24 01:26:59 -03:00 |
|
Anilforextra
|
cc51b045da
|
Construct values only when necessary.
|
2021-09-23 22:26:07 +05:45 |
|
Rémi Verschelde
|
88b347dc27
|
Merge pull request #51920 from jmb462/missing-sname-macro-optimization-in-some-functions
|
2021-09-23 13:14:20 +02:00 |
|
Umang Kalra
|
9aa0b3c46e
|
Fixes sync issue between position_offset and rect_position in GraphNode
Bleh
|
2021-09-23 10:53:45 +05:30 |
|
Eric M
|
baba971c81
|
Added option for spinbox to update it's value on line edit 'text_changed' rather than 'text_entered'
|
2021-09-21 23:24:33 +10:00 |
|
bruvzg
|
c931906af7
|
Add flag to connected grapheme. Apply RTL displacement FX only to the whole connected grapheme. Pass more glyph info to the custom RTL FX.
|
2021-09-21 13:51:38 +03:00 |
|
bruvzg
|
99dc2ec9e1
|
Fix RTL layout Label text, VBox child, 3D node editor controls, and popup menu alignment.
|
2021-09-21 10:35:23 +03:00 |
|
Rémi Verschelde
|
91294b4a21
|
Merge pull request #52519 from e8newallm/52497-Remove_Unused_Variable
Removed unused Ref<Font> font variables
|
2021-09-20 12:35:25 +02:00 |
|
Rémi Verschelde
|
1e93e3fc49
|
Merge pull request #52848 from Paulb23/code-edit-tests
|
2021-09-20 11:43:21 +02:00 |
|
Paulb23
|
35264d5782
|
Change completion prefixes to single char and unnecessary ui_cancel accept_event
|
2021-09-20 09:42:39 +01:00 |
|
bruvzg
|
9d0e3cff09
|
Fix Label and RichTextLabel visible_characters and percent_visible methods.
|
2021-09-20 09:35:24 +03:00 |
|
Rémi Verschelde
|
b334560f05
|
Merge pull request #49376 from menip/OptionButtonFix
|
2021-09-17 16:00:42 +02:00 |
|
HaSa1002
|
053b3b946c
|
Remove bbcode_text from RichTextLabel
Also renames:
- append_bbcode -> append_text
- get_bbcode -> get_text
- set_bbcode -> set_text
- get_text -> get_parsed_text
Property text is:
set_text
get_text
|
2021-09-16 22:27:08 +02:00 |
|
Rémi Verschelde
|
ed9fd36276
|
Merge pull request #52672 from KoBeWi/GraphError
Fix error when moving graph node
|
2021-09-15 13:22:54 +02:00 |
|
Rémi Verschelde
|
0a8e137c61
|
Merge pull request #52313 from groud/cache_tree_item_size
|
2021-09-15 13:21:56 +02:00 |
|
Rémi Verschelde
|
39e35ab6ee
|
Merge pull request #52353 from williamd67/documentation-view-scroll-to-end
Documentation view scroll to end
|
2021-09-14 22:25:58 +02:00 |
|
Rémi Verschelde
|
72c813630f
|
Merge pull request #52583 from e8newallm/52360
Removed updates that caused unnecessary window updates
|
2021-09-14 20:54:05 +02:00 |
|
kobewi
|
645dc40cba
|
Fix error when moving graph node
|
2021-09-14 16:09:33 +02:00 |
|
Rémi Verschelde
|
d039f4af14
|
Merge pull request #52185 from Paulb23/nested-complex-ops
Allow nested complex ops in TextEdit
|
2021-09-14 11:57:42 +02:00 |
|
Matthew Newall
|
09ea88572f
|
Removed updates that caused unnecessary window updates
|
2021-09-13 22:08:14 +00:00 |
|
Rémi Verschelde
|
0b60b9f75c
|
Merge pull request #52443 from Paulb23/code-edit-indext-fixes
Fix brace placement with space auto indent
|
2021-09-13 21:52:38 +02:00 |
|
Rémi Verschelde
|
655dec581c
|
Merge pull request #52346 from Paulb23/string-tracking-fixes
Fix getting deliminator start over empty lines and blank start keys
|
2021-09-13 21:52:28 +02:00 |
|
Rémi Verschelde
|
2a1807b12d
|
Merge pull request #52517 from Paulb23/block-comment-folding
Fix block deliminator not-folding at end of file
|
2021-09-13 21:51:41 +02:00 |
|
Rémi Verschelde
|
70ba366743
|
Merge pull request #50375 from Paulb23/code_edit_unit_tests
|
2021-09-13 21:51:20 +02:00 |
|
Tomasz Chabora
|
e1cc70309c
|
Fix error when click edge of the tree icon
|
2021-09-13 18:03:03 +02:00 |
|
Hugo Locurcio
|
f85426e8ad
|
Merge pull request #51805 from skysphr/scrollbar-icons-pressed
Added increment_pressed and decrement_pressed icons to scrollbars
|
2021-09-13 14:57:21 +02:00 |
|
Rémi Verschelde
|
c7455d9d42
|
Merge pull request #52012 from bruvzg/fix_label_outline
|
2021-09-13 14:23:52 +02:00 |
|
Juan Linietsky
|
729461b2a4
|
Merge pull request #51158 from YeldhamDev/potgen_enhancements
Make some enhancements to the POT generation
|
2021-09-09 20:21:29 -03:00 |
|
Matthew Newall
|
02cbf94022
|
Removed unused Ref<Font> font variables
|
2021-09-09 19:47:16 +00:00 |
|
Paulb23
|
d647ba3540
|
Fix block deliminator not-folding at end of file
|
2021-09-09 19:04:08 +01:00 |
|
Gilles Roudière
|
321ee7bda1
|
Merge pull request #52106 from Paulb23/text-edit-optimisation
Optimise TextEdit get line height and width
|
2021-09-08 14:04:41 +02:00 |
|
Max Hilbrunner
|
43c896ac6a
|
Merge pull request #52082 from williamd67/fix-custom-effects-dropdown-menu
RichTextLabel returns member (Array) for custom effects for Editor
|
2021-09-07 21:52:05 +02:00 |
|
Max Hilbrunner
|
3f6a01e848
|
Merge pull request #52145 from LeaoLuciano/linkbutton-translation-4.0
LinkButton's text now is automatically translated
|
2021-09-07 21:43:43 +02:00 |
|
Max Hilbrunner
|
99ffbbfc44
|
Merge pull request #52339 from jmb462/fix-fold-function-with-comment-fail
Fix wrong folding behaviour of last block if containing comment
|
2021-09-07 20:40:33 +02:00 |
|
Max Hilbrunner
|
da31873e2c
|
Merge pull request #52359 from williamd67/fix-autocomplete-merge
Fix incorrectly removing two characters by auto brace
|
2021-09-07 20:37:39 +02:00 |
|
Max Hilbrunner
|
06b4a48444
|
Merge pull request #52436 from daniel-mcclintock/fix-out-of-bounds-completion-crash
Fix crash during completion lookback
|
2021-09-07 19:25:40 +02:00 |
|
Gilles Roudière
|
88c3e3180a
|
Merge pull request #52050 from nobuyukinyuu/bind-get-tab-idx-at-point-40
Bind TabContainer::get_tab_idx_at_point() to ClassDB
|
2021-09-07 11:09:35 +02:00 |
|
Anilforextra
|
a1f616dcfc
|
Use builtin Vector2 functions for calculation of angles.
.
|
2021-09-07 08:30:26 +05:45 |
|
Paulb23
|
9785167b39
|
Fix brace placement with space auto indent
|
2021-09-06 17:10:39 +01:00 |
|
Gilles Roudière
|
1f97d57384
|
Merge pull request #35859 from Calinou/minimap-add-hover-pressed-feedback
Add visual feedback when hovering or dragging the code minimap grabber
|
2021-09-06 16:22:36 +02:00 |
|
daniel-mcclintock
|
8a8c172b93
|
Fix crash during completion lookback
|
2021-09-06 23:10:06 +10:00 |
|
Awkor
|
3aa2a7fc18
|
Prevent editing properties managed by parent container
|
2021-09-05 23:23:53 +02:00 |
|
jmb462
|
752e2bcee0
|
Fix comment causes content of folded methods to not hide
|
2021-09-05 12:30:27 +02:00 |
|
Silc 'Tokage' Renew
|
facf8f1883
|
Apply set_read_only() to child classes of EditorProperty elements
|
2021-09-05 18:22:17 +09:00 |
|
Hugo Locurcio
|
c8949f21e7
|
Add visual feedback when hovering or dragging the code minimap grabber
This makes it more obvious that the minimap grabber can be dragged
to scroll.
|
2021-09-04 02:25:22 +02:00 |
|
William Deurwaarder
|
b92347c220
|
Fix incorrectly removing two characters by auto brace
In some situations when there were no braces auto brace still removed two
characters. This has been fixed by adding a test that a brace is found.
|
2021-09-03 00:33:50 +02:00 |
|
William Deurwaarder
|
b54b0bc580
|
Fix documentation viewer to scroll to end
Extra `line separation` height was not taken into account when the offset for
the different paragraphs (lines) was calculated.
|
2021-09-02 22:11:14 +02:00 |
|
Paulb23
|
dd0988f027
|
Fix getting deliminator start over empty lines and blank start keys
|
2021-09-02 18:22:49 +01:00 |
|
Michael Alexsander
|
ee4b0108e0
|
Make some enhancements to the POT generation
|
2021-09-02 11:12:54 -03:00 |
|
Paulb23
|
ce064348fa
|
Add CodeEdit breakpoint unit tests
|
2021-09-01 16:46:04 +01:00 |
|
Gilles Roudière
|
ace19bd4c6
|
Cache TreeItem minimum size for performance.
|
2021-09-01 16:26:41 +02:00 |
|
Gilles Roudière
|
c97afc033f
|
Merge pull request #38722 from KoBeWi/proposition
Add offset for TextureProgress progress texture
|
2021-09-01 16:20:05 +02:00 |
|
kobewi
|
e78ee616f7
|
Add offset for TextureProgress progress texture
|
2021-09-01 14:39:08 +02:00 |
|
kleonc
|
3311a5b593
|
TabContainer Fix drawing current tab when it's disabled
|
2021-09-01 03:59:45 +02:00 |
|
menip
|
4f4c9a5f57
|
Make Color Picker, Menu Button, Option Button consider camera position scale for popup position.
|
2021-08-30 08:42:33 -07:00 |
|
Juan Linietsky
|
72bf79186e
|
Merge pull request #30391 from KoBeWi/hiding_children
Add support for internal nodes
|
2021-08-29 19:36:30 -03:00 |
|
nobuyuki_nyuu
|
65d83cc99b
|
Bind TabContainer::get_tab_idx_at_point() to ClassDB
|
2021-08-29 09:10:44 -05:00 |
|
Michael Alexsander
|
565ba91d28
|
Merge pull request #51906 from requizm/fix/49077
Fix tooltips don't appear for PopupMenus
|
2021-08-28 15:43:02 +00:00 |
|
Paulb23
|
c5d7ae7920
|
Allow nested complex ops in TextEdit
|
2021-08-28 12:49:55 +01:00 |
|
Paulb23
|
de009cb5ae
|
Optimise TextEdit get height and width
|
2021-08-28 11:27:23 +01:00 |
|
kobewi
|
a913ae8d56
|
Add support for internal nodes
|
2021-08-28 02:07:23 +02:00 |
|
LeaoLuciano
|
c50c5b9bef
|
LinkButton's text now is automatically translated
|
2021-08-27 20:11:58 -03:00 |
|
Max Hilbrunner
|
701195937d
|
Merge pull request #52096 from kleonc/tree-item-drag-drop-drawing
Tree Fix line rendering when drag and dropping TreeItem
|
2021-08-27 20:55:37 +02:00 |
|
Ellen Poe
|
3598d300cb
|
Do all audio mixing in the AudioServer
|
2021-08-27 10:41:57 -07:00 |
|
bruvzg
|
4c3f7d1290
|
Makes FontData importable resource.
Adds multi-channel SDF font texture generation and rendering support.
Adds per-font oversampling support.
Adds FontData import plugins (for dynamic fonts, BMFonts and monospaced image fonts), font texture cache pre-generation and loading.
Adds BMFont binary format and outline support.
|
2021-08-27 15:43:18 +03:00 |
|
Haoyu Qiu
|
eba7265a1c
|
Fix misspelled "overriden"
In recent GDVIRTUAL PR and SkeletonModification3DJiggle doc.
|
2021-08-26 01:44:01 +08:00 |
|
kleonc
|
d35ef5fab0
|
Tree Fix line rendering when drag and dropping TreeItem
|
2021-08-25 13:29:54 +02:00 |
|
JFonS
|
c334989e00
|
Merge pull request #51821 from Calinou/builtin-shaders-add-comments
Add comments at the top of each built-in shader to ease debugging
|
2021-08-25 11:37:57 +02:00 |
|