summaryrefslogtreecommitdiff
path: root/FL/win32.H
AgeCommit message (Expand)Author
3 dayswip: forkmaxim nikonov
2022-08-29Make hybrid Wayland/X11 platform.ManoloFLTK
2022-02-21Remove obsolete/disabled "boxcheat" codeAlbrecht Schlosser
2020-07-06Remove $Id$ tags, update URL's, and moreAlbrecht Schlosser
2018-03-09Windows: remove necessity to compile with -DFLTK_HIDPI_SUPPORT to make WIN32 ...Manolo Gouy
2018-02-09Replace "WIN32" with "_WIN32" or "Windows".Albrecht Schlosser
2018-01-31Fix broken Windows and macOS builds.Albrecht Schlosser
2018-01-31Replace FL/x.H with FL/platform.H - step 2 (STR #3435).Albrecht Schlosser
2017-06-27WIN32 platform: more progress for full HiDPI supportManolo Gouy
2016-08-09[CMake] Fix Windows dll build with Visual Studio generator.Albrecht Schlosser
2016-04-20Clean #include directives used by x.H, mac.H, win32.HManolo Gouy
2016-04-19Have headers x.H, win32.H and mac.H share a unique definition of class Fl_X Manolo Gouy
2016-04-19Move private_dc from Fl_X for WIN32 platform to Fl_WinAPI_Window_Driver.Manolo Gouy
2016-04-19Move Fl_X::make_fullscreen() for WIN32 platform to Fl_WinAPI_Window_Driver:: ...Manolo Gouy
2016-04-19Transform Fl_X::make(Fl_Window*) for WIN32 platform into virtual Fl_X* Fl_Win...Manolo Gouy
2016-04-18Move other_xid member variable from class Fl_X to class F_Window_Driver.Manolo Gouy
2016-04-18Move wait_for_expose member variable from class Fl_X to class Fl_Window_Driver.Manolo Gouy
2016-04-18Move set_cursor() member functions from class Fl_X to classes Fl_Window_Drive...Manolo Gouy
2016-04-18Remove Fl_X::setwindow(Fl_Window*) from WIN32 and USE_X11 Fl_X classes.Manolo Gouy
2016-04-18Replace member function void Fl_X::flush() by virtual void Fl_Window_Driver::...Manolo Gouy
2016-04-16Remove unused and "illegal" include statements.Albrecht Schlosser
2016-04-16 Continue removing non window-related member-functions from class Fl_X.Manolo Gouy
2016-04-16 Continue removing non window-related member-functions from class Fl_X.Manolo Gouy
2016-04-16Remove the virtual destructor of class Fl_X that is no longer needed.Manolo Gouy
2016-03-30Rewrite functions XRectangleRegion(), XDestroyRegion() under the driver model.Manolo Gouy
2016-03-26Isolate the definition of the 3 public, OS-dependent types (Fl_Offscreen, Fl_...Manolo Gouy
2016-03-24Fix the "bizarre makefile build error" due to double declarations of fl_clip_...Manolo Gouy
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