summaryrefslogtreecommitdiff
path: root/scene/gui
AgeCommit message (Expand)Author
2016-06-20Merge pull request #5196 from vnen/similarity-code-completionRémi Verschelde
2016-06-19Text Edit no longer draws caret on focus lossPaulb23
2016-06-19Improve code completion searchGeorge Marques
2016-06-19Fix TextEdit cursor position after undo remove textGeorge Marques
2016-06-19Merge pull request #5271 from neikeq/pr-issue-1004Rémi Verschelde
2016-06-19Merge pull request #5259 from neikeq/pr-textedit-zoomRémi Verschelde
2016-06-19Merge pull request #5234 from Paulb23/fix_error_tab_printRémi Verschelde
2016-06-19Add function to get the color picker dialog from ColorPickerButton, closes #4415Juan Linietsky
2016-06-18LineEdit: Word jumping and OSX hotkeysIgnacio Etcheverry
2016-06-18Drop empty files that are not used anywhereRémi Verschelde
2016-06-18TextEdit: Change font size with Ctrl+Mouse Wheel Up/DownIgnacio Etcheverry
2016-06-18Make ".." always appear even if dir is unlistable (likely lacking permissions...Juan Linietsky
2016-06-18LineEdit: Fix and improve selection behaviourIgnacio Etcheverry
2016-06-18Add missing license headers in our source files (#5255)Rémi Verschelde
2016-06-18Fix Theora video playback without a Vorbis streamBłażej Szczygieł
2016-06-17TabContainer now reports proper minimum size, closes #4896Juan Linietsky
2016-06-17Fix bug in GridContainer not updating minimumsize when columns changes, fixes...Juan Linietsky
2016-06-17Keep track of when fonts change, so theme or controls that use fonts as overr...Juan Linietsky
2016-06-15Fixed error: set_current_tab print on project openPaulb23
2016-06-15Adds the ability to draw parent-children relationship lines in scene tree editorUgisBrekis
2016-06-14does not fix the bug reported in #4326 and #4818,Juan Linietsky
2016-06-14correctly wrap lines longer than width in richtextlabel, fixes #4735Juan Linietsky
2016-06-13fix crash when clearing dynamicfontdata, closes #4877Juan Linietsky
2016-06-13added a function CanvasItem.get_item_and_children_rect() , fixes #4738Juan Linietsky
2016-06-13propagate theme changes properly even through 2D nodes, fixes #4754Juan Linietsky
2016-06-13Merge pull request #5176 from marcelofg55/masterJuan Linietsky
2016-06-12fixed tile map editor plugin, all previews are now the same size, closes #4983Juan Linietsky
2016-06-12Changed how min/max icon size in ItemList works and replaced it by a fixed si...Juan Linietsky
2016-06-12Fixed ancient bug that prevented proper theme editing, closes #4924Juan Linietsky
2016-06-12Fixed overloaded virtual functions with const vs none warningmarcelofg55
2016-06-12rewrote LineEdit window repositioning code so it does not eat the last charac...Juan Linietsky
2016-06-11fix how some display values are shown, fixes #4953Juan Linietsky
2016-06-11make sure tab is not visible in RichTextLabel, closes #5079Juan Linietsky
2016-06-11Made many built-in gdscript functions return more descriptive errors, closes ...Juan Linietsky
2016-06-11Added options to keep scale and keep aspect centered to TextureFrame, closes ...Juan Linietsky
2016-06-11Merge pull request #5161 from neikeq/pr-imp-sc-tooltipJuan Linietsky
2016-06-11BaseButton: Add identifier for shortcut in tooltipIgnacio Etcheverry
2016-06-09Fix last line of label being deleted by line spacingJuan Linietsky
2016-06-09Merge branch 'master' of https://github.com/godotengine/godotJuan Linietsky
2016-06-09Reverted a PR i don't understand how to find but fixes #5097Juan Linietsky
2016-06-09Revert "Fix min size bug of Label"Juan Linietsky
2016-06-08Caret blink no longer updates when hidden, issue 5100Paulb23
2016-06-08Merge pull request #5088 from Paulb23/breakpoint_marker_scalingJuan Linietsky
2016-06-07rtr instead ttrDimOkGamer
2016-06-07Fixed localization in file dialogsDimOkGamer
2016-06-07Improved breakpoint marker position, and scales with font sizePaulb23
2016-06-06Merge pull request #4977 from SaracenOne/scripting_exposeJuan Linietsky
2016-06-06Merge pull request #5026 from Geequlim/patch9frame-extensionJuan Linietsky
2016-06-06Fix error tab index out of size print, issue 4997Paulb23
2016-06-06Fix min size bug of Labelvolzhs