| Commit message (Collapse) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| * | | | Merge pull request #10254 from marcelofg55/master | Rémi Verschelde | 2017-08-22 | 1 | -1/+6 | |
| |\ \ \ | |/ / |/| | | Added notification const NOTIFICATION_WM_ABOUT | |||||
| | * | | Added notification const NOTIFICATION_WM_ABOUT | Marcelo Fernandez | 2017-08-17 | 1 | -1/+6 | |
| | | | | ||||||
| * | | | Fix y axis for set_window_position on OS X | Marcelo Fernandez | 2017-08-21 | 1 | -3/+8 | |
| | |/ |/| | ||||||
| * | | Add closest_power_of_2 func and implement mix_rate/latency on OS X | Marcelo Fernandez | 2017-08-17 | 2 | -37/+69 | |
| |/ | ||||||
| * | Implement NSTextInputClient protocol for IME | bruvzg | 2017-08-09 | 2 | -10/+142 | |
| | | ||||||
| * | removed calls to cursor_set_visible on all platforms fixes #10167 | toger5 | 2017-08-08 | 1 | -1/+1 | |
| | | ||||||
| * | Merge pull request #10127 from bruvzg/3.0-osx-logging | Rémi Verschelde | 2017-08-07 | 2 | -0/+44 | |
| |\ | | | | | Duplicate error messages to macOS logging system (Console.app) | |||||
| | * | Duplicate error messages to macOS logging system | bruvzg | 2017-08-06 | 2 | -0/+44 | |
| | | | ||||||
| * | | Merge pull request #10099 from bruvzg/3.0-fix-osx-warp_mouse_pos | Rémi Verschelde | 2017-08-07 | 1 | -8/+3 | |
| |\ \ | | | | | | | Fix warp_mouse_pos on macOS | |||||
| | * | | Fix warp_mouse_pos on macOS | bruvzg | 2017-08-04 | 1 | -8/+3 | |
| | |/ | ||||||
| * / | Rename KEY_RETURN to KEY_ENTER and KEY_ENTER to KEY_KP_ENTER | Bojidar Marinov | 2017-08-06 | 1 | -2/+2 | |
| |/ | | | | Closes #7695 | |||||
| * | Style: Apply clang-format on all files | Rémi Verschelde | 2017-07-30 | 1 | -2/+1 | |
| | | | | | Thus fixing some invalid changes that had still made it to the master branch. | |||||
| * | Fix mutex initialisation in OS X Audio Driver | Marcelo Fernandez | 2017-07-30 | 2 | -26/+28 | |
| | | ||||||
| * | Merge pull request #9960 from marcelofg55/master | Rémi Verschelde | 2017-07-30 | 2 | -42/+45 | |
| |\ | | | | | Fix get_screen_* funcs returning old values after resolution changes on OS X | |||||
| | * | Fix get_screen_* funcs returning old values after resolution changes on OS X | Marcelo Fernandez | 2017-07-28 | 2 | -42/+45 | |
| | | | ||||||
| * | | Change display scale when moving the window from monitor to monitor | bruvzg | 2017-07-28 | 1 | -0/+30 | |
| |/ | ||||||
| * | Merge pull request #9874 from bruvzg/3.0-osx-menu | Rémi Verschelde | 2017-07-28 | 2 | -10/+65 | |
| |\ | | | | | Add macOS main menu (3.0) | |||||
| | * | Fix is_window_fullscreen() and set_window_fullscreen() behaviour after ↵ | bruvzg | 2017-07-27 | 2 | -7/+22 | |
| | | | | | | | | | | | | | window has entered/left full-screen mode via green zoom button. Fix get/set_current_screen & set_window_maximized. | |||||
| | * | Add macOS main menu | bruvzg | 2017-07-27 | 1 | -3/+43 | |
| | | | ||||||
| * | | Merge pull request #9876 from bruvzg/3.0-resize-fix | Rémi Verschelde | 2017-07-28 | 1 | -0/+6 | |
| |\ \ | | | | | | | Improved macOS window resizing behaviour (3.0) | |||||
| | * | | Improved macOS window resizing behaviour. | bruvzg | 2017-07-26 | 1 | -0/+6 | |
| | |/ | ||||||
| * / | Remove duplicate keycode constant for Numpad Enter key. | bruvzg | 2017-07-26 | 1 | -1/+1 | |
| |/ | ||||||
| * | Fix Right-Click (Ctrl-Click) on OS X | Marcelo Fernandez | 2017-07-23 | 1 | -73/+31 | |
| | | ||||||
| * | Merge pull request #9713 from marcelofg55/master | Rémi Verschelde | 2017-07-23 | 1 | -3/+4 | |
| |\ | | | | | Fix for possible crash in OS X audio init. | |||||
| | * | Fix for possible crash in OS X audio init. | Marcelo Fernandez | 2017-07-19 | 1 | -3/+4 | |
| | | | ||||||
| * | | -Renamed GlobalConfig to ProjectSettings, makes more sense. | Juan Linietsky | 2017-07-19 | 3 | -7/+21 | |
| |/ | | | | -Added system for feature overrides, it's pretty cool :) | |||||
| * | Fix errors with global config names no more sorrys please | geequlim | 2017-07-19 | 1 | -3/+3 | |
| | | ||||||
| * | -Reorganized all properties of project settings (Sorry, Again). | Juan Linietsky | 2017-07-17 | 1 | -4/+4 | |
| | | | | | | (Lot's of bloat accumulated, so it was time for clean up.) -Made EditorSettings and ProjectSettings search more useful (search in sections too) | |||||
| * | Reinit audio device when the system default device changes on OS X | Marcelo Fernandez | 2017-07-16 | 3 | -22/+101 | |
| | | ||||||
| * | Fix typo in plist export | BastiaanOlij | 2017-07-06 | 1 | -2/+2 | |
| | | ||||||
| * | Merge pull request #9476 from marcelofg55/master | Rémi Verschelde | 2017-07-05 | 2 | -9/+53 | |
| |\ | | | | | Implemented borderless fullscreen code on OSX. | |||||
| | * | Implemented borderless fullscreen code on OSX. | Marcelo Fernandez | 2017-07-02 | 2 | -9/+53 | |
| | | | ||||||
| * | | Merge pull request #9468 from BastiaanOlij/osx_export_dmg | Rémi Verschelde | 2017-07-03 | 1 | -38/+305 | |
| |\ \ | |/ |/| | On OSX export to DMG and optionally code sign the app bundle | |||||
| | * | On OSX export to DMG and optionally code sign the app bundle | BastiaanOlij | 2017-07-02 | 1 | -38/+305 | |
| | | | ||||||
| * | | Buildsystem: Improve detect.py readability and fix issues | Rémi Verschelde | 2017-07-01 | 1 | -38/+32 | |
| |/ | | | | | | | | | | | | | | | | | | | Tried to organize the configure(env) calls in sections, using the same order for all platforms whenever possible. Apart from cosmetic changes, the following issues were fixed: - Android: cleanup linkage, remove GLESv1_CM and GLESv2 - iPhone: Remove obsolete "ios_gles22_override" option - OSX: * Fix bits detection (default to 64) and remove obsolete "force_64_bits" option (closes #9449) * Make "fat" bits argument explicit - Server: sync with X11 - Windows: clean up old DirectX 9 stuff - X11: * Do not require system OpenSSL for building (closes #9443) * Fix typo'ed use_leak_sanitizer option * Fix .llvm suffix overriding custom extra_suffix | |||||
| * | Implemented borderless window code for OSX. | Marcelo Fernandez | 2017-06-27 | 2 | -1/+38 | |
| | | ||||||
| * | BuildSystem: generated files have .gen.extension | Poommetee Ketson | 2017-06-25 | 1 | -1/+1 | |
| | | ||||||
| * | Reimplement export module for OSX | BastiaanOlij | 2017-06-23 | 1 | -311/+186 | |
| | | ||||||
| * | Used in the macOS HiDPI options window is too small | ageazrael | 2017-06-13 | 1 | -3/+3 | |
| | | ||||||
| * | Fixed middle mouse button can't bounce in macOS | ageazrael | 2017-06-13 | 1 | -2/+2 | |
| | | ||||||
| * | Restired multithread support in OSX and Windows, should stop the crashes. | Juan Linietsky | 2017-06-10 | 2 | -10/+8 | |
| | | ||||||
| * | osx release right button event fixed | toger5 | 2017-06-06 | 1 | -1/+1 | |
| | | | | | | RIGHT_MOUSE_BUTTON was not removed from the button mask (instead it was added...) fixes #9079 | |||||
| * | renamed all Rect2.pos to Rect2.position | alexholly | 2017-06-04 | 1 | -3/+3 | |
| | | ||||||
| * | InputEvent: Renamed "pos" property to "position" | Andreas Haas | 2017-06-03 | 1 | -16/+16 | |
| | | | | | Make the naming consistent with other classes. | |||||
| * | Make OS.get_locale() returns same value | volzhs | 2017-05-27 | 1 | -2/+2 | |
| | | ||||||
| * | added modifier key to scroll event | toger5 | 2017-05-22 | 1 | -34/+34 | |
| | | ||||||
| * | fixed osx input event | toger5 | 2017-05-22 | 1 | -135/+141 | |
| | | ||||||
| * | Removal of InputEvent as built-in Variant type.. | Juan Linietsky | 2017-05-20 | 2 | -71/+71 | |
| | | | | | this might cause bugs I haven't found yet.. | |||||
| * | Doing a little bit of cleanup | BastiaanOlij | 2017-05-20 | 6 | -518/+2 | |
| | | ||||||
| * | Removal of Image from Variant, converted to a Resource. | Juan Linietsky | 2017-05-17 | 2 | -10/+11 | |
| | | ||||||
