summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2016-03-29Fix Fl_Browser::textsize(int) to adjust the scrollbars (STR #3057).Albrecht Schlosser
2016-03-29[CMake] Revert r 11461.Albrecht Schlosser
2016-03-29[CMake] Fix library names.Albrecht Schlosser
2016-03-29Remove the platform-dependent type xcharManolo Gouy
2016-03-29Add a default value to the argument of Fl_System_Driver::dnd(int).Manolo Gouy
2016-03-29Begin to clean fl_utf8.h from its platform-dependent content.Manolo Gouy
2016-03-28This file has become useless under the driver model.Manolo Gouy
2016-03-28Rewrite Fl_dnd.cxx under the driver model.Manolo Gouy
2016-03-28Rewrite Fl_compose.cxx under the driver model.Manolo Gouy
2016-03-28Rewrite Fl_abort.cxx under the driver model.Manolo Gouy
2016-03-28Remove src/drivers/Quartz/Fl_Quartz_Display_Device.{H,cxx}Manolo Gouy
2016-03-28Restore building with NO_PRINT_SUPPORT.Manolo Gouy
2016-03-28Add Fl_System_Driver.cxxManolo Gouy
2016-03-28Rewrite file src/Fl_arg.cxx under the driver model. Begin giving flesh to the...Manolo Gouy
2016-03-27[CMake] Remove redundant linking in CMake build process (STR #3298).Albrecht Schlosser
2016-03-27Remove platform-dependent code from Fl_Widget_Surface.cxx - last part.Manolo Gouy
2016-03-27Remove the platform-dependent code from Fl_Widget_Surface.cxx - first part.Manolo Gouy
2016-03-27Remove a bunch of unnecessary #include <config.h> directivesManolo Gouy
2016-03-27Rewrite Fl_Menu_Window class under the driver model.Manolo Gouy
2016-03-27Rewrite Fl_Overlay_Window class under the driver model.Manolo Gouy
2016-03-26Remove a few uses of the fl_graphics_driver global variableManolo Gouy
2016-03-26Remove commented out code.Manolo Gouy
2016-03-26Replace the last bit of platform-dependent code in src/Fl.cxx by equivalent c...Manolo Gouy
2016-03-26Public header files must not include files from the source tree.Manolo Gouy
2016-03-26Add necessary #include <FL/x.H> directiveManolo Gouy
2016-03-26Remove #include <FL/x.H> from all public include file (there remained one).Manolo Gouy
2016-03-26Isolate the definition of the 3 public, OS-dependent types (Fl_Offscreen, Fl_...Manolo Gouy
2016-03-26Remove FLTK_ABI_VERSION from all but *tree*.* and documentation.Albrecht Schlosser
2016-03-26Move fl_local_* decl. and short docs back to FL/Fl.H.Albrecht Schlosser
2016-03-25Added current error messages of Android build as a reference.Matthias Melcher
2016-03-25Completed the vector font.Matthias Melcher
2016-03-25Remove a bunch of useless #include <FL/x.H> directives.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-24Rewrite Fl::handle_(int e, Fl_Window* window) and Fl_Widget::damage() to rem...Manolo Gouy
2016-03-24Move platform-dependent stuff away from src/Fl.cxxManolo Gouy
2016-03-24Fix the implementation of Fl_Window::default_icons(const Fl_RGB_Image *icons[...Manolo Gouy
2016-03-24Fix the "bizarre makefile build error" due to double declarations of fl_clip_...Manolo Gouy
2016-03-24Fix bizarre makefile build error on Mac OS platform.Manolo Gouy
2016-03-24Provide Fl_Window_Driver accessor methods for public Fl_Window attributes.Albrecht Schlosser
2016-03-23Rewrite Fl_Window::show(int argc, char **argv) under the driver model.Manolo Gouy
2016-03-23Rewrite Fl_Window::hotspot(int X, int Y, int offscreen) under the driver model.Manolo Gouy
2016-03-23Rewrite Fl_Window::iconize() under the driver model.Manolo Gouy
2016-03-23Rewrite Fl_Window::size_range_() under the driver model.Manolo Gouy
2016-03-23Rewrite Fl_Window::border(int) under the driver model.Manolo Gouy
2016-03-23Rewrite Fl_Window::offscreen_x() under the driver model - continued.Manolo Gouy
2016-03-23Rewrite Fl_Window::fullscreen_x() under the driver model.Manolo Gouy
2016-03-23Enable definition of Unicode conv. options on compiler command line.Albrecht Schlosser
2016-03-23Fix Linux build: one include file and missing #include <config.h>.Albrecht Schlosser
2016-03-23Rewrite Fl_Window::handle(int) under the driver model.Manolo Gouy