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
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
Fix Linux build: one include file and missing #include <config.h>.
Albrecht Schlosser
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
2016-03-22
Make sure can_xdbe() from Fl_X11_Window_Driver.cxx is called after fl_open_di...
Manolo Gouy
2016-03-21
Rewrite Fl_Window::label(const char *name, const char *mininame) under the dr...
Manolo Gouy
2016-03-21
Implement Fl_Window::make_current() under the driver model.
Manolo Gouy
2016-03-21
Improve the implementation of Fl_X11_Window_Driver::flush_double() and flush_...
Manolo Gouy
2016-03-20
Fix Fl_Xdbe_Window_Driver::destroy_double_buffer() for an Fl_Overlay_Window.
Manolo Gouy
2016-03-20
Continue implementation of class Fl_Window_Driver according to Albrecht's plan.
Manolo Gouy
2016-03-19
Advancing Albrecht's plan for the Fl_Window_Driver class.
Manolo Gouy
2016-03-18
Fix potential crash in take_focus() (Linux).
Albrecht Schlosser
2016-03-18
Beginning of Albrecht's plan for Fl_Window and Fl_Window_Driver classes.
Manolo Gouy
2016-03-13
Fixed 'flush()' code for single, double, and overlay buffering
Matthias Melcher
2016-03-12
Moved the Fl_Window::decorated_*() functions teh Window_Driver
Matthias Melcher
2016-03-11
Remove a few #include <FL/x.H> from public FLTK headers.
Manolo Gouy
2016-03-11
Rewrite Fl_Window::wait_for_expose() using the window driver approach.
Manolo Gouy
2016-03-11
Rewrite capture of window decorations using the window driver approach.
Manolo Gouy
2016-03-10
Rewrite all window icon-related Fl_Window API with the window driver approach.
Manolo Gouy
2016-03-10
Add deletion code for Fl_X11_Window_Driver object
Manolo Gouy
2016-03-10
Implement non-rectangular windows using the Window Driver mechanism.
Manolo Gouy
2016-03-07
Fixes for X11
Matthias Melcher
2016-03-06
Driver-based Fl_Double_Window implementation - continued.
Manolo Gouy
2016-03-06
New, driver-based Fl_Double_Window implementation.
Manolo Gouy
2016-03-01
Moved timer code to screen drivers. Not sure if this should be in System Driv...
Matthias Melcher
2016-02-26
Rename remaining src/drivers/XXX.h to XXX.H - continued
Manolo Gouy
2016-02-26
Rename all remaining src/drivers/XXX.h to XXX.H
Manolo Gouy
2016-02-19
Fixes for X11
Matthias Melcher
2016-02-19
Add example code to Fl_Window_Driver.
Matthias Melcher
2016-02-19
Instantiate the right Fl_Window_Driver.
Matthias Melcher
2016-02-19
Add System Driver and Window Driver.
Matthias Melcher
2016-02-19
Fix Fl_X11_Screen_Driver::wait(). The fractals demo is back.
Manolo Gouy
2016-02-18
Fix Fl::grab(win) under Linux (program crashed in menus).
Albrecht Schlosser
2016-02-17
Fix flush() call (Linux) - makes drawing work again, but still buggy.
Albrecht Schlosser
2016-02-17
Fix compilation under Linux - compiles, but doesn't work :-(
Albrecht Schlosser
2016-02-13
[Cairo] Remove part of the dependency of FL/Fl.H on config.h.
Albrecht Schlosser
2016-02-13
Moed Fl::visual and System_Scheme to the driver
Matthias Melcher
2016-02-13
Refactoring get_system_colors() into Fl_Screen_Driver
Matthias Melcher
2016-02-13
Details on PORTME items. Move fl_parse_color() to screen drivers.
Matthias Melcher
2016-02-11
Typo in Fl_X11_Screen_Driver::flush header
Matthias Melcher
2016-02-11
Move platform part of Fl::flush()
Matthias Melcher
2016-02-10
Moving fl_beep into screen driver.
Matthias Melcher
[next]