| Commit message (Expand) | Author | Age | Files | Lines |
| * | Merge pull request #14014 from kosz78/scroll-container-fix | Rémi Verschelde | 2017-12-08 | 1 | -0/+2 |
| |\ |
|
| | * | Fix scroll enabled in case of content fit in scroll container | Konstantin Zaitsev | 2017-12-06 | 1 | -0/+2 |
| * | | Merge pull request #13981 from Paulb23/line_highlight_and_code_folding_color | Rémi Verschelde | 2017-12-08 | 3 | -7/+13 |
| |\ \ |
|
| | * | | Changed current line draw order and added code folding color | Paulb23 | 2017-12-07 | 3 | -7/+13 |
| * | | | Fixed is_playing funtion (was reporting wrong), closes #13928 | Juan Linietsky | 2017-12-07 | 1 | -1/+1 |
| |/ / |
|
| * | | Implement orbit velocity in particles (this is for 2D only, like in 2.1), clo... | Juan Linietsky | 2017-12-07 | 1 | -5/+27 |
| * | | Added some clean up in camera/viewport management. Fixes #12279, Fixes #12774 | Juan Linietsky | 2017-12-07 | 2 | -4/+8 |
| * | | ability to keep user tracks when importing animations, closes #12801 | Juan Linietsky | 2017-12-07 | 2 | -0/+18 |
| * | | Style: Apply new clang-format 5.0 style to all files | Rémi Verschelde | 2017-12-07 | 40 | -126/+130 |
| * | | Merge pull request #14352 from ianb96/get_hidden_width | Rémi Verschelde | 2017-12-07 | 2 | -6/+12 |
| |\ \ |
|
| | * | | fixes horizontal scrolling over hidden lines | Ian | 2017-12-06 | 2 | -6/+12 |
| * | | | Merge pull request #14353 from TheAspiringHacker/fix-lineedit-eat | Rémi Verschelde | 2017-12-07 | 1 | -0/+4 |
| |\ \ \ |
|
| | * | | | Check for icon in LineEdit::set_cursor_position | TheAspiringHacker | 2017-12-06 | 1 | -0/+4 |
| * | | | | Merge pull request #13362 from groud/fix_folding | Rémi Verschelde | 2017-12-07 | 2 | -18/+17 |
| |\ \ \ \
| |_|/ /
|/| | | |
|
| | * | | | Fixes folding of blank lines | Gilles Roudiere | 2017-11-28 | 2 | -18/+17 |
| * | | | | Merge pull request #14328 from YeldhamDev/popupmenu_submenu_fix | Rémi Verschelde | 2017-12-07 | 1 | -3/+3 |
| |\ \ \ \ |
|
| | * | | | | Fixed PopupMenu's submenus not showing up in certain situations. | Michael Alexsander Silva Dias | 2017-12-06 | 1 | -3/+3 |
| | | |_|/
| |/| | |
|
| * | | | | -Fix particles with size==0, closes #13931 | Juan Linietsky | 2017-12-06 | 6 | -0/+33 |
| * | | | | Merge pull request #13491 from RaXaR/master | Rémi Verschelde | 2017-12-06 | 2 | -0/+6 |
| |\ \ \ \ |
|
| | * | | | | Added get_popup() method to ColorPickerButton. This allows to check if the pi... | RaXaR | 2017-12-01 | 2 | -0/+6 |
| * | | | | | Merge pull request #13409 from YeldhamDev/textedit_disabled | Rémi Verschelde | 2017-12-06 | 5 | -29/+53 |
| |\ \ \ \ \ |
|
| | * | | | | | Add disabled theme to TextEdit. | Michael Alexsander Silva Dias | 2017-12-01 | 5 | -29/+53 |
| * | | | | | | Merge pull request #13993 from willnationsdev/animationplayer-docs | Rémi Verschelde | 2017-12-06 | 1 | -6/+8 |
| |\ \ \ \ \ \
| |_|_|_|_|/
|/| | | | | |
|
| | * | | | | | [DOCS] AnimationPlayer new props, members/methods | Will Nations | 2017-12-04 | 1 | -6/+8 |
| * | | | | | | Fix and rewrite folding logic, closes #14005, closes #13421 | Juan Linietsky | 2017-12-06 | 1 | -1/+1 |
| * | | | | | | Merge pull request #14329 from waldson/fix-missing-stylebox-on-linkbutton | Andreas Haas | 2017-12-06 | 1 | -0/+2 |
| |\ \ \ \ \ \ |
|
| | * | | | | | | Fix missing stylebox for LinkButton's hover states | Waldson Patrício | 2017-12-06 | 1 | -0/+2 |
| | | |_|_|/ /
| |/| | | | |
|
| * / | | | | | Particles2D: Fix normal map rid. | Andreas Haas | 2017-12-06 | 1 | -1/+1 |
| |/ / / / / |
|
| * | | | | | Improve slang, especially in user-visible parts | Unknown | 2017-12-05 | 1 | -1/+1 |
| * | | | | | Merge pull request #13964 from Krakean/richtextlabel_fix_deselection_bug | Rémi Verschelde | 2017-12-05 | 1 | -0/+11 |
| |\ \ \ \ \
| |/ / / /
|/| | | | |
|
| | * | | | | Rich Text Label: fixed deselection issue | Dmitry Koteroff | 2017-12-04 | 1 | -0/+11 |
| * | | | | | Do not cancel event if no need to cancel it. Fixes problem with GUI in 3D. | Juan Linietsky | 2017-12-04 | 1 | -2/+2 |
| * | | | | | Added a higher level wrapper for proxy texture | Juan Linietsky | 2017-12-04 | 3 | -0/+97 |
| * | | | | | -Implemented Proxy Textures (needed to solve the problem with ViewportTexture) | Juan Linietsky | 2017-12-04 | 5 | -6/+21 |
| |/ / / / |
|
| * | | | | Merge pull request #13775 from YeldhamDev/filedialog_icon | Rémi Verschelde | 2017-12-04 | 4 | -7/+6 |
| |\ \ \ \ |
|
| | * | | | | Fixed FileDialog's "parent folder" button not having a texture. | Michael Alexsander Silva Dias | 2017-12-02 | 4 | -7/+6 |
| | | |/ /
| |/| | |
|
| * / | | | TileMap Fixes | Mariano Suligoy | 2017-12-02 | 2 | -10/+18 |
| |/ / / |
|
| * | | | Fixed crash on duplicate instanced nodes (#13432) | Konstantin Zaitsev | 2017-12-01 | 1 | -1/+1 |
| * | | | Merge pull request #13216 from hoelzl/pr-fix-tile-origin-center | Poommetee Ketson | 2017-12-01 | 1 | -11/+13 |
| |\ \ \ |
|
| | * | | | Fix displacement for centered tilemaps | Matthias Hoelzl | 2017-11-27 | 1 | -11/+13 |
| * | | | | Ported 'Exclude Parent' from Raycast2D to Raycast | Marco Masselli | 2017-11-30 | 2 | -0/+39 |
| * | | | | Fix PathFollow2D motion. | Ferenc Arn | 2017-11-30 | 1 | -11/+9 |
| * | | | | Merge pull request #13392 from cbscribe/kcc_raycast_fix | Rémi Verschelde | 2017-11-29 | 1 | -6/+6 |
| |\ \ \ \ |
|
| | * | | | | Change RayCast2D 'Exclude Parent' to include Area2D | Chris Bradfield | 2017-11-28 | 1 | -6/+6 |
| * | | | | | Merge pull request #13379 from ianb96/lastline_scroll_fix | Rémi Verschelde | 2017-11-29 | 1 | -4/+2 |
| |\ \ \ \ \ |
|
| | * | | | | | last line scroll fix when scroll_past_last_line is disabled | Ian | 2017-11-28 | 1 | -4/+2 |
| | |/ / / / |
|
| * / / / / | disable caching for targets using helper functions | Rhody Lugo | 2017-11-28 | 1 | -2/+1 |
| |/ / / / |
|
| * | | / | use the same cache for all branches for appveyor | Rhody Lugo | 2017-11-28 | 1 | -0/+1 |
| | |_|/
|/| | |
|
| * | | | Some improvements to file/dir open/save dialogs: | Dmitry Koteroff | 2017-11-27 | 4 | -9/+82 |
| * | | | Switch to textureLod for parallax offset, avoids errors on UWP. | Juan Linietsky | 2017-11-27 | 1 | -3/+3 |
| |/ / |
|