summaryrefslogtreecommitdiff
path: root/FL/win32.H
AgeCommit message (Expand)Author
2016-03-23Rewrite Fl_Window::handle(int) under the driver model.Manolo Gouy
2016-03-07Fixes for MSWindowMatthias Melcher
2016-02-27Rewrite all fl_XXX_offscreen() functions so they use an Fl_Image_Surface object.Manolo Gouy
2016-02-25Remove the useless pseudo run-time type information supported by the Fl_Devic...Manolo Gouy
2016-02-19WinAPI fixesMatthias Melcher
2016-02-19Add System Driver and 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-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
2014-09-15Consolidate the Win32 init and cleanup code in to one place soPierre Ossman
2014-06-30Stop declaring fl_default_cursor as it no longer exists.Pierre Ossman
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
2012-03-12Replaced fl_copy_offscreen_with_alpha() by Fl_GDI_Graphics_Driver::copy_offsc...Manolo Gouy
2011-07-19Modifications to all LGPL headers for STR #2685.Greg Ercolano
2011-05-23Add FL_EXPORT to several classes to fix MS VC++ dll builds (STR #2632).Albrecht Schlosser
2011-02-05FL/Fl_Window.H must be included always (not only in the FL_INTERNALS part).Albrecht Schlosser
2011-02-04Fix STR #2535: clipping + coordinate transformations are now managed separate...Manolo Gouy
2011-02-02Removed global variable fl_surface that was not very useful because equivalentManolo Gouy
2011-02-02Removed global variable fl_display_device that was not very useful because eq...Manolo Gouy
2011-01-20Redefined fl_xid() as an inline function when used inside the FLTK library.Manolo Gouy
2011-01-17Hiding the Fl_X class under WIN32 (STR #2522).Albrecht Schlosser
2010-11-28Fixed Copyright to 2010.Matthias Melcher
2010-07-09Fixed fl_XXX_offscreen functions when the current output goes to a printer or...Manolo Gouy
2010-03-14Merge of branch-1.3-Fl_Printer, with the following main changes:Albrecht Schlosser
2009-01-01Changed the copyright to 2009 for header files. Still todo: src and test dire...Matthias Melcher
2008-09-25+ Cairo branch merged after successful testing on Mac OS X 10.5.4, Linux Ubun...Fabien Costantini
2008-09-18Doxygen documentation: Fixed most important warnings for the Fl_Widget, Fl_Wi...Fabien Costantini
2006-09-16OK, I believe I fixed the transparency issues on WIN32. Please everyone, test...Matthias Melcher
2005-09-15STR #1007: removed one superfluous ReleaseDC. All demos are running nicely ag...Matthias Melcher
2005-09-12STR #1007: Applied second patch by hand. OP: could you please check if all ch...Matthias Melcher
2005-04-16Update source file headers with STR web page.Michael R Sweet
2005-02-24Copyright updates.Michael R Sweet
2004-11-20Watcom fixes (STR #584, STR #594, STR #595)Michael R Sweet
2004-04-11Copyright updates and prep for 1.1.5rc1.Michael R Sweet
2003-06-01Add symlink for installs on OSX so that the wrong include file is notMichael R Sweet
2003-01-30Copyright update for 1.1.3 release (not quite yet, but soon...)Michael R Sweet
2002-08-14More FL_EXPORT fun...Michael R Sweet
2002-07-01Some patches from Ori Berger to plug some resource leaks and use aMichael R Sweet
2002-06-07New file chooser.Michael R Sweet
2002-04-15Change fl_create_deepmask() to fl_create_alphamask().Michael R Sweet
2002-04-14Added fl_create_deepmask() method for creating alpha blend masks.Michael R Sweet
2002-01-01Copyright updates...Michael R Sweet
2001-11-27Preliminary commit of my MacOS X work.Michael R Sweet
2001-11-19WIN32 fixes for the new image stuff...Michael R Sweet
2001-11-18Add Fl_Bitmask type, fl_create_bitmask() and fl_delete_bitmask() functionsMichael R Sweet
2001-01-22Copyright 2001.Michael R Sweet
2000-06-05OK, now version 1.0.9Michael R Sweet