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
/
Quartz
Age
Commit message (
Expand
)
Author
2022-11-25
Make Fl_XXX_Graphics_Driver::create_bitmask() a static member function
ManoloFLTK
2022-09-15
Make Fl::set_color(r,g,b,a) effective under Wayland and macOS.
ManoloFLTK
2022-09-08
Add necessary virtual qualifier to ~Fl_Font_Descriptor() and derived.
ManoloFLTK
2022-08-30
Set Fl_Graphics_Driver::set_color(Fl_Color, unsigned) used by macOS, Wayland ...
ManoloFLTK
2022-08-29
Make hybrid Wayland/X11 platform.
ManoloFLTK
2022-07-06
Move member q_width from class Fl_Font_Descriptor to Fl_Quartz_Font_Descriptor.
ManoloFLTK
2022-06-27
Fix for issue #454 : crash in Fl::get_font_name().
ManoloFLTK
2022-06-25
Remove arbitrary maximum length of font name.
ManoloFLTK
2022-06-24
Fix for issue #452: Fl::get_font_name failure on OS-X.
ManoloFLTK
2022-06-19
Move input method support to Fl_Screen_Driver from Fl_Graphics_Driver
ManoloFLTK
2022-04-06
Remove warnings: comparison of integer expressions of different signedness [-...
ManoloFLTK
2022-04-03
Silence compiler warnings [-Wunused-but-set-variable]
Albrecht Schlosser
2022-03-24
Remove platform-dependent type Fl_Bitmask (not in documented public API).
ManoloFLTK
2022-03-21
Avoid using same name (p) for distinct members of derived classes.
ManoloFLTK
2022-03-21
Rename member Fl_Graphics_Driver::p to xpoint to avoid shadowing.
ManoloFLTK
2022-03-13
Separate platform init functions from platform-specific driver files
ManoloFLTK
2022-01-16
Rename FL/fl_string.h to FL/fl_string_functions.h
Albrecht Schlosser
2022-01-07
Re-organize cross-platform support for text input methods.
ManoloFLTK
2021-08-05
Have Fl_Quartz_Copy_Surface_Driver account for current display scaling factor.
ManoloFLTK
2021-05-31
Windows platform: use GDI+ to antialias oblique lines and curves.
ManoloFLTK
2021-05-28
New virtual member function Fl_Graphics_Driver::colored_rectf().
ManoloFLTK
2021-03-13
Fix fl_endpoints() for macOS platform that was not effective.
ManoloFLTK
2021-03-01
Remove duplicated code between derived classes of Fl_Graphics_Driver - cont'd.
ManoloFLTK
2021-03-01
Remove duplicated code between derived classes of Fl_Graphics_Driver.
ManoloFLTK
2021-02-27
Rename fl_remove_scale() to fl_override_scale() as discussed in fltk.general
ManoloFLTK
2021-02-25
Add fl_remove_scale()/fl_restore_scale() to transiently draw without scaling ...
ManoloFLTK
2021-02-21
Fix for issue #192: focus box drawing incorrectly on OSX (e.g. 10.10.5) at sc...
ManoloFLTK
2021-02-16
Use <config.h> when appropriate.
ManoloFLTK
2021-02-16
Create classes Fl_XXX_Gl_Window_Driver according to driver model.
ManoloFLTK
2020-11-12
Fix for issue #155 - continued
ManoloFLTK
2020-10-14
Simpler implementation of Fl_Quartz_Image_Surface_Driver::image()
ManoloFLTK
2020-10-12
Simpler macOS implementation of capture of window titlebars.
ManoloFLTK
2020-10-11
Change procedure to capture window titlebar for macOS ≥ 10.15
ManoloFLTK
2020-08-01
Implement + deploy fl_strdup()
Greg Ercolano
2020-07-31
Solves issue #117, memcmp -> strncmp
Greg Ercolano
2020-07-30
Fix use of an SVG image in Fl_Tiled_Image when display is rescaled.
ManoloFLTK
2020-07-06
Remove $Id$ tags, update URL's, and more
Albrecht Schlosser
2020-03-10
Complete fix for "[fltk.general] scroll and overlay window" dated 7 march 2020.
ManoloFLTK
2020-03-08
Improve use of fl_scroll within Fl_Overlay_Window on macOS.
ManoloFLTK
2020-02-06
Fix computation of Fl_Window::decorated_h() on macOS when screen is scaled.
ManoloFLTK
2020-01-19
Have Fl_Quartz_Copy_Surface_Driver use retina resolution for resulting bitmap
ManoloFLTK
2020-01-15
Slightly improve Fl_Quartz_Graphics_Driver::copy_offscreen() when macOS ≥ 10.4
ManoloFLTK
2019-11-07
Reorganise use of virtual member function Fl_Surface_Device::end_current()
ManoloFLTK
2019-07-08
Fl_Quartz_Copy_Surface_Driver: minor code reorganisation.
ManoloFLTK
2019-07-06
Add support for macOS 10.15 "Catalina"
ManoloFLTK
2019-06-29
Prepare for support of macOS 10.15 Catalina
ManoloFLTK
2019-05-25
Call virtual member Fl_Surface_Device::end_current() when necessary
ManoloFLTK
2019-05-22
Implement Fl_Quartz_Copy_Surface_Driver::draw_decorated_window()
ManoloFLTK
2019-05-22
Improve drawing of Fl_RGB_Image's to Fl_Copy_Surface on macOS
ManoloFLTK
2019-05-21
Support for fl_scroll() under macOS when GUI is scaled
ManoloFLTK
[next]