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
Age
Commit message (
Expand
)
Author
2016-03-19
(hopefully) Final driver-based rewriting of the Fl_Image_Surface class.
Manolo Gouy
2016-03-19
Fix potential memory error in Mac OS code to print window titlebars.
Manolo Gouy
2016-03-19
Fix Windows build error (fluid: undefined symbol fl_clip_region()).
Albrecht Schlosser
2016-03-18
Fix #include <config.h>.
Albrecht Schlosser
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-14
More carry from r11173 to porting..
Greg Ercolano
2016-03-14
Carrying over r11173 fix to the new 1.3 porting branch.
Greg Ercolano
2016-03-14
Carrying fix from 1.3-current (r11177) to the new porting branch.
Greg Ercolano
2016-03-13
Extended double buffering fix to Android
Matthias Melcher
2016-03-13
Fixed 'flush()' code for single, double, and overlay buffering
Matthias Melcher
2016-03-12
Quick fix for Fluid on X11. MSWindows version broken due to missing Fl_Printe...
Matthias Melcher
2016-03-12
Moved the Fl_Window::decorated_*() functions teh Window_Driver
Matthias Melcher
2016-03-12
PicoSDL: added crude event handling.
Matthias Melcher
2016-03-12
Add localization of modifier key names in shortcut labels.
Albrecht Schlosser
2016-03-12
Add Android Touch events.
Matthias Melcher
2016-03-11
Android "Hello" compiles and runs!
Matthias Melcher
2016-03-11
Rewrite of Fl_Printer under the driver model - first step
Manolo Gouy
2016-03-11
Android version compiles, links, launches, and receives commands.
Matthias Melcher
2016-03-11
Fix small problem in win->wait_for_expose() for a window that has subwindows.
Manolo Gouy
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-11
Android version compiles and links. Won't run yet.
Matthias Melcher
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
Add code to delete Fl_WinAPI_Window_Driver object.
Manolo Gouy
2016-03-10
Remove useless Fl_Cocoa_Window_Driver::todelete_ member
Manolo Gouy
2016-03-10
Add deletion code for Fl_X11_Window_Driver object
Manolo Gouy
2016-03-10
Remove useless #niclude directive
Manolo Gouy
2016-03-10
Deleted because use f the window driver mechanism.
Manolo Gouy
2016-03-10
Implement non-rectangular windows using the Window Driver mechanism.
Manolo Gouy
2016-03-10
Remove redundant recursion (as suggested in [fltk.coredev] [porting] Remove r...
Manolo Gouy
2016-03-10
Rename header files with .H extension
Manolo Gouy
2016-03-10
Rename header files with .H extension
Manolo Gouy
2016-03-09
Add necessary test for non-null pointer.
Manolo Gouy
2016-03-09
Fix freeze of Fl_Native_File_Chooser occurring under Mac OS + X11 when printi...
Manolo Gouy
2016-03-09
Simplify Fl_OpenGL_Display_Device::capture_gl_rectangle() under Mac OS.
Manolo Gouy
2016-03-09
Rewrite Fl_Gl_Device_Plugin.cxx in a platform-independent way.
Manolo Gouy
2016-03-09
Simpler code for capture of OpenGL windows: the pixel array is converted to t...
Manolo Gouy
2016-03-08
Rewrite Fl_Gl_Device_Plugin::print() without any platform-specific code.
Manolo Gouy
2016-03-08
Simpler method to retain printed image data in memory until it is effectively...
Manolo Gouy
2016-03-08
A few more Pico fixes. Tests with single buffered windows render well for tho...
Matthias Melcher
2016-03-08
Improve documentation of Fl_Valuator class.
Albrecht Schlosser
2016-03-08
Fix overflow in Fl_Valuator::precision(int) to 0...9 (STR #3280).
Albrecht Schlosser
2016-03-08
Add missing PicoSDL functions for command line build.
Matthias Melcher
2016-03-08
Add very basic graphics support to PicoSDL.
Matthias Melcher
2016-03-07
Fixes for MSWindow
Matthias Melcher
2016-03-07
Fixes for X11
Matthias Melcher
2016-03-07
Separating Fl_X and Fl_Window_Driver in Fl_Window.
Matthias Melcher
[next]