summaryrefslogtreecommitdiff
path: root/FL/Fl_Window.H
AgeCommit message (Expand)Author
2016-04-14PicoSDL fixes - not working!Matthias Melcher
2016-04-09Fix typos.Albrecht Schlosser
2016-04-06Fix Doxygen warnings.Albrecht Schlosser
2016-03-25Completed the vector font.Matthias Melcher
2016-03-23Rewrite Fl_Window::iconize() under the driver model.Manolo Gouy
2016-03-23Rewrite Fl_Window::size_range_() under the driver model.Manolo Gouy
2016-03-23Rewrite Fl_Window::fullscreen_x() under the driver model.Manolo Gouy
2016-03-22Move all icon-support data to the platform-specific Fl_XXX_Window_Driver classManolo Gouy
2016-03-20Continue implementation of class Fl_Window_Driver according to Albrecht's plan.Manolo Gouy
2016-03-13Fixed 'flush()' code for single, double, and overlay bufferingMatthias Melcher
2016-03-13Window functions to retrieve more detailed window typeMatthias Melcher
2016-03-12Quick fix for Fluid on X11. MSWindows version broken due to missing Fl_Printe...Matthias Melcher
2016-03-11Rewrite capture of window decorations using the window driver approach.Manolo Gouy
2016-03-11(incomplete) Add files required to compile for Android via Pico driver.Matthias Melcher
2016-03-10Rewrite all window icon-related Fl_Window API with the window driver approach.Manolo Gouy
2016-03-10Implement non-rectangular windows using the Window Driver mechanism.Manolo Gouy
2016-03-08Add very basic graphics support to PicoSDL.Matthias Melcher
2016-03-07Separating Fl_X and Fl_Window_Driver in Fl_Window.Matthias Melcher
2016-03-06Driver-based Fl_Double_Window implementation - continued.Manolo Gouy
2016-02-26Create class Fl_Widget_Surface that supports draw(Fl_Widget *, int, int).Manolo Gouy
2016-02-19Add example code to Fl_Window_Driver.Matthias Melcher
2016-02-19Instantiate the right Fl_Window_Driver.Matthias Melcher
2016-02-13Details on PORTME items. Move fl_parse_color() to screen drivers.Matthias Melcher
2016-02-12Add Fl_Shared_Image *Fl_Image_Surface::highres_image() to draw into high-reso...Manolo Gouy
2016-02-11Mark places that need to be refactored with // PORTME:Matthias Melcher
2016-02-09Fix valgrind warning (uninitialized variable) in Fl_Window.Albrecht Schlosser
2016-01-28Added Fl_Window::capture_titlebar_and_borders a new private member functionManolo Gouy
2016-01-271) Added a new way to detect whether the drawing operation is using the platf...Manolo Gouy
2016-01-03Updated platform specific #if's to report unimplemented code when compiling w...Matthias Melcher
2015-07-27Document Fl_Window::show() calling Fl_Group::current(0).Albrecht Schlosser
2015-07-22It's possible to transmit an Fl_Shared_Image to Fl_Window::shape(const Fl_Ima...Manolo Gouy
2014-10-29Add method Fl_Window::clear_modal_states(), Ian MacArthur
2014-10-05Fix ABI compatibility comments.Albrecht Schlosser
2014-09-26Add Fl_Window::wait_for_expose() and test program (STR #3124).Albrecht Schlosser
2014-09-21STR#3093 continued: deleted the Fl_Shaped_Window class. Instead, added new me...Manolo Gouy
2014-08-27Added the Fl_Shaped_Window class to support windows of arbitrary shapes.Manolo Gouy
2014-06-16Add ability to set custom icons for windows. STR #2816.Pierre Ossman
2014-06-16Add method to set any custom cursor, based on a Fl_RGB_Image object.Pierre Ossman
2014-06-11Support for full screen over multiple monitors.Pierre Ossman
2013-04-10As per notes from STR#2948:Greg Ercolano
2013-04-10While suggesting a new top_window() method for STR#2948,Greg Ercolano
2013-04-08Fix for STR #2944 [2]: Fix Apple-specifc nested window problem for Fl_Gl_Wind...Greg Ercolano
2012-11-06Replaced 10302 with 10301 for FLTK_ABI_VERSIONMatthias Melcher
2012-07-26Doc fixes for resize() and fullscreen_off():Greg Ercolano
2012-07-26Doc fixes for Fl_Window::size_range().Greg Ercolano
2012-04-05Fix MS VC++ (2008/2010) compiler error, as discussed in fltk.general inAlbrecht Schlosser
2012-03-23Fix STR#2641: true fullscreen windows that cover all their screen including m...Manolo Gouy
2011-07-19Modifications to all LGPL headers for STR #2685.Greg Ercolano
2011-04-15Added Fl_Paged_Device::print_window() to print a window with its title bar an...Manolo Gouy
2011-02-25Un-inlined Fl_Window::icon() methods to make them easier to extend w/oAlbrecht Schlosser