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
2018-04-26
Simplify API for Fl_Image_Surface::Fl_Image_Surface(int w, int h, int high_re...
Manolo Gouy
2018-04-19
Reorganise access to the value of the GUI scaling factor with public getter a...
Manolo Gouy
2018-04-19
Documentation: place Doxygen doc next to function implementation
Manolo Gouy
2018-04-18
Simplify the implementation of printing of Fl_Pixmap images under Windows.
Manolo Gouy
2018-04-16
Comments only: extend "Implementation note about image drawing" to describe t...
Manolo Gouy
2018-04-16
Remove virtual member Fl_GraphicsDriver::mask_bitmap(char **) and its re-impl...
Manolo Gouy
2018-04-16
Remove Fl_PostScript_Graphics_Driver::mask_bitmap(char **) that is useless.
Manolo Gouy
2018-04-16
Comments only: complete "Implementation note about image drawing" about how t...
Manolo Gouy
2018-04-16
Remove useless re-implementation of this virtual member function.
Manolo Gouy
2018-04-15
Comments only: extend the description of how Fl_Graphics_Driver derived class...
Manolo Gouy
2018-04-14
Remove useless 'friend' statements from class Fl_Graphics_Driver
Manolo Gouy
2018-04-14
Comments only: more extensive explanation of how virtual member functions of ...
Manolo Gouy
2018-04-14
Remove Fl_Pixmap::prepare() and Fl_Bitmap::prepare() that were used only once.
Manolo Gouy
2018-04-13
Homogenise and simplify the API of Fl_Graphics_Driver::cache(image-type *) vi...
Manolo Gouy
2018-04-13
Simplify code for image drawing by PostScript graphics driver.
Manolo Gouy
2018-04-12
Image drawing: simplify the code organisation to better support Fl_Image::sca...
Manolo Gouy
2018-04-12
Image drawing: simplify the code organisation to better support Fl_Image::sca...
Manolo Gouy
2018-04-12
Remove unnecessary dependency on FL/Fl_Rect.H.
Albrecht Schlosser
2018-04-10
Document Fl_Rect::r() and b() to be outside the rectangle.
Albrecht Schlosser
2018-04-10
General description: mention how to move items around
Greg Ercolano
2018-03-31
Added mention of the new Fl::menu_linespacing() in the Fl_Menu_ docs.
Greg Ercolano
2018-03-31
Added Fl::menu_linespacing() to solve STR# 2927.
Greg Ercolano
2018-03-28
Image classes: memorise the width and the height of the cached form of the im...
Manolo Gouy
2018-03-26
Android: Draws Fl_Bitmap.
Matthias Melcher
2018-03-26
Android: Widgets can now request the on-screen keyboard when they get focus. ...
Matthias Melcher
2018-03-26
Documentation: give more detail for Fl_Image::w(int W) and Fl_Image::h(int H)
Manolo Gouy
2018-03-24
Android: Rough, verz rough kezboard handling.
Matthias Melcher
2018-03-23
Fix Fl_Image::copy() and its versions for derived image classes following the...
Manolo Gouy
2018-03-22
Rename Fl_Image::pixel_w() and pixel_h() to Fl_Image::data_w() and data_h().
Manolo Gouy
2018-03-22
Android: Implemented vector drawing and polygons.
Matthias Melcher
2018-03-19
New member function Fl_Image::scale(int width, int height) to set the FLTK si...
Manolo Gouy
2018-03-18
Fix a doxygen warning, update copyright.
Albrecht Schlosser
2018-03-15
Removed warning for Android. Fixed "FIXME" in Fl_Tooltip. Removed tab charact...
Matthias Melcher
2018-03-12
Android: fixed Fl_Rect.H commit.
Matthias Melcher
2018-03-12
Android: added support for Fl::add_timeout() and friends.
Matthias Melcher
2018-03-12
Android: Reinstated working simple cliping functionality based on an
Matthias Melcher
2018-03-12
Make Fl_Graphics_Driver constructor protected, as it was in FLTK 1.3.x
Manolo Gouy
2018-03-11
Android: Made Fl_Rect virtual. Maybe a bad idea?
Matthias Melcher
2018-03-11
Documentation: homogenize to 'scale factor' and 'drawing unit'
Manolo Gouy
2018-03-10
Android: adding and fixing to the graphics clipping code
Matthias Melcher
2018-03-10
Android: crude graphics clipping
Matthias Melcher
2018-03-09
Android: move Android specific platform events to FL/android.H
Matthias Melcher
2018-03-09
Windows: remove necessity to compile with -DFLTK_HIDPI_SUPPORT to make WIN32 ...
Manolo Gouy
2018-03-07
Android: specific event for Android. Use Fl::add_system_handler() and Fl::eve...
Matthias Melcher
2018-03-07
Comments: update comment of class Fl_Scalable_Graphics_Driver to indicate wha...
Manolo Gouy
2018-03-07
MacOS: add more detail to the doc of global variable fl_mac_os_version
Manolo Gouy
2018-03-02
Set svn properties on new Android source files.
Albrecht Schlosser
2018-03-02
More Android changes.
Matthias Melcher
2018-03-02
Adding crude Android native screen driver
Matthias Melcher
2018-02-25
Documentation: make code examples use Fl_Surface_Device::push_current()/pop_c...
Manolo Gouy
[next]