summaryrefslogtreecommitdiff
path: root/FL
AgeCommit message (Expand)Author
2016-01-27Removed all references to Quartz driver files from library headers in Xcode. ...Matthias Melcher
2016-01-271) Added a new way to detect whether the drawing operation is using the platf...Manolo Gouy
2016-01-26Fixed a few commentsMatthias 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-26Hacky version of font_x and font_xft, compiles on Fedora LinuxMatthias 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-24Reorganizing color drawing code.Matthias Melcher
2016-01-23Added OpenGL support for dotted lines. Active widget now renders focus rectan...Matthias 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-23Fixing vertex implementationMatthias Melcher
2016-01-23Hiding fl_vertex form public viewMatthias Melcher
2016-01-22Removing Xlib rect calls from public view.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-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-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-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-12-22Doc change only: clearly document that FLTK has at any time a current drawing...Manolo Gouy
2015-12-19Trying to find how to best write the // "$Id$" lines in src/Fl_File_Chooser.flManolo Gouy
2015-12-18Running FLTK in static initializers (cont'd):Manolo Gouy
2015-12-16Running FLTK in static initializers (cont'd):Manolo Gouy
2015-12-13Allowing to use FLTK objects in static initializers (cont'd).Manolo Gouy
2015-12-02Fix Doxygen docs of new method Fl_Gl_Window::pixels_per_unit().Albrecht Schlosser
2015-12-02Mac OS: support for high resolution OpenGL windows.Manolo Gouy
2015-12-01Make clear in the doc that methods Fl_Gl_Window::pixel_w() and pixel_h()Manolo Gouy
2015-12-01Mac OS: added Fl::event_x_pixel() and Fl::event_y_pixel() that return the mou...Manolo Gouy
2015-11-26Added necessary forward type declaration.Manolo Gouy
2015-11-26Mac OS only: added the Fl_Mac_App_Menu::custom_application_menu_items() methodManolo Gouy
2015-11-24Added new method Fl_Copy_Surface::draw_decorated_window()Manolo Gouy
2015-11-19Mac OS: have Fl_Paged_Device::print_widget() print top-level windows with Manolo Gouy
2015-11-18Mac OS only: simpler definition of the pdfdata private member of the Fl_Copy_...Manolo Gouy
2015-11-05Changed Fl_Multi_Browser behaviour on the Mac OS platform so multiple selectionManolo Gouy
2015-11-03The ATSU API (old API for text formatting) has been removed from SDK 10.11.Manolo Gouy
2015-10-27Added support for OpenGL V3 and higher.Manolo Gouy
2015-10-24Fix doxygen comment of Fl::abi_check()Albrecht Schlosser
2015-10-21Documentation: explicit what #include commands are needed to useManolo Gouy