summaryrefslogtreecommitdiff
path: root/editor
AgeCommit message (Collapse)Author
2017-09-21Correct spelling SEPERATE -> SEPARATE to fix buildLeon Krause
2017-09-20Fix import order, so scenes are imported after textures.Juan Linietsky
Also fix bugs when meshes are always generated.
2017-09-20Rename pos to position in user facing methods and variablesletheed
Rename user facing methods and variables as well as the corresponding C++ methods according to the folloming changes: * pos -> position * rot -> rotation * loc -> location C++ variables are left as is.
2017-09-20Merge pull request #11422 from poke1024/fixsourcefontsize2Rémi Verschelde
Better script code font size rescaling on retina displays
2017-09-20Show button name always in main toolbarvolzhs
2017-09-20Merge pull request #11309 from djrm/pr_hack_fontRémi Verschelde
Changed Mononoki font to Hack font
2017-09-19Merge pull request #11256 from djrm/pr_visual_improvementsRémi Verschelde
Visual improvements and new look for VS
2017-09-19Merge pull request #11310 from djrm/pr_mono_font_in_logRémi Verschelde
Use code font in editor log
2017-09-19Merge pull request #11327 from SaracenOne/drag_meshesRémi Verschelde
Drag and drop for meshes directly.
2017-09-19Merge pull request #11378 from Faless/ipv6_no_linklocalRémi Verschelde
Do not allow link-local addresses to be used by editor debugger
2017-09-19Merge pull request #11396 from djrm/pr_fix_metricsRémi Verschelde
Fixed a lot of HiDPI metrics.
2017-09-19Merge pull request #10437 from groud/2d_editor_enhancementsRémi Verschelde
Some 2d editor enhancements
2017-09-19better script code font size rescaling on retina displayspoke1024
2017-09-19Fixed Typo: 'Seperate' to 'Separate'Indah Sylvia
2017-09-18Drag and drop for meshes directly and fix drop restriction for non-Texture ↵SaracenOne
objects in canvas editor.
2017-09-18Add some options and reorganize the 2D editor menus. Makes available forced ↵Gilles Roudiere
snapping.
2017-09-18Fixed a lot of HiDPI metrics.Daniel J. Ramirez
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-18Do not allow link-local addresses to be used by editor debuggerFabio Alessandrelli
Default editor debugger address is now 127.0.0.1
2017-09-17Implement smart snapping. Fixes a bug with anchors single-axis move (when ↵Gilles Roudiere
they were rotated).
2017-09-17Avoid grid step to go below zeroGilles Roudiere
2017-09-17Use shift to move anchors on a single axisGilles Roudiere
2017-09-17Implement shortcuts to multiply/divide the grid stepGilles Roudiere
2017-09-17Fusion the lock/unlock and the group/ungroup buttonsGilles Roudiere
2017-09-17Adds keyboards shortcutsGilles Roudiere
2017-09-17Implements rulersGilles Roudiere
2017-09-17Merge pull request #11220 from toger5/bottom_panel_debugger_tabs_fixRémi Verschelde
made tabs visible in debugger fixes: #11212
2017-09-17Fixes axis badly displayed with high zooming valuesGilles Roudiere
2017-09-17Split some functions to make the code more readable (maybe at the price of a ↵Gilles Roudiere
neglibile performance loss)
2017-09-17Make the shortcuts for setting the pivot editableGilles Roudiere
2017-09-17Display draggable anchors only if the parent is not a containerGilles Roudiere
2017-09-17Display width and height when dragging a node sideGilles Roudiere
2017-09-17Draw a ghost rect when dragging nodes if it's rotated/scaledGilles Roudiere
2017-09-17Displays margins values when moving the nodeGilles Roudiere
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-17Changed Mononoki font to Hack fontDaniel J. Ramirez
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