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
/
X11
Age
Commit message (
Expand
)
Author
2017-06-17
Make Fl_Screen_Driver::get_mouse(int&, int&) return the number of the mouse-c...
Manolo Gouy
2017-06-15
Limit initial scaling factor to sensible values.
Albrecht Schlosser
2017-06-10
Remove temporary code used for development of the scaling support.
Manolo Gouy
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
2017-02-22
Avoid potential crash occurring after calling win->show(0,0)
Manolo Gouy
2016-12-14
Implement a platform-independent version of Fl_Graphics_Driver::copy_offscree...
Manolo Gouy
2016-12-07
Add static void Fl_Surface_Device::push_current(Fl_Surface_Device *new_curren...
Manolo Gouy
2016-10-19
Remove erroneous uses of sizeof(filename) where filename is a char* and not a...
Manolo Gouy
2016-10-19
Add one more argument to virtual Fl_System_Driver::file_browser_load_filesyst...
Manolo Gouy
2016-10-19
Make sure "/" is always in the list of file systems reported by Fl_File_Choos...
Manolo Gouy
2016-09-23
Move font-related member functions from Fl_Screen_Driver to Fl_Graphics_Driver.
Manolo Gouy
2016-09-22
Fl_Screen_Driver class: its platform dependent member functions should not be...
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-08-23
Fix compiler warnings and simplify Fl_X11_Screen_Driver::init().
Albrecht Schlosser
2016-08-23
Change return type of Fl_Screen_Driver::read_win_rectangle() to Fl_RGB_Image*
Manolo Gouy
2016-07-23
Fix Fl_X11_System_Driver::utf8locale() that did not work when no locale is set.
Manolo Gouy
2016-07-15
Fix uninitialized variable warning.
Albrecht Schlosser
2016-06-22
Use Xrandr to get the true DPI of the display under the X11 platform.
Manolo Gouy
2016-06-14
Fix compiler warning under Linux [-Wunused-variable].
Albrecht Schlosser
2016-06-09
Add missing variable declaration under AIX
Manolo Gouy
2016-06-09
Add missing variable declaration under NetBSD
Manolo Gouy
2016-04-26
Set svn file properties.
Manolo Gouy
2016-04-19
Virtualized add_fd and remove_fd into System Driver
Matthias Melcher
2016-04-19
Add static Fl_XXX_Window_Driver *driver(Fl_Window*) to get the platform-speci...
Manolo Gouy
2016-04-19
Complete the implementations of virtual Fl_X* Fl_Window_Driver::makeWindow() ...
Manolo Gouy
2016-04-18
Move other_xid member variable from class Fl_X to class F_Window_Driver.
Manolo Gouy
2016-04-18
Move wait_for_expose member variable from class Fl_X to class Fl_Window_Driver.
Manolo Gouy
2016-04-18
Move set_cursor() member functions from class Fl_X to classes Fl_Window_Drive...
Manolo Gouy
2016-04-18
Replace static void Fl_X::activate_window(Window) under X11 platform by void ...
Manolo Gouy
2016-04-18
Replace Fl_X::sendxjunk() under USE_X11 by Fl_X11_Window_Driver::sendxjunk().
Manolo Gouy
2016-04-18
Move Fl_X::backbuffer_bad under USE_X11 to class Fl_X11_Wi,dow_Driver.
Manolo Gouy
2016-04-17
Fixes for Linux for recent commits.
Matthias Melcher
2016-04-17
Remove set_icons() from the virtual API of class Fl_Window_Driver because it ...
Manolo Gouy
2016-04-16
Continue removing non window-related member-functions from class Fl_X.
Manolo Gouy
2016-04-16
Continue removing non window-related member-functions from class Fl_X.
Manolo Gouy
2016-04-16
Continue removing non window-related member-functions from class Fl_X.
Manolo Gouy
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-13
Rewrite Fl_own_colormap.cxx under the driver model.
Manolo Gouy
2016-04-13
Remove redundant if condition, fix indenting.
Albrecht Schlosser
2016-04-12
Add and correct a few Doxygen comments.
Manolo Gouy
2016-04-12
Reorganize the implementations of the virtual member function Fl_System_Drive...
Manolo Gouy
2016-04-11
Add missing #include directive
Manolo Gouy
[next]