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
Age
Commit message (
Expand
)
Author
2016-05-13
Add GLContext to the set of platform-dependent types defined in FL/platform_t...
Manolo Gouy
2016-05-09
Move GL-related member functions from class Fl_Cocoa_Screen_Driver to class F...
Manolo Gouy
2016-04-26
Set svn file properties.
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 GL-related static member functions of the Fl_X class on Mac OS to class ...
Manolo Gouy
2016-04-19
Transform Fl_X::make(Fl_Window*) for Mac platform into Fl_X *Fl_Cocoa_Window_...
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-18
Replace member function void Fl_X::flush() by virtual void Fl_Window_Driver::...
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-17
Move Fl_X::gc for Mac platform to the Fl_Cocoa_Window_Driver class
Manolo Gouy
2016-04-15
Move platform-dependent implementations of fl_open/close_display() to the Fl_...
Manolo Gouy
2016-04-15
Move platform-dependent implementations of Fl::en/dis/able_im() to the Fl_Scr...
Manolo Gouy
2016-04-15
Continue moving to Fl_System_Driver the platform_dependent implementations of...
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
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-04-03
Rewrite fl_read_image.cxx under the driver model.
Manolo Gouy
2016-04-02
Move function draw_layer_to_context() from Fl_Cocoa_Screen_Driver to Fl_Cocoa...
Manolo Gouy
2016-04-02
Continue removing from class Fl_X all what is not window-related.
Manolo Gouy
2016-04-02
Complete removal of platform-dependent code from fl_set_font.cxx
Manolo Gouy
2016-04-02
Move Fl_X::next_marked_length to the Fl_Cocoa_Screen_Driver class.
Manolo Gouy
2016-04-02
Move function Fl_X::calc_mac_os_version() to class Fl_Darwin_System_Driver
Manolo Gouy
2016-04-02
Move get_carbon_function() to the Fl_Darwin_System_Driver class where it belo...
Manolo Gouy
2016-04-01
Rewrite Fl_Text_Editor.cxx under the driver model.
Manolo Gouy
2016-03-31
Move dnd and character-composition related functions from Fl_System_Driver to...
Manolo Gouy
2016-03-31
Move marked text-related data to the Fl_Cocoa_Screen_Driver class.
Manolo Gouy
2016-03-31
Move the marked text support member functions from Fl_System_Driver to Fl_Scr...
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-29
Clean mac.H of a few useless #include directives.
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::iconize() under the driver model.
Manolo Gouy
2016-03-23
Rewrite Fl_Window::size_range_() 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::handle(int) under the driver model.
Manolo Gouy
2016-03-23
Rewrite Fl_Window::hide() under the driver model.
Manolo Gouy
2016-03-22
Rewrite Fl_Window::resize() under the driver model.
Manolo Gouy
2016-03-22
Rewrite Fl_Window::show() and Fl_Menu_Window::show() under the driver model.
Manolo Gouy
2016-03-21
Fix some, but not all doxygen warnings.
Albrecht Schlosser
2016-03-21
Rewrite Fl_Window::label(const char *name, const char *mininame) under the dr...
Manolo Gouy
[next]