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
2019-03-28
macOS: More efficient window rescaling that rarely calls Fl_Group::resize()
ManoloFLTK
2019-03-25
Replace static void Fl_Window_Driver::default_icons() by virtual Fl_Screen_Dr...
ManoloFLTK
2019-03-25
Rename fl_compute_macKeyLookUp() to Fl_Darwin_System_Driver::compute_macKeyLo...
ManoloFLTK
2019-03-23
Invalidate Quit also when running native file chooser.
ManoloFLTK
2019-03-18
Avoid crash when messages canBecomeKeyWindow or canBecomeMainWindow received ...
ManoloFLTK
2019-02-27
Avoid recreation of the system menu bar without change
ManoloFLTK
2019-02-23
New member function const Fl_Image* Fl_Window::shape() replaces int Fl_Window...
ManoloFLTK
2019-02-08
Rename method -[FLViewLayer viewFrameDidChange] to -[FLViewLayer reset_layer_...
ManoloFLTK
2019-02-02
STR #2714: remove new shadow lint for MacOS
Matthias Melcher
2019-01-28
Remove useless statement.
ManoloFLTK
2019-01-24
Fix minor text input problem related to dead key previewing.
ManoloFLTK
2019-01-20
Remove unnecessary code related to layer-backed views.
ManoloFLTK
2019-01-16
Correct typo in comment.
ManoloFLTK
2019-01-04
Slight reorganization of the [FLWindow close] method.
Manolo Gouy
2019-01-04
Remove [FLViewLayer dealloc] method.
ManoloFLTK
2019-01-04
Restore possibility to compile with SDK 10.7 or earlier.
ManoloFLTK
2018-12-30
Under macOS 10.14, Fl_Cocoa_Window_Driver::flush() draws to the bitmap and do...
Manolo Gouy
2018-12-09
macOS: creation of window with subwindow in iconized form - continued.
ManoloFLTK
2018-12-08
macOS Mojave: fix window with subwindow created in iconized form - continued
ManoloFLTK
2018-12-08
macOS Mojave: fix window with subwindow created in iconized form.
ManoloFLTK
2018-12-07
macOS comment only: refer to OS 10.14.2 gone public now.
Manolo Gouy
2018-12-05
New static member function: Fl_Device_Plugin *Fl_Device_Plugin::opengl_plugin()
ManoloFLTK
2018-12-02
Comment only: to try push with git
ManoloFLTK
2018-11-30
macOS: rewrite opengl_plugin_device() to use less memory.
Manolo Gouy
2018-11-29
Use the Fl_Gl_Device_Plugin mechanism to simplify the construction of a layer...
Manolo Gouy
2018-11-26
MacOS: slightly simpler implementation of Fl_Cocoa_Window_Driver::wait_for_ex...
Manolo Gouy
2018-11-23
MacOS: further support of scenarios mixing miniaturize/deminiaturize/change s...
Manolo Gouy
2018-11-22
MacOS: fix redraw of subwindow when display resolutions before miniaturize an...
Manolo Gouy
2018-11-21
macOS: remove two useless statements for layer-backed OpenGL windows.
Manolo Gouy
2018-11-20
Minor reorder of operations performed when layered window is 1st drawn.
Manolo Gouy
2018-11-20
macOS: reorganize the code running when windows are moved between retina and ...
Manolo Gouy
2018-11-16
MacOS: introduce classes FLViewLayer and FLGLViewLayer to handle layer-backed...
Manolo Gouy
2018-11-16
MacOS: simpler implementation of extra code necessary at first display of lay...
Manolo Gouy
2018-11-10
Account for property graphicsPort of NSGraphicsContext being deprecated in 10.14
Manolo Gouy
2018-11-09
Fix macOS 10.14 Mojave support of the FLTK-cairo interface.
Manolo Gouy
2018-11-02
MacOS Mojave and gl_start(): fix for 10.14 but not 10.14.1
Manolo Gouy
2018-11-01
Add useful cast
Manolo Gouy
2018-11-01
MacOS Mojave: restore use of gl_start()/gl_finish()
Manolo Gouy
2018-10-31
Remove use of Fl_Gl_Window_Driver.H in file src/Fl_cocoa.mm
Manolo Gouy
2018-10-31
Remove all dependency to libfltk_gl from Fl_cocoa.mm.
Manolo Gouy
2018-10-30
Fix issue when moving window between retina/non-retina screens while window i...
Manolo Gouy
2018-10-29
Removed temporary comment.
Manolo Gouy
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
[next]