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
/
Fl.H
Age
Commit message (
Expand
)
Author
2017-07-20
Update Fl_Widget_Tracker docs with better example code.
Albrecht Schlosser
2016-09-16
Documentation: restructure the description of function Fl::paste().
Manolo Gouy
2016-05-05
Documentation: detail ownership of the image data when pasting from an image-...
Manolo Gouy
2016-05-03
Fix potential memory leak under X11 when pasted image is not accepted by the ...
Manolo Gouy
2016-04-20
Avoid the expression "foreign language" in comments.
Manolo Gouy
2016-04-19
Virtualized add_fd and remove_fd into System Driver
Matthias Melcher
2016-04-15
Move platform-dependent implementations of fl_open/close_display() to the Fl_...
Manolo Gouy
2016-04-15
Continue moving to Fl_System_Driver the platform_dependent implementations of...
Manolo Gouy
2016-04-09
Fix typos.
Albrecht Schlosser
2016-04-06
Fix Doxygen warnings.
Albrecht Schlosser
2016-04-05
Fix more compiler warnings.
Albrecht Schlosser
2016-04-01
Replace Fl_System_Driver::driver() by Fl::system_driver()
Manolo Gouy
2016-03-31
Complete removing platform-dependent code from the Fl.H header file.
Manolo Gouy
2016-03-31
Continue removing platform-dependent code from the Fl.H header file.
Manolo Gouy
2016-03-31
Begin to remove platform-dependent code from the Fl.H header file.
Manolo Gouy
2016-03-26
Move fl_local_* decl. and short docs back to FL/Fl.H.
Albrecht Schlosser
2016-03-25
Separating platform-dependent from platform-independent code: make src/Fl.cxx...
Manolo Gouy
2016-03-12
Add localization of modifier key names in shortcut labels.
Albrecht Schlosser
2016-03-02
Add support for SDL as a base library on OS X.
Matthias Melcher
2016-02-24
Avoid static initializers to allow FLTK usage in static initializers.
Manolo Gouy
2016-02-13
[Cairo] Remove part of the dependency of FL/Fl.H on config.h.
Albrecht Schlosser
2016-02-13
Moed Fl::visual and System_Scheme to the driver
Matthias Melcher
2016-02-13
Details on PORTME items. Move fl_parse_color() to screen drivers.
Matthias Melcher
2016-02-11
Mark places that need to be refactored with // PORTME:
Matthias Melcher
2016-02-10
Basic Screen Driver Structure. LIMBO!
Matthias Melcher
2016-01-28
Non-changing changes... Attempting to keep the porting branch somehwat in-syn...
Ian MacArthur
2016-01-27
1) Added a new way to detect whether the drawing operation is using the platf...
Manolo Gouy
2016-01-18
Replaced static initializer with Fl_OpenGL_Display_Device.
Matthias Melcher
2016-01-18
Fixed stupid typo in variable name
Matthias Melcher
2016-01-17
Trying to create a more detaild way to configure the library, added runtime i...
Matthias Melcher
2016-01-04
Created pseudo code for all FL_PORTED section so that FLTK compiles and links...
Matthias Melcher
2016-01-03
Updated platform specific #if's to report unimplemented code when compiling w...
Matthias Melcher
2015-12-02
Mac OS: support for high resolution OpenGL windows.
Manolo Gouy
2015-12-01
Mac OS: added Fl::event_x_pixel() and Fl::event_y_pixel() that return the mou...
Manolo Gouy
2015-10-24
Fix doxygen comment of Fl::abi_check()
Albrecht Schlosser
2015-07-09
Fix box background drawing for deactivated widgets (STR #2907).
Albrecht Schlosser
2015-05-18
Add support for Fl::copy(..clipboard = 2..)
Lauri Kasanen
2015-04-05
Documentation: replaced characters by bytes as the correct unit
Manolo Gouy
2015-04-04
Fix doxygen docs of previous commit.
Albrecht Schlosser
2015-04-04
Add Fl::abi_check() method to test if the runtime ABI version is correct.
Albrecht Schlosser
2015-04-04
Add FL_ABI_VERSION, FL_API_VERSION, Fl::abi_version(), and Fl::api_version().
Albrecht Schlosser
2015-01-19
Added version information to Doxygen comments.
Manolo Gouy
2014-12-20
Changed OpenGL support for the Mac OS X platform: use cocoa instead of deprec...
Manolo Gouy
2014-11-25
Separate and improve documentation of overloaded Fl::event_state() methods.
Albrecht Schlosser
2014-10-30
Remove Fl::*sleep() method family, as discussed in fltk.coredev.
Albrecht Schlosser
2014-09-15
Add methods to enable and disable the system's input methods.
Pierre Ossman
2014-09-15
Add methods to intercept low level system events.
Pierre Ossman
2014-06-07
STR #3088: make Fl_Native_File_Chooser use the standard GTK file dialog when ...
Manolo Gouy
2014-05-23
Added copy/paste from/to FLTK applications of graphical data.
Manolo Gouy
2014-05-21
Added a new portable sleep API(ABI compatible). Now features a flexible multi...
Fabien Costantini
[next]