Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-09-23 | Merge pull request #32055 from qarmin/some_code_fixes | Rémi Verschelde | |
Changed some code found by Clang Tidy and Coverity | |||
2019-09-23 | Merge pull request #32048 from YeldhamDev/lineedit_right_icon_fix | Rémi Verschelde | |
Expose LineEdit's 'right_icon' and fix icon size | |||
2019-09-23 | Merge pull request #32027 from lupoDharkael/group-order | Rémi Verschelde | |
Preserve group order in scene files | |||
2019-09-23 | Merge pull request #32003 from codecustard/fix_optionbutton_not_selecting | Rémi Verschelde | |
Fixes OptionButton Not Updating Current Selection | |||
2019-09-22 | Merge pull request #29895 from ptrojahn/menukey | Rémi Verschelde | |
Support menu key in TextEdit and LineEdit controls | |||
2019-09-22 | Changed some code found by Clang Tidy and Coverity | qarmin | |
2019-09-22 | Support menu key in TextEdit and LineEdit controls | Paul Trojahn | |
Related to #15542 | |||
2019-09-21 | Expose LineEdit's 'right_icon' and fix icon size | Michael Alexsander Silva Dias | |
2019-09-20 | Merge pull request #32064 from m4gr3d/propagate_gl_surface_events | Rémi Verschelde | |
Notify for app pause and resume events on Android | |||
2019-09-20 | Merge pull request #32206 from Calinou/remove-unused-tree-constants | Rémi Verschelde | |
Remove an unused icon and constant in Tree | |||
2019-09-20 | Remove an unused icon and constant in Tree | Hugo Locurcio | |
2019-09-20 | Merge pull request #32190 from KoBeWi/undo_redo_stuff | Rémi Verschelde | |
Fix autocompletion undo | |||
2019-09-20 | Merge pull request #32197 from YeldhamDev/fix_multiple_modals_dim | Rémi Verschelde | |
Fix editor dimming being disabled when a dialog is closed even when others are open | |||
2019-09-20 | Merge pull request #32150 from luzpaz/typos | Rémi Verschelde | |
Fix misc. source comment typos | |||
2019-09-20 | Load overrides if getting style from current class | Tomasz Chabora | |
2019-09-19 | Add new events and accompanying logic to notify when the app is paused and ↵ | fhuya | |
resumed on Android devices. | |||
2019-09-19 | Fix misc. source comment typos | luz.paz | |
Found using `codespell -q 3 -S ./thirdparty,*.po -L ang,ba,cas,dof,doubleclick,fave,hist,leapyear,lod,nd,numer,ois,paket,seeked,sinc,switchs,te,uint -D ~/Projects/codespell/codespell_lib/data/dictionary.txt ` | |||
2019-09-19 | Merge pull request #31904 from byfron/styleboxflag_uvcoords | Rémi Verschelde | |
Computes UV coordinates of the canvas_item vertices of StyleBoxFlat | |||
2019-09-19 | Merge pull request #31188 from codecustard/LineEdit_disable_shortcuts | Rémi Verschelde | |
Add Ability to Enable/Disable Shortcuts and Selection for LineEdit/TextEdit | |||
2019-09-19 | Fix editor dimming being disabled when a dialog is closed even when others ↵ | Michael Alexsander Silva Dias | |
are open | |||
2019-09-18 | Some formatting fixes in visual_shader_nodes.cpp | Yuri Rou | |
2019-09-18 | Fix autocompletion undo | Tomasz Chabora | |
2019-09-11 | Fix Sanitization Bug | Eoin O'Neill | |
From issue #32089 -- I messed up the property hints by putting them in the wrong location. Should be working as intended now. | |||
2019-09-07 | Preserve group order in scene files | lupoDharkael | |
2019-09-07 | Add Ability to Enable/Disable Shortcuts for LineEdit/TextEdit | Emmanuel Barroga | |
This PR adds the ability to enable/disable shortcut keys and selection for LineEdit/TextEdit. It also updates the context menu when you disable/enable the shortcut keys or selection. | |||
2019-09-05 | Fixes OptionButton Not Updating if Current Selection Already Selected | Emmanuel Barroga | |
When the option button's current selection is updated to a different text/icon, the selected option does not update until you unselect the option and then select it again. | |||
2019-09-05 | Merge pull request #31870 from JFonS/add_network_profiler | Fabio Alessandrelli | |
Add network profiler | |||
2019-09-05 | Add network profiler | jfons | |
2019-09-05 | Merge pull request #31979 from Eoin-ONeill-Yokai/bugfix-31973 | Rémi Verschelde | |
CharFXTransform Type Hint Error | |||
2019-09-05 | Removed useless code from Switch in visual shader | Chaosus89 | |
2019-09-05 | Fix formatting error for bool in resulted code of visual shader | Chaosus89 | |
2019-09-04 | Bug Fix 31973 Type Hint Error | Eoin O'Neill | |
Fixed a bug introduced in my previous PR involving CharFXTransform not allowing the use of type hinting. Should now work properly. This should also help with Godot Mono issues... | |||
2019-09-04 | Merge pull request #31926 from Chaosus/vs_switch | Yuri Roubinsky | |
Some improvements for Switch node in visual shaders | |||
2019-09-04 | Added missing OUTPUT_IS_SRGB and FRONT_FACING to visual shaders | Chaosus89 | |
2019-09-04 | Fix parsing array indexing symbol in visual shader expression | Chaosus89 | |
2019-09-04 | Merge pull request #23658 from Eoin-ONeill-Yokai/rich-text-plus | Rémi Verschelde | |
RichTextLabel - New Real Time Text Effects and Custom BBCode Extensions | |||
2019-09-04 | Merge pull request #31955 from nekomatata/fix-caret-blink-timer | Rémi Verschelde | |
TextEdit & LineEdit caret blink timers run only when focused | |||
2019-09-04 | TextEdit & LineEdit caret blink timers run only when focused (fixes #31936) | PouleyKetchoupp | |
2019-09-04 | Merge pull request #31618 from fjordyo0707/fix_mesh_edges | Rémi Verschelde | |
Fix the edges of the mesh vertex | |||
2019-09-03 | Update RichTextLabel to support real time effects and custom BBCodes. | Eoin O'Neill | |
Added a new ItemFX type to RichTextLabel which supports dynamic text effects. RichTextEffect Resource Type was added which can be extended for more real time text effects. | |||
2019-09-03 | Merge pull request #31844 from 2shady4u/TweenInSceneTree | Rémi Verschelde | |
Timer and Tween check if they are in SceneTree when starting | |||
2019-09-03 | Some improvements for Switch node in visual shaders | Chaosus89 | |
2019-09-03 | Added is_inside_tree() check in both Timer and Tween | shaderbeast | |
Tween now throws error and doesnt even execute. | |||
2019-09-03 | Merge pull request #31295 from fstiewitz/focus-rect-issue | Rémi Verschelde | |
Fix get_meta error and visual bug when editing scene with keyboard | |||
2019-09-03 | Merge pull request #31389 from Calinou/add-node-comments | Rémi Verschelde | |
Add an `editor_description` property to Node for documentation purposes | |||
2019-09-03 | Merge pull request #31476 from SoulForMachine/fix-move-and-slide-error | Rémi Verschelde | |
Prevent move_and_slide() to generate an error. | |||
2019-09-03 | Merge pull request #31507 from YeldhamDev/button_icon_expand | Rémi Verschelde | |
Add feature to Button to make its icon expand/shrink with the button's size | |||
2019-09-03 | Merge pull request #31782 from aole/persist-ColorPicker-color-mode | Rémi Verschelde | |
Persist ColorPicker color mode | |||
2019-09-03 | Merge pull request #31880 from nekomatata/joystick-ui-navigation | Rémi Verschelde | |
Fixed UI navigation using joy axis inputs | |||
2019-09-02 | Merge pull request #31889 from Calinou/gradient-editor-add-snapping | Rémi Verschelde | |
Implement snapping in the Gradient editor |