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
Age
Commit message (
Expand
)
Author
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
Move set_cursor() member functions from class Fl_X to classes Fl_Window_Drive...
Manolo Gouy
2016-04-18
Replace static void Fl_X::activate_window(Window) under X11 platform by void ...
Manolo Gouy
2016-04-18
Replace Fl_X::sendxjunk() under USE_X11 by Fl_X11_Window_Driver::sendxjunk().
Manolo Gouy
2016-04-18
Remove Fl_X::setwindow(Fl_Window*) from WIN32 and USE_X11 Fl_X classes.
Manolo Gouy
2016-04-18
Move Fl_X::backbuffer_bad under USE_X11 to class Fl_X11_Wi,dow_Driver.
Manolo Gouy
2016-04-18
Replace member function void Fl_X::flush() by virtual void Fl_Window_Driver::...
Manolo Gouy
2016-04-17
Fixes for Linux for recent commits.
Matthias Melcher
2016-04-17
MSWindows fixes for previous commits.
Matthias Melcher
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-17
Move q_release_context() from class Fl_X to class Fl_Cocoa_Window_Driver
Manolo Gouy
2016-04-17
Move Fl_X::gc for Mac platform to the Fl_Cocoa_Window_Driver class
Manolo Gouy
2016-04-17
Remove set_icons() from the virtual API of class Fl_Window_Driver because it ...
Manolo Gouy
2016-04-16
Fix usage of preprocessor macro USE_X11.
Albrecht Schlosser
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-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-16
Begin moving non window-related member functions out of Fl_X class.
Manolo Gouy
2016-04-16
Use more consistent naming for derived classes of Fl_Native_File_Chooser_Driver.
Manolo Gouy
2016-04-16
Modify the FL_PORTING pragma message to make clear implementation is optional.
Manolo Gouy
2016-04-16
Fix typos in comments.
Albrecht Schlosser
2016-04-16
Fix C++ comments in C source files and headers.
Albrecht Schlosser
2016-04-16
Revert accidentally reverted file by svn r 11607.
Albrecht Schlosser
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-15
Move platform-dependent implementations of fl_open/close_display() to the Fl_...
Manolo Gouy
2016-04-15
Move platform-dependent implementations of Fl::en/dis/able_im() to the Fl_Scr...
Manolo Gouy
2016-04-15
Move platform-dependent implementations of fl_clipboard_notify_changes() to t...
Manolo Gouy
2016-04-15
Move platform-dependent implementations of Fl::clipboard_contains() to the Fl...
Manolo Gouy
2016-04-15
Move the platform-dependent implementations of Fl::paste() to the Fl_System_D...
Manolo Gouy
2016-04-15
Continue moving to Fl_System_Driver the platform_dependent implementations of...
Manolo Gouy
2016-04-15
Continue removing from class Fl_X what is not window-related.
Manolo Gouy
2016-04-15
Continue removing from class Fl_X what is not window-related.
Manolo Gouy
2016-04-15
Remove S_IFMT from the public FLTK API
Manolo Gouy
2016-04-14
PicoSDL mostly running again
Matthias Melcher
2016-04-14
PicoSDL fixes - not working!
Matthias Melcher
2016-04-14
Complete rewriting of Fl_Tree_Prefs.cxx under the driver model.
Manolo Gouy
2016-04-14
Begin to rewrite Fl_Tree_Prefs.cxx under the driver model.
Manolo Gouy
2016-04-14
Fix Quartz-specific graphics problem apparent in tree demo.
Manolo Gouy
2016-04-14
Set correct preprocessor condition for when the content of file src/scandir_p...
Manolo Gouy
2016-04-13
Remove FL_ABI_VERSION clauses from the Fl_Tree class source code
Manolo Gouy
2016-04-13
Rewrite Fl_own_colormap.cxx under the driver model.
Manolo Gouy
2016-04-13
Rewrite fl_encoding_mac_roman.cxx under the driver model.
Manolo Gouy
2016-04-13
Rewrite fl_encoding_latin1.cxx under the driver model.
Manolo Gouy
2016-04-13
Remove redundant if condition, fix indenting.
Albrecht Schlosser
[next]