index
:
fltk.git
master
FLTK fork - X11-only C++ widget toolkit with hand-written Makefile
nobody
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
Fl_cocoa.mm
Age
Commit message (
Expand
)
Author
2018-10-29
Fix handling of layer-backed sub GL window moved between retina and non-retin...
Manolo Gouy
2018-10-29
Fix handling of GL window moved between retina and non-retina screens.
Manolo Gouy
2018-10-29
Fix handling of layer-backed GL window moved between retina and non retina sc...
Manolo Gouy
2018-10-28
Fixed first drawing of a layer-backed OpenGL window.
Manolo Gouy
2018-10-28
MacOS Mojave 10.14 support: fix creation of several OpenGL windows.
Manolo Gouy
2018-10-28
Fix suppport of tabbed windows.
Manolo Gouy
2018-10-26
Stop using viewFrameDidChangeNotification and implement drawRect:(NSRect) for...
Manolo Gouy
2018-10-20
Support GL windows on retina display when app does not set Fl::use_high_res_G...
Manolo Gouy
2018-10-20
Fix resize of layer-backed, top-level GL windows: no more blank window.
Manolo Gouy
2018-10-20
Minor improvement of macOS 10.14 mojave support: draw window views with the d...
Manolo Gouy
2018-10-19
Add support for macOS 10.14 Mojave.
Manolo Gouy
2018-10-18
Remove compilation error when using clang 8:
Manolo Gouy
2018-10-05
MacOS 10.14 Mojave: fix support of window capture - continued.
Manolo Gouy
2018-10-04
MacOS 10.14 Mojave: fix support of window capture that 10.14 broke.
Manolo Gouy
2018-09-30
macOS: check for non-nil image before using it as miniaturized window icon.
Manolo Gouy
2018-09-27
Support for macOS 10.14 Mojave: apps linked with SDK 10.14 did not draw anyth...
Manolo Gouy
2018-09-22
MacOS: fix is_bundled() function for case when [NSBundle mainBundle] is nil.
Manolo Gouy
2018-09-16
MacOS: fix regression in OS 10.13 where an unbundled app had its system menu ...
Manolo Gouy
2018-09-12
MacOS: Fix rounding to nearest int for negative screen coordinates.
Manolo Gouy
2018-09-12
MacOS ≥ 10.10: Fl_Window::fullscreen() and fullscreen_off() no longer call ...
Manolo Gouy
2018-09-03
MacOS: fix creation of fullscreen GL window
Manolo Gouy
2018-08-29
MacOS: slightly simplify [FLAppDelegate applicationDidChangeScreenParameters:]
Manolo Gouy
2018-08-10
Support recent MS Office apps that use \r\n as end of line in pasteboard.
Manolo Gouy
2018-08-08
Support for GUI scaling: add API to get/set the scaling factor value.
Manolo Gouy
2018-07-02
Try dummy commit
Manolo Gouy
2018-06-30
Avoid giving same name (s) to 2 variables.
Manolo Gouy
2018-06-26
Move Fl_Gl_Window_Driver.H from FL/ to src/
Manolo Gouy
2018-06-26
Move Fl_Screen_Driver.H from FL/ to src/
Manolo Gouy
2018-06-26
Move Fl_Window_Driver.H from FL/ to src/
Manolo Gouy
2018-06-23
Doxygen: created Group to document drivers, disabled by default
Matthias Melcher
2018-05-23
MacOS: use direct access to member variable in member function.
Manolo Gouy
2018-05-23
MacOS: account for GUI rescaling in support of text input methods.
Manolo Gouy
2018-05-12
MacOS: move some code from file Fl_cocoa.mm to file Fl_Darwin_System_Driver.c...
Manolo Gouy
2018-05-12
MacOS: move some code from file Fl_cocoa.mm to file Fl_Darwin_System_Driver.cxx
Manolo Gouy
2018-05-12
MacOS: move some code from file Fl_cocoa.mm to file Fl_Cocoa_Window_Driver.cxx
Manolo Gouy
2018-05-12
MacOS: move timer-related code from file Fl_cocoa.mm to file Fl_Cocoa_Screen_...
Manolo Gouy
2018-05-12
Remove public member function Fl_Window_Driver *Fl_Window::driver() so class ...
Manolo Gouy
2018-05-09
Rename Fl_Paged_Device::start_job() to begin_job() and Fl_Paged_Device::start...
Manolo Gouy
2018-05-06
Remove useless #include <FL/Fl_Shared_Image.H> following usage of the new Fl_...
Manolo Gouy
2018-05-06
Simplify Fl_XXX_Window_Driver::capture_titlebar_and_borders() using Fl_Image:...
Manolo Gouy
2018-05-04
Shorten the list of virtual member functions used to support Fl_Widget_Surfac...
Manolo Gouy
2018-05-04
MacOS: improve fl_overlay_rect() when GUI scale factor = 1.7
Manolo Gouy
2018-02-20
MacOS: correct handling of window tabbing/untabbing together with GUI rescaling.
Manolo Gouy
2018-02-20
Remove Fl::run_also_windowless() and FL::wait_also_windowless() from planned ...
Manolo Gouy
2018-02-18
Fix Fl_Cocoa_Window_Driver::size_range() to make it support GUI rescaling.
Manolo Gouy
2018-02-16
Fix Fl_Cocoa_Screen_Driver::screen_work_area() when the GUI is scaled - conti...
Manolo Gouy
2018-02-16
Fix Fl_Cocoa_Screen_Driver::screen_work_area() when the GUI is scaled.
Manolo Gouy
2018-02-09
After r.12653, it is also necessary to remove Fl_Cocoa_Window_Driver::bitmap_...
Manolo Gouy
2018-02-08
Move xxx_also_windowless member functions from Fl_System_Driver to Fl_Screen_...
Manolo Gouy
2018-02-06
Add support for detection and processing of clean program termination request.
Manolo Gouy
[next]