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-03-27
Rewrite Fl_Menu_Window class under the driver model.
Manolo Gouy
2016-03-27
Rewrite Fl_Overlay_Window class under the driver model.
Manolo Gouy
2016-03-26
Remove a few uses of the fl_graphics_driver global variable
Manolo Gouy
2016-03-26
Remove commented out code.
Manolo Gouy
2016-03-26
Replace the last bit of platform-dependent code in src/Fl.cxx by equivalent c...
Manolo Gouy
2016-03-26
Public header files must not include files from the source tree.
Manolo Gouy
2016-03-26
Add necessary #include <FL/x.H> directive
Manolo Gouy
2016-03-26
Remove #include <FL/x.H> from all public include file (there remained one).
Manolo Gouy
2016-03-26
Isolate the definition of the 3 public, OS-dependent types (Fl_Offscreen, Fl_...
Manolo Gouy
2016-03-26
Remove FLTK_ABI_VERSION from all but *tree*.* and documentation.
Albrecht Schlosser
2016-03-26
Move fl_local_* decl. and short docs back to FL/Fl.H.
Albrecht Schlosser
2016-03-25
Added current error messages of Android build as a reference.
Matthias Melcher
2016-03-25
Completed the vector font.
Matthias Melcher
2016-03-25
Remove a bunch of useless #include <FL/x.H> directives.
Manolo Gouy
2016-03-25
Remove duplicate #include directive
Manolo Gouy
2016-03-25
Separating platform-dependent from platform-independent code: make src/Fl.cxx...
Manolo Gouy
2016-03-24
Rewrite Fl::handle_(int e, Fl_Window* window) and Fl_Widget::damage() to rem...
Manolo Gouy
2016-03-24
Move platform-dependent stuff away from src/Fl.cxx
Manolo Gouy
2016-03-24
Fix the implementation of Fl_Window::default_icons(const Fl_RGB_Image *icons[...
Manolo Gouy
2016-03-24
Fix the "bizarre makefile build error" due to double declarations of fl_clip_...
Manolo Gouy
2016-03-24
Fix bizarre makefile build error on Mac OS platform.
Manolo Gouy
2016-03-24
Provide Fl_Window_Driver accessor methods for public Fl_Window attributes.
Albrecht Schlosser
2016-03-23
Rewrite Fl_Window::show(int argc, char **argv) under the driver model.
Manolo Gouy
2016-03-23
Rewrite Fl_Window::hotspot(int X, int Y, int offscreen) under the driver model.
Manolo Gouy
2016-03-23
Rewrite Fl_Window::iconize() under the driver model.
Manolo Gouy
2016-03-23
Rewrite Fl_Window::size_range_() under the driver model.
Manolo Gouy
2016-03-23
Rewrite Fl_Window::border(int) under the driver model.
Manolo Gouy
2016-03-23
Rewrite Fl_Window::offscreen_x() under the driver model - continued.
Manolo Gouy
2016-03-23
Rewrite Fl_Window::fullscreen_x() under the driver model.
Manolo Gouy
2016-03-23
Enable definition of Unicode conv. options on compiler command line.
Albrecht Schlosser
2016-03-23
Fix Linux build: one include file and missing #include <config.h>.
Albrecht Schlosser
2016-03-23
Rewrite Fl_Window::handle(int) under the driver model.
Manolo Gouy
2016-03-23
Rewrite Fl_Window::hide() under the driver model.
Manolo Gouy
2016-03-22
Rewrite Fl_Window::resize() under the driver model.
Manolo Gouy
2016-03-22
Rewrite Fl_Window::show() and Fl_Menu_Window::show() under the driver model.
Manolo Gouy
2016-03-22
Move all icon-support data to the platform-specific Fl_XXX_Window_Driver class
Manolo Gouy
2016-03-22
Make sure can_xdbe() from Fl_X11_Window_Driver.cxx is called after fl_open_di...
Manolo Gouy
2016-03-21
Fix some, but not all doxygen warnings.
Albrecht Schlosser
2016-03-21
Rewrite Fl_Window::label(const char *name, const char *mininame) under the dr...
Manolo Gouy
2016-03-21
Implement Fl_Window::make_current() under the driver model.
Manolo Gouy
2016-03-21
Improve the implementation of Fl_X11_Window_Driver::flush_double() and flush_...
Manolo Gouy
2016-03-20
Fix Fl_Xdbe_Window_Driver::destroy_double_buffer() for an Fl_Overlay_Window.
Manolo Gouy
2016-03-20
More accurate #include directive.
Manolo Gouy
2016-03-20
Continue implementation of class Fl_Window_Driver according to Albrecht's plan.
Manolo Gouy
2016-03-19
Advancing Albrecht's plan for the Fl_Window_Driver class.
Manolo Gouy
2016-03-19
Fix Windows (CMake) build.
Albrecht Schlosser
2016-03-19
Update dependencies.
Albrecht Schlosser
2016-03-19
Minor Makefile (spaces/tabs) and CMakeLists.txt fixes.
Albrecht Schlosser
2016-03-19
Fix typo that was preventing the porting branch form building on OSX with a M...
Ian MacArthur
2016-03-19
Fix #include directive
Manolo Gouy
[next]