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-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
2018-04-05
X11: Fix drawing of sliders with gtk+ scheme and GUI scaling >= 2 -- continued
Manolo Gouy
2018-04-05
X11: Fix drawing of sliders with gtk+ scheme and GUI scaling >= 2 that left f...
Manolo Gouy
2018-04-02
Fixes STR #3459.
Greg Ercolano
2018-04-01
Android: Drawing RGB and monochrome image data on the fly from a buffer. Unte...
Matthias Melcher
2018-04-01
Android: Drawing RGB image data on the fly via callback
Matthias Melcher
2018-03-31
Android: Drawing RGB image data (and probaly rgba and grayscale as well). Tes...
Matthias Melcher
2018-03-31
Added Fl::menu_linespacing() to solve STR# 2927.
Greg Ercolano
2018-03-30
Minimal code edit, no functional change.
Albrecht Schlosser
2018-03-29
Refactor and simplify Fl_Group::resize().
Albrecht Schlosser
2018-03-28
Add more display scaling factors for testing.
Albrecht Schlosser
2018-03-28
Image classes: memorise the width and the height of the cached form of the im...
Manolo Gouy
2018-03-27
Android: Implemented Pixmap drawing, also much cleanup in Fl_Android_Graphics...
Matthias Melcher
2018-03-27
Android: Fl_Android_Graphics_Driver now derives from Fl_Graphics_Driver and n...
Matthias Melcher
2018-03-26
Android: Draws Fl_Bitmap.
Matthias Melcher
2018-03-26
Fix for STR#3457: Fl_SVG_Image handling of invalid width/height
Manolo Gouy
2018-03-26
Android: Avoids hiding and showing keyboard when focus changes from text inpu...
Matthias Melcher
2018-03-26
Android: Widgets can now request the on-screen keyboard when they get focus. ...
Matthias Melcher
2018-03-26
Android: Keyboard handles modifiers like Shift and Alt... .
Matthias Melcher
2018-03-25
Android: Added keycodes to make arrow keys, delete, return, and other non tex...
Matthias Melcher
2018-03-25
Android: Separating keyboard stuff into a new file
Matthias Melcher
2018-03-25
Android: Improved event handling to handle all pending events before redrawin...
Matthias Melcher
2018-03-24
Android: Tried to fix flaws in the Android Native interface. Only
Matthias Melcher
2018-03-24
Remove GUI scale factor values above 300% which were here for development only.
Manolo Gouy
2018-03-24
Android: Even rougherer cut to make the keyboard pop up.
Matthias Melcher
2018-03-24
Android: Rough, verz rough kezboard handling.
Matthias Melcher
2018-03-24
Android: Made popup and menu windows work, fixed Fl::wait() recursion,
Matthias Melcher
2018-03-24
Windows: avoid changing the current Fl_Surface_Device when drawing an Fl_Doub...
Manolo Gouy
2018-03-23
Android: Using floating point calls to make thigs look slightly better.
Matthias Melcher
2018-03-23
Android: Using xlib shortcut to draw circles and ellipses.
Matthias Melcher
2018-03-23
Android: Added fl_polygon and fl_loop calls. All boxtypes draw well now.
Matthias Melcher
2018-03-23
Android: Posting well behaved pie drawing method. Needs refactoring.
Matthias Melcher
2018-03-23
Fix Fl_Image::copy() and its versions for derived image classes following the...
Manolo Gouy
2018-03-22
Android: Posting pretty buggy pie method; must visit later!
Matthias Melcher
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
[next]