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-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
2016-03-10
Implement non-rectangular windows using the Window Driver mechanism.
Manolo Gouy
2016-03-08
Improve documentation of Fl_Valuator class.
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
New, driver-based Fl_Double_Window implementation.
Manolo Gouy
2016-03-05
Complete the platform-neutral implementation of fl_XXX_offscreen() functions.
Manolo Gouy
2016-03-04
Fix a problem seen in fluid on the Mac OS platform.
Manolo Gouy
2016-03-03
Remove Fl_Copy_Surface::newPlatformSurface() that does not do much.
Manolo Gouy
2016-03-03
A hopefully clearer implementation of the fl_XXX_offscreen() functions.
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
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
[next]