summaryrefslogtreecommitdiff
path: root/scene/gui
AgeCommit message (Collapse)Author
2015-10-17Merge pull request #2362 from AlexHolly/update-scene-tab-fixJuan Linietsky
[UI-FIX] - Update scene tabs on save
2015-10-17Merge pull request #2380 from StraToN/tabs-buttonsJuan Linietsky
Tab close button + display policies + application on Scenes Tabs
2015-10-17Merge pull request #2455 from firefly2442/hide-menu-fixJuan Linietsky
[UI fix] Hide opened menu when click on menu button
2015-10-17Merge pull request #2481 from firefly2442/cppcheck-arrayindexthencheckJuan Linietsky
ran cppcheck, fixed cases where array index is used before limits check
2015-10-13Merge branch 'master' of https://github.com/okamstudio/godotJuan Linietsky
Conflicts: platform/windows/detect.py
2015-10-13ability to change audio track in theora videoJuan Linietsky
2015-10-12ran cppcheck, fixed cases where array index is used before limits checkfirefly2442
2015-09-26Fixed theora playback. Removed theoraplayer.Juan Linietsky
Still need to get proper audio output latency in some platforms.
2015-09-26Merge pull request #2458 from TheHX/text_edit_hscrollJuan Linietsky
Fix HScrollBar of TextEdit
2015-09-26Fix BaseButtons remaining pressed when hiding them while pressing them downeska
2015-09-25Merge pull request #2449 from leezh/label-valign-fixJuan Linietsky
reworked Label class
2015-09-25Merge pull request #2502 from vnen/fix-itemlist-typoJuan Linietsky
Fix ItemList typo in binding
2015-09-24added alignment to BoxContainerZher Huei Lee
Allows aligning contents of VBoxContainer and HBoxcontainer without having to insert expanding spacers.
2015-09-21Fix typo in ItemList bindingsGeorge Marques
2015-09-09Fix HScrollBar of TextEdit, closes #2355Franklin Sobrinho
2015-09-08hide opened menu when click on menu buttonfirefly2442
2015-09-08fix minsize-related issues with LabelZher Huei Lee
- fixed end of string adding to Label minsize - exposed set_clip_text() and is_clipping_text() to the script side - text would now never stick outside its boundaries - label min-height is now restricted by max_lines_visible
2015-09-07added get_visible_characters() to LabelZher Huei Lee
2015-09-07reworked Label classZher Huei Lee
- no longer inherits Range - instead, more sensible function names controlling lines visible - more accurate vertical alignment - percent_visible preserved even after setting new text
2015-09-01-removed resources dock, good bye old friendJuan Linietsky
2015-08-30-fix compile issue (pow)Juan Linietsky
-ask user for track to call nodes when adding call track
2015-08-29-multi-selection (shift-click) working in scene treeJuan Linietsky
2015-08-29-fixes to capture modeJuan Linietsky
-ability to drag spinboxes and tree ranges to change values, like in Unity or Unreal
2015-08-24Added new NinePatch control (could be done before with Panel and Stylebox ↵Juan Linietsky
but this is easier) Will you be brave enough to try it? :)
2015-08-23**WARNING BEFORE PULLING**Juan Linietsky
This push changes the binary and XML formats and bumps the major version to 2.0. As such, files saved in this version WILL NO LONGER WORK IN PREVIOUS VERSIONS. This compatibility breakage with older versions was required in order to properly provide project refactoring tools. If I were you, unless you are brave, I would wait a week or two before pulling, in case of bugs :) Summary of Changes -New Filesystem dock, with filesystem & tree view modes. -New refactoring tools, to change or fix dependencies. -Quick search dialog, to quickly search any file
2015-08-18Added close button to tab. Added 4 display policies for this close button ↵Julian Murgia - StraToN
(show always, show never, show active tab only, show hover). Set the scene tabs in editor to follow the hover policy.
2015-08-12close all parent PopupMenus fixAlexander Holland
2015-07-26QOL, script buttons in scene tabsJuan Linietsky
2015-07-24-added icons for root node types on tabsJuan Linietsky
2015-06-29Several performance improvements, mainly in loading and instancing scenes ↵Juan Linietsky
and resources. A general speedup should be apparent, with even more peformance increase when compiling optimized. WARNING: Tested and it seems to work, but if something breaks, please report.
2015-06-27more code completion improvementsJuan Linietsky
-calltip dissapears with more types of keypresses or when pressing ')' -properly looks into autoloaded scripts or nodes with another script for script functions/variables/etc.
2015-06-26improved get_node(), connect(), etc code completion.Juan Linietsky
-properly completes text arguments -includes the "/root" autoloads
2015-06-23Merge pull request #1907 from tommy3/show-hidden-filesJuan Linietsky
set initial flag 'show_hidden_files' for file dialogs in project manager initialization
2015-06-23Merge pull request #2068 from Krzycho666/color_rampJuan Linietsky
ColorRamp new features
2015-06-22Multiple scene editing *POTENTIALLY UNSTABLE*Juan Linietsky
-ability to edit multiple scenes at the same time -resource internal IDs are now persistent, this makes multiple scene editing possible but maaaaay result in file corruption bugs (tested and could not find anything but possibility exists because core code changed, report immediately if you find this). -properly save settings, layout, etc when edited -script editing is independent from scene editing now -show a yellow box when a script belongs to the scene
2015-06-14missing changesJuan Linietsky
2015-06-13some editor window changesJuan Linietsky
-ability to make dock position configurable, and it gets saved -editor starts maximized default
2015-06-11founded and fixed a bug that freezed godot when deleting while grabbing ↵krzycho
color in ColorRamp
2015-06-11ColorRamp new features:krzycho
- hold alt and left-click to duplicate color - hold shift while grabbing color node to snap selected one to the nearest one if close enough
2015-06-08draw button focus before text and iconJuan Linietsky
closes #2047
2015-06-08grid container supports separate h and v spacingJuan Linietsky
closes #2049
2015-06-07Merge pull request #2007 from Krzycho666/masterJuan Linietsky
Fixed ui_accept problem
2015-06-07Merge pull request #1973 from Biliogadafr/ColorRampJuan Linietsky
Replace color phases with color ramp for Particles2D. (need some review/guidance)
2015-06-06-fixed many memory initialization issuesJuan Linietsky
-fixed deadlock on previews thread -fixed compilation errors on unix
2015-06-06Merge remote-tracking branch 'origin/master'Juan Linietsky
Conflicts: tools/editor/io_plugins/editor_texture_import_plugin.cpp
2015-06-06new file dialog!Juan Linietsky
-ItemList control for easier lists/thumbnails -New file dialog, with support for thumbnails, favorites, recent places, etc -Moved .fscache out of the project, no more bugs due to committed/pulled .fscache! -Dir dialog now sorts directories
2015-06-01-fixes to navigation, so edge-merging is more flexible on conflictJuan Linietsky
-add tab support to richtextlabel -some click fixes to audio stream resampled -ability to import largetextures (dialog)
2015-05-29Fixed ui_accept problem. It's possible now to make a custom ui_accept action ↵krzycho
event and pull it.
2015-05-24Replace color phases with color ramp for Particles2D.Biliogadafr
2015-05-19more fixesJuan Linietsky
fix ctrl-a for some cases, mentioned in #1704 fix toggling visibility not updating, fixes #1923