summaryrefslogtreecommitdiff
path: root/scene/gui
AgeCommit message (Expand)Author
2017-01-14removed duplicated functions in class hierarchy that were bound more than onceJuan Linietsky
2017-01-14Style: Fix whole-line commented codeRémi Verschelde
2017-01-14Finish renaming *Frame GUI classes to *RectRémi Verschelde
2017-01-13Renamed button functions to be more verboes, same with Range unit value -> ratioJuan Linietsky
2017-01-13Created new Engine singleton, and moved engine related OS functions to it.Juan Linietsky
2017-01-13New API for visibility in both CanvasItem and SpatialJuan Linietsky
2017-01-12some class renamesJuan Linietsky
2017-01-12Added a list of signals to rename, this should become a header eventuallyJuan Linietsky
2017-01-12Renamed most signals so they refer to:Juan Linietsky
2017-01-11Proper inheritance checking when requesting theem resourcesJuan Linietsky
2017-01-11Type renames:Juan Linietsky
2017-01-10- _ready() callback only happens once now, if you want to receive it again, u...Juan Linietsky
2017-01-10Removed the set_child_rect() in AcceptDialog. AcceptDialog now works as a con...Juan Linietsky
2017-01-10Groundbreaking!! Godot resources can now be flagged to be local to the scene ...Juan Linietsky
2017-01-09-Translation text will change automatically for in-game buttons, labels, poup...Juan Linietsky
2017-01-09-All types have editable script now in propertiesJuan Linietsky
2017-01-08Variant INT and REAL are now 64 bits (other types remain at 32)Juan Linietsky
2017-01-08-removed stop mouse and ignore mouse from control, which were confusing, repl...Juan Linietsky
2017-01-08Removed ratio anchoring (will have to fix multiple 3D views later..)Juan Linietsky
2017-01-08Swapped expand and fill flag bits, so scenes don't save this property by defaultJuan Linietsky
2017-01-08PopupMenu now emits both index_pressed and id_pressed instead of item_pressed...Juan Linietsky
2017-01-08Removed the "released" signal from button, it's pointless now that button_dow...Juan Linietsky
2017-01-08renamed joystick to joypad everywhere around source code!Juan Linietsky
2017-01-08renamed _input_event for GUI events to _gui_input, so it's more differentiate...Juan Linietsky
2017-01-08removed unnecesary modulate funtions, which were superseded by self_modulateJuan Linietsky
2017-01-08Fix code completion for new getnode syntaxJuan Linietsky
2017-01-07Memory pool vectors (DVector) have been enormously simplified in code, and re...Juan Linietsky
2017-01-05Editor settings categories are now tidy and beautiful!Juan Linietsky
2017-01-05Merge branch 'master' of https://github.com/godotengine/godotJuan Linietsky
2017-01-05-Changed most project settings in the engine, so they have major and minor ca...Juan Linietsky
2017-01-04Merge pull request #7431 from MarianoGnu/gles3Juan Linietsky
2017-01-04-Conversion of most properties to a simpler syntax, easier to use by scriptJuan Linietsky
2017-01-03Begin modifying properties to make them more friendly to script and doc.Juan Linietsky
2017-01-02ObjectTypeDB was renamed to ClassDB. Types are meant to be more generic to Va...Juan Linietsky
2017-01-02Merge branch 'master' of https://github.com/godotengine/godotJuan Linietsky
2017-01-02Merge remote-tracking branch 'origin/gles3' into gles3-on-masterRémi Verschelde
2017-01-02Merge pull request #7341 from bruno-ortiz/masterRémi Verschelde
2017-01-02Merge pull request #7385 from bojidar-bg/tree-range-drag-lockRémi Verschelde
2017-01-02Making deselect work for TreeItem when select_mode is SELECT_SINGLE and item_...Bruno Ortiz
2017-01-02Merge pull request #7382 from volzhs/fix-visibilityRémi Verschelde
2017-01-02Merge pull request #7376 from volzhs/scroll-horizontalRémi Verschelde
2017-01-02Merge pull request #7372 from chanon/masterRémi Verschelde
2017-01-01Welcome in 2017, dear changelog reader!Rémi Verschelde
2016-12-28Fix #7098 by not accepting right clicks while dragging the rangeBojidar Marinov
2016-12-28Show visual notice for visibility on Scene Dockvolzhs
2016-12-27Scroll horizontally with mouse wheel when horizontal enabled onlyvolzhs
2016-12-26fix ColorPicker not correctly updating after pasting hex html colorchanon
2016-12-23Merge pull request #7349 from volzhs/fix-richtextlabelRémi Verschelde
2016-12-23Merge pull request #7330 from darkfoxprime/#7326-fix-whole-word-searchRémi Verschelde
2016-12-23PopupMenu upgrade: Hide on item selection (#7306)Ivan P. Skodje