summaryrefslogtreecommitdiff
path: root/FL/x.H
AgeCommit message (Expand)Author
2020-07-06Remove $Id$ tags, update URL's, and moreAlbrecht Schlosser
2018-01-31Replace FL/x.H with FL/platform.H - step 1.Albrecht Schlosser
2017-07-11Add missing definition of the 'uchar' type in FL/x.HManolo Gouy
2016-11-16Fix shared library build.Albrecht Schlosser
2016-09-12Remove code requiring config.h from public header FL/x.HManolo Gouy
2016-09-11Put the code that defines the layout of struct _XRegion in FL/x.HManolo Gouy
2016-04-23Fix compilation warnings.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-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-18Replace static void Fl_X::activate_window(Window) under X11 platform by void ...Manolo Gouy
2016-04-18Replace Fl_X::sendxjunk() under USE_X11 by Fl_X11_Window_Driver::sendxjunk().Manolo Gouy
2016-04-18Remove Fl_X::setwindow(Fl_Window*) from WIN32 and USE_X11 Fl_X classes.Manolo Gouy
2016-04-18Move Fl_X::backbuffer_bad under USE_X11 to class Fl_X11_Wi,dow_Driver.Manolo Gouy
2016-04-18Remove Fl_X::x(w,X) and Fl_X::y(w,Y) on the USE_X11 platform that are unused ...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-16Continue removing non window-related member-functions from class Fl_X.Manolo Gouy
2016-04-16Continue removing non window-related member-functions from class Fl_X.Manolo Gouy
2016-04-16Begin moving non window-related member functions out of Fl_X class.Manolo Gouy
2016-04-16Remove the virtual destructor of class Fl_X that is no longer needed.Manolo Gouy
2016-04-02Replace src/Fl_Font.H by one file for each platform.Manolo Gouy
2016-03-31Continue removing platform-dependent code from the Fl.H header file.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-11(incomplete) Add files required to compile for Android via Pico driver.Matthias Melcher
2016-03-07Fixes for X11Matthias Melcher
2016-03-03A hopefully clearer implementation of the fl_XXX_offscreen() functions.Manolo Gouy
2016-03-02Add support for SDL as a base library on OS X.Matthias 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-19Fixes for X11Matthias Melcher
2016-02-19Add System Driver and Window Driver.Matthias Melcher
2016-02-13Details on PORTME items. Move fl_parse_color() to screen drivers.Matthias Melcher
2016-02-11Mark places that need to be refactored with // PORTME:Matthias Melcher
2016-02-11Move platform part of Fl::flush()Matthias Melcher
2016-02-09Porting efforts, minimal Android stuff, cleanup.Matthias Melcher
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
2016-01-04Created pseudo code for all FL_PORTED section so that FLTK compiles and links...Matthias Melcher
2016-01-04Fix typos in #pragma FL_PORTING.Albrecht Schlosser
2016-01-03Updated platform specific #if's to report unimplemented code when compiling w...Matthias Melcher
2015-11-26Mac OS only: added the Fl_Mac_App_Menu::custom_application_menu_items() methodManolo Gouy
2015-03-16Add support for accelerated alpha blending under X11.Lauri Kasanen
2015-03-16Detect XRender supportLauri Kasanen