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_PostScript.H
Age
Commit message (
Expand
)
Author
2019-02-02
STR #2714: remove new shadow lint for MacOS
Matthias Melcher
2018-06-23
Doxygen only: fixed all block comments starting with an asterisk to space-onl...
Matthias Melcher
2018-06-23
Doxygen: created Group to document drivers, disabled by default
Matthias Melcher
2018-05-09
Rename Fl_Paged_Device::start_job() to begin_job() and Fl_Paged_Device::start...
Manolo Gouy
2018-04-16
Remove Fl_PostScript_Graphics_Driver::mask_bitmap(char **) that is useless.
Manolo Gouy
2018-04-16
Remove useless re-implementation of this virtual member function.
Manolo Gouy
2018-04-13
Simplify code for image drawing by PostScript graphics driver.
Manolo Gouy
2018-04-12
Image drawing: simplify the code organisation to better support Fl_Image::sca...
Manolo Gouy
2018-04-12
Image drawing: simplify the code organisation to better support Fl_Image::sca...
Manolo Gouy
2016-04-24
Complete DOxygen documentation of the Fl_Graphics_Driver class.
Manolo Gouy
2016-04-23
Move Doxygen comments of Fl_PostScript_File_Device members to Fl_PostScript_F...
Manolo Gouy
2016-04-23
Move Doxygen comments of Fl_PostScript_File_Device members to Fl_PostScript_F...
Manolo Gouy
2016-03-19
Implement Fl_PostScript_Graphics_Driver::has_feature(driver_feature mask)
Manolo Gouy
2016-02-26
Move PostScript-support files to src/drivers/PostScript/
Manolo Gouy
2016-02-25
Remove the useless pseudo run-time type information supported by the Fl_Devic...
Manolo Gouy
2016-02-25
Remove the global variable fl_mask_bitmap - put it in the graphics driver's v...
Manolo Gouy
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-11
Mark places that need to be refactored with // PORTME:
Matthias Melcher
2016-01-31
Moved fl_create_bitmask and fl_delete_bitmask functions into driver structure...
Matthias Melcher
2016-01-04
Fix typos in #pragma FL_PORTING.
Albrecht Schlosser
2016-01-03
Updated platform specific #if's to report unimplemented code when compiling w...
Matthias Melcher
2015-03-11
Implementation of Fl_Shared_Image::scale(width, height) for scaled image draw...
Manolo Gouy
2015-03-10
Added Fl_Shared_Image::scale(width, height) to support scaled image drawing (...
Manolo Gouy
2015-03-02
Changed functions supporting ASCII85 and RunLength encodings as private
Manolo Gouy
2015-03-02
PostScript output: : use ASCII85 encoding also for character strings.
Manolo Gouy
2015-02-26
1) More detailed Doxygen documentation for classes Fl_Printer, Fl_Surface_Dev...
Manolo Gouy
2015-02-02
Restores the Doxygen doc of the Fl_PostScript_Graphics_Driver class that had ...
Manolo Gouy
2014-09-13
Fixed compilation warning messages that Fl_PostScript_File_Device::start_job(...
Manolo Gouy
2014-09-08
Fix for STR #3130 where PostScript printing may fail when program modifies LC...
Manolo Gouy
2013-09-25
Removed some of the warnings mentioned in [fltk.coredev] New warnings with FL...
Manolo Gouy
2013-09-23
STR# 2973: removing ABI guard as per fltk.coredev discussion on Sep 21 - 23
Greg Ercolano
2013-09-21
Fixes STR# 2973: collection of Sun compiler fixes.
Greg Ercolano
2012-09-20
More accurate documentation of when the PostScript graphics driver uses vecto...
Manolo Gouy
2011-10-02
STR 2714: remove lint (variables that have the same name as a function in the...
Matthias Melcher
2011-09-14
Improved how the system-dependent global variable fl_gc is declared
Manolo Gouy
2011-07-19
Modifications to all LGPL headers for STR #2685.
Greg Ercolano
2011-05-20
Added missing FL_EXPORT class declarations.
Manolo Gouy
2011-03-22
PostScript support: simplified the Fl_PostScript_Graphics_Driver class by rem...
Manolo Gouy
2011-03-22
Set member functions draw_scaled_image(_mono)() of class Fl_PostScript_Graphi...
Manolo Gouy
2011-02-23
Fl_Device: removed class_name(char *) member function and set class_name(void...
Manolo Gouy
2011-02-18
Added scale(), translate(), and rotate() functions to the Fl_Graphics_Driver ...
Manolo Gouy
2011-02-18
Added virtual width(), height(), descent() and text_extents() functions to th...
Manolo Gouy
2011-02-05
Removed global variables fl_font_ and fl_size_ that are now distinct for each...
Manolo Gouy
2011-02-04
Added the possibility to call Fl_Paged_Device::scale(factor) with a single ar...
Manolo Gouy
2011-01-31
Introduction of the Fl_Printer class requires all member functions of class
Manolo Gouy
2011-01-16
Fix STR #2523: unimplemented functions have been removed.
Manolo Gouy
2011-01-05
Renamed Fl_Device::type() to Fl_Device::class_name() to avoid conflict or con...
Manolo Gouy
2010-12-28
Added right-to-left text drawing to PostScript graphics driver.
Manolo Gouy
2010-12-27
Necessary after changes brought in r.8113
Manolo Gouy
[next]