| Commit message (Expand) | Author | Age | Files | Lines |
| * | Adding function key support from F17 to F35 | gregcsokas | 2022-06-16 | 1 | -1/+16 |
| * | Add readable export errors. | bruvzg | 2022-06-08 | 2 | -23/+51 |
| * | Remove mouse events that closed the popup from queue, to fix pop-up reopening. | bruvzg | 2022-06-02 | 1 | -0/+1 |
| * | Fix typos with codespell | Rémi Verschelde | 2022-05-23 | 1 | -1/+1 |
| * | Add a new HashSet template | reduz | 2022-05-20 | 2 | -2/+2 |
| * | Merge pull request #61001 from derammo/derammo_popup_conditional_hide | Rémi Verschelde | 2022-05-17 | 1 | -1/+5 |
| |\ |
|
| | * | popup deferred hide suppressed if reopened | derammo | 2022-05-13 | 1 | -1/+5 |
| * | | Replace most uses of Map by HashMap | reduz | 2022-05-16 | 8 | -13/+13 |
| |/ |
|
| * | Merge pull request #60894 from derammo/derammo_opengl3_windows | Rémi Verschelde | 2022-05-13 | 8 | -81/+193 |
| |\ |
|
| | * | opengl3 driver now works on windows including multi window | derammo | 2022-05-11 | 8 | -81/+193 |
| * | | Try to convert OS::execute() output to Unicode on Windows | Haoyu Qiu | 2022-05-10 | 1 | -7/+55 |
| * | | [Windows] Save and re-apply window icon when changing window style. | bruvzg | 2022-05-10 | 2 | -3/+10 |
| |/ |
|
| * | Crash handler: Use `print_error` to include backtrace in logs | Rémi Verschelde | 2022-05-05 | 1 | -21/+23 |
| * | Fix export plugins after embedded PCK loading changes. | bruvzg | 2022-05-04 | 2 | -7/+11 |
| * | Add OS::is_process_running function. | mdavisprog | 2022-05-03 | 2 | -0/+20 |
| * | Merge pull request #60714 from Calinou/typedef-remove-ref | Rémi Verschelde | 2022-05-03 | 2 | -2/+2 |
| |\ |
|
| | * | Remove `RES` and `REF` typedefs in favor of spelled out `Ref<>` | Hugo Locurcio | 2022-05-03 | 2 | -2/+2 |
| * | | Add GDNativeInterface::get_library_path to GDExtension | Emmanuel Leblond | 2022-04-29 | 2 | -2/+6 |
| |/ |
|
| * | Implement text-to-speech support on Android, iOS, HTML5, Linux, macOS and Win... | bruvzg | 2022-04-28 | 6 | -0/+407 |
| * | [Windows Export] Improve error messages for missing rcedit and signtool. | bruvzg | 2022-04-28 | 1 | -12/+8 |
| * | Improve embedded PCK loading and exporting. | bruvzg | 2022-04-20 | 5 | -23/+107 |
| * | Fix sub-menu keyboard navigation. | bruvzg | 2022-04-13 | 1 | -1/+1 |
| * | Make FileAccess and DirAccess classes reference counted. | bruvzg | 2022-04-11 | 2 | -11/+7 |
| * | Fix some issues found by cppcheck. | bruvzg | 2022-04-06 | 3 | -26/+19 |
| * | Fix a possible race condition on popup close, that might cause multiple delet... | bruvzg | 2022-04-05 | 1 | -11/+22 |
| * | Zero initialize all pointer class and struct members | Rémi Verschelde | 2022-04-04 | 4 | -6/+6 |
| * | Fix typos with codespell | Rémi Verschelde | 2022-03-31 | 1 | -1/+1 |
| * | Keep editor at normal priority on windows. | Lyuma | 2022-03-29 | 1 | -1/+5 |
| * | Rename warp mouse functions to warp_mouse | Markus Sauermann | 2022-03-27 | 2 | -6/+6 |
| * | Generate export template file names instead of having a fixed set | Aaron Franke | 2022-03-22 | 3 | -4/+5 |
| * | Move extension logic to EditorExportPlatformLinuxBSD | Aaron Franke | 2022-03-21 | 3 | -1/+7 |
| * | Move fixup_embedded_pck to EditorExportPlatform classes | Aaron Franke | 2022-03-20 | 3 | -74/+72 |
| * | Merge pull request #59287 from Vitika9/59181 | Rémi Verschelde | 2022-03-18 | 1 | -1/+0 |
| |\ |
|
| | * | Right-clicking will not close popup | Vitika9 | 2022-03-18 | 1 | -1/+0 |
| * | | Merge pull request #58455 from bruvzg/export_script | Rémi Verschelde | 2022-03-18 | 2 | -0/+30 |
| |\ \ |
|
| | * | | [Export] Add "export console script" option for Linux, macOS, and Windows exp... | bruvzg | 2022-03-14 | 2 | -0/+30 |
| * | | | Merge pull request #57850 from pkowal1982/icon | Rémi Verschelde | 2022-03-18 | 1 | -0/+0 |
| |\ \ \ |
|
| | * | | | Change godot.ico to uncompressed/fixed size | pkowal | 2022-02-09 | 1 | -0/+0 |
| * | | | | Fix DST Error on Windows | ztco224 | 2022-03-17 | 1 | -2/+12 |
| | |_|/
|/| | |
|
| * | | | Windows: Properly set `mouse_monitor` instead of shadowing it | Rémi Verschelde | 2022-03-16 | 1 | -2/+1 |
| | |/
|/| |
|
| * | | Reenable window_set_vsync_mode on Windows | Hendrik Brucker | 2022-03-13 | 1 | -4/+2 |
| * | | [X11] Do not try to focus unmapped window. | bruvzg | 2022-03-08 | 1 | -1/+1 |
| * | | Improve popup window handling. | bruvzg | 2022-02-25 | 2 | -21/+182 |
| * | | [Windows] Fix borderless window flag toggle and restoring minimized borderles... | bruvzg | 2022-02-22 | 1 | -3/+1 |
| * | | [Windows] Fix Vulkan driver crash on sub-window minimization. | bruvzg | 2022-02-17 | 1 | -5/+6 |
| * | | Style: Cleanup single-line blocks, semicolons, dead code | Rémi Verschelde | 2022-02-16 | 8 | -112/+161 |
| * | | Add an `OS.get_processor_name()` method | Hugo Locurcio | 2022-02-15 | 2 | -0/+21 |
| * | | [OS/Crypto] Add get_entropy to OS. | Fabio Alessandrelli | 2022-02-14 | 2 | -0/+9 |
| * | | Merge pull request #56953 from bruvzg/ex_wnd | Rémi Verschelde | 2022-02-12 | 2 | -2/+25 |
| |\ \ |
|
| | * | | Add exclusive window handling to DisplayServer (on macOS and Windows). | bruvzg | 2022-02-12 | 2 | -2/+25 |