Commit History

Author SHA1 Message Date
  Yuri Sizov 0c2399d6ec Merge pull request #63826 from deakcor/dev_clipboard 2 years ago
  Vincent D c13e3a9fb0 add clipboard get image methods for windows and macos 3 years ago
  bruvzg 4790da7900 [macOS] Implement optional native file selection dialog support for sandboxed apps. 4 years ago
  Yuri Sizov ff689003a5 Merge pull request #77993 from bruvzg/key_lbl_from_p 2 years ago
  bruvzg 28db3c7158 [DisplayServer] Add method to check if native window is focused. 2 years ago
  Rémi Verschelde 9e4315bb50 Style: Harmonize header includes in platform ports 2 years ago
  bruvzg 08e8ff371d Implement keyboard_get_label_from_physical method. 2 years ago
  Rémi Verschelde 265c70a369 Merge pull request #75142 from bruvzg/scr 2 years ago
  HolonProduction ddcb2d157d Don't expose mac specific display server. 2 years ago
  bruvzg 520a8d8ed2 Add project manager / editor initial screen settings, implement DisplayServer.get_keyboard_focus_screen method. 2 years ago
  bruvzg 48730e3b77 [macOS] Fix infinite loop caused by global menu callbacks which trigger EditorProgress dialog. 2 years ago
  bruvzg ab94024ce1 [DisplayServer] Implement screen_get_image method for LinuxBSD/X11, macOS and Windows. 2 years ago
  bruvzg e7647b5ee5 [DisplayServer] Implement screen_get_pixel method for LinuxBSD/X11, macOS and Windows. 2 years ago
  bruvzg daad4aed62 Cleanup and unify keyboard input. 2 years ago
  bruvzg 34b34b104c Add `WINDOW_FLAG_MOUSE_PASSTHROUGH` flag and enabled it for tooltips. Expose `window_set_mouse_passthrough` to `Window`. 2 years ago
  Juan Linietsky 2b815df3c1 Use BitField<> in core type masks 2 years ago
  bruvzg 2718a7b7d3 Add support for the custom initial screen for the main window, fix primary screen detection. 2 years ago
  Rémi Verschelde d95794ec8a One Copyright Update to rule them all 2 years ago
  bruvzg f7955633de Improve `window_set_current_screen` and fix secondary window initial mode and positions. 2 years ago
  bruvzg edf13eb5a6 Rename `window_get_real_size` to `window_get_size_with_decorations`, add `window_get_position_with_decorations`. 2 years ago
  bruvzg c2b061dec3 [macOS] Dynamically attach and detach transient windows to allow them to stay on top of parent and can be moved to another screen. 2 years ago
  bruvzg 964d8b2d00 [macOS] Add exclusive fullscreen mode with Dock and Menu disabled. 2 years ago
  Wei Guo d7e39e313b Make window creation with custom position do not flash 2 years ago
  bruvzg 73430f292b [macOS] Fix window button position and title bar size when editor scale do not match OS UI scale. 2 years ago
  bruvzg b66931946b [macOS] Process menu callback after event processing step to avoid event queue corruption. 2 years ago
  bruvzg cdfa50dbe9 [macOS] Improve "extended to title" transition to / from fullscreen. 2 years ago
  bruvzg 0ed4cc6287 [macOS] Add an option to align window buttons in "extend to title" mode. 2 years ago
  Rémi Verschelde d79040e7eb Merge pull request #65496 from MinusKube/popup-capture-mouse-bug 2 years ago
  bruvzg 734b89124e [macOS] Fix redraw lag at the edge of the resizing window. 2 years ago
  MinusKube 06b86fad0d Fix MOUSE_MODE_CAPTURED not working correctly with popups 3 years ago