Age | Commit message (Expand) | Author |
2018-10-03 | Modernized copy/paste APIs on macOS #7185 | remmah |
2018-10-01 | SCons: Remove avoidable defines from main env's CPPPATH | Rémi Verschelde |
2018-09-28 | SCons: Build thirdparty code in own env, disable warnings | Rémi Verschelde |
2018-09-27 | Fix warnings about set but unused variables [-Wunused-but-set-variable] | Rémi Verschelde |
2018-09-24 | Fixed hang when segfaulting after OS object destroyed (OSX and X11) | Ibrahn Sahir |
2018-09-17 | Fix Input::set_custom_mouse_cursor showing cursor when it's invisible | Guilherme Felipe |
2018-09-13 | Fix set_custom_mouse_cursor changing to incorrect cursor shape | Guilherme Felipe |
2018-09-12 | Make core/ includes absolute, remove subfolders from include path | Rémi Verschelde |
2018-09-04 | Really fix the custom cursor hotspot | Martin Capitanio |
2018-09-03 | Fix custom cursor hotspot | Guilherme Felipe |
2018-08-27 | Pass -isysroot to compiler / linker when doing a macOS build | Alexandru Croitor |
2018-08-26 | Fall back to GLES2 if GLES3 is not working | Hein-Pieter van Braam |
2018-08-24 | Merge pull request #20712 from marcelofg55/midi_open_close | Juan Linietsky |
2018-08-24 | Make some debug prints verbose-only, remove others | Rémi Verschelde |
2018-08-23 | Fix file hints | Marcin Zawiejski |
2018-08-21 | BPTC support | elasota |
2018-08-20 | Add PROPERTY_HINT_PLACEHOLDER_TEXT for String properties | Rémi Verschelde |
2018-08-04 | Add OS::open_midi_inputs and OS::close_midi_inputs | Marcelo Fernandez |
2018-07-27 | Running builder (content generator) functions in subprocesses on Windows | Viktor Ferenczi |
2018-07-26 | Reduce unnecessary COW on Vector by make writing explicit | Hein-Pieter van Braam |
2018-07-26 | change framework name CoreMidi to CoreMIDI | PanPan |
2018-07-25 | Merge pull request #20154 from marcelofg55/midi_driver | Rémi Verschelde |
2018-07-21 | -Fix disable_3d flag | Juan Linietsky |
2018-07-21 | Added a new MIDIDriver class | Marcelo Fernandez |
2018-07-19 | -Project/Editor settings now use new inspector | Juan Linietsky |
2018-07-11 | Fixed button mask behavior | mm |
2018-07-09 | Added support for extra mouse buttons. | unknown |
2018-07-02 | Add a new notification to detect crashes on native scripts | Marcelo Fernandez |
2018-06-28 | Optimize images losslessly using `oxipng -o6 --strip all --zopfli` | Hugo Locurcio |
2018-06-11 | IME context detection. | Saracen |
2018-06-07 | Tweak some help texts in the build system | Hugo Locurcio |
2018-05-28 | Change position of validation in set_custom_mouse_cursor | Guilherme Felipe |
2018-05-28 | Merge pull request #19210 from guilhermefelipecgs/fix_invalid_image | Max Hilbrunner |
2018-05-27 | Add validation in set_custom_mouse_cursor | Guilherme Felipe |
2018-05-26 | Fix memory leak in set_custom_mouse_cursor | Guilherme Felipe |
2018-05-23 | More fixes to set_borderless_window | Guilherme Felipe |
2018-05-21 | Merge pull request #19070 from guilhermefelipecgs/fix_19033 | Max Hilbrunner |
2018-05-21 | Fix OSXCROSS build with clang-6.0 | Fabio Alessandrelli |
2018-05-20 | Fix #19033 | Guilherme Felipe |
2018-05-13 | Merge pull request #15739 from poke1024/macos-catch-exception | Max Hilbrunner |
2018-05-13 | [macOS] Fix numeric keys scan-codes remapping. | bruvzg |
2018-05-11 | Merge pull request #18751 from guilhermefelipecgs/fix_cursor_osx | Rémi Verschelde |
2018-05-10 | Reset the cursor with Input.set_custom_mouse_cursor(null) | Guilherme Felipe |
2018-05-09 | Fix custom cursor disappearing on osx | Guilherme Felipe |
2018-05-09 | Add support for atlas texture on set_custom_mouse_cursor | Guilherme Felipe |
2018-05-08 | Merge pull request #14622 from bruvzg/non-rectangular-windows | Hein-Pieter van Braam |
2018-04-09 | Fix custom cursor when it's hidden | Guilherme Felipe |
2018-04-07 | Experimental support for windows with per-pixel transparency (macOS, X11 and ... | bruvzg |
2018-04-05 | Remove size restriction for mouse cursor | Guilherme Felipe |
2018-04-05 | Merge pull request #17827 from bruvzg/macos_shortcut_key_remapping_fix | Rémi Verschelde |