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_x.cxx
Age
Commit message (
Expand
)
Author
2017-07-03
HiDPI support under WIN32 platform: completed.
Manolo Gouy
2017-06-28
HiDPI support: keep window's cursor after rescaling.
Manolo Gouy
2017-06-17
Make Fl_Screen_Driver::get_mouse(int&, int&) return the number of the mouse-c...
Manolo Gouy
2017-06-10
Scaling for X11 platform: avoid undrawn right and bottom window margins when ...
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-20
Pre-multiply alpha on cursors on X11, as required by XRender.
Pierre Ossman
2016-11-09
Use Fl_Graphics_Driver::default_driver() when convenient.
Manolo Gouy
2016-10-14
Fix inconsistent interpretation of ld() in image handling (STR #3308).
Albrecht Schlosser
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-09
Rewrite fl_open_callback() under the driver model.
Manolo Gouy
2016-08-20
Improve documentation, fix Fl_Window::icon(NULL).
Albrecht Schlosser
2016-05-04
Fix how to access clipboard content at program start.
Manolo Gouy
2016-05-03
Fix potential memory leak under X11 when pasted image is not accepted by the ...
Manolo Gouy
2016-04-22
Minor simplification.
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
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
Remove Fl_X::setwindow(Fl_Window*) from WIN32 and USE_X11 Fl_X classes.
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
virtualizes fl_set_spot and fl_reset_spot
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-16
Begin moving non window-related member functions out of Fl_X class.
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-09
Fix typos.
Albrecht Schlosser
2016-03-31
Continue removing platform-dependent code from the Fl.H header file.
Manolo Gouy
2016-03-26
Isolate the definition of the 3 public, OS-dependent types (Fl_Offscreen, Fl_...
Manolo Gouy
2016-03-25
Separating platform-dependent from platform-independent code: make src/Fl.cxx...
Manolo Gouy
2016-03-24
Fix the implementation of Fl_Window::default_icons(const Fl_RGB_Image *icons[...
Manolo Gouy
2016-03-24
Provide Fl_Window_Driver accessor methods for public Fl_Window attributes.
Albrecht Schlosser
2016-03-23
Rewrite Fl_Window::iconize() under the driver model.
Manolo Gouy
2016-03-23
Rewrite Fl_Window::size_range_() under the driver model.
Manolo Gouy
2016-03-23
Rewrite Fl_Window::offscreen_x() under the driver model - continued.
Manolo Gouy
2016-03-22
Rewrite Fl_Window::resize() under the driver model.
Manolo Gouy
[next]