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
/
drivers
/
Cocoa
/
Fl_Cocoa_Screen_Driver.cxx
Age
Commit message (
Expand
)
Author
2023-12-16
#842: Enables command line color arguments on macOS
Matthias Melcher
2023-02-10
Unlimited undo/redo for Fl_Input_ and Fl_Text_Buffer (#558) (#676)
Matthias Melcher
2023-01-13
Fix for "Rename Fl_X* Fl_Window::i private class member" (#223)
ManoloFLTK
2023-01-01
FLUID refactor and macOS warnings removed (#623)
Matthias Melcher
2022-11-11
Remove redundant doxygen docs of fl_beep()
Albrecht Schlosser
2022-11-07
Create class Fl_Unix_Screen_Driver used by X11 and Wayland platforms
ManoloFLTK
2022-08-29
Make hybrid Wayland/X11 platform.
ManoloFLTK
2022-06-19
Move input method support to Fl_Screen_Driver from Fl_Graphics_Driver
ManoloFLTK
2022-03-13
Separate platform init functions from platform-specific driver files
ManoloFLTK
2022-01-31
Consolidate timeout handling across platforms (#379)
Albrecht Schlosser
2021-07-08
macOS: Fl::add_timeout() must always create a new timer (#248)
Albrecht Schlosser
2021-07-07
macOS: Fix a timer inconsistency and prevent a crash
Albrecht Schlosser
2021-06-18
Revert parts of and fix other 'constness' changes (#239, #181)
Albrecht Schlosser
2021-02-16
Use <config.h> when appropriate.
ManoloFLTK
2020-11-02
Fix possible memory leak in Fl_WinAPI_Screen_Driver::read_win_rectangle_unsca...
ManoloFLTK
2020-07-06
Remove $Id$ tags, update URL's, and more
Albrecht Schlosser
2020-01-16
Fix JIS Keyboard dead keys
OKAMURA, Yasunobu
2020-01-11
Implement Fl_Window::icon() and default_icon() for macOS
ManoloFLTK
2019-08-21
Fix a case when fl_read_window() did not capture subwindows correctly.
ManoloFLTK
2019-06-06
Add one argument to Fl_Screen_Driver::read_win_rectangle()
ManoloFLTK
2019-05-13
Remove Fl_Cocoa_Screen_Driver::flush() that is useless
ManoloFLTK
2019-03-06
Process env var FLTK_SCALING_FACTOR consistently across platforms.
ManoloFLTK
2018-11-28
Create default implementation of Fl_Screen_Driver::get_system_scheme() and us...
Manolo Gouy
2018-09-03
Complete proper initialisation of the unique Fl_Cocoa_Screen_Driver object.
Manolo Gouy
2018-06-23
Doxygen only: fixed all block comments starting with an asterisk to space-onl...
Matthias Melcher
2018-06-23
Doxygen: created Group to document drivers, disabled by default
Matthias Melcher
2018-05-12
MacOS: move timer-related code from file Fl_cocoa.mm to file Fl_Cocoa_Screen_...
Manolo Gouy
2018-05-04
Shorten the list of virtual member functions used to support Fl_Widget_Surfac...
Manolo Gouy
2018-02-09
Fix fl_read_image() under MacOS platform when GUI is rescaled.
Manolo Gouy
2018-01-31
Replace FL/x.H with FL/platform.H - step 2 (STR #3435).
Albrecht Schlosser
2018-01-09
Put a default implementation of parse_color() in Fl_Screen_Driver and only Fl...
Manolo Gouy
2017-12-27
GUI rescaling under MacOS: fix Fl_Cocoa_Screen_Driver::read_image() - continued
Manolo Gouy
2017-12-27
GUI rescaling under MacOS: fix Fl_Cocoa_Screen_Driver::read_image() when read...
Manolo Gouy
2017-12-18
STR#3444: Add MacOS support for application rescaling (not quite complete)
Manolo Gouy
2017-11-17
Replace remaining calls of getenv() with fl_getenv().
Albrecht Schlosser
2016-12-14
Implement a platform-independent version of Fl_Graphics_Driver::copy_offscree...
Manolo Gouy
2016-11-09
Use Fl_Graphics_Driver::default_driver() when convenient.
Manolo Gouy
2016-09-23
Move font-related member functions from Fl_Screen_Driver to Fl_Graphics_Driver.
Manolo Gouy
2016-09-22
Fl_Screen_Driver class: its platform dependent member functions should not be...
Manolo Gouy
2016-09-20
Restructure the code behind double Fl_Cocoa_Screen_Driver::wait(double time_t...
Manolo Gouy
2016-09-19
Remove fl_ready() not in public API and mostly same as Fl_XXX_Screen_Driver::...
Manolo Gouy
2016-04-19
Add static Fl_XXX_Window_Driver *driver(Fl_Window*) to get the platform-speci...
Manolo Gouy
2016-04-19
Move several of the methods of class Fl_X for Mac platform to class Fl_Cocoa_...
Manolo Gouy
2016-04-19
Move the set_key_window() member function from class Fl_X to class Fl_Cocoa_W...
Manolo Gouy
2016-04-15
Move platform-dependent implementations of fl_open/close_display() to the Fl_...
Manolo Gouy
2016-04-15
Continue removing from class Fl_X what is not window-related.
Manolo Gouy
2016-04-12
Add and correct a few Doxygen comments.
Manolo Gouy
2016-04-06
Rewrite Fl_Input.cxx under the driver model.
Manolo Gouy
2016-04-03
Rewrite fl_read_image.cxx under the driver model.
Manolo Gouy
2016-04-02
Complete removal of platform-dependent code from fl_set_font.cxx
Manolo Gouy
[next]