summaryrefslogtreecommitdiff
path: root/src/Fl_win32.cxx
AgeCommit message (Expand)Author
2016-04-15Move platform-dependent implementations of fl_clipboard_notify_changes() to t...Manolo Gouy
2016-04-15Move platform-dependent implementations of Fl::clipboard_contains() to the Fl...Manolo Gouy
2016-04-15Move the platform-dependent implementations of Fl::paste() to the Fl_System_D...Manolo Gouy
2016-04-15Continue moving to Fl_System_Driver the platform_dependent implementations of...Manolo Gouy
2016-04-11Fix VisualC++ build (Visual Studio 2015).Albrecht Schlosser
2016-04-10Rewrite Fl_lock.cxx under the driver model.Manolo Gouy
2016-04-05Fix more compiler warnings.Albrecht Schlosser
2016-04-03Stop using fl_read_image() to read window decoration. Manolo Gouy
2016-04-02Replace src/Fl_Font.H by one file for each platform.Manolo Gouy
2016-03-30Rewrite functions XRectangleRegion(), XDestroyRegion() under the driver model.Manolo Gouy
2016-03-29Remove the platform-dependent type xcharManolo Gouy
2016-03-26Isolate the definition of the 3 public, OS-dependent types (Fl_Offscreen, Fl_...Manolo Gouy
2016-03-25Remove duplicate #include directiveManolo Gouy
2016-03-25Separating platform-dependent from platform-independent code: make src/Fl.cxx...Manolo Gouy
2016-03-24Fix the implementation of Fl_Window::default_icons(const Fl_RGB_Image *icons[...Manolo Gouy
2016-03-24Provide Fl_Window_Driver accessor methods for public Fl_Window attributes.Albrecht Schlosser
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-22Rewrite Fl_Window::resize() under the driver model.Manolo Gouy
2016-03-22Rewrite Fl_Window::show() and Fl_Menu_Window::show() 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-21Rewrite Fl_Window::label(const char *name, const char *mininame) under the dr...Manolo Gouy
2016-03-21Implement Fl_Window::make_current() under the driver model.Manolo Gouy
2016-03-18Beginning of Albrecht's plan for Fl_Window and Fl_Window_Driver classes.Manolo Gouy
2016-03-13Fixed 'flush()' code for single, double, and overlay bufferingMatthias Melcher
2016-03-12Moved the Fl_Window::decorated_*() functions teh Window_DriverMatthias Melcher
2016-03-11Rewrite capture of window decorations using the window driver approach.Manolo Gouy
2016-03-10Rewrite all window icon-related Fl_Window API with the window driver approach.Manolo Gouy
2016-03-07Fixes for MSWindowMatthias Melcher
2016-03-01Moved timer code to screen drivers. Not sure if this should be in System Driv...Matthias Melcher
2016-02-19Instantiate the right Fl_Window_Driver.Matthias Melcher
2016-02-19Rename Fl_Graphics_Driver::set_gc(void*) to gc(void*) and Fl_Graphics_Driver:...Manolo Gouy
2016-02-18Remove all uses of the fl_gc global variable. Towards a clean driver model.Manolo Gouy
2016-02-15Restore compilability for the WIN32 platform.Manolo Gouy
2016-02-13Moed Fl::visual and System_Scheme to the driverMatthias Melcher
2016-02-12Add Fl_Shared_Image *Fl_Image_Surface::highres_image() to draw into high-reso...Manolo Gouy
2016-02-10Fixed Screen Drivers for MSWindowsMatthias Melcher
2016-02-01Transmit to branch 1.3-porting a recent change committed in branch 1.3Manolo Gouy
2016-01-31Fix compiler warnings (STR 2988), porting from branch-1.3.Albrecht Schlosser
2016-01-29Fixed a few warnings from a picky compiler setting.Matthias Melcher
2016-01-28Fix (probably correct!) for compiling Fl_Window::capture_titlebar_and_borders...Ian MacArthur
2016-01-28Added Fl_Window::capture_titlebar_and_borders a new private member functionManolo Gouy
2016-01-101) Replicate in branch-1.3-porting all recent changes of branch-1.3Manolo Gouy
2015-12-31The changes introduced at r.10921 destroyed program-controlled window resizing.Manolo Gouy
2015-11-24Added new method Fl_Copy_Surface::draw_decorated_window()Manolo Gouy
2015-11-23WIN32: fixed printing of window borders and title bar on Windows 10Manolo Gouy
2015-08-25Fix potential Windows GDI leak (STR #3254).Albrecht Schlosser
2015-07-27Document Fl_Window::show() calling Fl_Group::current(0).Albrecht Schlosser
2015-05-18Add support for Fl::copy(..clipboard = 2..)Lauri Kasanen