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
/
FL
Age
Commit message (
Expand
)
Author
2016-03-29
Begin to clean fl_utf8.h from its platform-dependent content.
Manolo Gouy
2016-03-28
Rewrite Fl_dnd.cxx under the driver model.
Manolo Gouy
2016-03-28
Rewrite Fl_compose.cxx under the driver model.
Manolo Gouy
2016-03-28
Rewrite Fl_abort.cxx under the driver model.
Manolo Gouy
2016-03-28
Rewrite file src/Fl_arg.cxx under the driver model. Begin giving flesh to the...
Manolo Gouy
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
Move all content of the header after the anti-repetition guard.
Manolo Gouy
2016-03-26
Public header files must not include files from the source tree.
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
Completed the vector font.
Matthias Melcher
2016-03-25
Remove a bunch of useless #include <FL/x.H> directives.
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
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
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::fullscreen_x() under the driver model.
Manolo Gouy
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-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-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
Driver-based rewrite of the Fl_Copy_Surface class.
Manolo Gouy
2016-03-19
(hopefully) Final driver-based rewriting of the Fl_Image_Surface class.
Manolo Gouy
2016-03-19
Implement Fl_PostScript_Graphics_Driver::has_feature(driver_feature mask)
Manolo Gouy
2016-03-18
Beginning of Albrecht's plan for Fl_Window and Fl_Window_Driver classes.
Manolo Gouy
2016-03-13
Fixed 'flush()' code for single, double, and overlay buffering
Matthias Melcher
2016-03-13
Window functions to retrieve more detailed window type
Matthias Melcher
2016-03-12
Quick fix for Fluid on X11. MSWindows version broken due to missing Fl_Printe...
Matthias Melcher
2016-03-12
Moved the Fl_Window::decorated_*() functions teh Window_Driver
Matthias Melcher
2016-03-12
Add localization of modifier key names in shortcut labels.
Albrecht Schlosser
2016-03-11
Rewrite of Fl_Printer under the driver model - first step
Manolo Gouy
2016-03-11
Remove a few #include <FL/x.H> from public FLTK headers.
Manolo Gouy
2016-03-11
Rewrite Fl_Window::wait_for_expose() using the window driver approach.
Manolo Gouy
2016-03-11
Rewrite capture of window decorations using the window driver approach.
Manolo Gouy
2016-03-11
(incomplete) Add files required to compile for Android via Pico driver.
Matthias Melcher
2016-03-10
Rewrite all window icon-related Fl_Window API with the window driver approach.
Manolo Gouy
[next]