summaryrefslogtreecommitdiff
path: root/scene/gui
AgeCommit message (Collapse)Author
2017-07-11Merge pull request #9366 from GodotExplorer/pr-ime-position-flow-cursorRémi Verschelde
IME window follow the input cursor.
2017-07-11[#7212] Fixed missing 'Variant' return values in documentation.ducdetronquito
2017-07-11IME window follow the input cursor.geequlim
Abstruct set_ime_position to OS class. Update ime position for LineEdit and TextEdit.
2017-07-11Merge pull request #9510 from kubecz3k/tab-repositionThomas Herzog
ability to reposition scene tabs with drag & drop
2017-07-11Merge pull request #9586 from Noshyaar/sliderThomas Herzog
Slider: add set/is_editable
2017-07-11Merge pull request #9521 from AlexHolly/control-posi-to-posrThomas Herzog
removed floor so that global pos works with scale in control
2017-07-11Slider: add set/is_editablePoommetee Ketson
2017-07-10ability to reposition scene tabs with drag & dropJakub Grzesik
2017-07-08Merge pull request #9489 from ↵Rémi Verschelde
TwistedTwigleg/Additional_functions_for_Label_and_RichTextLabel Added additional functions to RichTextLabel
2017-07-08removed floor so that global pos works with scalealexholly
2017-07-08Added additional functions to RichTextLabel:TwistedTwigleg
* Added set_text function to RichTextLabel * Added percent_visible attributes and functions to RichTextLabel This should make switching from Label to RichTextLabel easier.
2017-07-06More fill modes for containers, closes #9504Juan Linietsky
2017-07-06Ability to set rotation and scaling pivot for controls.Juan Linietsky
2017-07-06-Ability for controls to grow the left/top when anchored. This makes ↵Juan Linietsky
anchoring controls to the right/bottom easier when they are resized.
2017-07-04ItemList: expose methods, in-editor items editing supportPoommetee Ketson
2017-06-30-Many fixes to VisualScript, fixed property names, etc.Juan Linietsky
-Added ability to set/get a field in GetSet, as well as assignment ops -Added a Select node -Fixed update bugs related to variable list and exported properties, closes #9458
2017-06-28Reworked translation systemJuan Linietsky
-Label and Button reload translation on the fly -Resources are loaded and reload depending on locale
2017-06-25tree fix drawing order for header +toger5
- the collapse arrow gets drawn after the background so its not hidden underneath anymore - custom_bg_color no offset anymore
2017-06-25-Added folding to property editor, persistent on objects it editsJuan Linietsky
-Some changes to tree to support this properly
2017-06-25BuildSystem: generated files have .gen.extensionPoommetee Ketson
2017-06-24Merge pull request #9249 from Noshyaar/pr-colorpickRémi Verschelde
ColorPicker: fix DPI, hue & color update issues
2017-06-24Add statements for script types of RichTextLabelgeequlim
2017-06-22Fix shortcuts, make them visible again and work.Juan Linietsky
2017-06-21-Moved NinePatch to shader, saves a ton of draw calls rendering UIJuan Linietsky
-Implemented missing stretch modes, now tile and tile fit work
2017-06-20Merge pull request #8407 from Jylhis/popup_item_select_hideThomas Herzog
Update PopupMenu hiding
2017-06-20ColorPicker: fix DPI, hue & color update issuesPoommetee Ketson
2017-06-19Fix ColorPicker's screen pick functionalityMariano Suligoy
2017-06-16-Fix freezes caused by etccomp2, closes #9183Juan Linietsky
-Normalmaps are now detected and imported as RGTC, both in S3TC and ETC2, this improves their quality.
2017-06-16Merge pull request #9196 from volzhs/scene-tabRémi Verschelde
Enhance scene tabs
2017-06-16Enhance scene tabsvolzhs
- show scene thumbnail on hover - resize if has many tabs - show full scene file name with current edited scene - can be customized EditorSettings > Interface > Scene Tab - close scene with mouse middle button
2017-06-15Color Picker Fixed Appearanceremorse107
Corrected bug with color picker hue section and with the wrong color array being sent to the 256x256 palette selector. Color Picker Fixed Appearance and clang Format
2017-06-14get rid of button arrayJuan Linietsky
2017-06-14renamed occurances of ColorRamp with GradientKarroffel
ColorRamp got renamed to Gradient recently, reduz missed some occurances though.
2017-06-12Properly adjust the visible editor rect and make limits respected, closes #8328Juan Linietsky
2017-06-10Restired multithread support in OSX and Windows, should stop the crashes.Juan Linietsky
2017-06-08Merge pull request #9051 from toger5/fixedScriptEditorListSeperationRémi Verschelde
fixed spacing for script editor script list
2017-06-07fixed overlapping of temp. colors (script editor)toger5
+ added a little bit more spacing to the scripts in the script list. the temp colors now expand to the vseperation, instead of having the same size than the stylebox
2017-06-07Revert "Fix text warp in color blocks with CJK"Rémi Verschelde
This reverts commit cd778e00dc5362d00d4760c79fc301951f6f9b75. That commit introduced regressions for non-CJK languages are discussed in #8952. Fixes #9078.
2017-06-06GraphNode: Remove debug print.Andreas Haas
2017-06-05Fix build errorPoommetee Ketson
2017-06-05Merge pull request #9038 from AlexHolly/rect2-rename-posRémi Verschelde
renamed all Rect2.pos to Rect2.position
2017-06-04Removed stupid right arrow to edit resource. Now simply click it..Juan Linietsky
2017-06-04renamed all Rect2.pos to Rect2.positionalexholly
2017-06-03InputEvent: Renamed "pos" property to "position"Andreas Haas
Make the naming consistent with other classes.
2017-05-28-Added .hdr format supportJuan Linietsky
-Added default environment editor setting -Added environment created by default in new projects -Removed default light and ambient from spatial editor, to make the editor more PBR compliant
2017-05-28Fixing typo for rect_position in _change_notify call for ControlKristupas Stumbrys
2017-05-27Fix text warp in color blocks with CJKGeequlim
(cherry picked from commit cd778e00dc5362d00d4760c79fc301951f6f9b75)
2017-05-27Fix item list scroll speed.Sean Bohan
Remove the extra `set_val` action after the proper one, so the right scroll value won’t get overrided any more. (cherry picked from commit 064dce7a4c4bdca13b5358ccc9f9829f0e1068fb)
2017-05-23-Fix the "set_val" call deferred, it was the only one.. closes #8742Juan Linietsky
-Removed redundant bind in input_event
2017-05-22Merge pull request #8862 from volzhs/editor-theme-marginRémi Verschelde
Fit grid with label and component of editor