| Commit message (Collapse) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| * | -Code completion for enumerations | Juan Linietsky | 2017-08-24 | 1 | -3/+13 | |
| | | | | | -Disabled GDNative and GDNativeScript so build compiles again | |||||
| * | Merge pull request #10561 from Paulb23/smooth_scroll_input_override | Rémi Verschelde | 2017-08-23 | 1 | -0/+13 | |
| |\ | | | | | Stops scrolling when the user issues another command | |||||
| | * | Stops scrolling when the user issues another command | Paulb23 | 2017-08-22 | 1 | -0/+13 | |
| | | | ||||||
| * | | TextEdit: Copy whole line if not having selection. | Andreas Haas | 2017-08-22 | 1 | -3/+0 | |
| |/ | | | | | The functionality was already there but hidden behind a bogus return statement. Fixes #10485 | |||||
| * | Merge pull request #10340 from Rubonnek/remove-unnecessary-assignments | Rémi Verschelde | 2017-08-22 | 1 | -3/+1 | |
| |\ | | | | | Removed unnecessary assignments | |||||
| | * | Removed unnecessary assignments | Wilson E. Alvarez | 2017-08-21 | 1 | -3/+1 | |
| | | | ||||||
| * | | Merge pull request #10351 from neikeq/enums-are-for-the-weak | Juan Linietsky | 2017-08-21 | 1 | -10/+10 | |
| |\ \ | | | | | | | ClassDB: Provide the enum name of integer constants | |||||
| | * | | ClassDB: Provide the enum name of integer constants | Ignacio Etcheverry | 2017-08-20 | 1 | -10/+10 | |
| | |/ | ||||||
| * | | Merge pull request #10427 from Hinsbart/fix_padding | Rémi Verschelde | 2017-08-22 | 1 | -1/+1 | |
| |\ \ | | | | | | | TextEdit: Fix line padding triggering too early. | |||||
| | * | | TextEdit: Fix line padding. | Andreas Haas | 2017-08-18 | 1 | -1/+1 | |
| | | | | | | | | | | | | | | | | | | | off-by-one error in the line count calculation. Fixes #10411 | |||||
| * | | | Increased smooth scroll speed and added user setting | Paulb23 | 2017-08-21 | 1 | -1/+13 | |
| | |/ |/| | ||||||
| * | | Fixed not being able to scroll to eof | Paulb23 | 2017-08-20 | 1 | -3/+3 | |
| | | | ||||||
| * | | Added smooth scrolling to TextEdit | Paulb23 | 2017-08-19 | 1 | -5/+82 | |
| | | | ||||||
| * | | Merge pull request #10439 from Paulb23/blinking_text_issue_10432 | Rémi Verschelde | 2017-08-19 | 1 | -0/+2 | |
| |\ \ | |/ |/| | Fixed blinking text, issue 10432 | |||||
| | * | Fixed blinking text, issue 10432 | Paulb23 | 2017-08-19 | 1 | -0/+2 | |
| | | | ||||||
| * | | TextEdit: Moving between words now works across lines. | Andreas Haas | 2017-08-18 | 1 | -0/+14 | |
| | | | | | | | | | Fixes #10403 | |||||
| * | | Synchronize parameter names in definition and declaration | TwistedTwigleg | 2017-08-16 | 1 | -3/+3 | |
| | | | | | | | | | Fixes #10244. | |||||
| * | | Merge pull request #10142 from bruvzg/3.0-osx-ime | Rémi Verschelde | 2017-08-11 | 1 | -16/+83 | |
| |\ \ | | | | | | | Add IME support (macOS) | |||||
| | * | | Implement NSTextInputClient protocol for IME | bruvzg | 2017-08-09 | 1 | -16/+83 | |
| | |/ | ||||||
| * | | Fixes method definitions with extra number of arguments | Ignacio Etcheverry | 2017-08-10 | 1 | -1/+1 | |
| | | | ||||||
| * | | Removes type information from method binds | Ignacio Etcheverry | 2017-08-10 | 1 | -1/+1 | |
| |/ | ||||||
| * | Rename KEY_RETURN to KEY_ENTER and KEY_ENTER to KEY_KP_ENTER | Bojidar Marinov | 2017-08-06 | 1 | -3/+3 | |
| | | | | | Closes #7695 | |||||
| * | ScriptEditor: ctrl+click can open scenes/resources. | Andreas Haas | 2017-08-02 | 1 | -0/+17 | |
| | | | | | Closes #9654 | |||||
| * | made delete next and prev consistent to other editors,issue 6546 | Paulb23 | 2017-08-01 | 1 | -52/+52 | |
| | | ||||||
| * | Add object type hint for docs | Poommetee Ketson | 2017-07-23 | 1 | -2/+2 | |
| | | ||||||
| * | -Renamed GlobalConfig to ProjectSettings, makes more sense. | Juan Linietsky | 2017-07-19 | 1 | -1/+1 | |
| | | | | | -Added system for feature overrides, it's pretty cool :) | |||||
| * | IME window follow the input cursor. | geequlim | 2017-07-11 | 1 | -0/+9 | |
| | | | | | | Abstruct set_ime_position to OS class. Update ime position for LineEdit and TextEdit. | |||||
| * | renamed all Rect2.pos to Rect2.position | alexholly | 2017-06-04 | 1 | -11/+11 | |
| | | ||||||
| * | InputEvent: Renamed "pos" property to "position" | Andreas Haas | 2017-06-03 | 1 | -6/+6 | |
| | | | | | Make the naming consistent with other classes. | |||||
| * | Removal of InputEvent as built-in Variant type.. | Juan Linietsky | 2017-05-20 | 1 | -909/+904 | |
| | | | | | this might cause bugs I haven't found yet.. | |||||
| * | Implemented scrolling factor for smooth trackpad scrolling | toger5 | 2017-05-07 | 1 | -6/+12 | |
| | | | | | | Working platforms platform: OSX, Windows. Support for almost all ui elements, including project list. | |||||
| * | Merge pull request #8417 from neikeq/hello-there | Rémi Verschelde | 2017-04-20 | 1 | -2/+2 | |
| |\ | | | | | External editor improvements and fixes | |||||
| | * | External editor improvements and fixes | Ignacio Etcheverry | 2017-04-17 | 1 | -2/+2 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Notable changes: - Now ScriptLanguages have the option to override the global external editor setting. If `ScriptLanguage::open_in_external_editor()` returns `ERR_UNAVAILABLE` (which it does by default), then the global external editor option will be used. - Added formatting to the external editor execution arguments. Now it's possible to write something like this: `{project} -g {file}:{line}:{col}`. - `VisualScript::get_member_line()` now can return the line of functions (well, it returns the id of the _Function_ node of the function). I guess there is nothing else we can get a "line" from. Fixes: - Fixes a bug where `ScriptEditor::script_goto_method()` would not work if the script is not already open in the built-in editor. - Fixes wrong DEFVAL for `cursor_set_column` and `cursor_set_line` in TextEdit. - `Script::get_member_line()` now returns -1 ("found nothing") by default. | |||||
| * | | Added support for space indentation | Paulb23 | 2017-04-18 | 1 | -23/+117 | |
| | | | ||||||
| * | | Rename [gs]et_pos to [gs]et_position for Controls | Sergey Pusnei | 2017-04-10 | 1 | -2/+2 | |
| |/ | | | | | | | | Control set_pos -> set_position Control set_global_pos -> set_global_position [gs]et_mouse_pos -> [gs]et_mouse_position [gs]et_global_mouse_pos -> [gs]et_global_mouse_position fixes #8005 | |||||
| * | Add "Godot Engine contributors" copyright line | Rémi Verschelde | 2017-04-08 | 1 | -0/+1 | |
| | | ||||||
| * | Fix highlight typo | supaiku | 2017-04-06 | 1 | -11/+11 | |
| | | ||||||
| * | A Whole New World (clang-format edition) | Rémi Verschelde | 2017-03-05 | 1 | -1546/+1343 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | I can show you the code Pretty, with proper whitespace Tell me, coder, now when did You last write readable code? I can open your eyes Make you see your bad indent Force you to respect the style The core devs agreed upon A whole new world A new fantastic code format A de facto standard With some sugar Enforced with clang-format A whole new world A dazzling style we all dreamed of And when we read it through It's crystal clear That now we're in a whole new world of code | |||||
| * | Various fixes detected using PVS-Studio static analyzer. | Thaer Razeq | 2017-02-28 | 1 | -1/+1 | |
| | | | | | | | | - Add FIXME tags comments to some unfixed potential bugs - Remove some checks (always false: unsigned never < 0) - Fix some if statements based on reviews. - Bunch of missing `else` statements | |||||
| * | -renamed globals.h to global_config.cpp (this seems to have caused a few ↵ | Juan Linietsky | 2017-02-21 | 1 | -1/+1 | |
| | | | | | | | modified files) -.pck and .zip exporting redone, seems to be working.. | |||||
| * | Rename the _MD macro to D_METHOD | Hein-Pieter van Braam | 2017-02-13 | 1 | -54/+54 | |
| | | | | | | | This new name also makes its purpose a little clearer This is a step towards fixing #56 | |||||
| * | Remove use of _SCS from ADD_METHOD | Hein-Pieter van Braam | 2017-02-13 | 1 | -6/+6 | |
| | | | | | This saves typing and is a step towards fixing #56 | |||||
| * | Selected text is now deselected on ctrl+home/end | kbake | 2017-02-03 | 1 | -14/+25 | |
| | | | | | This fixes Issue #7694 and also the error mentioned in the comments of that issue. | |||||
| * | Fixed line lenght guideline drawing with color option | Paulb23 | 2017-01-28 | 1 | -8/+9 | |
| | | ||||||
| * | Style: Fix statements ending with ';;' | Rémi Verschelde | 2017-01-16 | 1 | -1/+1 | |
| | | ||||||
| * | Style: Fix whole-line commented code | Rémi Verschelde | 2017-01-14 | 1 | -3/+3 | |
| | | | | | | They do not play well with clang-format which aligns the `//` part with the rest of the code block, thus producing badly indented commented code. | |||||
| * | New API for visibility in both CanvasItem and Spatial | Juan Linietsky | 2017-01-13 | 1 | -7/+7 | |
| | | | | | | | visible (property) - access set_visible(bool) is_visible() is_visible_in_tree() - true when visible and parents visible show() hide() - for convenience | |||||
| * | PopupMenu now emits both index_pressed and id_pressed instead of ↵ | Juan Linietsky | 2017-01-08 | 1 | -1/+1 | |
| | | | | | item_pressed, closes #3188 | |||||
| * | renamed _input_event for GUI events to _gui_input, so it's more ↵ | Juan Linietsky | 2017-01-08 | 1 | -6/+6 | |
| | | | | | differentiated than generalized _input | |||||
| * | Fix code completion for new getnode syntax | Juan Linietsky | 2017-01-08 | 1 | -4/+5 | |
| | | ||||||
