summaryrefslogtreecommitdiff
path: root/editor
AgeCommit message (Collapse)Author
2017-09-19Fixed Typo: 'Seperate' to 'Separate'Indah Sylvia
2017-09-18Merge pull request #11021 from tuga3d/autocomplete-logic-attempt2Rémi Verschelde
autocomplete logic attempt 2, fixes #10695
2017-09-17Fixed metrics.Daniel J. Ramirez
2017-09-17Merge pull request #11220 from toger5/bottom_panel_debugger_tabs_fixRémi Verschelde
made tabs visible in debugger fixes: #11212
2017-09-17Merge pull request #11251 from toger5/q_e_fix_freelookRémi Verschelde
swapped up down shortcut for freelook (to fit unreal)
2017-09-17Merge pull request #11362 from marcelofg55/fix_x11_exportRémi Verschelde
Fix x11 exported executables not getting the +x flag
2017-09-17Merge pull request #11360 from volzhs/fix-animation-editor-errorRémi Verschelde
Fix set_item_icon error when starting editor
2017-09-17Fix x11 exported executables not getting the +x flagMarcelo Fernandez
2017-09-17Merge pull request #11356 from Paulb23/text_editor_theme_crashRémi Verschelde
Fixed segfault on loading text editor theme [ci skip]
2017-09-18Fix set_item_icon error when starting editorvolzhs
2017-09-17Fixed segfault on loading text editor themePaulb23
2017-09-17Adds missing shortcuts to TileEditor. Keeps fill-tool selected after useJakob Schwab
The following keyboard shortcuts are now available: -Bucket fill (G) -Paint Tile (P) -Transpose Tile (T) Fixes #10918
2017-09-17Merge pull request #11274 from Rubonnek/keep-argument-names-consistentRémi Verschelde
Renamed function arguments to keep them consistent between declaration and implementation
2017-09-17Merge pull request #11196 from poke1024/canvas-old-rectRémi Verschelde
Adds display of old bounding box as suggested by Zephilinox in issue …
2017-09-17Merge pull request #11075 from ISylvox/fix-main-scene-stateRémi Verschelde
Fixes Tab Switching of Main Scene State. Closes #11045
2017-09-17Merge pull request #10998 from MillionOstrich/custom-types-fix-iconsRémi Verschelde
Fix icons for custom types in the recent & favorites lists in the create dialog
2017-09-17Merge pull request #10900 from toger5/theme_tab_borderRémi Verschelde
Added border for tabs + container.
2017-09-17Merge pull request #11323 from Paulb23/quick_open_not_showing_issue_11277Rémi Verschelde
Fixed quick open not showing entries with no search text, issue 11277
2017-09-17Merge pull request #11282 from djrm/pr_script_editor_auto_themePoommetee Ketson
Added adaptive text editor theme
2017-09-17Merge pull request #11287 from sersoong/masterPoommetee Ketson
fix editor/property_editor.cpp missing TTR
2017-09-17Merge pull request #11338 from marcelofg55/clang_compilefixPoommetee Ketson
Compile fix for clang error on spatial_editor_plugin.cpp
2017-09-16Add missing icons in animation tree editorGuilherme Felipe
2017-09-16Compile fix for clang error on spatial_editor_plugin.cppMarcelo Fernandez
2017-09-16Merge pull request #11265 from hoelzl/fix-python3-buildRémi Verschelde
Fix errors in Python 3 build [ci skip]
2017-09-16Apply clang-format again to recent changesRémi Verschelde
Also add missing copyright headers. [ci skip]
2017-09-16Merge pull request #11283 from volzhs/fix-icon_map-errorRémi Verschelde
Fix !icon_map.has(p_type) error
2017-09-16forgot to set proper default values for new camera interpolationJuan Linietsky
2017-09-16Fixed to InputDefault, button mask was wrong. Fixes to editor camera ↵Juan Linietsky
interpolation.
2017-09-16Fixed quick open not showing enties with no search text, issue 11277Paulb23
2017-09-16Merge pull request #11319 from neikeq/docdata-enum-proxyIgnacio Etcheverry
DocData: Fix enums for proxy classes
2017-09-16DocData: Fix enums for proxy classesIgnacio Etcheverry
2017-09-16Fix errors in Python 3 buildMatthias Hoelzl
2017-09-15Added adaptive text editor theme, this includes the shader editorDaniel J. Ramirez
2017-09-15Added type on export file callback, and initial export function.Juan Linietsky
2017-09-15Merge pull request #11230 from maxim-sheronov/fix_enum_bindingsThomas Herzog
Fix enums bindings
2017-09-15fix editor/property_editor.cpp missing TTRsersoong
2017-09-15Fix !icon_map.has(p_type) errorvolzhs
"ResizedFolder" "ResizedFile" icons are removed from 15904d6
2017-09-15Added border for tabs + container.toger5
- moved tabConetent position to be more reasonable. - fixed drawing order to allow those kind of styles.
2017-09-14Re-Added export plugins with a more interesting API, as well as the ability ↵Juan Linietsky
to do path remapping. Also added ability to tell the exporter that a shared object needs to be bundled in the build.
2017-09-15fixed double border for debugger tab paneltoger5
2017-09-14Renamed function arguments to keep them consistent between declaration and ↵Wilson E. Alvarez
implementation
2017-09-14adds display of old bounding box as suggested by Zephilinox in issue #10936poke1024
2017-09-14Fixed typo in editor_node.cpp: 'my' to 'may'Indah Sylvia
2017-09-14Warn the user that changes to resources will be lost when editing imported ↵Juan Linietsky
or instanced resources from scenes.
2017-09-14Merge pull request #11253 from djrm/pr_better_docsRémi Verschelde
Improved editor docs
2017-09-14Merge pull request #11246 from djrm/pr_better_script_temperatureHein-Pieter van Braam
More consistent script color temperatures.
2017-09-14Merge pull request #11031 from nabor/rename-dialogHein-Pieter van Braam
Added support to rename projects on manager
2017-09-14Merge pull request #11195 from poke1024/fix10936Rémi Verschelde
Sprite selection rectangle updates again (fixes #10936)
2017-09-14Several fixed to editor doc.Daniel J. Ramirez
Improved style Fixed editor help issues Added editor help index
2017-09-14Changed source font to Mononoki.Daniel J. Ramirez