| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Added examples to RegEx doc | Zher Huei Lee | 2016-07-21 | 1 | -17/+22 |
| | | |||||
| * | Merge pull request #5842 from hurikhan/x11_request_attention | Rémi Verschelde | 2016-07-21 | 2 | -0/+21 |
| |\ | | | | | Implement OS.request_attention() for X11 | ||||
| | * | Implement OS.request_attention() for X11 | Mario Schlack | 2016-07-21 | 2 | -0/+21 |
| |/ | |||||
| * | Merge pull request #5841 from vnen/fix-windows-wheel | Rémi Verschelde | 2016-07-21 | 1 | -4/+7 |
| |\ | | | | | Fix mouse wheel event position on Windows | ||||
| | * | Fix mouse wheel event position on Windows | George Marques | 2016-07-21 | 1 | -4/+7 |
| | | | |||||
| * | | Merge pull request #5837 from hurikhan/android_cleanup | Rémi Verschelde | 2016-07-21 | 13 | -47/+69 |
| |\ \ | | | | | | | Minor code formatting in platform/android | ||||
| | * | | Minor code formatting in platform/android | Mario Schlack | 2016-07-21 | 13 | -47/+69 |
| | | | | |||||
| * | | | Implement OS.request_attention() for OSX (#5662) | GungnirInd | 2016-07-21 | 2 | -1/+6 |
| | | | | | | | | | | | | | Keeps bouncing icon until user focuses window | ||||
| * | | | Merge pull request #5560 from vnen/os-request-attention | Rémi Verschelde | 2016-07-21 | 6 | -0/+25 |
| |\ \ \ | |_|/ |/| | | Add OS.request_attention() for Windows | ||||
| | * | | Add OS.request_attention() for Windows | George Marques | 2016-07-05 | 6 | -0/+25 |
| | | | | |||||
| * | | | Instance only selected scenes in FS dock, closes #5795 | Juan Linietsky | 2016-07-21 | 1 | -1/+2 |
| | | | | |||||
| * | | | Renamed scenes_dock to filesystem_dock (makes more sense, it has not been a ↵ | Juan Linietsky | 2016-07-21 | 4 | -72/+72 |
| | | | | | | | | | | | | | scenes dock since a long time). | ||||
| * | | | Hide editor types from create node dialog, closes #3263 | Juan Linietsky | 2016-07-21 | 1 | -0/+3 |
| | | | | |||||
| * | | | Some optimizations and limits for extreme zoom in and out in editor, fixes #5820 | Juan Linietsky | 2016-07-21 | 2 | -9/+58 |
| | |/ |/| | |||||
| * | | Merge pull request #5836 from volzhs/issue-5830 | Rémi Verschelde | 2016-07-21 | 1 | -2/+0 |
| |\ \ | | | | | | | Remove "SMOOTH BEGIN?" message | ||||
| | * | | Remove "SMOOTH BEGIN?" message | volzhs | 2016-07-21 | 1 | -2/+0 |
| | | | | |||||
| * | | | Merge pull request #5835 from volzhs/issue-5831 | Rémi Verschelde | 2016-07-21 | 1 | -7/+7 |
| |\ \ \ | | | | | | | | | Fix compile error if use android_stl=yes | ||||
| | * | | | Fix compile error if use android_stl=yes | volzhs | 2016-07-21 | 1 | -7/+7 |
| | |/ / | |||||
| * | | | Merge pull request #5829 from 29jm/master | Rémi Verschelde | 2016-07-21 | 1 | -0/+1 |
| |\ \ \ | | | | | | | | | Fix the rotation not updating in the inspector with Controls | ||||
| | * | | | Fix the rotation not updating in the inspector with Controls | Johan Manuel | 2016-07-21 | 1 | -0/+1 |
| | |/ / | |||||
| * | | | Merge pull request #5819 from hurikhan/android_getScreenDPI | Rémi Verschelde | 2016-07-21 | 5 | -3/+37 |
| |\ \ \ | | | | | | | | | Implement get_screen_dpi() on Android | ||||
| | * | | | Implement get_screen_dpi() on Android | Mario Schlack | 2016-07-20 | 5 | -3/+37 |
| | | | | | |||||
| * | | | | Merge pull request #5200 from neikeq/sc-CanvasItemEditor | Rémi Verschelde | 2016-07-21 | 2 | -11/+10 |
| |\ \ \ \ | | | | | | | | | | | Implement ShortCuts in CanvasItemEditor | ||||
| | * | | | | Implement missing ShortCuts in CanvasItemEditor | Ignacio Etcheverry | 2016-07-21 | 2 | -11/+10 |
| | | | | | | |||||
| * | | | | | Fixed reloading of tool scripts within editor, they should work much better ↵ | Juan Linietsky | 2016-07-20 | 2 | -2/+22 |
| | |_|/ / |/| | | | | | | | | | | | now, closes #3194 | ||||
| * | | | | put text formats for resources and scenes as priority | Juan Linietsky | 2016-07-19 | 5 | -8/+26 |
| | | | | | |||||
| * | | | | Fixed properly not save signals that already exist in their base scenes, ↵ | Juan Linietsky | 2016-07-19 | 6 | -31/+36 |
| | | | | | | | | | | | | | | | | | closes #5656 | ||||
| * | | | | WIP bugfix for existing connections | Juan Linietsky | 2016-07-19 | 4 | -15/+140 |
| | | | | | |||||
| * | | | | classref: WIP improved docs for Node | Rémi Verschelde | 2016-07-19 | 1 | -37/+53 |
| | | | | | | | | | | | | | | | | | Also clarified the purpose of Input.get_mouse_speed (see #1355) | ||||
| * | | | | classref: Sync classes with source | Rémi Verschelde | 2016-07-19 | 1 | -74/+103 |
| | |/ / |/| | | |||||
| * | | | Fix main scene not being saved when set via Play button | Rémi Verschelde | 2016-07-19 | 3 | -3/+6 |
| | | | | | | | | | | | | | | | | Fixes #1134 for real. Also tweaked the engine.cfg template and the preference order when browsing for the main scene. | ||||
| * | | | Revert "Homogeinize resource formats loaders/savers" | Rémi Verschelde | 2016-07-19 | 4 | -15/+19 |
| | | | | | | | | | | | | | | | | | | | | | | | | | The text format definition needs to stay in `scene/` as it relies on other scene components, and `core/` must stay self-contained. This reverts commits a5e27503fd52589703d637d1245a023233a14a27 and 1492fd846073a4fa643365a8a5d4e021868c0e48. | ||||
| * | | | Merge pull request #5794 from TheHX/editor-settings-dialog | Rémi Verschelde | 2016-07-19 | 1 | -8/+23 |
| |\ \ \ | | | | | | | | | Keep selected section in Editor Settings when reopening the dialog | ||||
| | * | | | Keep selected section in Editor Settings when reopening the dialog | Franklin Sobrinho | 2016-07-18 | 1 | -8/+23 |
| | | | | | |||||
| * | | | | Merge pull request #5793 from TheHX/issue-5722 | Rémi Verschelde | 2016-07-19 | 2 | -2/+14 |
| |\ \ \ \ | | | | | | | | | | | Fix Editor Settings dialog range editing by dragging and using the slider | ||||
| | * | | | | Fix Editor Settings dialog range editing by dragging and using the slider | Franklin Sobrinho | 2016-07-18 | 2 | -2/+14 |
| | |/ / / | |||||
| * | | | | Merge pull request #5792 from neikeq/pr-issue-3868 | Rémi Verschelde | 2016-07-19 | 2 | -0/+17 |
| |\ \ \ \ | | | | | | | | | | | Label: Added `get_visible_line_count` method | ||||
| | * | | | | Label: Added `get_visible_line_count` method | Ignacio Etcheverry | 2016-07-18 | 2 | -0/+17 |
| | | | | | | |||||
| * | | | | | Merge pull request #5790 from neikeq/pr-issue-1149 | Rémi Verschelde | 2016-07-19 | 1 | -0/+4 |
| |\ \ \ \ \ | | | | | | | | | | | | | MenuButton: Fix event propagation with dialogs | ||||
| | * | | | | | MenuButton: Fix event propagation with dialogs | Ignacio Etcheverry | 2016-07-18 | 1 | -0/+4 |
| | |/ / / / | |||||
| * | | | | | Merge pull request #5787 from akien-mga/pr-fix-warnings | Rémi Verschelde | 2016-07-19 | 1 | -5/+5 |
| |\ \ \ \ \ | | | | | | | | | | | | | Fix multichar character constant warning | ||||
| | * | | | | | Fix multichar character constant warning | Rémi Verschelde | 2016-07-18 | 1 | -5/+5 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Multi-character character constants are implementation defined, and therefore they are risky to use for use when trying to be compatible with so many different platforms. Fixes #2540. | ||||
| * | | | | | | Merge pull request #5783 from TheHX/issue-5782 | Rémi Verschelde | 2016-07-19 | 2 | -15/+14 |
| |\ \ \ \ \ \ | | | | | | | | | | | | | | | Fix crash when dropping scene as a sibling of the root node | ||||
| | * | | | | | | Fix crash when dropping scene as a sibling of the root node | Franklin Sobrinho | 2016-07-18 | 2 | -15/+14 |
| | | |_|/ / / | |/| | | | | |||||
| * | | | | | | Merge pull request #5760 from r1cebank/issue-5636__add-close-docs-option | Rémi Verschelde | 2016-07-19 | 2 | -1/+27 |
| |\ \ \ \ \ \ | | | | | | | | | | | | | | | Script Editor: adding close all docs menu option | ||||
| | * | | | | | | Script Editor: adding close all docs menu option | Siyuan Gao | 2016-07-18 | 2 | -1/+27 |
| | | |_|/ / / | |/| | | | | |||||
| * | | | | | | Merge pull request #5731 from neikeq/pr-issue-5642 | Juan Linietsky | 2016-07-18 | 1 | -3/+6 |
| |\ \ \ \ \ \ | | | | | | | | | | | | | | | LineEdit: Fix rtl scrolling with mouse drag selection | ||||
| | * | | | | | | LineEdit: Fix rtl scrolling with mouse drag selection | Ignacio Etcheverry | 2016-07-15 | 1 | -3/+6 |
| | | |_|_|/ / | |/| | | | | |||||
| * | | | | | | Always soft reload editor plugins. Closes #5273 | Juan Linietsky | 2016-07-18 | 1 | -1/+3 |
| | | | | | | | |||||
| * | | | | | | Property convert images to RGBA before applying hq2x, fixes #5168 | Juan Linietsky | 2016-07-18 | 2 | -3/+7 |
| | | | | | | | |||||
