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_Window_Driver.cxx
Age
Commit message (
Expand
)
Author
2017-07-20
Fl_Window_Driver::flush_single() needs not be a virtual member function.
Manolo Gouy
2016-04-19
Move GL-related static member functions of the Fl_X class on Mac OS to class ...
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-18
Move other_xid member variable from class Fl_X to class F_Window_Driver.
Manolo Gouy
2016-04-18
Move set_cursor() member functions from class Fl_X to classes Fl_Window_Drive...
Manolo Gouy
2016-04-17
virtualized some Region calls.
Matthias Melcher
2016-04-17
Move q_release_context() from class Fl_X to class Fl_Cocoa_Window_Driver
Manolo Gouy
2016-04-03
Remove code to draw rounded bottom window corners which is not effective.
Manolo Gouy
2016-04-03
Rewrite fl_scroll_area.cxx under the driver model.
Manolo Gouy
2016-03-31
Fix error with PostScript driver on the Mac platform.
Manolo Gouy
2016-03-30
Rewrite functions XRectangleRegion(), XDestroyRegion() under the driver model.
Manolo Gouy
2016-03-27
Remove the platform-dependent code from Fl_Widget_Surface.cxx - first part.
Manolo Gouy
2016-03-27
Rewrite Fl_Overlay_Window class under the driver model.
Manolo Gouy
2016-03-26
Isolate the definition of the 3 public, OS-dependent types (Fl_Offscreen, Fl_...
Manolo Gouy
2016-03-24
Provide Fl_Window_Driver accessor methods for public Fl_Window attributes.
Albrecht Schlosser
2016-03-23
Rewrite Fl_Window::hotspot(int X, int Y, int offscreen) under the driver model.
Manolo Gouy
2016-03-23
Rewrite Fl_Window::fullscreen_x() under the driver model.
Manolo Gouy
2016-03-23
Rewrite Fl_Window::hide() under the driver model.
Manolo Gouy
2016-03-20
Continue implementation of class Fl_Window_Driver according to Albrecht's plan.
Manolo Gouy
2016-03-19
Advancing Albrecht's plan for the Fl_Window_Driver class.
Manolo Gouy
2016-03-18
Beginning of Albrecht's plan for Fl_Window and Fl_Window_Driver classes.
Manolo Gouy
2016-03-13
Fixed 'flush()' code for single, double, and overlay buffering
Matthias Melcher
2016-03-10
Remove useless Fl_Cocoa_Window_Driver::todelete_ member
Manolo Gouy
2016-03-10
Implement non-rectangular windows using the Window Driver mechanism.
Manolo Gouy
2016-03-09
Add necessary test for non-null pointer.
Manolo Gouy
2016-03-07
Separating Fl_X and Fl_Window_Driver in Fl_Window.
Matthias Melcher
2016-03-06
Driver-based Fl_Double_Window implementation - continued.
Manolo Gouy
2016-03-06
New, driver-based Fl_Double_Window implementation.
Manolo Gouy
2016-02-19
Add example code to Fl_Window_Driver.
Matthias Melcher
2016-02-19
Instantiate the right Fl_Window_Driver.
Matthias Melcher
2016-02-19
Add System Driver and Window Driver.
Matthias Melcher
2016-02-11
Mark places that need to be refactored with // PORTME:
Matthias Melcher
2016-02-10
More device and driver setup.
Matthias Melcher
[prev]