lazarus/components/fpvectorial
ondrej 6cf1a4620d Merged revision(s)
54895, 54898, 54899, 54900, 54901, 54903, 54904, 54905, 54913, 54914, 54915, 54916, 54917, 54918, 54922, 54923, 54924, 54925, 54926, 54927, 54928, 54929, 54930, 54932, 54934, 54941, 54942
from trunk

r54895 lcl: grids: fix default TGridColumn width. Issue #31806
r54898 lcl: forms: scale TFrame the same as TForm. Issue #31807
r54899 CairCanvas: disable compilation for WinCE (there exists no cairo support on WinCE).
r54900 Printers4Lazarus: force fatal compilation error on WinCE platform, since the package is unsupported on this platform.
r54901 fpvectorial: Fix memory leak in dxf reader (http://forum.lazarus.freepascal.org/index.php/topic,36827.msg246126)
r54903 lcl: grids: always store valid column width. Issue #31806
r54904 IdeIntf: OI: High-DPI: restricted tab. Patch by AlexeyT, Issue #31778
r54905 IdeIntf: OI: High-DPI: value button. Issue #31784
r54913 lcl: colorbox: high-dpi: ColorRectWidth. Issue #31768
r54914 lcl: combobox, listbox: assign Font.PixelsPerInch to Canvas for custom draw events.
r54915 ide: codetoolsdefines dialog: high-DPI. Patch by AlexeyT, Issue #31774
r54916 ide: project options dialog: anchor top/bottom build modes button. Issue #31770
r54917 IdeIntf: OI: High-DPI: ValueComboBox.
r54918 grids: scale native bitmaps; ide: buildmodesmanager dialog: high-DPI check boxes. Issue #31771
r54922 ide: compiler_other_options frame: fix high-DPI. Issue #31779
r54923 Opkman: Fix high-DPI. Issue #31782
r54924 ide: about dialog: high-DPI. Issue #31776
r54925 ide editorfilemanager dialog: high-DPI. Issue #31775
r54926 lcl: groupededit: fix TabStop mechanism. Issue #31811
r54927 lcl: control: apply constraints to new size in DoAutoAdjustLayout and update top/left if bottom/right aligned. Fixes Issue #31772
r54928 ideintf: objectinspector: fix high-dpi in custom property grids. Issue #31769
r54929 lazcontrols: lvlgraphctrl: high-DPI. Issue #31781
r54930 lcl: groupededit: fix TabStop mechanism (fix regression after r54926 #2d7967420e). Issue #31811, Issue #31229
r54932 ide, designer: high-DPI: scale non-visual components. Issue #31812
r54934 ide: images: new high-dpi designed icons by FTurtle, Issue #31815
r54941 Qt5: cbindings - implemented QMargins, QSurface, QSurfaceFormat, QBackingStore, QScreen and QWindow classes.
r54942 Qt5: cbindings - implemented QMargins, QSurface, QSurfaceFormat, QBackingStore, QScreen and QWindow classes (qt56.pas).

git-svn-id: branches/fixes_1_8@54943 -
2017-05-16 18:29:52 +00:00
..
docs
examples fpvectorial: Modify wmf reader to return pixels for default rendering multiplier 1. 2016-09-01 21:41:22 +00:00
tests fpvectorial: add test for bezier segments 2016-09-01 17:30:47 +00:00
tools/laszip
avisocncgcodereader.pas
avisocncgcodewriter.pas fpvectorial: Rewrites more of the page handling system, introducing a necessary API break. Advances the ODT writer, now it starts showing some text 2013-08-09 12:24:33 +00:00
avisozlib.pas
cdrspecification.txt
cdrvectorialreader.pas
docxvectorialwriter.pas fpvectorial: Improves list rendering 2015-05-11 10:02:24 +00:00
dxfvectorialreader.pas Merged revision(s) 2017-05-16 18:29:52 +00:00
epsvectorialreader.pas FpVectorial: Cleanup based on compiler hints. 2015-03-24 17:50:02 +00:00
fpvectbuildunit.pas
fpvectorial.pas fpvectorial: Starts implementing support for css in svg 2017-02-20 06:47:13 +00:00
fpvectorial.xml
fpvectorialpkg.lpk fpvectorial: Initial commit of wmf writer 2016-08-17 22:48:17 +00:00
fpvectorialpkg.pas fpvectorial: Initial commit of wmf writer 2016-08-17 22:48:17 +00:00
fpvtocanvas.pas FpVectorial: Cleanup based on compiler hints. 2015-03-24 17:50:02 +00:00
fpvutils.pas fpvectorial: Finishes the basic support for CSS inside SVG 2017-02-20 10:57:29 +00:00
fpvwmf.pas fpvectorial: Automatically close polygon read from wmf; introduce BkMode in wmf reader/writer. 2016-08-18 05:39:33 +00:00
htmlvectorialreader.pas fpvectorial-html: Adds support to missing images 2016-04-15 12:28:58 +00:00
lasvectorialreader.pas fpvectorial: Rewrites more of the page handling system, introducing a necessary API break. Advances the ODT writer, now it starts showing some text 2013-08-09 12:24:33 +00:00
lazvectorialreader.pas
mathmlvectorialreader.pas FpVectorial: Cleanup based on compiler hints. 2015-03-24 17:50:02 +00:00
odgvectorialreader.pas fpvectorial: Initial implementation of radial gradient drawing 2016-02-08 13:53:55 +00:00
odtvectorialwriter.pas fpvectorial: Add basic raster image support for ODT files (png), patch by Andrzej Kilijanski {{MantisLink|0031357}} 2017-02-16 22:35:33 +00:00
pdfvectorialreader.pas
pdfvrlexico.pas
pdfvrsemantico.pas
pdfvrsintatico.pas
rawvectorialreadwrite.pas fpvectorial: Adds a link from more complex entities to the page, and from the page to the document. Improves the list and header level in ODT 2013-08-24 06:49:48 +00:00
svgvectorialreader_rsvg.pas fpvectorial: Reorganizes reader settings, fixes rendering of rectangles in top-left coordinate system 2016-08-26 09:10:23 +00:00
svgvectorialreader.pas fpvectorial: Finishes the basic support for CSS inside SVG 2017-02-20 10:57:29 +00:00
svgvectorialwriter.pas fpvectorial: Fix svg writer for elliptical arc: clockwise flag for top/left coordinates and x rotation angle 2016-09-01 11:39:04 +00:00
svgzvectorialreader.pas fpvectorial: Now smooth bezier seams 100% correct =) 2013-06-10 11:08:58 +00:00
wmfvectorialreader.pas fpvectorial: Modify wmf reader to return pixels for default rendering multiplier 1. 2016-09-01 21:41:22 +00:00
wmfvectorialwriter.pas fpvectorial: Modify wmf reader to return pixels for default rendering multiplier 1. 2016-09-01 21:41:22 +00:00