summaryrefslogtreecommitdiffstats
path: root/scene
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #14014 from kosz78/scroll-container-fixRémi Verschelde2017-12-081-0/+2
|\
| * Fix scroll enabled in case of content fit in scroll containerKonstantin Zaitsev2017-12-061-0/+2
* | Merge pull request #13981 from Paulb23/line_highlight_and_code_folding_colorRémi Verschelde2017-12-083-7/+13
|\ \
| * | Changed current line draw order and added code folding colorPaulb232017-12-073-7/+13
* | | Fixed is_playing funtion (was reporting wrong), closes #13928Juan Linietsky2017-12-071-1/+1
|/ /
* | Implement orbit velocity in particles (this is for 2D only, like in 2.1), clo...Juan Linietsky2017-12-071-5/+27
* | Added some clean up in camera/viewport management. Fixes #12279, Fixes #12774Juan Linietsky2017-12-072-4/+8
* | ability to keep user tracks when importing animations, closes #12801Juan Linietsky2017-12-072-0/+18
* | Style: Apply new clang-format 5.0 style to all filesRémi Verschelde2017-12-0740-126/+130
* | Merge pull request #14352 from ianb96/get_hidden_widthRémi Verschelde2017-12-072-6/+12
|\ \
| * | fixes horizontal scrolling over hidden linesIan2017-12-062-6/+12
* | | Merge pull request #14353 from TheAspiringHacker/fix-lineedit-eatRémi Verschelde2017-12-071-0/+4
|\ \ \
| * | | Check for icon in LineEdit::set_cursor_positionTheAspiringHacker2017-12-061-0/+4
* | | | Merge pull request #13362 from groud/fix_foldingRémi Verschelde2017-12-072-18/+17
|\ \ \ \ | |_|/ / |/| | |
| * | | Fixes folding of blank linesGilles Roudiere2017-11-282-18/+17
* | | | Merge pull request #14328 from YeldhamDev/popupmenu_submenu_fixRémi Verschelde2017-12-071-3/+3
|\ \ \ \
| * | | | Fixed PopupMenu's submenus not showing up in certain situations.Michael Alexsander Silva Dias2017-12-061-3/+3
| | |_|/ | |/| |
* | | | -Fix particles with size==0, closes #13931Juan Linietsky2017-12-066-0/+33
* | | | Merge pull request #13491 from RaXaR/masterRémi Verschelde2017-12-062-0/+6
|\ \ \ \
| * | | | Added get_popup() method to ColorPickerButton. This allows to check if the pi...RaXaR2017-12-012-0/+6
* | | | | Merge pull request #13409 from YeldhamDev/textedit_disabledRémi Verschelde2017-12-065-29/+53
|\ \ \ \ \
| * | | | | Add disabled theme to TextEdit.Michael Alexsander Silva Dias2017-12-015-29/+53
* | | | | | Merge pull request #13993 from willnationsdev/animationplayer-docsRémi Verschelde2017-12-061-6/+8
|\ \ \ \ \ \ | |_|_|_|_|/ |/| | | | |
| * | | | | [DOCS] AnimationPlayer new props, members/methodsWill Nations2017-12-041-6/+8
* | | | | | Fix and rewrite folding logic, closes #14005, closes #13421Juan Linietsky2017-12-061-1/+1
* | | | | | Merge pull request #14329 from waldson/fix-missing-stylebox-on-linkbuttonAndreas Haas2017-12-061-0/+2
|\ \ \ \ \ \
| * | | | | | Fix missing stylebox for LinkButton's hover statesWaldson Patrício2017-12-061-0/+2
| | |_|_|/ / | |/| | | |
* / | | | | Particles2D: Fix normal map rid.Andreas Haas2017-12-061-1/+1
|/ / / / /
* | | | | Improve slang, especially in user-visible partsUnknown2017-12-051-1/+1
* | | | | Merge pull request #13964 from Krakean/richtextlabel_fix_deselection_bugRémi Verschelde2017-12-051-0/+11
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | Rich Text Label: fixed deselection issueDmitry Koteroff2017-12-041-0/+11
* | | | | Do not cancel event if no need to cancel it. Fixes problem with GUI in 3D.Juan Linietsky2017-12-041-2/+2
* | | | | Added a higher level wrapper for proxy textureJuan Linietsky2017-12-043-0/+97
* | | | | -Implemented Proxy Textures (needed to solve the problem with ViewportTexture)Juan Linietsky2017-12-045-6/+21
|/ / / /
* | | | Merge pull request #13775 from YeldhamDev/filedialog_iconRémi Verschelde2017-12-044-7/+6
|\ \ \ \
| * | | | Fixed FileDialog's "parent folder" button not having a texture.Michael Alexsander Silva Dias2017-12-024-7/+6
| | |/ / | |/| |
* / | | TileMap FixesMariano Suligoy2017-12-022-10/+18
|/ / /
* | | Fixed crash on duplicate instanced nodes (#13432)Konstantin Zaitsev2017-12-011-1/+1
* | | Merge pull request #13216 from hoelzl/pr-fix-tile-origin-centerPoommetee Ketson2017-12-011-11/+13
|\ \ \
| * | | Fix displacement for centered tilemapsMatthias Hoelzl2017-11-271-11/+13
* | | | Ported 'Exclude Parent' from Raycast2D to RaycastMarco Masselli2017-11-302-0/+39
* | | | Fix PathFollow2D motion.Ferenc Arn2017-11-301-11/+9
* | | | Merge pull request #13392 from cbscribe/kcc_raycast_fixRémi Verschelde2017-11-291-6/+6
|\ \ \ \
| * | | | Change RayCast2D 'Exclude Parent' to include Area2DChris Bradfield2017-11-281-6/+6
* | | | | Merge pull request #13379 from ianb96/lastline_scroll_fixRémi Verschelde2017-11-291-4/+2
|\ \ \ \ \
| * | | | | last line scroll fix when scroll_past_last_line is disabledIan2017-11-281-4/+2
| |/ / / /
* / / / / disable caching for targets using helper functionsRhody Lugo2017-11-281-2/+1
|/ / / /
* | | / use the same cache for all branches for appveyorRhody Lugo2017-11-281-0/+1
| |_|/ |/| |
* | | Some improvements to file/dir open/save dialogs:Dmitry Koteroff2017-11-274-9/+82
* | | Switch to textureLod for parallax offset, avoids errors on UWP.Juan Linietsky2017-11-271-3/+3
|/ /