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
/
drivers
/
Android
Age
Commit message (
Expand
)
Author
2022-01-19
Fixing and upgrading Fl_Preferences (#374)
Matthias Melcher
2022-01-16
Rename FL/fl_string.h to FL/fl_string_functions.h
Albrecht Schlosser
2021-12-18
Generate FL/fl_config.h rather than FL/abi-version.h
Albrecht Schlosser
2021-05-28
New virtual member function Fl_Graphics_Driver::colored_rectf().
ManoloFLTK
2021-02-18
Remove #include ".../config_lib.h" from remaining sources
Albrecht Schlosser
2020-09-23
Solves issue #143.
Greg Ercolano
2020-08-01
Implement + deploy fl_strdup()
Greg Ercolano
2020-07-14
First pass at fixing issue 99
Greg Ercolano
2020-07-06
Remove $Id$ tags, update URL's, and more
Albrecht Schlosser
2020-05-08
Replace Fl_Window_Driver::is_a_rescale() by Fl_Window::is_a_rescale()
ManoloFLTK
2020-02-10
Implement fl_putenv() as cross-platform putenv()
Albrecht Schlosser
2020-01-15
Fix uninitialized vars in calls to fl_clip_box() (issue #6)
Albrecht Schlosser
2019-12-31
Limiting file access for Fl_Preferences.
Matthias Melcher
2019-12-22
Android Image driver was incomplete and did not compile.
Matthias Melcher
2019-05-25
Call virtual member Fl_Surface_Device::end_current() when necessary
ManoloFLTK
2019-03-25
Replace static void Fl_Window_Driver::default_icons() by virtual Fl_Screen_Dr...
ManoloFLTK
2019-02-23
Rename member todelete_ of struct Fl_Window_Driver::shape_data_type to effect...
ManoloFLTK
2018-06-26
Moving headers Fl_XXX_Driver.H from FL/ to src/ --- continued
Manolo Gouy
2018-06-26
Move Fl_Window_Driver.H from FL/ to src/
Manolo Gouy
2018-06-23
Doxygen only: fixed all block comments starting with an asterisk to space-onl...
Matthias Melcher
2018-06-23
Android: Android Developer Documentation would work but needs some changes in...
Matthias Melcher
2018-06-23
Android: added a few more Doxygen comments
Matthias Melcher
2018-06-23
Android: fixed fl_beep to plat different sound for differen beep types, testi...
Matthias Melcher
2018-06-21
Android: roughly fixed Fl::grab() to make menus easier to navigate
Matthias Melcher
2018-06-21
Android: Windows are now centered on screen if no position is defined, dialog...
Matthias Melcher
2018-06-21
Android: Lazy scroll is working. AT some point we should implement fast scrol...
Matthias Melcher
2018-06-21
Android: Teaching FLTK to beep. test/button works.
Matthias Melcher
2018-06-21
Android: Implemented window positioning and sizing
Matthias Melcher
2018-06-19
Android: Clearing the desktop when a window is hidden.
Matthias Melcher
2018-05-12
Remove public member function Fl_Window_Driver *Fl_Window::driver() so class ...
Manolo Gouy
2018-05-06
Improve fl_overlay_rect() when GUI is scaled.
Manolo Gouy
2018-04-21
Complete Fl_Android_Graphics_Driver::cache() functions that should assign the...
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-16
Add Fl_Android_Graphics_Driver::delete_bitmask() needed to uncache a cached F...
Manolo Gouy
2018-04-13
Homogenise and simplify the API of Fl_Graphics_Driver::cache(image-type *) vi...
Manolo Gouy
2018-04-12
Image drawing: simplify the code organisation to better support Fl_Image::sca...
Manolo Gouy
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-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
Android: Avoids hiding and showing keyboard when focus changes from text inpu...
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
Android: Even rougherer cut to make the keyboard pop up.
Matthias Melcher
[next]