aboutsummaryrefslogtreecommitdiff
path: root/scene/gui/scroll_container.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Welcome in 2017, dear changelog reader!Rémi Verschelde2017-01-121-1/+1
| | | | | | | | | | That year should bring the long-awaited OpenGL ES 3.0 compatible renderer with state-of-the-art rendering techniques tuned to work as low as middle end handheld devices - without compromising with the possibilities given for higher end desktop games of course. Great times ahead for the Godot community and the gamers that will play our games! (cherry picked from commit c7bc44d5ad9aae4902280012f7654e2318cd910e)
* Scroll horizontally with mouse wheel when horizontal enabled onlyvolzhs2017-01-121-6/+14
| | | | (cherry picked from commit 22b76511fb4e26c3f6726bcb710b4df1d028d37d)
* fix ScrollContainer cannot scroll when scroll bar is hiddensanikoyes2016-09-181-2/+2
| | | | (cherry picked from commit b548ef000927ea90306efc0808ec866bd09e4fe9)
* ScrollContainer expand children bug fixPawel Kowal2016-09-181-2/+2
| | | | (cherry picked from commit 853161a0000b54bdb85cb57d2e07020bed16589e)
* Remove unused variables (third pass) + dead codeRémi Verschelde2016-07-071-1/+0
| | | | Fixes various gcc 5.4.0 warnings for -Wunused-variable and -Wunused-but-set-variable
* -Made editor support SSL certs by default (embedded them)Juan Linietsky2016-03-121-1/+37
| | | | | | | | | -Made asset sharing support https -Many fixes to HTTPRequest -Added an asset installer dialog -Visual cleanups to asset sharing tab -Fixed some issues in ScrollContainer, hope it does not break things -Asset sharing tab is not visible (hidden on purpose) for now.
* Update copyright to 2016 in headersGeorge Marques2016-01-011-1/+1
|
* -Fixed a bug in scrollcontainer not respecting expand flagJuan Linietsky2015-10-251-1/+9
| | | | | If you relied on this, make sure the children of your scrollcontainer is set to expand with the expand flag in either vertical or horizontal axis
* Updated copyright year in all headersJuan Linietsky2015-04-181-1/+1
|
* SceneMainLoop -> SceneTreeJuan Linietsky2014-11-051-1/+1
| | | | | | | | | | | | -=-=-=-=-=-=-=-=-=-=-=-=-=- *YOUR SOURCE MIGHT NOT WORK* For mor information on fix: https://github.com/okamstudio/godot/wiki/devel_scene_tree Other stuff: -Shower of bullets demo -Fixes all around
* Import 3D Scene ImprovementsJuan Linietsky2014-06-191-1/+1
| | | | | | | | | | | | | | | | | | -=-=-=-=-=-=-=-=-=-=-=-=-=-=- -If re-importing from the "dependency changed" dialog, edited scene will keep the local changes. -Imported scene will keep track of changes in the source asset -Geometry changes in source geometry or nodes with a different transform will be updated. -Materials will be kept if changed locally. -New nodes added will be kept -If nodes were reparented or renamed, they will still keep track -Deleted notes will be restored, use the -noimp option to avoid this. -In general, you can trust that if you do local modifications to the imported scene, they will not be erased after re-import. -Erasing your changes is done by re-importing from the "Re-Import" menu, re-opening the "Import 3D Scene" dialog. This wil re-import fresh. Overall, This should allow you to work on a scene and see changes made to 3D assets in real-time. So Please test!!
* GODOT IS OPEN SOURCEJuan Linietsky2014-02-091-0/+427