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
Age
Commit message (
Expand
)
Author
2017-08-05
Strenghten Fl_WinAPI_System_Driver::paste(): the widget's handle method may c...
Manolo Gouy
2017-08-05
Fix compiler warning [-Wunused-result].
Albrecht Schlosser
2017-08-05
Fix whitespace and comments.
Albrecht Schlosser
2017-07-31
Improve Fl_Widget_Surface::print_window_part() with better quality when scali...
Manolo Gouy
2017-07-30
Improve rescaling when window moved across screens: make sure center stays on...
Manolo Gouy
2017-07-30
Fix Fl_Widget_Surface::print_window_part() that was not correct for scaling f...
Manolo Gouy
2017-07-29
Fix Fl_Screen_Driver::read_image() that was not correct with scaling factor < 1.
Manolo Gouy
2017-07-28
Replace static protected bool Fl_Window_Driver::is_a_rescale by a private sta...
Manolo Gouy
2017-07-28
Fix Fl_Native_File_Chooser::filter_value()
Manolo Gouy
2017-07-28
Rewrite Fl_X11_Window_Driver::resize_after_screen_change() to call Fl_Window_...
Manolo Gouy
2017-07-28
Remove temporary code used for development only.
Manolo Gouy
2017-07-27
IsIconic() is the adequate WINAPI function to detect a minimised window.
Manolo Gouy
2017-07-27
Simpler initialisation of the 'scale' local variable in WndProc().
Manolo Gouy
2017-07-27
Rename Fl_Window_Driver::in_resize_after_scale_change to 'is_a_rescale' which...
Manolo Gouy
2017-07-27
Fix window iconize/deiconize when multiple screens with distinct scaling fact...
Manolo Gouy
2017-07-26
Fix confusing behavior of class Fl_Text_Selection.
Albrecht Schlosser
2017-07-26
X11 platform, resize window when moved across screens: remove hide()/show() c...
Manolo Gouy
2017-07-25
Fix blocks demo keyboard handling, add new shortcut.
Albrecht Schlosser
2017-07-25
Fix test/blocks "runaway timer" bug.
Albrecht Schlosser
2017-07-25
test/blocks: improve timer test code.
Albrecht Schlosser
2017-07-25
Remove virtual Fl_Window_Driver::reuse_icons() no longer useful after r.12349.
Manolo Gouy
2017-07-25
Remove Fl_Window_Driver::reuse_cursor() that is no longer used since commit r...
Manolo Gouy
2017-07-25
Rewrite Fl_Window_Driver::resize_after_scale_change() removing calls to Fl_Wi...
Manolo Gouy
2017-07-24
Remove useless statement.
Manolo Gouy
2017-07-24
Fix incorrect difference between branches 1.3 and 1.4 in an Fl_Overlay_Window...
Manolo Gouy
2017-07-22
Update list of files excluded from documentation.
Albrecht Schlosser
2017-07-20
Improve docs of Fl_Widget::callback() and do_callback().
Albrecht Schlosser
2017-07-20
Update Fl_Widget_Tracker docs with better example code.
Albrecht Schlosser
2017-07-20
Make Fl_Widget_Surface::draw(Fl_Widget *wid, int, int) draw also the overlay ...
Manolo Gouy
2017-07-20
Remove unnecessary local variable.
Manolo Gouy
2017-07-20
Remove Fl_Cocoa_Window_Driver::flush_double() because it is equal to Fl_Windo...
Manolo Gouy
2017-07-20
Fl_Window_Driver::flush_single() needs not be a virtual member function.
Manolo Gouy
2017-07-19
Remove unwanted difference in one Fl_Double_Window constructor between branch...
Manolo Gouy
2017-07-18
[CMake] Add an option to use High-DPI support (Windows only).
Albrecht Schlosser
2017-07-18
Remove documentation of STR #3374 from CHANGES.
Albrecht Schlosser
2017-07-18
Simplify handling of the windowDidMove notification since MacOS 10.10
Manolo Gouy
2017-07-18
Added support for MacOS 10.13 "High Sierra".
Manolo Gouy
2017-07-17
Add script to update bundled config files, and update files.
Albrecht Schlosser
2017-07-17
Some compilers probably need string.h for strcmp()..
Greg Ercolano
2017-07-17
Added new example program 'nativefilechooser-simple.cxx'
Greg Ercolano
2017-07-16
X11 platform: Fix bug in test/overlay where overlay is clipped when using but...
Manolo Gouy
2017-07-14
Support of MacOS 10.13 to appear soon: fix handling of window moves in presen...
Manolo Gouy
2017-07-14
FLDropTarget::DragEnter() replace call to Fl_Screen_Driver::get_mouse(int&,...
Manolo Gouy
2017-07-13
Fix for STR#3390 Drop to FLTK widget fails when desktop is scaled - new solut...
Manolo Gouy
2017-07-12
Fix Visual Studio shared library build (STR #3389).
Albrecht Schlosser
2017-07-12
Add missing #include in fltk-versions example program.
Albrecht Schlosser
2017-07-11
WIN32 platform: Fix drag-n-drop to FLTK widget when the desktop is scaled and...
Manolo Gouy
2017-07-11
Add missing definition of the 'uchar' type in FL/x.H
Manolo Gouy
2017-07-11
End of fix for STR#3387 "Bug of timer implementation on macosx"
Manolo Gouy
2017-07-07
STR #2823.2/2: Improved Fl_Preferences "dirty" flag handling.
Matthias Melcher
[next]