summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2016-01-23Added OpenGL support for dotted lines. Active widget now renders focus rectan...Matthias Melcher
2016-01-23More typos and oversights.Matthias Melcher
2016-01-23Fixing typos for LinuxMatthias Melcher
2016-01-23OpenGL arc and pie drawing (Mmmmh, pie!)Matthias Melcher
2016-01-23Added OpenGL implementation of fl_vertex calls. Compiling and linking, but fu...Matthias Melcher
2016-01-23Commiting GDI header file with vertex additionsMatthias Melcher
2016-01-23Last set of Xlib fixes for vertex drawing.Matthias Melcher
2016-01-23Fixing vertex implementationMatthias Melcher
2016-01-23Hiding fl_vertex form public viewMatthias Melcher
2016-01-22Fixed unfinished edit of xlib.HMatthias Melcher
2016-01-22Removed superfuous IDE again.Matthias Melcher
2016-01-22Removing Xlib rect calls from public view.Matthias Melcher
2016-01-22Commiting a working VC2013 solution. Note to self: do not use a network drive...Matthias Melcher
2016-01-22Created (but not yet adapted) VisualC 2013 Solution IDE file.Matthias Melcher
2016-01-22Case sensiteve file names in Unix!Matthias Melcher
2016-01-21Fixed two typos to make things run under MSWindows again.Matthias Melcher
2016-01-21Removed MSWindows GDI graphics driver from public view. Matthias Melcher
2016-01-21Removed OpenGL graphics driver from public view. For the parts that are imple...Matthias Melcher
2016-01-21Removed OpenGL graphics driver from public view. For the parts that are imple...Matthias Melcher
2016-01-21Remove Quartz graphics driver from public view.Matthias Melcher
2016-01-21Moving already cleaned up methods within class to make it easier to see metho...Matthias Melcher
2016-01-20Avoid clipping stack overruns in OpenGL graphics driverMatthias Melcher
2016-01-20Wrapping up fl_rect.cxx implementation. Introducing 3 moer virtual functions ...Matthias Melcher
2016-01-20Reorganized all integer line and polygon drawing functionsMatthias Melcher
2016-01-20Re-ordering a few more functions. It's nice to see how clear functions like r...Matthias Melcher
2016-01-20Starting to cut out individual graphics function, so that multiple drivers ca...Matthias Melcher
2016-01-19Fixed typos for Linux compilation. OpenGL driver compiles and somewhat works,...Matthias Melcher
2016-01-18Replaced static initializer with Fl_OpenGL_Display_Device.Matthias Melcher
2016-01-18Fixed stupid typo in variable nameMatthias Melcher
2016-01-17Trying to create a more detaild way to configure the library, added runtime i...Matthias Melcher
2016-01-11Better use of FL_PORTING preprocessor variable.Manolo Gouy
2016-01-10Transferred required Doxygen description of a method.Manolo Gouy
2016-01-101) Replicate in branch-1.3-porting all recent changes of branch-1.3Manolo Gouy
2016-01-10Replicate in branch-1.3-porting a recent change of branch-1.3Manolo Gouy
2016-01-04Compiling in OS X from the command line goes pretty far for __APPLE__ undefin...Matthias Melcher
2016-01-04Two more fixes for the command line versionMatthias Melcher
2016-01-04Created pseudo code for all FL_PORTED section so that FLTK compiles and links...Matthias Melcher
2016-01-04Adding some basic Android native setupMatthias 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
2016-01-03kMatthias Melcher
2015-12-31The changes introduced at r.10921 destroyed program-controlled window resizing.Manolo Gouy
2015-12-31Mac OS: modified CMake config files to allow use of OPTION_APPLE_X11Manolo Gouy
2015-12-30[CMake] config.h, part 2 - full compatibility with autoconf.Albrecht Schlosser
2015-12-30Harmonize configure and CMake build system (part 1).Albrecht Schlosser
2015-12-30Add configure and CMake checks for X11/Xregion.h.Albrecht Schlosser
2015-12-29Mac OS: add if(APPLE condition to Mac OS-specific target property.Manolo Gouy
2015-12-29Mac OS: Enhanced the application bundle for the editor demoManolo Gouy
2015-12-26Mac OS + CMake: this file is used by CMake to build the Info.plist files of ...Manolo Gouy
2015-12-23Mac OS: It is not necessary to open the display to send theManolo Gouy