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
/
Fl.cxx
Age
Commit message (
Expand
)
Author
2018-03-31
Added Fl::menu_linespacing() to solve STR# 2927.
Greg Ercolano
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-16
Fix whitespace and comments only.
Albrecht Schlosser
2018-03-15
Fixing Tabs, typos, and comments.
Matthias Melcher
2018-02-20
Remove Fl::run_also_windowless() and FL::wait_also_windowless() from planned ...
Manolo Gouy
2018-02-17
Documentation: fix inconsistency in doc of Fl::wait(double).
Manolo Gouy
2018-02-10
Documentation: separate the doc of the 2 versions of Fl::add_fd() as Doxygen ...
Manolo Gouy
2018-02-10
Documentation: separate docs of Fl::wait() and Fl::wait(double) as Doxygen ma...
Manolo Gouy
2018-02-09
Replace "WIN32" with "_WIN32" or "Windows".
Albrecht Schlosser
2018-02-08
Move xxx_also_windowless member functions from Fl_System_Driver to Fl_Screen_...
Manolo Gouy
2018-02-08
Documentation: add \version info to new member functions.
Manolo Gouy
2018-02-07
STR#3450: Draw text with OpenGL using textures on all platforms.
Manolo Gouy
2018-02-06
Add support for detection and processing of clean program termination request.
Manolo Gouy
2018-01-31
Replace FL/x.H with FL/platform.H - step 2 (STR #3435).
Albrecht Schlosser
2017-10-19
Add details to the doc of fl_open_callback().
Manolo Gouy
2017-09-19
Convert the initialisation of global variables fl_local_shift, fl_local_meta,...
Manolo Gouy
2017-08-15
Add missing #include "config_lib.h" in Fl.cxx.
Albrecht Schlosser
2017-06-28
Fix code formatting and typos.
Albrecht Schlosser
2017-06-01
Divide virtual Fl_Screen_Driver::open_display() in a platform-specific part f...
Manolo Gouy
2017-05-17
Introduce HiDPI + rescaling support for the X11 platform (+ partial support f...
Manolo Gouy
2016-09-23
Move font-related member functions from Fl_Screen_Driver to Fl_Graphics_Driver.
Manolo Gouy
2016-09-22
Rewrite Fl::set_fonts(), Fl::get_font_sizes(), Fl::get_font_name() under the ...
Manolo Gouy
2016-09-20
Remove fl_wait() that is not part of the public API.
Manolo Gouy
2016-09-19
Remove fl_ready() not in public API and mostly same as Fl_XXX_Screen_Driver::...
Manolo Gouy
2016-09-12
Document function fl_open_callback()
Manolo Gouy
2016-09-09
Rewrite fl_open_callback() under the driver model.
Manolo Gouy
2016-04-19
Virtualized add_fd and remove_fd into System Driver
Matthias Melcher
2016-04-19
Have headers x.H, win32.H and mac.H share a unique definition of class Fl_X
Manolo Gouy
2016-04-19
SDL fix.
Matthias Melcher
2016-04-18
Move wait_for_expose member variable from class Fl_X to class Fl_Window_Driver.
Manolo Gouy
2016-04-18
Replace member function void Fl_X::flush() by virtual void Fl_Window_Driver::...
Manolo Gouy
2016-04-17
virtualized some Region calls.
Matthias Melcher
2016-04-15
Move platform-dependent implementations of fl_open/close_display() to the Fl_...
Manolo Gouy
2016-04-15
Move platform-dependent implementations of Fl::en/dis/able_im() to the Fl_Scr...
Manolo Gouy
2016-04-15
Move platform-dependent implementations of fl_clipboard_notify_changes() to t...
Manolo Gouy
2016-04-15
Move platform-dependent implementations of Fl::clipboard_contains() to the Fl...
Manolo Gouy
2016-04-15
Move the platform-dependent implementations of Fl::paste() to the Fl_System_D...
Manolo Gouy
2016-04-15
Continue moving to Fl_System_Driver the platform_dependent implementations of...
Manolo Gouy
2016-04-12
Add and correct a few Doxygen comments.
Manolo Gouy
2016-04-06
Fix Doxygen warnings.
Albrecht Schlosser
2016-04-06
Rewrite Fl_get_key.cxx under the driver model.
Manolo Gouy
2016-04-01
Replace Fl_System_Driver::driver() by Fl::system_driver()
Manolo Gouy
2016-03-31
Move dnd and character-composition related functions from Fl_System_Driver to...
Manolo Gouy
2016-03-31
Move the marked text support member functions from Fl_System_Driver to Fl_Scr...
Manolo Gouy
2016-03-31
Begin to remove platform-dependent code from the Fl.H header file.
Manolo Gouy
2016-03-30
Rewrite functions XRectangleRegion(), XDestroyRegion() under the driver model.
Manolo Gouy
2016-03-29
Add a default value to the argument of Fl_System_Driver::dnd(int).
Manolo Gouy
2016-03-28
Rewrite Fl_dnd.cxx under the driver model.
Manolo Gouy
2016-03-26
Replace the last bit of platform-dependent code in src/Fl.cxx by equivalent c...
Manolo Gouy
[next]