Age | Commit message (Collapse) | Author | |
---|---|---|---|
2021-06-21 | Merge pull request #49665 from Paulb23/code_edit_indent | Rémi Verschelde | |
Move indentation into CodeEdit | |||
2021-06-21 | Improve nine patch behavior of TextureProgressBar | floppyhammer | |
2021-06-20 | Move indent management to CodeEdit | Paulb23 | |
2021-06-20 | Merge pull request #35608 from golfinq/master | Rémi Verschelde | |
2021-06-20 | Use mouse and joypad enums instead of plain integers | Aaron Franke | |
Also MIDIMessage | |||
2021-06-20 | Rich Text Label now allows for foreground colors and background colors | golfinq | |
2021-06-19 | Rename `instance()`->`instantiate()` when it's a verb | Lightning_A | |
2021-06-20 | Merge pull request #49742 from Paulb23/remove_keywords_textedit | Rémi Verschelde | |
Remove redundant keywords from TextEdit | |||
2021-06-20 | Merge pull request #48696 from madmiraal/fix-48692 | Rémi Verschelde | |
Fix `InputMap.action_erase_event()` failing to erase events correctly. | |||
2021-06-19 | Remove redundant keywords from TextEdit | Paulb23 | |
2021-06-17 | Add PROPERTY_USAGE_NONE and use it | Aaron Franke | |
2021-06-17 | Scrollwheel (w/o ctrl) to zoom, mouse warping when panning | Lightning_A | |
Now uses Ctrl + Scrollwheel for vertical scrolling Ctrl + Shift Scrollwheel for horizontal scrolling Also converts some macros to constants | |||
2021-06-17 | Merge pull request #38261 from pycbouh/adjust-graph-edit-zoom-levels | Rémi Verschelde | |
Make zoom limits and step adjustable in `GraphEdit` | |||
2021-06-17 | Merge pull request #49258 from megalobyte/editor-fix | Rémi Verschelde | |
Fixes for documentation search | |||
2021-06-16 | Merge pull request #49238 from Paulb23/code_edit_code_folding | Rémi Verschelde | |
Move code folding into CodeEdit and hide line hiding API | |||
2021-06-16 | Documentation search fixes | Gregory Basile | |
Updates rich_text_label so that the built-in documentation can be searched Previously, it would only find the first result and would not select other results Renames "_entered" functions to "_submitted" | |||
2021-06-16 | Fix typo in CodeEdit methods | Haoyu Qiu | |
2021-06-16 | Make zoom limits and step adjustable in GraphEdit | Yuri Sizov | |
2021-06-15 | Merge pull request #49011 from KoBeWi/totally_h | Rémi Verschelde | |
Fix valign with stylebox borders | |||
2021-06-15 | Merge pull request #49437 from Calinou/graphedit-allow-higher-lower-zoom-values | Rémi Verschelde | |
Allow higher and lower maximum zoom values in GraphEdit | |||
2021-06-15 | Merge pull request #49508 from kleonc/texture_button-updating-min_size | Rémi Verschelde | |
TextureButton Update min size on any texture change | |||
2021-06-15 | Merge pull request #49582 from timothyqiu/codeedit-update-cache | Rémi Verschelde | |
Update cache after clearing delimiters in CodeEdit | |||
2021-06-14 | Merge pull request #49572 from azagaya/fix_grabber_area | Rémi Verschelde | |
Fix vertical slider grabber_area height calculation | |||
2021-06-14 | Update cache after clearing delimiters in CodeEdit | Haoyu Qiu | |
2021-06-13 | Fix vertical slider grabber_area height calculation | azagaya | |
2021-06-13 | Merge pull request #49526 from Chaosus/fix_textureregion_errors | Rémi Verschelde | |
2021-06-12 | Fixed a bunch of connection errors in TextureEditorPlugin | Yuri Roubinsky | |
2021-06-12 | Consistently prefix bound virtual methods with _ | kobewi | |
2021-06-11 | Rename Reference to RefCounted | Pedro J. Estébanez | |
2021-06-11 | Core: Move DirAccess and FileAccess to `core/io` | Rémi Verschelde | |
File handling APIs are typically considered part of I/O, and we did have most `FileAccess` implementations in `core/io` already. | |||
2021-06-11 | TextureButton Update min size on any texture change | kleonc | |
2021-06-10 | Move default values from definition to declaration in GraphEdit | Marcel Admiraal | |
2021-06-09 | Merge pull request #49155 from ↵ | Rémi Verschelde | |
winterpixelgames/button-pressed-during-button-up-signal Emit button_up signal after setting pressed to false. | |||
2021-06-09 | Merge pull request #47280 from winterpixelgames/focus_doesnt_change_hover | Rémi Verschelde | |
Dont Change Hovering during Control Focus Events | |||
2021-06-08 | Allow higher and lower maximum zoom values in GraphEdit | Hugo Locurcio | |
Low zoom values result in unreadable text, but it can still be useful for previewing purposes. Eventually, characters could be replaced by rectangles at very low zoom levels to improve the visual appearance. | |||
2021-06-07 | Merge pull request #49307 from pycbouh/tabs-update-on-theme-changes | Rémi Verschelde | |
Make sure `Tabs` reflect theme changes | |||
2021-06-07 | Style: Cleanup uses of double spaces between words | Rémi Verschelde | |
Or after punctuation. Tried to leave third-party stuff alone, unless it has been heavily modified for Godot. | |||
2021-06-04 | Make sure Tabs reflect theme changes | Yuri Sizov | |
2021-06-03 | Use a more specific type for AcceptDialog register_text_enter | Aaron Franke | |
2021-06-03 | Merge pull request #46482 from KoBeWi/size_warning_the_sequel | Rémi Verschelde | |
Warn about changing size only when it's relevant | |||
2021-06-02 | Use bold fonts in editor | reduz | |
* Labels are now bold * Categories in trees are bold * Main editor buttons are bold * Fixed section folding arrows in inspector | |||
2021-06-01 | Move code folding into CodeEdit and hide line hiding API | Paulb23 | |
2021-06-01 | Merge pull request #45393 from Paulb23/code_edit_autocomplete | Rémi Verschelde | |
2021-06-01 | Move and expose Code Hint in CodeEdit | Paulb23 | |
2021-06-01 | Move and expose AutoComplete in CodeEdit | Paulb23 | |
2021-06-01 | Add comment and string tracking to CodeEdit | Paulb23 | |
2021-06-01 | Merge pull request #49241 from floppyhammer/fix-tree-item-dragging | Rémi Verschelde | |
Make tree item dragging not affected by touch dragging | |||
2021-06-01 | fix-tree-item-dragging | floppyhammer | |
2021-06-01 | Fix TextEdit selection drawing behing minimap | Paulb23 | |
2021-06-01 | Merge pull request #48770 from ↵ | Rémi Verschelde | |
LightningAA/scrollcontainer-ensure-item-visible-4.0 ScrollContainer: Expose `_ensure_focused_visible` to the scripting API and rename it to `ensure_control_visible` |