summaryrefslogtreecommitdiffstats
path: root/platform/windows
Commit message (Expand)AuthorAgeFilesLines
* Adding function key support from F17 to F35gregcsokas2022-06-161-1/+16
* Add readable export errors.bruvzg2022-06-082-23/+51
* Remove mouse events that closed the popup from queue, to fix pop-up reopening.bruvzg2022-06-021-0/+1
* Fix typos with codespellRémi Verschelde2022-05-231-1/+1
* Add a new HashSet templatereduz2022-05-202-2/+2
* Merge pull request #61001 from derammo/derammo_popup_conditional_hideRémi Verschelde2022-05-171-1/+5
|\
| * popup deferred hide suppressed if reopenedderammo2022-05-131-1/+5
* | Replace most uses of Map by HashMapreduz2022-05-168-13/+13
|/
* Merge pull request #60894 from derammo/derammo_opengl3_windowsRémi Verschelde2022-05-138-81/+193
|\
| * opengl3 driver now works on windows including multi windowderammo2022-05-118-81/+193
* | Try to convert OS::execute() output to Unicode on WindowsHaoyu Qiu2022-05-101-7/+55
* | [Windows] Save and re-apply window icon when changing window style.bruvzg2022-05-102-3/+10
|/
* Crash handler: Use `print_error` to include backtrace in logsRémi Verschelde2022-05-051-21/+23
* Fix export plugins after embedded PCK loading changes.bruvzg2022-05-042-7/+11
* Add OS::is_process_running function.mdavisprog2022-05-032-0/+20
* Merge pull request #60714 from Calinou/typedef-remove-refRémi Verschelde2022-05-032-2/+2
|\
| * Remove `RES` and `REF` typedefs in favor of spelled out `Ref<>`Hugo Locurcio2022-05-032-2/+2
* | Add GDNativeInterface::get_library_path to GDExtensionEmmanuel Leblond2022-04-292-2/+6
|/
* Implement text-to-speech support on Android, iOS, HTML5, Linux, macOS and Win...bruvzg2022-04-286-0/+407
* [Windows Export] Improve error messages for missing rcedit and signtool.bruvzg2022-04-281-12/+8
* Improve embedded PCK loading and exporting.bruvzg2022-04-205-23/+107
* Fix sub-menu keyboard navigation.bruvzg2022-04-131-1/+1
* Make FileAccess and DirAccess classes reference counted.bruvzg2022-04-112-11/+7
* Fix some issues found by cppcheck.bruvzg2022-04-063-26/+19
* Fix a possible race condition on popup close, that might cause multiple delet...bruvzg2022-04-051-11/+22
* Zero initialize all pointer class and struct membersRémi Verschelde2022-04-044-6/+6
* Fix typos with codespellRémi Verschelde2022-03-311-1/+1
* Keep editor at normal priority on windows.Lyuma2022-03-291-1/+5
* Rename warp mouse functions to warp_mouseMarkus Sauermann2022-03-272-6/+6
* Generate export template file names instead of having a fixed setAaron Franke2022-03-223-4/+5
* Move extension logic to EditorExportPlatformLinuxBSDAaron Franke2022-03-213-1/+7
* Move fixup_embedded_pck to EditorExportPlatform classesAaron Franke2022-03-203-74/+72
* Merge pull request #59287 from Vitika9/59181Rémi Verschelde2022-03-181-1/+0
|\
| * Right-clicking will not close popupVitika92022-03-181-1/+0
* | Merge pull request #58455 from bruvzg/export_scriptRémi Verschelde2022-03-182-0/+30
|\ \
| * | [Export] Add "export console script" option for Linux, macOS, and Windows exp...bruvzg2022-03-142-0/+30
* | | Merge pull request #57850 from pkowal1982/iconRémi Verschelde2022-03-181-0/+0
|\ \ \
| * | | Change godot.ico to uncompressed/fixed sizepkowal2022-02-091-0/+0
* | | | Fix DST Error on Windowsztco2242022-03-171-2/+12
| |_|/ |/| |
* | | Windows: Properly set `mouse_monitor` instead of shadowing itRémi Verschelde2022-03-161-2/+1
| |/ |/|
* | Reenable window_set_vsync_mode on WindowsHendrik Brucker2022-03-131-4/+2
* | [X11] Do not try to focus unmapped window.bruvzg2022-03-081-1/+1
* | Improve popup window handling.bruvzg2022-02-252-21/+182
* | [Windows] Fix borderless window flag toggle and restoring minimized borderles...bruvzg2022-02-221-3/+1
* | [Windows] Fix Vulkan driver crash on sub-window minimization.bruvzg2022-02-171-5/+6
* | Style: Cleanup single-line blocks, semicolons, dead codeRémi Verschelde2022-02-168-112/+161
* | Add an `OS.get_processor_name()` methodHugo Locurcio2022-02-152-0/+21
* | [OS/Crypto] Add get_entropy to OS.Fabio Alessandrelli2022-02-142-0/+9
* | Merge pull request #56953 from bruvzg/ex_wndRémi Verschelde2022-02-122-2/+25
|\ \
| * | Add exclusive window handling to DisplayServer (on macOS and Windows).bruvzg2022-02-122-2/+25