summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2016-02-09Fix MSWindows issues from last refactoring.Matthias Melcher
2016-02-09Fix typos for Linux from previous check-in.Matthias Melcher
2016-02-09Remove two files.Matthias Melcher
2016-02-09Move ifdef's in RGB_Image into driver system.Matthias Melcher
2016-02-09Strip Graphics Driver related ifdefs.Matthias Melcher
2016-02-09Fix valgrind warning (uninitialized variable) in Fl_Window.Albrecht Schlosser
2016-02-07Fixed Windows drag'n'drop not showing insert position (STR #3209).Albrecht Schlosser
2016-02-06New CMake option OPTION_PRINT_SUPPORT - continuedManolo Gouy
2016-02-05Fix typo fl_draw.h instead of fl_draw.HManolo Gouy
2016-02-05New CMake option OPTION_PRINT_SUPPORT turned ON by defaultManolo Gouy
2016-02-02Set depth of image returned by Fl_Image_Surface::image() back to 3 on Mac OS X.Manolo Gouy
2016-02-01Clean up fl_args for OS X.Matthias Melcher
2016-02-01Add fl_focus_rect function to driver.Matthias Melcher
2016-02-01Added missing class name in member function implementation.Manolo Gouy
2016-02-01Transmit to branch 1.3-porting a recent change committed in branch 1.3Manolo Gouy
2016-02-01Fix Mac OS "Print front window" of the application menu.Manolo Gouy
2016-02-01Remove fl_set_fonts_mac.cxx and put in Fl_Quartz_Graphics_Driver_font.cxxManolo Gouy
2016-01-31Just cleaning up a few lines.Matthias Melcher
2016-01-31Fixed WIN32 setup. X11 setup verified.Matthias Melcher
2016-01-31Moved fl_create_bitmask and fl_delete_bitmask functions into driver structure...Matthias Melcher
2016-01-31Have all test programs buildable with ide/Xcode4 project.Manolo Gouy
2016-01-31Needed for Linux/Unix build.Manolo Gouy
2016-01-31Fix compiler warnings (STR 2988), porting from branch-1.3.Albrecht Schlosser
2016-01-31Finish removing of #include of driver files, remove FL_LIBRARY_CMAKE.Albrecht Schlosser
2016-01-31Update build system to compile all drivers as indiviual objects.Albrecht Schlosser
2016-01-30Fix Windows compilation error in Fl_Native_File_Chooser_WIN32.cxx.Albrecht Schlosser
2016-01-30Bump version numbers for next minor release: FLTK 1.4.0.Albrecht Schlosser
2016-01-30Fix case of include file names.Albrecht Schlosser
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