summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2016-01-29Fixed a few warnings from a picky compiler setting.Matthias Melcher
2016-01-29A bit more OpenGL cleanupMatthias Melcher
2016-01-29Updated OpenGL Display DeviceMatthias Melcher
2016-01-29Made OpenGL driver compile by itself instead of including files from another ...Matthias Melcher
2016-01-29Update Makefile to compile only needed Xlib driver files.Albrecht Schlosser
2016-01-28Fix (probably correct!) for compiling Fl_Window::capture_titlebar_and_borders...Ian MacArthur
2016-01-28Removed compilation warning.Manolo Gouy
2016-01-28Removed extra }Manolo Gouy
2016-01-28Added Fl_Window::capture_titlebar_and_borders a new private member functionManolo Gouy
2016-01-28Some trivial adjustments to support buildingIan MacArthur
2016-01-28Fix silly copy-and-change error.Albrecht Schlosser
2016-01-28(Try to) fix CMake for Apple, prepare for Windows drivers.Albrecht Schlosser
2016-01-28Prepare src/Makefile to compile Xlib driver files.Albrecht Schlosser
2016-01-28Fix duplicate of FLTK colormap: fl_cmap[] is now global.Albrecht Schlosser
2016-01-28Fix Linux - remove duplicates introduced by merge conflicts.Albrecht Schlosser
2016-01-27Modify Xlib driver code not to #include source files.Albrecht Schlosser
2016-01-27Messed up Makefiles in order to compile on OS X with carved out Graphics DriverMatthias Melcher
2016-01-27Removed all references to Quartz driver files from library headers in Xcode. ...Matthias Melcher
2016-01-27Further things related to the r11063 commit.Manolo Gouy
2016-01-271) Added a new way to detect whether the drawing operation is using the platf...Manolo Gouy
2016-01-26Further fudged up the Makefile dependencies.Matthias Melcher
2016-01-26Moving image drawing code into the driver systemMatthias Melcher
2016-01-26Made GDI compilation work againMatthias Melcher
2016-01-26Moving GDI/WIN32 files to new directroy structureMatthias Melcher
2016-01-26Moved Quartz graphics driver to the new naming schemeMatthias Melcher
2016-01-26Avoid warningMatthias Melcher
2016-01-26OpenGL new naming scheme.Matthias Melcher
2016-01-26Hacky version of font_x and font_xft, compiles on Fedora LinuxMatthias Melcher
2016-01-26Preliminary commit of porting Xlib drivers to the new naming schemeMatthias Melcher
2016-01-24Fixed for LinuxMatthias Melcher
2016-01-24Extracting OpenGL text calls. This is a minimum implementation for testing. D...Matthias Melcher
2016-01-24And the usual extra work for MSWindows... .Matthias Melcher
2016-01-24Fixes for Unix/X11Matthias Melcher
2016-01-24Reorganizing color drawing code.Matthias Melcher
2016-01-23he dreaded '.H' file ending issue in case sensitive file systems...Matthias Melcher
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-22Removing Xlib rect calls from public view.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