| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | UI navigation via JOYSTICK_MOTION. | Andreas Haas | 2016-07-30 | 1 | -0/+1 |
| | | | | | | Previously, you could assign joystick axis events to "ui_*" actions but they had no effect. See https://godotengine.org/qa/6232 | ||||
| * | World2D: Fix typo in default_density deprecation check | Rémi Verschelde | 2016-07-28 | 1 | -1/+1 |
| | | |||||
| * | Exposed enable syntax highlighting to properties | Paulb23 | 2016-07-28 | 1 | -0/+1 |
| | | |||||
| * | LineEdit: Fix event handled as text when a mod key is pressed | Ignacio Etcheverry | 2016-07-27 | 1 | -1/+1 |
| | | |||||
| * | Merge pull request #5926 from akien-mga/pr-graphedit-drag | Juan Linietsky | 2016-07-26 | 2 | -1/+5 |
| |\ | | | | | Fix GraphEdit dragging issues at scales != 1 | ||||
| | * | Fix GraphEdit dragging issues at scales != 1 | Rémi Verschelde | 2016-07-26 | 2 | -1/+5 |
| | | | | | | | | | | | Works around the issue originally described in #5907 (that was then hijacked to describe the broader issue it exposes). | ||||
| * | | Changed the way the step decimals are computed to a safer way, fixes many ↵ | Juan Linietsky | 2016-07-26 | 2 | -5/+5 |
| |/ | | | | issues. | ||||
| * | Stop baking process if there is no geometry in the BakedLightInstance. | Daniel J. Ramirez | 2016-07-25 | 2 | -0/+12 |
| | | | | | moved missing baked light warning to BakedLightInstance configuration warning | ||||
| * | Add thread support to HTTPRequest, changed assetlib to use it. | Juan Linietsky | 2016-07-24 | 2 | -24/+97 |
| | | |||||
| * | Merge pull request #5881 from neikeq/pr-fix-propagation | Juan Linietsky | 2016-07-24 | 1 | -6/+4 |
| |\ | | | | | Viewport: Replace obsolete "windows" group calls | ||||
| | * | Viewport: Replace obsolete "windows" group calls | Ignacio Etcheverry | 2016-07-24 | 1 | -6/+4 |
| | | | | | | | | | - Fixes neighbour focusing event propagation not being stopped | ||||
| * | | Merge pull request #5803 from jarfil/issue/origin5695-pr | Juan Linietsky | 2016-07-24 | 1 | -1/+15 |
| |\ \ | | | | | | | Fix tooltips blinking | ||||
| | * | | Hide tooltip if new mouse position's tooltip is empty | Jaroslaw Filiochowski | 2016-07-19 | 1 | -4/+10 |
| | | | | |||||
| | * | | Don't start a new tooltip timer for the same tooltip | Jaroslaw Filiochowski | 2016-07-19 | 1 | -1/+9 |
| | | | | |||||
| * | | | Merge pull request #5746 from Ovnuniarchos/FileDialogExposed | Juan Linietsky | 2016-07-24 | 2 | -1/+20 |
| |\ \ \ | | | | | | | | | Corrections and additions to FileDialog | ||||
| | * | | | Exposed mode, access, filters, and show hidden files to the editor. Also, ↵ | Ovnuniarchos | 2016-07-17 | 2 | -1/+20 |
| | | | | | | | | | | | | | | | | | two functions to get/set the filter list. | ||||
| * | | | | Merge pull request #5447 from RandomShaper/parallax-layer-fix-tidy | Juan Linietsky | 2016-07-24 | 1 | -15/+4 |
| |\ \ \ \ | | | | | | | | | | | Improve parallax mirroring algorithm | ||||
| | * | | | | Improve parallax mirroring algorithm | Pedro J. Estébanez | 2016-06-27 | 1 | -15/+4 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | Replaces the iterative approach currently used by an equivalent direct computation. Also fixes infinite looping that happens when the mirroring value is negative. | ||||
| * | | | | | Merge pull request #5832 from Algrin6/patch-1 | Juan Linietsky | 2016-07-24 | 1 | -3/+3 |
| |\ \ \ \ \ | | | | | | | | | | | | | Fixes defects in Curve2D and Curve3D | ||||
| | * | | | | | Fix curve bug | Algrin6 | 2016-07-21 | 1 | -3/+3 |
| | | | | | | | |||||
| * | | | | | | Merge pull request #5884 from 29jm/fix-crash-graphnode | Rémi Verschelde | 2016-07-24 | 1 | -0/+5 |
| |\ \ \ \ \ \ | | | | | | | | | | | | | | | Fix crash when GraphNode wasn't a child of a Control | ||||
| | * | | | | | | Fix crash when GraphNode wasn't a child of a Control | Johan Manuel | 2016-07-24 | 1 | -0/+5 |
| | | | | | | | | |||||
| * | | | | | | | Merge pull request #5737 from neikeq/pr-issue-5269 | Rémi Verschelde | 2016-07-23 | 2 | -0/+30 |
| |\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | | | TextEdit: Scroll search results to the center | ||||
| | * | | | | | | TextEdit: Center search results | Ignacio Etcheverry | 2016-07-21 | 2 | -0/+30 |
| | | |_|/ / / | |/| | | | | |||||
| * | | | | | | Fix pick color from screen. Closes #5853 | MarianoGNU | 2016-07-22 | 1 | -1/+2 |
| | | | | | | | |||||
| * | | | | | | Fix ItemList.clear() not removing separators | Johan Manuel | 2016-07-22 | 1 | -0/+1 |
| | | | | | | | |||||
| * | | | | | | Fixed ItemList indexing bug while selecting items. | Robert Lewicki | 2016-07-22 | 1 | -11/+8 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Also added functionality for unselecting items in itemlist while clicking in empty space. Fixes #5772. | ||||
| * | | | | | | Removed support for saving paths as relative, closes #5728 | Juan Linietsky | 2016-07-22 | 1 | -0/+2 |
| | | | | | | | | | | | | | | | | | | | | | | | | | Editor now has good refactoring tools, so this function is mostly obsolete | ||||
| * | | | | | | Make texture parameter optional in begin() of ImmediateGeometry. Closes ↵ | Juan Linietsky | 2016-07-22 | 2 | -2/+2 |
| | | | | | | | | | | | | | | | | | | | | | | | | | #5676 and closes #5720 | ||||
| * | | | | | | Merge pull request #5849 from SaracenOne/expose_add_index | Rémi Verschelde | 2016-07-22 | 1 | -0/+1 |
| |\ \ \ \ \ \ | | | | | | | | | | | | | | | SurfaceTool add_index method exposed to scripts. | ||||
| | * | | | | | | SurfaceTool add_index method exposed to scripts. | Saracen | 2016-07-22 | 1 | -0/+1 |
| | | |_|_|_|/ | |/| | | | | |||||
| * / | | | | | Fix binding for ItemList.sort_items_by_text | Rémi Verschelde | 2016-07-22 | 1 | -1/+4 |
| |/ / / / / | | | | | | | | | | | | | | | | | | | | | Also forces to recompute the cached rect for all items. Fixes #5799 | ||||
| * | | | | | properly implement item disabling, fixes #5683 | Juan Linietsky | 2016-07-21 | 1 | -9/+17 |
| | | | | | | |||||
| * | | | | | Some optimizations and limits for extreme zoom in and out in editor, fixes #5820 | Juan Linietsky | 2016-07-21 | 1 | -9/+42 |
| | | | | | | |||||
| * | | | | | 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 #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 #5200 from neikeq/sc-CanvasItemEditor | Rémi Verschelde | 2016-07-21 | 1 | -1/+1 |
| |\ \ \ \ \ | |/ / / / |/| | | | | Implement ShortCuts in CanvasItemEditor | ||||
| | * | | | | Implement missing ShortCuts in CanvasItemEditor | Ignacio Etcheverry | 2016-07-21 | 1 | -1/+1 |
| | | | | | | |||||
| * | | | | | put text formats for resources and scenes as priority | Juan Linietsky | 2016-07-19 | 1 | -2/+2 |
| | | | | | | |||||
| * | | | | | Fixed properly not save signals that already exist in their base scenes, ↵ | Juan Linietsky | 2016-07-19 | 3 | -30/+27 |
| | | | | | | | | | | | | | | | | | | | | | closes #5656 | ||||
| * | | | | | WIP bugfix for existing connections | Juan Linietsky | 2016-07-19 | 4 | -15/+140 |
| | | | | | | |||||
| * | | | | | Revert "Homogeinize resource formats loaders/savers" | Rémi Verschelde | 2016-07-19 | 3 | -0/+1662 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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 #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 #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 |
| | | |/ / / | |/| | | | |||||
