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_Window_Driver.H
Age
Commit message (
Expand
)
Author
2018-06-26
Move Fl_Window_Driver.H from FL/ to src/
Manolo Gouy
2018-06-23
Doxygen only: fixed all block comments starting with an asterisk to space-onl...
Matthias Melcher
2018-06-23
Removed macro FL_PORTING, as it has been more confusing than helpful.
Matthias Melcher
2018-06-23
Doxygen: created Group to document drivers, disabled by default
Matthias Melcher
2018-05-23
Make static member function Fl_Window_Driver* Fl_Window_Driver::driver(const ...
Manolo Gouy
2018-05-12
Remove public member function Fl_Window_Driver *Fl_Window::driver() so class ...
Manolo Gouy
2018-05-06
Remove useless #include <FL/Fl_Shared_Image.H> following usage of the new Fl_...
Manolo Gouy
2018-05-06
Simplify Fl_XXX_Window_Driver::capture_titlebar_and_borders() using Fl_Image:...
Manolo Gouy
2018-03-02
More Android changes.
Matthias Melcher
2018-02-16
Remove Fl_Window_Driver::current_cursor() and its platform-specific forms tha...
Manolo Gouy
2018-02-02
Fix typos.
Albrecht Schlosser
2018-01-04
Add Doxygen comments explaining the purpose of Fl_Window_Driver::draw_begin()...
Manolo Gouy
2017-12-29
Remove 'friend class Fl_PicoSDL_Window_Driver' from Fl_Window.H
Manolo Gouy
2017-07-28
Replace static protected bool Fl_Window_Driver::is_a_rescale by a private sta...
Manolo Gouy
2017-07-27
Rename Fl_Window_Driver::in_resize_after_scale_change to 'is_a_rescale' which...
Manolo Gouy
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-20
Fl_Window_Driver::flush_single() needs not be a virtual member function.
Manolo Gouy
2017-07-03
HiDPI support under WIN32 platform: completed.
Manolo Gouy
2017-06-28
HiDPI support: keep window's icons after rescaling
Manolo Gouy
2017-06-28
HiDPI support: keep window's cursor after rescaling.
Manolo Gouy
2017-05-17
Introduce HiDPI + rescaling support for the X11 platform (+ partial support f...
Manolo Gouy
2016-04-23
Add Doxygen definitions to the new Fl_XXX_Driver classes.
Manolo Gouy
2016-04-19
Complete the implementations of virtual Fl_X* Fl_Window_Driver::makeWindow() ...
Manolo Gouy
2016-04-19
Transform Fl_X::make(Fl_Window*) for Mac platform into Fl_X *Fl_Cocoa_Window_...
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 Fl_X::sendxjunk() under USE_X11 by Fl_X11_Window_Driver::sendxjunk().
Manolo Gouy
2016-04-18
Replace member function void Fl_X::flush() by virtual void Fl_Window_Driver::...
Manolo Gouy
2016-04-17
Remove a few // TODO: check after having checked
Manolo Gouy
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-03
Rewrite fl_scroll_area.cxx under the driver model.
Manolo Gouy
2016-03-27
Rewrite Fl_Menu_Window class under the driver model.
Manolo Gouy
2016-03-27
Rewrite Fl_Overlay_Window class under the driver model.
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::show(int argc, char **argv) under the driver model.
Manolo Gouy
2016-03-23
Rewrite Fl_Window::hotspot(int X, int Y, int offscreen) under the driver model.
Manolo Gouy
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::border(int) under the driver model.
Manolo Gouy
2016-03-23
Rewrite Fl_Window::fullscreen_x() under the driver model.
Manolo Gouy
2016-03-23
Rewrite Fl_Window::handle(int) under the driver model.
Manolo Gouy
2016-03-23
Rewrite Fl_Window::hide() under the driver model.
Manolo Gouy
2016-03-22
Rewrite Fl_Window::resize() under the driver model.
Manolo Gouy
2016-03-22
Rewrite Fl_Window::show() and Fl_Menu_Window::show() under the driver model.
Manolo Gouy
2016-03-22
Move all icon-support data to the platform-specific Fl_XXX_Window_Driver class
Manolo Gouy
[next]