Age | Commit message (Collapse) | Author | |
---|---|---|---|
2017-12-07 | Merge pull request #14352 from ianb96/get_hidden_width | Rémi Verschelde | |
Fixes horizontal scrolling over hidden lines | |||
2017-12-07 | Merge pull request #14353 from TheAspiringHacker/fix-lineedit-eat | Rémi Verschelde | |
Check for icon in LineEdit::set_cursor_position | |||
2017-12-07 | Merge pull request #13362 from groud/fix_folding | Rémi Verschelde | |
Fixes folding of blank lines | |||
2017-12-06 | Check for icon in LineEdit::set_cursor_position | TheAspiringHacker | |
Fixes #14340 | |||
2017-12-06 | fixes horizontal scrolling over hidden lines | Ian | |
2017-12-07 | Merge pull request #14328 from YeldhamDev/popupmenu_submenu_fix | Rémi Verschelde | |
Fixed PopupMenu's submenus not showing up in certain situations | |||
2017-12-06 | -Fix particles with size==0, closes #13931 | Juan Linietsky | |
-Fixed material previews (dont show sphere unless for spatial) | |||
2017-12-06 | Merge pull request #13491 from RaXaR/master | Rémi Verschelde | |
Added get_popup() method to ColorPickerButton... | |||
2017-12-06 | Merge pull request #13409 from YeldhamDev/textedit_disabled | Rémi Verschelde | |
Add disabled theme to TextEdit | |||
2017-12-06 | Merge pull request #13993 from willnationsdev/animationplayer-docs | Rémi Verschelde | |
[DOCS] AnimationPlayer new props, members/methods [ci skip] | |||
2017-12-06 | Fix and rewrite folding logic, closes #14005, closes #13421 | Juan Linietsky | |
2017-12-06 | Merge pull request #14329 from waldson/fix-missing-stylebox-on-linkbutton | Andreas Haas | |
Fix missing stylebox for LinkButton's hover states | |||
2017-12-06 | Particles2D: Fix normal map rid. | Andreas Haas | |
Looks like a Copy & Paste error, fixes #14334. | |||
2017-12-06 | Fix missing stylebox for LinkButton's hover states | Waldson Patrício | |
2017-12-06 | Fixed PopupMenu's submenus not showing up in certain situations. | Michael Alexsander Silva Dias | |
2017-12-05 | Improve slang, especially in user-visible parts | Unknown | |
2017-12-05 | Merge pull request #13964 from Krakean/richtextlabel_fix_deselection_bug | Rémi Verschelde | |
Rich Text Label: fixed deselection issue | |||
2017-12-04 | [DOCS] AnimationPlayer new props, members/methods | Will Nations | |
2017-12-04 | Do not cancel event if no need to cancel it. Fixes problem with GUI in 3D. | Juan Linietsky | |
2017-12-04 | Added a higher level wrapper for proxy texture | Juan Linietsky | |
2017-12-04 | -Implemented Proxy Textures (needed to solve the problem with ViewportTexture) | Juan Linietsky | |
-Properly use hierarchy to initialize resources local to scene (solves problem of GUI in 3D) | |||
2017-12-04 | Rich Text Label: fixed deselection issue | Dmitry Koteroff | |
2017-12-04 | Merge pull request #13775 from YeldhamDev/filedialog_icon | Rémi Verschelde | |
Fixed FileDialog's "parent folder" button not having a texture | |||
2017-12-02 | TileMap Fixes | Mariano Suligoy | |
2017-12-02 | Fixed FileDialog's "parent folder" button not having a texture. | Michael Alexsander Silva Dias | |
2017-12-01 | Added get_popup() method to ColorPickerButton. This allows to check if the ↵ | RaXaR | |
picker is open or not using Popup signals. Ammend: Added docs for the method. | |||
2017-12-01 | Fixed crash on duplicate instanced nodes (#13432) | Konstantin Zaitsev | |
2017-12-01 | Merge pull request #13216 from hoelzl/pr-fix-tile-origin-center | Poommetee Ketson | |
Fix displacement for centered tilemaps | |||
2017-12-01 | Add disabled theme to TextEdit. | Michael Alexsander Silva Dias | |
2017-11-30 | Ported 'Exclude Parent' from Raycast2D to Raycast | Marco Masselli | |
2017-11-30 | Fix PathFollow2D motion. | Ferenc Arn | |
Fixes #13361. | |||
2017-11-29 | Merge pull request #13392 from cbscribe/kcc_raycast_fix | Rémi Verschelde | |
Fix RayCast2D 'Exclude Parent' to include Area2D | |||
2017-11-29 | Merge pull request #13379 from ianb96/lastline_scroll_fix | Rémi Verschelde | |
Scroll to Last Line fix | |||
2017-11-28 | Change RayCast2D 'Exclude Parent' to include Area2D | Chris Bradfield | |
2017-11-28 | disable caching for targets using helper functions | Rhody Lugo | |
2017-11-28 | last line scroll fix when scroll_past_last_line is disabled | Ian | |
2017-11-28 | Fixes folding of blank lines | Gilles Roudiere | |
2017-11-28 | use the same cache for all branches for appveyor | Rhody Lugo | |
2017-11-27 | Some improvements to file/dir open/save dialogs: | Dmitry Koteroff | |
1. Removed "..", instead you now will see "Select Current Folder" and "Select this Folder" buttons. 2. Added "go to parent folder" (^) button to Save a File dialog. 3. Tree.cpp: "nothing_selected" signal has been re-made (previous implementation, merged in #13308, wasn't optimal in context of performance) 4. Fixed issue in Project Export dialog: MODE_SAVE_FILE wasn't set when you click "Export". 5. Now you can deselect items by clicking on empty space in Open a Directory dialog. | |||
2017-11-27 | Switch to textureLod for parallax offset, avoids errors on UWP. | Juan Linietsky | |
2017-11-27 | Fix displacement for centered tilemaps | Matthias Hoelzl | |
- Fixes tile and collision placement for tilemaps with `tile_origin` set to `TILE_ORIGIN_CENTER`. - Also fixes a bug in the offset computation for collision shapes with `flip_v` flag set to true if `tile_origin` is `TILE_ORIGIN_BOTTOM_LEFT`. | |||
2017-11-27 | Merge pull request #13308 from Krakean/scenetreedock_additemsdeselect | Rémi Verschelde | |
Scene Tree Dock: added ability to deselect items when clicking on empty space | |||
2017-11-27 | Merge pull request #13318 from Paulb23/adjust_viewport_to_cursor_issue_13190 | Rémi Verschelde | |
Fixes adjust viewport to cursor when line is to long, issue 13190 | |||
2017-11-27 | Merge pull request #13252 from Krakean/file_dialogs_small_tweaks | Rémi Verschelde | |
A few adjustments to file/dir open dialogs | |||
2017-11-26 | Merge pull request #13245 from Krakean/itemlist_add_some_signals | Rémi Verschelde | |
Added some new API functionality to Item List component | |||
2017-11-26 | Item List small enhancements | Dmitry Koteroff | |
Item list: added new signal - nothing_selected (when mouse clicked on empty space), and two new functions - unselect_all() and is_any_selected() | |||
2017-11-26 | Fixes adjust viewport to cursor when line is to long, issue 13190 | Paulb23 | |
2017-11-26 | Merge pull request #12572 from RandomShaper/onion-skinning | Juan Linietsky | |
Onion skinning | |||
2017-11-26 | initialize bus_index to 0 | Marcin Zawiejski | |
fixes #13305 | |||
2017-11-26 | Scene Tree Dock: added ability to deselect items when clicking on empty space | Dmitry Koteroff | |