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
path:
root
/
src
/
drivers
/
PicoSDL
Age
Commit message (
Expand
)
Author
2017-03-13
Fix include file case (patch from Haiku port, thanks).
Albrecht Schlosser
2016-12-06
Fixed OS X SDL double buffering issue and mouse dragging.
Matthias Melcher
2016-09-09
Rewrite fl_open_callback() under the driver model.
Manolo Gouy
2016-04-26
Set svn file properties.
Manolo Gouy
2016-04-20
Progress toward support of CMake OPTION_APPLE_SDL
Manolo Gouy
2016-04-19
Cleaning Pico
Matthias Melcher
2016-04-19
Fixed Fl_X for Pico
Matthias Melcher
2016-04-19
Virtualized add_fd and remove_fd into System Driver
Matthias Melcher
2016-04-19
SDL fix.
Matthias Melcher
2016-04-18
Move other_xid member variable from class Fl_X to class F_Window_Driver.
Manolo Gouy
2016-04-18
Move wait_for_expose member variable from class Fl_X to class Fl_Window_Driver.
Manolo Gouy
2016-04-18
Replace member function void Fl_X::flush() by virtual void Fl_Window_Driver::...
Manolo Gouy
2016-04-17
virtualized some Region calls.
Matthias Melcher
2016-04-17
virtualized Fl::set_color and free_color.
Matthias Melcher
2016-04-17
virtualized Fl_Graphics_Driver::global_gc(), a function that should probably ...
Matthias Melcher
2016-04-17
virtualizes fl_set_spot and fl_reset_spot
Matthias Melcher
2016-04-16
Continue removing non window-related member-functions from class Fl_X.
Manolo Gouy
2016-04-16
Continue removing non window-related member-functions from class Fl_X.
Manolo Gouy
2016-04-15
Pico can draw lines rectf and arcs, so the top level driver does not have to
Matthias Melcher
2016-04-15
Fixed Pico again.
Matthias Melcher
2016-04-14
PicoSDL mostly running again
Matthias Melcher
2016-04-14
PicoSDL fixes - not working!
Matthias Melcher
2016-04-09
Fix typos.
Albrecht Schlosser
2016-04-06
Fix Doxygen warnings.
Albrecht Schlosser
2016-03-24
Provide Fl_Window_Driver accessor methods for public Fl_Window attributes.
Albrecht Schlosser
2016-03-21
Fix some, but not all doxygen warnings.
Albrecht Schlosser
2016-03-20
Continue implementation of class Fl_Window_Driver according to Albrecht's plan.
Manolo Gouy
2016-03-19
Remove unused files. Their content is now in src/drivers/XXX/Fl_XXX_Copy_Surf...
Manolo Gouy
2016-03-19
Remove these useless, empty files.
Manolo Gouy
2016-03-13
Fixed 'flush()' code for single, double, and overlay buffering
Matthias Melcher
2016-03-12
Moved the Fl_Window::decorated_*() functions teh Window_Driver
Matthias Melcher
2016-03-12
PicoSDL: added crude event handling.
Matthias Melcher
2016-03-08
A few more Pico fixes. Tests with single buffered windows render well for tho...
Matthias Melcher
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
Separating Fl_X and Fl_Window_Driver in Fl_Window.
Matthias Melcher
2016-03-07
Fix PicoSDL.
Matthias Melcher
2016-03-06
Rename SDL driver files to PicoSDL.
Matthias Melcher