bart
a031882b1a
FileUtil: inline ExpandFileNameUTF8 as LazFileUtils.ExpandFileNameUTF8,
...
which has better handling of unicode characters on Windows.
(One step in the moving of UTF8 related filefunctions to LazFileUtils)
git-svn-id: trunk@41038 -
2013-05-05 11:40:45 +00:00
bart
d9e1aa876f
Lazfileutils.pas: fix incorrect indentation from r41036 #0baf6d6df0
...
git-svn-id: trunk@41037 -
2013-05-05 11:28:29 +00:00
bart
0baf6d6df0
CreateRelativePath (FileUtil and LazFileUtils): use SysUtilsExtractRelativePath inernally.
...
Fixes issue #0022603 .
git-svn-id: trunk@41036 -
2013-05-05 11:20:44 +00:00
bart
fb55facdaa
ExpandFileNameUtf8: expand current drive if FileName = '\' (Windows)
...
git-svn-id: trunk@41035 -
2013-05-05 11:04:09 +00:00
bart
0631e9d7d1
TFileSearcher: Implement OnDirectoryEnter event.
...
git-svn-id: trunk@41032 -
2013-05-04 21:52:55 +00:00
bart
f84bed8662
TFileSearcher: Implement FileAttribute and DirectoryAttribute properties to let user control
...
what files and directories are searched. Fixes issue #0024369 .
git-svn-id: trunk@41031 -
2013-05-04 21:41:00 +00:00
juha
eee311f09b
IDE: Fix compilation with FPC trunk. Issue #24377 , patch from Mario Ray Mahardhika
...
git-svn-id: trunk@41022 -
2013-05-04 17:11:54 +00:00
maxim
6da4aaefee
LazReport samples: updated Russian translation
...
git-svn-id: trunk@41015 -
2013-05-03 16:20:07 +00:00
jesus
fe7ce55e7b
LazReport, cairo exporter, renamed PDF export filter name
...
git-svn-id: trunk@41014 -
2013-05-03 06:47:58 +00:00
jesus
589747856a
LazReport, cairo exporter, enable clipping for memo views
...
git-svn-id: trunk@41013 -
2013-05-03 06:40:23 +00:00
jesus
58b3af40f7
LazReport, implemented export filter OnExported event to signal the view has been exported
...
git-svn-id: trunk@41012 -
2013-05-03 06:31:09 +00:00
jesus
27b19e929c
LazReport, cairo export, cleanup
...
git-svn-id: trunk@41011 -
2013-05-03 05:52:40 +00:00
jesus
58422ca971
LazReport, editor sample, modified barcodetester report to include barcores at 0,90,180 and 270 degrees
...
git-svn-id: trunk@41010 -
2013-05-03 05:46:50 +00:00
jesus
2227711b2d
Lazreport, cairo exporter: implements barcodes
...
git-svn-id: trunk@41009 -
2013-05-03 05:45:46 +00:00
mattias
77326c8e80
codetools: fixed FindResourceDirective scanning only one file
...
git-svn-id: trunk@41007 -
2013-05-02 21:41:10 +00:00
mattias
b32a494336
codetools: directive tree: reraise last error
...
git-svn-id: trunk@41006 -
2013-05-02 21:40:36 +00:00
mattias
09853b3d90
codetools: init error state
...
git-svn-id: trunk@41005 -
2013-05-02 21:08:00 +00:00
mattias
33e67992e5
lazutils: fixed TListFileSearcher.Create
...
git-svn-id: trunk@40996 -
2013-05-02 11:23:26 +00:00
juha
32b591a40e
CodeTools: Complete local var with full qualification if type name conflicts. Issue #17777 , patch from Anton
...
git-svn-id: trunk@40992 -
2013-05-02 09:11:10 +00:00
jesus
c8323bd08e
LazReport, editor sample, added imgtester report
...
git-svn-id: trunk@40991 -
2013-05-02 03:11:41 +00:00
jesus
ce1bfee474
CairoCanvas: fix line styles. They should not scale with pen widths
...
git-svn-id: trunk@40990 -
2013-05-02 02:32:17 +00:00
jesus
82d0f181c3
LazReport, Editor sample, remember last exported report/export filter + repeat export button
...
git-svn-id: trunk@40989 -
2013-05-02 02:22:15 +00:00
jesus
8c3cc53457
LazReport, Editor sample, added some testing reports
...
git-svn-id: trunk@40988 -
2013-05-02 02:19:15 +00:00
jesus
7d008a912d
LazReport, Remember used last export filter class/filename and use them if ExportTo is called with empty parameters
...
git-svn-id: trunk@40987 -
2013-05-02 02:17:21 +00:00
jesus
2add03180d
LazReport, added PDF/PS exporter via cairocanvas
...
git-svn-id: trunk@40986 -
2013-05-02 02:10:49 +00:00
jesus
2cbb89b788
LazReport, store printer resolution in PrnInfo
...
git-svn-id: trunk@40985 -
2013-05-02 01:53:04 +00:00
jesus
3d48b60eec
CairoCanvas: Implemented DrawSurface to draw a cairo surface onto canvas
...
git-svn-id: trunk@40984 -
2013-05-02 00:16:38 +00:00
jesus
807058aba7
CairoCanvas: refactored TranslateBufferByIntfImage->GraphicToARGB32 to be useful in other parts
...
git-svn-id: trunk@40983 -
2013-05-02 00:14:14 +00:00
jesus
26c321819a
CairoCanvas: make the canvas handle a real cairo context instead of a dummy value
...
git-svn-id: trunk@40982 -
2013-05-02 00:09:45 +00:00
jesus
edbbec026e
CairoCanvas: debugclip
...
git-svn-id: trunk@40981 -
2013-05-01 23:24:08 +00:00
jesus
24fb6810b9
CairoCanvas: implements MixedRoundRect
...
git-svn-id: trunk@40980 -
2013-05-01 23:20:12 +00:00
martin
5b89e0ac68
SynEdit: Starting on Ifdef Markup
...
git-svn-id: trunk@40978 -
2013-05-01 21:04:39 +00:00
bart
5fcdbd6c7d
TFileSearcher.Search: use Windows specific file pattern matching on Windows.
...
Fixes issue #0024306
git-svn-id: trunk@40973 -
2013-05-01 11:03:12 +00:00
bart
fe79a8fdff
Masks: implement specific matching for Windows filemasks like foo*.* and other Windows oddities.
...
git-svn-id: trunk@40970 -
2013-05-01 10:53:23 +00:00
juha
48f88c37ef
Revert "Use AllFilesMask everywhere instead of GetAllFilesMask, mask must be fixed in FPC libs"
...
git-svn-id: trunk@40957 -
2013-04-30 16:35:02 +00:00
maxim
4fb5fafce8
IDEIntf: updated Russian translation
...
git-svn-id: trunk@40938 -
2013-04-29 22:12:39 +00:00
maxim
79c26fc0e5
IDEIntf: fixed typo which caused nonlocalized caption in Form SessionProperties dialog
...
git-svn-id: trunk@40936 -
2013-04-29 22:09:09 +00:00
mattias
fb1458ce76
updated makefiles
...
git-svn-id: trunk@40935 -
2013-04-29 19:49:55 +00:00
mattias
715589d6e8
sqldb: fixed uninitialized value
...
git-svn-id: trunk@40933 -
2013-04-29 19:17:47 +00:00
juha
3e1080ac8f
Anchordocking: Calculate docksite coordinates right after undocking. Issue #23596 , patch from B4Z1l3
...
git-svn-id: trunk@40931 -
2013-04-29 15:32:28 +00:00
mattias
b6a35980e9
codetools: fixed LineColIsOutSide
...
git-svn-id: trunk@40929 -
2013-04-29 10:08:49 +00:00
juha
a505823935
SqlDb: In registersqldb, auto declare unit in uses section. Issue #23045 , patch from Silvio Clécio
...
git-svn-id: trunk@40927 -
2013-04-29 08:10:08 +00:00
juha
6f40ba2c6f
SqlDbLaz: add dependency for CodeTools.
...
git-svn-id: trunk@40926 -
2013-04-29 08:10:03 +00:00
mattias
93bfcac232
codetools: identifier completion: fixed ilcfEndOfLine
...
git-svn-id: trunk@40922 -
2013-04-28 23:08:11 +00:00
mattias
878a5a0321
codetools: undo hack
...
git-svn-id: trunk@40921 -
2013-04-28 22:41:31 +00:00
mattias
6c82fdfde1
codetools: identifier completion: fixed when cursor outside of code, e.g. beyond end of line
...
git-svn-id: trunk@40920 -
2013-04-28 22:40:44 +00:00
juha
3964d7f1f3
CodeTools: Make completion tool work correctly with hidden methods. Issue #18929 , patch from Anton
...
git-svn-id: trunk@40918 -
2013-04-28 21:03:14 +00:00
juha
2166765d19
IdeIntf: Set max value of TEdit.PasswordChar to $7F. Prevents an error during form load. Issue #22373 , patch from Bart
...
git-svn-id: trunk@40916 -
2013-04-28 20:18:41 +00:00
juha
44737bf779
Codetools: Do not touch {$R *.lfm} during automatical code creation. Issue #22497 , patch from Anton
...
git-svn-id: trunk@40910 -
2013-04-28 16:29:56 +00:00
juha
727f6ddd62
Codetools: Fix FindDeclaration tool to not finds inaccessible private/protected fields. Issue #22464 , patch from Anton
...
git-svn-id: trunk@40909 -
2013-04-28 15:20:16 +00:00