Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-05-29 | Implement Clipboard API read when supported. | Fabio Alessandrelli | |
Being async, the first time a value is pasted GUI elements will still return the previous one. This at least until 'clipboardchange' window event gets implemented by user agents. | |||
2019-05-29 | Kinda working HTML5 clipboard paste. | Fabio Alessandrelli | |
Listen to paste events to update local clipboard. CTRL+V still not working out of the box. To do that, We would need to change how we handle keypress, most likely making it worse and less safe. In the end, I'm not sure we can fix it properly for now. Maybe in the future, with the Clipboard API, support of which is still pretty limited on chrome, and only available to extensions in Firefox. For now, you can paste via: - Browser bar -> Edit -> Paste. - Middle mouse click (Linux only, copies secondary clipboard). And THEN press CTRL+V | |||
2019-05-28 | Add OS clipboard set support to OS Javascript | Fabio Alessandrelli | |
2019-05-28 | Merge pull request #26487 from matzebond/master | Rémi Verschelde | |
Auto-expand current node type when changing node type | |||
2019-05-28 | Merge pull request #27836 from turtletooth/right-click | Rémi Verschelde | |
Allow Right Click in Empty Space on FileSystemDock | |||
2019-05-28 | Merge pull request #27875 from Thource/vehicle_wheel-get_rpm | Rémi Verschelde | |
Added a get_rpm() function to VehicleWheel | |||
2019-05-28 | Merge pull request #27972 from ahouts/add-hotkeys-to-tileset-editor | Rémi Verschelde | |
add hotkeys to tileset editor | |||
2019-05-28 | Merge pull request #27987 from lupoDharkael/classname-duplicate | Rémi Verschelde | |
Prevent using multiple class_name in a class | |||
2019-05-28 | Merge pull request #28107 from Amssat221/issue28105 | Rémi Verschelde | |
Set range (10-50) to help source font size | |||
2019-05-28 | Merge pull request #28454 from homer666/popup-centered-maxsize | Rémi Verschelde | |
Add `popup_centered_clamped()` method to Popup | |||
2019-05-28 | Merge pull request #28512 from MJacred/master | Rémi Verschelde | |
Fix application window not listed in taskbar (X11) | |||
2019-05-28 | Merge pull request #28581 from Lisapple/patch-1 | Rémi Verschelde | |
Fixing Curve2D/3D baked interpolated values | |||
2019-05-28 | Merge pull request #28606 from bojidar-bg/25889-indexed-set-defaults | Rémi Verschelde | |
Fix default values not being read correctly in VS, take two | |||
2019-05-28 | Merge pull request #28726 from megalike/add_mac_os_hotkeys_le | Rémi Verschelde | |
Support Mac OS hotkeys in line_edit | |||
2019-05-28 | Merge pull request #28762 from Lisapple/gridmap-release-floor-field | Rémi Verschelde | |
Release GridMap floor field focus when mouse exited | |||
2019-05-28 | Merge pull request #29020 from raphael10241024/inertia | Rémi Verschelde | |
Fix some shape2d get_moment_of_inertia error | |||
2019-05-28 | Merge pull request #29174 from Chaosus/fix_line_wrap_output | Rémi Verschelde | |
Fix "Index out of size" TextEdit's spam to output (when using Expression nodes in the visual shaders) | |||
2019-05-28 | Merge pull request #29185 from hilfazer/enum-autocomplete | Rémi Verschelde | |
Autocomplete for enum values | |||
2019-05-28 | Merge pull request #29231 from AlexHoratio/method_list_drag_fix | Rémi Verschelde | |
Fix method list to no longer forwards drag commands to script list | |||
2019-05-28 | Merge pull request #29173 from YeldhamDev/animation_move_track_to | Rémi Verschelde | |
Make animation editor change tracks positions instead of swapping them | |||
2019-05-27 | Make animation editor change tracks positions instead of swapping them | Michael Alexsander Silva Dias | |
2019-05-27 | Merge pull request #29002 from Chaosus/vs_constants | Rémi Verschelde | |
Added a bunch of scalar constants to visual shaders | |||
2019-05-27 | Merge pull request #29228 from neikeq/issue-29117 | Rémi Verschelde | |
Fix GetTypeInfo error due to missing include | |||
2019-05-27 | method list no longer forwards drag commands to script list | AlexHoratio | |
2019-05-27 | Merge pull request #29227 from YeldhamDev/animplayer_bottom_pressed_fix_for_real | Rémi Verschelde | |
Actually fix animation editor's bottom panel button not being pressed on certain occasions | |||
2019-05-27 | Merge pull request #28957 from aaronfranke/basis-optimize | Rémi Verschelde | |
Optimize Basis constructor for Axis Angle | |||
2019-05-27 | Added a bunch of scalar constants to visual shaders | Chaosus | |
2019-05-27 | Merge pull request #29182 from clayjohn/radiance_map | Rémi Verschelde | |
Fix radiance map settings | |||
2019-05-27 | Fix GetTypeInfo error due to missing include | Ignacio Etcheverry | |
2019-05-27 | Merge pull request #29118 from JFonS/improve_navmesh_generation | Rémi Verschelde | |
Various improvements to NavigationMesh generation | |||
2019-05-27 | Actually fix animation editor's bottom panel button not being pressed on ↵ | Michael Alexsander Silva Dias | |
certain occasions | |||
2019-05-27 | Merge pull request #29223 from Jummit/add-get-camera-rid | Rémi Verschelde | |
Add get_camera_rid method to Camera | |||
2019-05-27 | Merge pull request #29225 from ibrahn/init-rtl-metahover | Rémi Verschelde | |
Fix uninitialised member variable 'meta_hovering' in RichTextLabel | |||
2019-05-27 | Fix uninitialised member variable 'meta_hovering' in RichTextLabel | Ibrahn Sahir | |
2019-05-27 | add get_camera_rid method | Jummit | |
2019-05-27 | Merge pull request #29217 from Calinou/fix-scons-platform-autodetection | Rémi Verschelde | |
Fix SCons automatic platform detection on Linux | |||
2019-05-27 | Fix SCons automatic platform detection on Linux | Hugo Locurcio | |
2019-05-27 | Merge pull request #29001 from ibrahn/message-arg-destroy | Rémi Verschelde | |
MessageQueue::flush now always destroys parameters of a spent message | |||
2019-05-27 | Merge pull request #29014 from mbrlabs/gles2_precision_fix | Rémi Verschelde | |
Use highp precision in the gles2 fragment shader if available | |||
2019-05-27 | Merge pull request #29200 from KoBeWi/filter_select | Rémi Verschelde | |
Deselect hidden nodes on filter | |||
2019-05-27 | Merge pull request #29119 from bruvzg/native_icon_support | Rémi Verschelde | |
Add native window/taskbar icon support for Windows and macOS. | |||
2019-05-27 | Merge pull request #29172 from KoBeWi/path_deoverflowing | Rémi Verschelde | |
Don't allow PathFollow offset outside bounds | |||
2019-05-27 | Merge pull request #29176 from Calinou/tweak-particle-animation-warning | Rémi Verschelde | |
Tweak the particle animation node configuration warning message | |||
2019-05-27 | Merge pull request #29198 from NilsIrl/seg_fault | Rémi Verschelde | |
Fix Segmentation fault and reduce memory consumption | |||
2019-05-27 | Merge pull request #29199 from mhilbrunner/no-platform-no-more | Rémi Verschelde | |
Scons: Fix .editorconfig, autodetect platform argument if missing | |||
2019-05-27 | Merge pull request #29207 from dankan1890/hotfix | Rémi Verschelde | |
Fixed typo in SConstruct | |||
2019-05-26 | Fixed typo in SConstruct | dankan1890 | |
2019-05-26 | Fix Segmentation fault and reduce memory consumption | Nils ANDRÉ-CHANG | |
2019-05-26 | Merge pull request #29202 from KoBeWi/regrescroll | Rémi Verschelde | |
Fix TextEdit blocking scroll without scrollbar | |||
2019-05-26 | Fix TextEdit blocking scroll without scrollbar | Tomasz Chabora | |