index
:
fltk.git
master
FLTK fork - X11-only C++ widget toolkit with hand-written Makefile
nobody
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
2016-03-08
Improve documentation of Fl_Valuator class.
Albrecht Schlosser
2016-03-08
Fix overflow in Fl_Valuator::precision(int) to 0...9 (STR #3280).
Albrecht Schlosser
2016-03-08
Add missing PicoSDL functions for command line build.
Matthias Melcher
2016-03-08
Add very basic graphics support to PicoSDL.
Matthias Melcher
2016-03-07
Fixes for MSWindow
Matthias Melcher
2016-03-07
Fixes for X11
Matthias Melcher
2016-03-07
Separating Fl_X and Fl_Window_Driver in Fl_Window.
Matthias Melcher
2016-03-07
Fix PicoSDL.
Matthias Melcher
2016-03-06
Driver-based Fl_Double_Window implementation - continued.
Manolo Gouy
2016-03-06
Driver-based Fl_Double_Window implementation - continued.
Manolo Gouy
2016-03-06
New, driver-based Fl_Double_Window implementation.
Manolo Gouy
2016-03-06
Trying to make Pico work after Surface driver addition.
Matthias Melcher
2016-03-06
Rename SDL driver files to PicoSDL.
Matthias Melcher
2016-03-06
Remove duplicate Fl_Image_Surface::(un)translate()
Manolo Gouy
2016-03-06
Build with SDL driver needs to know also the Fl_Image_Surface class.
Manolo Gouy
2016-03-06
Fix include statements.
Albrecht Schlosser
2016-03-05
Remove obsolete ide/Xcode4 directory.
Albrecht Schlosser
2016-03-05
Remove obsolete files.
Albrecht Schlosser
2016-03-05
Fix and simplify exe name handling in demo (Windows).
Albrecht Schlosser
2016-03-05
[CMake] Mark OPTION_USE_POLL as advanced.
Albrecht Schlosser
2016-03-05
Remove warning message about signed/unsigned comparison.
Manolo Gouy
2016-03-05
Complete the platform-neutral implementation of fl_XXX_offscreen() functions.
Manolo Gouy
2016-03-05
Add Ian's offscreen test program.
Albrecht Schlosser
2016-03-04
Fix a problem seen in fluid on the Mac OS platform - continued.
Manolo Gouy
2016-03-04
Fix a problem seen in fluid on the Mac OS platform.
Manolo Gouy
2016-03-04
Fix bad #include directives
Manolo Gouy
2016-03-04
Complete driver-based implementation of Fl_Image_Surface.
Manolo Gouy
2016-03-04
Protect platform-specific parts from Doxygen.
Manolo Gouy
2016-03-04
porting branch: Modify unittest_images.cxx to support "on the fly" update of ...
Ian MacArthur
2016-03-04
Fix Fl_Xlib_Graphics_Driver::draw(Fl_RGB_Image *,...) that was incompletely c...
Manolo Gouy
2016-03-03
Remove Fl_Copy_Surface::newPlatformSurface() that does not do much.
Manolo Gouy
2016-03-03
Simpler implementation of Fl_Image_Surface.
Manolo Gouy
2016-03-03
A hopefully clearer implementation of the fl_XXX_offscreen() functions.
Manolo Gouy
2016-03-03
Fix error in an #include directive.
Manolo Gouy
2016-03-03
Use more expressive variable names.
Manolo Gouy
2016-03-03
Made Pico/SDL setup compile and run some minimal code.
Matthias Melcher
2016-03-02
Rewrite Fl_Image_Surface with full separation of public API and platform-spec...
Manolo Gouy
2016-03-02
Fix negative 'd' and 'ld' args in fl_draw_image() (X11 + Windows).
Albrecht Schlosser
2016-03-02
Enable negative 'd' and 'ld' arguments in fl_draw_image() test.
Albrecht Schlosser
2016-03-02
Don't expose X11 headers in user space any more (mostly).
Albrecht Schlosser
2016-03-02
Finalize new implementation of Fl_Copy_Surface.
Manolo Gouy
2016-03-02
Fix C++ comment in C header file + typos.
Albrecht Schlosser
2016-03-02
Add support for SDL as a base library on OS X.
Matthias Melcher
2016-03-01
Fix a few Doxygen warnings.
Manolo Gouy
2016-03-01
Allow fl_draw_image() with negative L parameter for Mac OS - continued.
Manolo Gouy
2016-03-01
Allow running fluid -c without opening the X11 display.
Manolo Gouy
2016-03-01
Correct the headers included by FL/Fl_Copy_Surface.H, following the new imple...
Manolo Gouy
2016-03-01
Rewrite the Fl_Copy_Surface class with strict separation of public API and pl...
Manolo Gouy
2016-03-01
Added missing virtua function headers
Matthias Melcher
2016-03-01
Have fl_draw_image(buf,X,Y,W,H,D,L) support negative D and/or L arguments on ...
Manolo Gouy
[next]