summaryrefslogtreecommitdiff
path: root/src/drivers/WinAPI
AgeCommit message (Expand)Author
2020-01-15Fix uninitialized vars in calls to fl_clip_box() (issue #6)Albrecht Schlosser
2020-01-03Fixed previous commit for MSWindows.MatthiasM
2020-01-03Linux/MSWindows: improved Fl_Preferences file path checkingMatthias Melcher
2019-12-31Limiting file access for Fl_Preferences.Matthias Melcher
2019-11-02Slightly simpler code to support fl_overlay_rect() on HighDPI screens.ManoloFLTK
2019-10-22Add default value of 0 for 1st arg of member function Fl_Printer::begin_job().ManoloFLTK
2019-08-21Fix a case when fl_read_window() did not capture subwindows correctly.ManoloFLTK
2019-07-13Fl_WinAPI_Printer_Driver::end_page(): make sure rotation stops when the page ...ManoloFLTK
2019-06-18Slightly simpler Fl_WinAPI_Screen_Driver::init()ManoloFLTK
2019-06-16Make FLTK Windows apps "Per-Monitor-V2 DPI Aware"ManoloFLTK
2019-06-06Add one argument to Fl_Screen_Driver::read_win_rectangle()ManoloFLTK
2019-03-25Replace static void Fl_Window_Driver::default_icons() by virtual Fl_Screen_Dr...ManoloFLTK
2019-03-06Process env var FLTK_SCALING_FACTOR consistently across platforms.ManoloFLTK
2019-02-28Fix error in Fl_WinAPI_Screen_Driver::screen_work_area() when screen is scaled.ManoloFLTK
2019-02-23Rename member todelete_ of struct Fl_Window_Driver::shape_data_type to effect...ManoloFLTK
2019-02-23New member function const Fl_Image* Fl_Window::shape() replaces int Fl_Window...ManoloFLTK
2018-11-28Create default implementation of Fl_Screen_Driver::get_system_scheme() and us...Manolo Gouy
2018-11-26Windows: Have Fl::x(), Fl::y(), Fl::w() and Fl::h() change their values when ...Manolo Gouy
2018-06-27Remove a few useless 'friend' statements.Manolo Gouy
2018-06-26Move Fl_System_Driver.H from FL/ to src/Manolo Gouy
2018-06-26Move Fl_Screen_Driver.H from FL/ to src/Manolo Gouy
2018-06-26Move Fl_Window_Driver.H from FL/ to src/Manolo Gouy
2018-05-25Replace Fl_Paged_Device::newPrinterDriver() by Fl_Printer::newPrinterDriver().Manolo Gouy
2018-05-12Remove public member function Fl_Window_Driver *Fl_Window::driver() so class ...Manolo Gouy
2018-05-09Rename Fl_Paged_Device::start_job() to begin_job() and Fl_Paged_Device::start...Manolo Gouy
2018-05-09Remove a bunch of useless #include <FL/Fl_Printer.H> statements.Manolo Gouy
2018-05-06Simplify Fl_XXX_Window_Driver::capture_titlebar_and_borders() using Fl_Image:...Manolo Gouy
2018-05-03Fix fl_overlay_rect() under X11 and Windows when GUI is scaled.Manolo Gouy
2018-04-24Windows: avoid changing the current Fl_Surface_Device when drawing an Fl_Doub...Manolo Gouy
2018-04-23Undo change at r12792 (24 march 2018) because test/offscreen does not work wi...Manolo Gouy
2018-04-18Simplify the implementation of printing of Fl_Pixmap images under Windows.Manolo Gouy
2018-03-24Windows: avoid changing the current Fl_Surface_Device when drawing an Fl_Doub...Manolo Gouy
2018-03-09Windows: remove necessity to compile with -DFLTK_HIDPI_SUPPORT to make WIN32 ...Manolo Gouy
2018-02-20Remove unnecessary #ifdef _WIN32Manolo Gouy
2018-02-16Remove Fl_Window_Driver::current_cursor() and its platform-specific forms tha...Manolo Gouy
2018-02-09Replace "WIN32" with "_WIN32" or "Windows".Albrecht Schlosser
2018-02-09Fix fl_read_image() under MacOS platform when GUI is rescaled.Manolo Gouy
2018-01-31Replace FL/x.H with FL/platform.H - step 2 (STR #3435).Albrecht Schlosser
2018-01-09Put a default implementation of parse_color() in Fl_Screen_Driver and only Fl...Manolo Gouy
2017-12-18STR#3444: Add MacOS support for application rescaling (not quite complete)Manolo Gouy
2017-11-17Replace remaining calls of getenv() with fl_getenv().Albrecht Schlosser
2017-11-11Refactor Fl_WinAPI_System_Driver string conversion and more.Albrecht Schlosser
2017-11-10Add missing platform wrapper fl_chdir() for chdir().Albrecht Schlosser
2017-10-15Rename fl_open_ext() parameter 'translation' to 'binary'.Albrecht Schlosser
2017-10-12Add fl_open_ext() to control whether the file is opened in binary/text mode.Manolo Gouy
2017-10-04Undo commit at r.12475 that is not adequate.Manolo Gouy
2017-10-04Fl_SVG_Image class: add support for compressed .svgz image files.Manolo Gouy
2017-09-19Convert the initialisation of global variables fl_local_shift, fl_local_meta,...Manolo Gouy
2017-09-19Fl_XXX_System_Driver::clocale_printf() : use thread-specific, locale-setting ...Manolo Gouy
2017-08-20Remove undesirable statement.Manolo Gouy