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
2018-05-01
Update fluid (.fl) files.
Albrecht Schlosser
2018-05-01
Add missing function fl_define_FL_ICON_LABEL() (STR #3468).
Albrecht Schlosser
2018-04-30
Extend documentation of fl_begin_offscreen()
Manolo Gouy
2018-04-30
Fix indentation.
Albrecht Schlosser
2018-04-29
Fl_WinAPI_System_Driver::paste() : fix handling of clipboard containing top-d...
Manolo Gouy
2018-04-29
Fl_WinAPI_System_Driver::paste() : fix indentation only.
Manolo Gouy
2018-04-29
Pasting image from clipboard: partial support of top-down DIB image (still ne...
Manolo Gouy
2018-04-29
Fix Fl_WinAPI_System_Driver::paste() when clipboard contains GIF image
Manolo Gouy
2018-04-29
Fix Fl_WinAPI_System_Driver::paste() when the clipboard contains an image as ...
Manolo Gouy
2018-04-26
Documentation: complete doc of Fl_Image_Surface::offscreen()
Manolo Gouy
2018-04-26
Simplify API for Fl_Image_Surface::Fl_Image_Surface(int w, int h, int high_re...
Manolo Gouy
2018-04-26
Fix Fl_WinAPI_System_Driver::paste() when clipboard contains an image and the...
Manolo Gouy
2018-04-26
Fix Fl_GDI_Graphics_Driver::copy_offscreen() when the destination surface is ...
Manolo Gouy
2018-04-25
class Fl_Xlib_Image_Surface_Driver : Remove unused member variable.
Manolo Gouy
2018-04-25
Have Fl_WinAPI_Window_Driver::capture_titlebar_and_borders() restore the wind...
Manolo Gouy
2018-04-25
Windows: fix fl_copy_offscreen() when input offscreen is scaled and output su...
Manolo Gouy
2018-04-24
Windows: avoid changing the current Fl_Surface_Device when drawing an Fl_Doub...
Manolo Gouy
2018-04-23
Undo change at r12792 (24 march 2018) because test/offscreen does not work wi...
Manolo Gouy
2018-04-21
Complete Fl_Android_Graphics_Driver::cache() functions that should assign the...
Manolo Gouy
2018-04-20
Fix Fl_GDI_Graphics_Driver::cache(Fl_Pixmap *) where 2 distinct Fl_GDI_Graphi...
Manolo Gouy
2018-04-20
Remove debugging statement
Manolo Gouy
2018-04-20
Fix direct use of fl_draw_pixmap() whithout Fl_Pixmap object.
Manolo Gouy
2018-04-19
Fix background color when drawing pixmap data both directly or as an Fl_Pixma...
Manolo Gouy
2018-04-19
Fix handling of bg argument of fl_draw_pixmap(char**, int , int , Fl_Color bg...
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-19
Documentation: add doc for Fl_Graphics_Driver::cache_size()
Manolo Gouy
2018-04-19
Documentation: simplify example code for Fl_Image::scale()
Manolo Gouy
2018-04-19
Fix documentation formatting.
Albrecht Schlosser
2018-04-18
Clarified the fl_choice ordering in first example with an image and arrows,
Greg Ercolano
2018-04-18
Add comments: "Implementation note about how Fl_Pixmap objects get printed un...
Manolo Gouy
2018-04-18
Simplify the implementation of printing of Fl_Pixmap images under Windows.
Manolo Gouy
2018-04-18
Fix crash in test/device after scale-GUI + Fl_Printer + Fl_Image_Surface
Manolo Gouy
2018-04-18
Fix Fl_Text_Editor overstrike mode (STR #3463).
Albrecht Schlosser
2018-04-18
Docs for fl_choice() clarify argument order, added missing image for one of t...
Greg Ercolano
2018-04-17
Only fix correct indenting of function fl_convert_pixmap()
Manolo Gouy
2018-04-16
Getting rid of warning in Xcode 9.3
Matthias Melcher
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
Add Fl_Android_Graphics_Driver::delete_bitmask() needed to uncache a cached F...
Manolo Gouy
2018-04-15
Restore building for X11 with HAVE_XRENDER = 0
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
SVG support: improve printed SVG images by increasing the resolution when pri...
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
Remove unused variable, update dependencies.
Albrecht Schlosser
2018-04-10
General description: mention how to move items around
Greg Ercolano
[next]