aboutsummaryrefslogtreecommitdiff
path: root/editor
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | | Add some options and reorganize the 2D editor menus. Makes available forced s...Gilles Roudiere2017-09-185-94/+379
| * | | | | | Implement smart snapping. Fixes a bug with anchors single-axis move (when the...Gilles Roudiere2017-09-172-109/+189
| * | | | | | Avoid grid step to go below zeroGilles Roudiere2017-09-171-2/+2
| * | | | | | Use shift to move anchors on a single axisGilles Roudiere2017-09-171-26/+42
| * | | | | | Implement shortcuts to multiply/divide the grid stepGilles Roudiere2017-09-172-23/+45
| * | | | | | Fusion the lock/unlock and the group/ungroup buttonsGilles Roudiere2017-09-171-0/+31
| * | | | | | Adds keyboards shortcutsGilles Roudiere2017-09-171-4/+4
| * | | | | | Implements rulersGilles Roudiere2017-09-173-58/+203
| * | | | | | Fixes axis badly displayed with high zooming valuesGilles Roudiere2017-09-171-2/+3
| * | | | | | Split some functions to make the code more readable (maybe at the price of a ...Gilles Roudiere2017-09-172-135/+137
| * | | | | | Make the shortcuts for setting the pivot editableGilles Roudiere2017-09-172-7/+12
| * | | | | | Display draggable anchors only if the parent is not a containerGilles Roudiere2017-09-172-117/+103
| * | | | | | Display width and height when dragging a node sideGilles Roudiere2017-09-171-1/+5
| * | | | | | Draw a ghost rect when dragging nodes if it's rotated/scaledGilles Roudiere2017-09-171-0/+18
| * | | | | | Displays margins values when moving the nodeGilles Roudiere2017-09-172-23/+91
* | | | | | | Fixed Typo: 'Seperate' to 'Separate'Indah Sylvia2017-09-192-10/+10
| |/ / / / / |/| | | | |
* | | | | | Merge pull request #11021 from tuga3d/autocomplete-logic-attempt2Rémi Verschelde2017-09-181-2/+4
|\ \ \ \ \ \
| * | | | | | second take at autocomplete logic, using a TextOperation check.Paulo Gomes2017-09-061-2/+4
* | | | | | | Fixed metrics.Daniel J. Ramirez2017-09-173-26/+44
| |_|/ / / / |/| | | | |
* | | | | | Merge pull request #11220 from toger5/bottom_panel_debugger_tabs_fixRémi Verschelde2017-09-172-1/+10
|\ \ \ \ \ \ | |_|/ / / / |/| | | | |
| * | | | | fixed double border for debugger tab paneltoger52017-09-152-2/+2
| * | | | | made tabs visible in debugger fixes: #11212toger52017-09-131-0/+9
* | | | | | Merge pull request #11251 from toger5/q_e_fix_freelookRémi Verschelde2017-09-171-2/+2
|\ \ \ \ \ \
| * | | | | | swapped up down shortcut for freelook (to fit unreal)toger52017-09-141-2/+2
* | | | | | | Merge pull request #11362 from marcelofg55/fix_x11_exportRémi Verschelde2017-09-172-1/+21
|\ \ \ \ \ \ \
| * | | | | | | Fix x11 exported executables not getting the +x flagMarcelo Fernandez2017-09-172-1/+21
| | |_|_|_|_|/ | |/| | | | |
* | | | | | | Merge pull request #11360 from volzhs/fix-animation-editor-errorRémi Verschelde2017-09-171-4/+3
|\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | |
| * | | | | | Fix set_item_icon error when starting editorvolzhs2017-09-181-4/+3
* | | | | | | Merge pull request #11356 from Paulb23/text_editor_theme_crashRémi Verschelde2017-09-171-1/+2
|\ \ \ \ \ \ \
| * | | | | | | Fixed segfault on loading text editor themePaulb232017-09-171-1/+2
* | | | | | | | Adds missing shortcuts to TileEditor. Keeps fill-tool selected after useJakob Schwab2017-09-172-5/+34
| |/ / / / / / |/| | | | | |
* | | | | | | Merge pull request #11274 from Rubonnek/keep-argument-names-consistentRémi Verschelde2017-09-178-12/+12
|\ \ \ \ \ \ \
| * | | | | | | Renamed function arguments to keep them consistent between declaration and im...Wilson E. Alvarez2017-09-148-12/+12
* | | | | | | | Merge pull request #11196 from poke1024/canvas-old-rectRémi Verschelde2017-09-172-0/+24
|\ \ \ \ \ \ \ \
| * | | | | | | | adds display of old bounding box as suggested by Zephilinox in issue #10936poke10242017-09-142-0/+24
| | |_|_|_|_|_|/ | |/| | | | | |
* | | | | | | | Merge pull request #11075 from ISylvox/fix-main-scene-stateRémi Verschelde2017-09-171-26/+21
|\ \ \ \ \ \ \ \
| * | | | | | | | Fixed Tab Switching of Main Scene State. Closes #11045Indah Sylvia2017-09-141-26/+21
* | | | | | | | | Merge pull request #10998 from MillionOstrich/custom-types-fix-iconsRémi Verschelde2017-09-172-13/+27
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | Fix icons for custom types in the recent & favorites lists in the create dialog.MillionOstrich2017-09-052-13/+27
* | | | | | | | | | Merge pull request #10900 from toger5/theme_tab_borderRémi Verschelde2017-09-172-14/+19
|\ \ \ \ \ \ \ \ \ \ | |_|_|_|_|/ / / / / |/| | | | | | | | |
| * | | | | | | | | Added border for tabs + container.toger52017-09-152-14/+19
| | |_|/ / / / / / | |/| | | | | | |
* | | | | | | | | Merge pull request #11323 from Paulb23/quick_open_not_showing_issue_11277Rémi Verschelde2017-09-171-1/+1
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | Fixed quick open not showing enties with no search text, issue 11277Paulb232017-09-161-1/+1
| | |_|_|_|_|_|_|/ | |/| | | | | | |
* | | | | | | | | Merge pull request #11282 from djrm/pr_script_editor_auto_themePoommetee Ketson2017-09-175-69/+266
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | Added adaptive text editor theme, this includes the shader editorDaniel J. Ramirez2017-09-155-69/+266
| | |/ / / / / / / | |/| | | | | | |
* | | | | | | | | Merge pull request #11287 from sersoong/masterPoommetee Ketson2017-09-171-4/+4
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | fix editor/property_editor.cpp missing TTRsersoong2017-09-151-4/+4
* | | | | | | | | | Merge pull request #11338 from marcelofg55/clang_compilefixPoommetee Ketson2017-09-171-4/+4
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | Compile fix for clang error on spatial_editor_plugin.cppMarcelo Fernandez2017-09-161-4/+4
* | | | | | | | | | | Add missing icons in animation tree editorGuilherme Felipe2017-09-161-3/+3
|/ / / / / / / / / /