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
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-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
Rewrite Fl_Window::label(const char *name, const char *mininame) under the dr...
Manolo Gouy
2016-03-21
Implement Fl_Window::make_current() under the driver model.
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-12
Moved the Fl_Window::decorated_*() functions teh Window_Driver
Matthias Melcher
2016-03-11
Rewrite of Fl_Printer under the driver model - first step
Manolo Gouy
2016-03-11
Fix small problem in win->wait_for_expose() for a window that has subwindows.
Manolo Gouy
2016-03-11
Rewrite Fl_Window::wait_for_expose() using the window driver approach.
Manolo Gouy
2016-03-11
Rewrite capture of window decorations using the window driver approach.
Manolo Gouy
2016-03-10
Implement non-rectangular windows using the Window Driver mechanism.
Manolo Gouy
2016-03-09
Simpler code for capture of OpenGL windows: the pixel array is converted to t...
Manolo Gouy
2016-03-07
Separating Fl_X and Fl_Window_Driver in Fl_Window.
Matthias Melcher
2016-03-01
Rewrite the Fl_Copy_Surface class with strict separation of public API and pl...
Manolo Gouy
2016-03-01
Moved timer code to screen drivers. Not sure if this should be in System Driv...
Matthias Melcher
2016-02-27
Rewrite all fl_XXX_offscreen() functions so they use an Fl_Image_Surface object.
Manolo Gouy
2016-02-26
Create class Fl_Widget_Surface that supports draw(Fl_Widget *, int, int).
Manolo Gouy
2016-02-19
Instantiate the right Fl_Window_Driver.
Matthias Melcher
2016-02-19
Rename Fl_Graphics_Driver::set_gc(void*) to gc(void*) and Fl_Graphics_Driver:...
Manolo Gouy
2016-02-18
Remove all uses of the fl_gc global variable. Towards a clean driver model.
Manolo Gouy
2016-02-14
Remove Fl_X::q_fill_context() used only once.
Manolo Gouy
2016-02-14
Remove Fl_X::q_clear_clipping() used only once.
Manolo Gouy
2016-02-13
New member function Fl_Quartz_Graphics_Driver::draw_CGImage() used internally...
Manolo Gouy
2016-02-13
Simpler code to support drawing to high-resolution Fl_Image_Surface object.
Manolo Gouy
2016-02-12
Fl_Window::capture_titlebar_and_borders() returns a double-resolution top image.
Manolo Gouy
2016-02-12
Add Fl_Shared_Image *Fl_Image_Surface::highres_image() to draw into high-reso...
Manolo Gouy
2016-02-12
Add Fl_Shared_Image *Fl_Image_Surface::highres_image() to draw into high-reso...
Manolo Gouy
2016-02-11
Mark places that need to be refactored with // PORTME:
Matthias Melcher
2016-02-10
Basic Screen Driver Structure. LIMBO!
Matthias Melcher
2016-02-01
Fix Mac OS "Print front window" of the application menu.
Manolo Gouy
2016-01-31
Fix compiler warnings (STR 2988), porting from branch-1.3.
Albrecht Schlosser
2016-01-28
Added Fl_Window::capture_titlebar_and_borders a new private member function
Manolo Gouy
2016-01-27
Removed all references to Quartz driver files from library headers in Xcode. ...
Matthias Melcher
2016-01-27
1) Added a new way to detect whether the drawing operation is using the platf...
Manolo Gouy
2016-01-10
1) Replicate in branch-1.3-porting all recent changes of branch-1.3
Manolo Gouy
2015-12-23
Mac OS: It is not necessary to open the display to send the
Manolo Gouy
2015-12-23
Mac OS: when an app is asked to open a file by Applescript, have it redraw it...
Manolo Gouy
2015-12-21
Mac OS: Fix for STR#3268 where a fullscreen window could become relocated
Manolo Gouy
2015-12-13
Allowing to use FLTK objects in static initializers (cont'd).
Manolo Gouy
2015-12-09
Mac OS: using true system windows for FLTK sub-Fl_Window's.
Manolo Gouy
2015-12-09
Mac OS: the present code asks the system to build the mini window image when ...
Manolo Gouy
2015-12-07
Mac OS: added visibility test necessary after a subwindow-containing group wa...
Manolo Gouy
2015-12-07
Mac OS: removed some code that was duplicated by checkSubwindowFrame run later.
Manolo Gouy
2015-12-03
Removed compilation warning with SDKs 10.3 and 10.4u
Manolo Gouy
2015-12-02
Mac OS: send the setWantsBestResolutionOpenGLSurface:YES message in
Manolo Gouy
[next]