Commit Graph

49957 Commits

Author SHA1 Message Date
wp
1658e33d9d fpvectorial: Fix format detection error due to ExtractFileExt returning an empty string if applied to an extension instead of a filename.
git-svn-id: trunk@52846 -
2016-08-20 17:50:16 +00:00
mattias
4f2a09c958 IDE: fixed mem leak in jitforms, bug #30487
git-svn-id: trunk@52845 -
2016-08-20 17:35:58 +00:00
mattias
2b61a95171 codetools: fixed setting EndPos of ctnGenericParam, bug #30489
git-svn-id: trunk@52844 -
2016-08-20 17:30:17 +00:00
wp
22a65dfeb7 fpvectorial: Add wmf to sample project fpvectorialconverter, some layout improvements.
git-svn-id: trunk@52843 -
2016-08-20 17:07:07 +00:00
wp
2292ee9bdb fpvectorial: svg writer supports TvPolygon now (incl WindingRule).
git-svn-id: trunk@52842 -
2016-08-20 14:11:43 +00:00
wp
d35e091575 fpvectorial: wmf writer respects winding rule when saving polygons.
git-svn-id: trunk@52841 -
2016-08-20 13:04:02 +00:00
wp
23c35aeff3 fpvectorial: Some refactoring of polygon painting.
git-svn-id: trunk@52840 -
2016-08-19 21:58:09 +00:00
bart
298e1155ad MaskEdit: fix pasting text with spaces when maskchar is cMask_AlphaNum, cMask_Letter and cMask_Number or cMask_NumberPlusMin. Issue #0030481.
git-svn-id: trunk@52839 -
2016-08-19 21:07:42 +00:00
wp
a07cb97913 fpvectorial: Implement rendering of gradients for TvPolygon
git-svn-id: trunk@52838 -
2016-08-19 20:35:12 +00:00
bart
5bf9ffa801 MaskEdit: check if control can be focussed before focussing when validation fails in DoExit. Issue #0030482. Patch by Lutz Mändle.
git-svn-id: trunk@52837 -
2016-08-19 20:20:43 +00:00
wp
5230d13340 fpvectorial: Add support for gradients to the svg writer.
git-svn-id: trunk@52836 -
2016-08-19 17:08:31 +00:00
wp
7205d8a04f fpvectorial: Refactor svg writer code. Add writing of TvRectangle and TvEllipse.
git-svn-id: trunk@52835 -
2016-08-18 21:14:41 +00:00
juha
4bbf24e69f Formatting.
git-svn-id: trunk@52834 -
2016-08-18 20:51:04 +00:00
juha
fcc2649c3b IDE: Allow adding a package dependency with dotted name to a project. Issue #30467.
git-svn-id: trunk@52833 -
2016-08-18 20:50:58 +00:00
juha
3eb143d1bc Remove useless comments like { private declarations } from class skeletons.
git-svn-id: trunk@52832 -
2016-08-18 18:51:56 +00:00
wp
2cdcbefef6 fpvectorial: Fix text rotation for wmf.
git-svn-id: trunk@52831 -
2016-08-18 18:36:32 +00:00
wp
8023318178 fpvectorial: Trying to add brush style bsImage (not working yet). Improved bitmap and text handling by wmf reader/writer.
git-svn-id: trunk@52830 -
2016-08-18 17:06:14 +00:00
juha
4cf61a07a3 IDE: Set top position of Form Designer below MainIDEBar. Depends also on Object Inspector. Issue #27638, patch from Michl.
git-svn-id: trunk@52829 -
2016-08-18 14:32:57 +00:00
juha
ea6e3fa84b IDE: formatting uses section.
git-svn-id: trunk@52828 -
2016-08-18 14:32:48 +00:00
wp
9dcec9581e fpvectorial: Use correct placeholders for currently not implemented CREATEPATTERNBRUSH and DIBCREATEPATTERNBRUSH in wmf reader.
git-svn-id: trunk@52827 -
2016-08-18 06:20:48 +00:00
wp
efd1f9eca5 fpvectorial: Automatically close subpolygons of a polypolygon read from wmf. Don't close polylines.
git-svn-id: trunk@52826 -
2016-08-18 05:45:38 +00:00
wp
9b89d6e007 fpvectorial: Automatically close polygon read from wmf; introduce BkMode in wmf reader/writer.
git-svn-id: trunk@52825 -
2016-08-18 05:39:33 +00:00
wp
fb89d63113 fpvectorial: Some fixes in wmf reader (rounded rectangle, text positioning)
git-svn-id: trunk@52824 -
2016-08-17 23:10:45 +00:00
wp
c0b60cfaa4 fpvectorial: Add button "Save as wmf" to wmfviewer demo
git-svn-id: trunk@52823 -
2016-08-17 22:53:00 +00:00
wp
e7e8fa7715 fpvectorial: Initial commit of wmf writer
git-svn-id: trunk@52822 -
2016-08-17 22:48:17 +00:00
wp
d5275431fb fpvectorial: Expose FUseTopLeftCoordinates for writer as new TvPage property HasNaturalRenderPos
git-svn-id: trunk@52821 -
2016-08-17 21:09:24 +00:00
juha
612de13543 IdeIntf: Fix field definition editor to generate proper field name. Issue #30455, patch from Gerard Visent.
git-svn-id: trunk@52820 -
2016-08-17 18:21:25 +00:00
ondrej
f2755c401f LCL: grids: don't reset offset when start col/row dragging
git-svn-id: trunk@52819 -
2016-08-17 16:44:55 +00:00
ondrej
2e76894327 CodeTools: don't rescan FPC directory twice due to the same unit (e.g. when the FPC dir is corrupted)
git-svn-id: trunk@52818 -
2016-08-17 16:43:05 +00:00
bart
2812b0c289 IDE: use rsmbNo instead of lisNo in IDEQuestionDialog.
git-svn-id: trunk@52817 -
2016-08-17 12:10:40 +00:00
bart
57c09522ef FindDialog: fix wrong Sender in OnShow event. Part of Issue #0030449.
git-svn-id: trunk@52816 -
2016-08-17 11:56:10 +00:00
bart
811a82264e QT: Fix not firing OnShow of TColorDialog and TFontDialog. Part of Issue #0030449.
git-svn-id: trunk@52815 -
2016-08-17 11:48:44 +00:00
bart
df62e1d21c GTK2: Fix firing TCommonDialog.OnShow twice. Part of Issue #0021163.
git-svn-id: trunk@52814 -
2016-08-17 11:21:22 +00:00
juha
dc5c4b535c Packager: Support dotted package names. Issue #30467.
git-svn-id: trunk@52813 -
2016-08-17 10:40:39 +00:00
juha
9367da0ae5 Remove extra checks for empty strings together with IsValidIdent. It already handles an empty string.
git-svn-id: trunk@52812 -
2016-08-17 10:40:29 +00:00
juha
ea7fcec8a1 LCL-QT: Ignore an invalid button value caused by rapid mouse wheel movement.
git-svn-id: trunk@52811 -
2016-08-17 10:40:18 +00:00
ondrej
f0a7cff071 IDE: set GlobalDesignHook.LookupRoot also during initialization
git-svn-id: trunk@52810 -
2016-08-17 04:44:19 +00:00
ondrej
f3ee10c357 IDE, CodeTools: rescan FPC directory cache automatically. Issue #30475
git-svn-id: trunk@52809 -
2016-08-16 22:32:22 +00:00
wp
6b358bef49 fpvectorial: Add comment explaining the position of the point X,Y in a TvRectangle.
git-svn-id: trunk@52808 -
2016-08-14 21:22:51 +00:00
bart
31a5dce8e4 ExtDlgs: set UserChoice in TCalendarDialog.OnDialogCloseQuery.
git-svn-id: trunk@52807 -
2016-08-14 16:56:52 +00:00
wp
e1d3e708ed fpvectorial: Improved layout of wmf demo project; shelltreeview is readonly now.
git-svn-id: trunk@52806 -
2016-08-14 09:16:24 +00:00
wp
eb894b68ae fpvectorial: Fix wmfreader not passing background color to fpvectorial
git-svn-id: trunk@52805 -
2016-08-14 09:14:46 +00:00
wp
e9cab2159d fpvectorial: Fix svgreader incorrectly terminating subpolygons in multiple polygons
git-svn-id: trunk@52804 -
2016-08-14 09:12:51 +00:00
wp
08e9be93a9 fpvectorial: Correct rendering of "path with holes"
git-svn-id: trunk@52803 -
2016-08-14 09:11:12 +00:00
wp
2dc04023df fpvectorial: Add UseTopLeftCoords variable for wmf reader.
git-svn-id: trunk@52802 -
2016-08-13 22:41:52 +00:00
bart
cc041a51b2 Dialogs: fix several issues with OnShow/OnCanClose/OnClose events.
- fixes showing OnShow twice
- fixes not firing TSelectDirectoryDialog.OnClose on WinXP
- fixes wrong Sender in TFindDialog.OnShow
- fixes firing TFontDialog.OnShow after fom closes (Windows)
- fixes not firing OnShow and OnClose of TCalculatorDialog
- fixes wrong Sender in TCalendarDialog.OnShow and OnCanClose
- call DoXXX instead of OnXXX wherever possible
- more conditioal debug output
Resolves issue #0023065.
Partly resolves issue #0021163.

git-svn-id: trunk@52801 -
2016-08-13 18:05:25 +00:00
wp
726ce4d450 fpvectorial: Improved calculation of magnification factors in wmfviewer
git-svn-id: trunk@52800 -
2016-08-13 16:27:29 +00:00
juha
6c306c9322 LCL-GTK2: Support SynEdit keystrokes over VNC. Issue #14716, patch from Martin/Graeme.
git-svn-id: trunk@52799 -
2016-08-13 11:27:36 +00:00
wp
801a0ccb5c fpvectorial: Minor improvements of wmf demo program
git-svn-id: trunk@52798 -
2016-08-12 19:50:38 +00:00
wp
814eba3c6a fpvectorial: Add demo program for wmf
git-svn-id: trunk@52797 -
2016-08-12 16:27:33 +00:00