aboutsummaryrefslogtreecommitdiff
path: root/scene/gui/control.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* Dead code tells no talesRémi Verschelde2017-08-271-1/+1
* Use HTTPS URL for Godot's website in the headersRémi Verschelde2017-08-271-1/+1
* Changed anchor constants to enum, removed ANCHOR_CENTER, fixes #9889Juan Linietsky2017-08-151-3/+6
* Avoids inverted anchorsGilles Roudiere2017-08-131-2/+2
* Adds a function to set Anchors with a layout presetGilles Roudiere2017-08-131-0/+21
* Replace GUI anchor type by a float between 0 and 1Gilles Roudiere2017-08-131-13/+10
* More fill modes for containers, closes #9504Juan Linietsky2017-07-061-1/+3
* Ability to set rotation and scaling pivot for controls.Juan Linietsky2017-07-061-0/+6
* -Ability for controls to grow the left/top when anchored. This makes anchorin...Juan Linietsky2017-07-061-0/+14
* Rename [gs]et_pos to [gs]et_position for ControlsSergey Pusnei2017-04-101-4/+4
* Add "Godot Engine contributors" copyright lineRémi Verschelde2017-04-081-0/+1
* A Whole New World (clang-format edition)Rémi Verschelde2017-03-051-107/+91
* Type renames:Juan Linietsky2017-01-111-2/+2
* -All types have editable script now in propertiesJuan Linietsky2017-01-091-0/+4
* -removed stop mouse and ignore mouse from control, which were confusing, repl...Juan Linietsky2017-01-081-7/+10
* Removed ratio anchoring (will have to fix multiple 3D views later..)Juan Linietsky2017-01-081-1/+0
* Swapped expand and fill flag bits, so scenes don't save this property by defaultJuan Linietsky2017-01-081-2/+2
* renamed _input_event for GUI events to _gui_input, so it's more differentiate...Juan Linietsky2017-01-081-1/+1
* ObjectTypeDB was renamed to ClassDB. Types are meant to be more generic to Va...Juan Linietsky2017-01-021-1/+1
* Welcome in 2017, dear changelog reader!Rémi Verschelde2017-01-011-1/+1
* Add argument options for the theme override functions in ControlJuan Linietsky2016-09-111-0/+2
* More visual script improvementsJuan Linietsky2016-08-301-0/+5
* More visual script workJuan Linietsky2016-08-251-0/+6
* VisualScript can now execute visual scripts, but there is no debugger or prof...Juan Linietsky2016-08-051-0/+4
* properly fixed notificaitons for theme changed, closes #5774Juan Linietsky2016-07-181-1/+3
* Add a small workaround to avoid modal tabs to be closed if they are spawned i...Juan Linietsky2016-06-271-0/+2
* Keep track of when fonts change, so theme or controls that use fonts as overr...Juan Linietsky2016-06-171-0/+7
* propagate theme changes properly even through 2D nodes, fixes #4754Juan Linietsky2016-06-131-1/+1
* Merge pull request #4977 from SaracenOne/scripting_exposeJuan Linietsky2016-06-061-0/+7
|\
| * Expose control theme element and override detection methods to scripting side.Saracen2016-06-041-0/+7
* | -customizable shortcuts in editorJuan Linietsky2016-06-041-1/+1
|/
* Rotation APIs: Better exposure for degrees methodsRémi Verschelde2016-05-061-2/+5
* Add ability to send drag events to another objectJuan Linietsky2016-05-031-0/+2
* Add option to keep margins when changing anchors, closes #3979Bojidar Marinov2016-03-091-1/+3
* remove trailing whitespaceHubert Jarosz2016-03-091-30/+30
* -Take in consideration canvas layers for GUI inputJuan Linietsky2016-01-241-1/+6
* -Some fixes to drag and drop and canvas offset for GUI that were introduced a...Juan Linietsky2016-01-191-0/+2
* Merge pull request #2854 from MarianoGnu/color_pickerRémi Verschelde2016-01-181-1/+5
|\
| * Move shaders to default theme and add shader_override related methods to Cont...MarianoGNU2016-01-151-1/+5
* | -Moved all the "root" input handling for GUI from individual Controls to View...Juan Linietsky2016-01-161-50/+8
|/
* Merge pull request #3191 from neikeq/filedialog_hotkeysRémi Verschelde2016-01-071-0/+2
|\
| * FileDialog: keyboard shortcut to toggle "show hidden files"Ignacio Etcheverry2016-01-021-0/+2
* | Update copyright to 2016 in headersGeorge Marques2016-01-011-1/+1
|/
* added rotation and scale support to gui controlsJuan Linietsky2015-12-121-2/+14
* misc cleanupJuan Linietsky2015-10-171-0/+2
* Updated copyright year in all headersJuan Linietsky2015-04-181-1/+1
* fixes to mouse warpJuan Linietsky2015-02-141-1/+1
* Small FixesJuan Linietsky2014-09-171-1/+1
* -Fixed viewport stretch bugsJuan Linietsky2014-04-181-1/+0
* Add anchor options "Center"sanikoyes2014-03-311-1/+2