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
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
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-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-18
Fix #include <config.h>.
Albrecht Schlosser
2016-03-12
Moved the Fl_Window::decorated_*() functions teh Window_Driver
Matthias Melcher
2016-03-11
Rewrite capture of window decorations using the window driver approach.
Manolo Gouy
2016-03-11
(incomplete) Add files required to compile for Android via Pico driver.
Matthias Melcher
2016-03-10
Rewrite all window icon-related Fl_Window API with the window driver approach.
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-02
Add support for SDL as a base library on OS X.
Matthias Melcher
2016-03-01
Allow running fluid -c without opening the X11 display.
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
Instantiate the right Fl_Window_Driver.
Matthias Melcher
2016-02-18
Remove all uses of the fl_gc global variable. Towards a clean driver model.
Manolo Gouy
2016-02-13
Details on PORTME items. Move fl_parse_color() to screen drivers.
Matthias Melcher
2016-02-12
Add Fl_Shared_Image *Fl_Image_Surface::highres_image() to draw into high-reso...
Manolo Gouy
2016-02-11
Mark places that need to be refactored with // PORTME:
Matthias Melcher
2016-02-10
Fix Screen Driver implementation for X11
Matthias Melcher
2016-01-31
Fix compiler warnings (STR 2988), porting from branch-1.3.
Albrecht Schlosser
2016-01-28
Removed compilation warning.
Manolo Gouy
2016-01-28
Added Fl_Window::capture_titlebar_and_borders a new private member function
Manolo Gouy
2016-01-10
1) Replicate in branch-1.3-porting all recent changes of branch-1.3
Manolo Gouy
2016-01-04
Created pseudo code for all FL_PORTED section so that FLTK compiles and links...
Matthias Melcher
2016-01-03
Updated platform specific #if's to report unimplemented code when compiling w...
Matthias Melcher
2015-11-24
Added new method Fl_Copy_Surface::draw_decorated_window()
Manolo Gouy
2015-05-18
Add support for Fl::copy(..clipboard = 2..)
Lauri Kasanen
2015-04-28
Restored the possibility to call Fl::set_font()
Manolo Gouy
2015-04-20
Make sure we set WM_CLIENT_MACHINE, WM_LOCALE_NAME and _NET_WM_PID on
Pierre Ossman
2015-03-16
Allow compilation when HAVE_XRENDER is undefined or 0
Manolo Gouy
2015-03-16
Detect XRender support
Lauri Kasanen
2015-02-20
Fix potential keyboard hangup (STR #3192).
Albrecht Schlosser
2014-11-04
The EWMH check requires an open display.
Lauri Kasanen
[prev]
[next]