summaryrefslogtreecommitdiff
path: root/src/Fl_win32.cxx
AgeCommit message (Expand)Author
2016-11-30Remove Fl_Image_Surface::end_current() to be called after usage of the drawin...Manolo Gouy
2016-11-09Use Fl_Graphics_Driver::default_driver() when convenient.Manolo Gouy
2016-10-14Fix inconsistent interpretation of ld() in image handling (STR #3308).Albrecht Schlosser
2016-09-29Avoid compilation warnings with -Wmaybe-uninitializedManolo Gouy
2016-09-20Remove fl_wait() that is not part of the public API.Manolo Gouy
2016-09-19Remove fl_ready() not in public API and mostly same as Fl_XXX_Screen_Driver::...Manolo Gouy
2016-09-09Rewrite fl_open_callback() under the driver model.Manolo Gouy
2016-09-01Fix buffer overflow in CR/LF conversion.Albrecht Schlosser
2016-08-28Fix slight mis-scaling when pasting Enhanced metafile from clipboardManolo Gouy
2016-08-28Use desktop scaling factor also when pasting an Enhanced MetafileManolo Gouy
2016-08-25Fix computation of Fl_Window::decorated_w() and decorated_h() when apps are r...Manolo Gouy
2016-08-24Remove unused variable.Manolo Gouy
2016-08-23Change return type of Fl_Screen_Driver::read_win_rectangle() to Fl_RGB_Image*Manolo Gouy
2016-04-22Minor simplification.Manolo Gouy
2016-04-20Avoid the expression "foreign language" in comments.Manolo Gouy
2016-04-19Virtualized add_fd and remove_fd into System DriverMatthias Melcher
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-19Add static Fl_XXX_Window_Driver *driver(Fl_Window*) to get the platform-speci...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-17MSWindows fixes for previous commits.Matthias Melcher
2016-04-17virtualizes fl_set_spot and fl_reset_spotMatthias Melcher
2016-04-17Remove set_icons() from the virtual API of class Fl_Window_Driver because it ...Manolo Gouy
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-15Move platform-dependent implementations of fl_open/close_display() to the Fl_...Manolo Gouy
2016-04-15Move platform-dependent implementations of Fl::en/dis/able_im() to the Fl_Scr...Manolo Gouy
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