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
2017-06-17
Make Fl_Screen_Driver::get_mouse(int&, int&) return the number of the mouse-c...
Manolo Gouy
2017-06-01
Divide virtual Fl_Screen_Driver::open_display() in a platform-specific part f...
Manolo Gouy
2017-02-03
Incorporate the code of function handleUpdateEvent() in the unique code secti...
Manolo Gouy
2016-11-09
Fix possible crash when turning fullscreen the scroll test program.
Manolo Gouy
2016-11-09
Use Fl_Graphics_Driver::default_driver() when convenient.
Manolo Gouy
2016-11-06
MacOS: fix possible issue with fullscreen windows containing hidden subwindows
Manolo Gouy
2016-11-06
MacOS: another way to make sure windowDidResize does not access Fl_Window aft...
Manolo Gouy
2016-11-01
MacOS: fix crash when closing a fullscreen window - continued
Manolo Gouy
2016-11-01
MacOS: fix crash when closing a fullscreen window
Manolo Gouy
2016-10-04
Fix for STR#3308 - MacOS X-specific part.
Manolo Gouy
2016-09-28
Avoid possible autorelease warning message sent by "fluid -c" that calls Fl_W...
Manolo Gouy
2016-09-21
Remove the 'suppressed' variable from cocoaMouseHandler(), a useless residu...
Manolo Gouy
2016-09-20
Restructure the code behind double Fl_Cocoa_Screen_Driver::wait(double time_t...
Manolo Gouy
2016-09-20
Remove fl_wait() that is not part of the public API.
Manolo Gouy
2016-09-19
Remove fl_ready() not in public API and mostly same as Fl_XXX_Screen_Driver::...
Manolo Gouy
2016-09-09
Rewrite fl_open_callback() under the driver model.
Manolo Gouy
2016-08-24
Add missing delete statements in ~Fl_XXX_Copy_Surface_Driver() and ~Fl_XXX_Im...
Manolo Gouy
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-05-05
static function get_image_from_clipboard(Fl_Widget *) really returns Fl_RGB_I...
Manolo Gouy
2016-04-19
Virtualized add_fd and remove_fd into System Driver
Matthias Melcher
2016-04-19
Have headers x.H, win32.H and mac.H share a unique definition of class Fl_X
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 Fl_X::set_high_resolution() to classes Fl_Graphics_Driver and Fl_Quartz_...
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 wait_for_expose member variable from class Fl_X to class Fl_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
virtualizes fl_set_spot and fl_reset_spot
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
Move platform-dependent implementations of fl_clipboard_notify_changes() to t...
Manolo Gouy
2016-04-15
Move platform-dependent implementations of Fl::clipboard_contains() to the Fl...
Manolo Gouy
2016-04-15
Move the platform-dependent implementations of Fl::paste() to the Fl_System_D...
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-15
Continue removing from class Fl_X what is not window-related.
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
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-02
Move intersect_region_and_rect() to the Quartz driver code where it belongs.
Manolo Gouy
[next]