Commit Graph

6671 Commits

Author SHA1 Message Date
mattias
220934b065 updated Makefile.compiled
git-svn-id: trunk@28987 -
2011-01-13 12:07:32 +00:00
mattias
8e04bd3d98 codetools: allow caching unitsets without fpc source directory
git-svn-id: trunk@28977 -
2011-01-12 21:22:02 +00:00
mattias
81af1a8a2c codetools: readnextatom: read utf8 characters
git-svn-id: trunk@28973 -
2011-01-12 12:51:01 +00:00
mattias
f4ecc0e4f7 IDE: code templates: fixed auto indent for middle space
git-svn-id: trunk@28970 -
2011-01-12 12:21:41 +00:00
mattias
2b72e682a8 IDE: inspect checksum changed dlg: search for units
git-svn-id: trunk@28969 -
2011-01-12 12:08:16 +00:00
maxim
ab25e40557 regenerated translations; updated and improved Russian translation
git-svn-id: trunk@28968 -
2011-01-12 00:47:49 +00:00
maxim
c1ddf7247f LazReport: fixed typo in error message
git-svn-id: trunk@28967 -
2011-01-12 00:28:25 +00:00
mattias
8c4273f6e4 lazbuild: check fpc via test file
git-svn-id: trunk@28965 -
2011-01-11 22:54:13 +00:00
martin
fff1e9d51a SynEdit: Added debug-info (IFDEFed)
git-svn-id: trunk@28964 -
2011-01-11 21:02:45 +00:00
martin
60ec5e108d SynEdit: Fixed restoring fold-state from session. Issue #0018446
git-svn-id: trunk@28963 -
2011-01-11 21:01:09 +00:00
mattias
1323dd35bc IDE: added check for missing real compiler
git-svn-id: trunk@28962 -
2011-01-11 16:41:54 +00:00
mattias
d5c9ca6f4f IDE: fixed wrong CleanAndExpandFile/Dir use
git-svn-id: trunk@28940 -
2011-01-10 20:40:59 +00:00
mattias
dc5709cc8a IDE: warn if fpc has no config file
git-svn-id: trunk@28939 -
2011-01-10 16:51:08 +00:00
ask
8b63e9a07b TAChart: Correctly use Extent.YMax in TFuncSeries
git-svn-id: trunk@28930 -
2011-01-10 10:18:41 +00:00
jesus
b5a9ad4484 LazReport, some refactoring to get information from custom preview report
git-svn-id: trunk@28929 -
2011-01-10 06:22:25 +00:00
jesus
83eb831066 LazReport, modify strange error msg on Undefined Symbol
git-svn-id: trunk@28928 -
2011-01-10 06:16:38 +00:00
ask
5e67bd842c TAChart: Fix compilation of tools demo
git-svn-id: trunk@28925 -
2011-01-10 00:02:41 +00:00
martin
3c87ebe10d SynEdit: Fix a drawing bug, if a framed word is partly invalidated.
git-svn-id: trunk@28923 -
2011-01-09 14:49:24 +00:00
mattias
564a8a78a9 codetools: TCTDirectoryCache.FindUnitSourceInCompletePath: fixed fixing unitname case from cache
git-svn-id: trunk@28921 -
2011-01-09 13:29:09 +00:00
ask
c4099a7d6a TAChart: Add TChartStyle.UsePen and .UseBrush properties. Update demo.
git-svn-id: trunk@28915 -
2011-01-09 09:32:12 +00:00
ask
bc31258827 TAChart: Add axis stripes to the axis demo
git-svn-id: trunk@28914 -
2011-01-09 09:19:23 +00:00
ask
e80436b1fb TAChart: Use styles brushes for axis stripes
git-svn-id: trunk@28913 -
2011-01-09 09:17:05 +00:00
ask
c2d6591ca3 TAChart: Fix compilation of axis demo
git-svn-id: trunk@28912 -
2011-01-09 07:28:10 +00:00
ask
ef0f99f876 TAChart: Fix compilation of save demo
git-svn-id: trunk@28911 -
2011-01-09 07:24:00 +00:00
ask
2b8862f949 TAChart: Fix compilation of func demo
git-svn-id: trunk@28910 -
2011-01-09 07:22:50 +00:00
sekelsenmat
71604ddadd Patch from Ido Kanner, updates synunidesigner.pas to use the new TNotebook
git-svn-id: trunk@28908 -
2011-01-08 23:52:00 +00:00
paul
8f25e2ae77 jcf2: fix double path delim error in jcf settings file path (issue #0018395)
git-svn-id: trunk@28905 -
2011-01-08 17:06:30 +00:00
mattias
ecec0a36e4 codetools: TCodeTreeNode: packed to save memory and a few percent faster
git-svn-id: trunk@28903 -
2011-01-08 12:35:57 +00:00
mattias
599efccf86 codetools: FindMissingUnit: FixCase fixed
git-svn-id: trunk@28901 -
2011-01-08 11:43:32 +00:00
ask
b86722ce2e TAChart: Add TChartAxisMarks.Stripes property
git-svn-id: trunk@28896 -
2011-01-07 15:03:26 +00:00
mattias
632ae5d71b IDE: about fpc: show fpc -i and -va output
git-svn-id: trunk@28893 -
2011-01-07 13:49:49 +00:00
paul
1ee37dc946 jcf2: try to fix compilation
git-svn-id: trunk@28892 -
2011-01-07 09:28:23 +00:00
ask
8e98e24674 TAChart: Remove workaround for issue #17217 from multi-demo
git-svn-id: trunk@28890 -
2011-01-06 19:14:59 +00:00
ask
bfac641b16 TAChart: Add chart events demo
git-svn-id: trunk@28889 -
2011-01-06 19:10:27 +00:00
ask
65a1965f94 TAChart: Add OnBeforeDrawBackground and OnAfterDrawBackground events to TChart component.
This is another step to implementing issue #18403

git-svn-id: trunk@28888 -
2011-01-06 18:55:26 +00:00
ask
d62a631917 TAChart: Add OnBeforeDrawBackWall, OnAfterDrawBackWall events to TChart component.
This partially implements issue #18403

git-svn-id: trunk@28887 -
2011-01-06 18:30:17 +00:00
mattias
5b10133171 codetools: class quick parser: check for of object, bug #18324
git-svn-id: trunk@28885 -
2011-01-06 17:51:44 +00:00
mattias
8bd4b85521 synedit: clean up
git-svn-id: trunk@28884 -
2011-01-06 17:27:22 +00:00
mattias
639dd74408 chmhelp: updated Makefile
git-svn-id: trunk@28883 -
2011-01-06 17:26:08 +00:00
mattias
02c37add0e jcfidelazarus: updated Makefile
git-svn-id: trunk@28882 -
2011-01-06 17:25:33 +00:00
mattias
4493331e5a chmhelp: updated Makefile
git-svn-id: trunk@28881 -
2011-01-06 17:24:58 +00:00
mattias
07c1f1e3a8 turbopower_ipro: updated Makefile
git-svn-id: trunk@28880 -
2011-01-06 17:24:32 +00:00
mattias
902fb6322f todolist: updated Makefile
git-svn-id: trunk@28879 -
2011-01-06 17:24:09 +00:00
mattias
5b5bcad609 macfiles: updated Makefile
git-svn-id: trunk@28878 -
2011-01-06 17:23:26 +00:00
mattias
2a79108848 codetools: fixed class compltion for indexed property, patch #18416
git-svn-id: trunk@28877 -
2011-01-06 17:22:04 +00:00
mattias
e2a2b1c57f IDE: code templates: auto indent and option to disable it for each template, bug #17632
git-svn-id: trunk@28876 -
2011-01-06 17:14:35 +00:00
paul
e924248fa7 codetools: fix compilation with fpc 2.5.1
git-svn-id: trunk@28865 -
2011-01-04 10:36:40 +00:00
sekelsenmat
cb6d78faba Fixes the wince button focus and the groupbox text background in customdrawnextras.pas
git-svn-id: trunk@28857 -
2011-01-02 12:05:00 +00:00
sekelsenmat
5652dbe192 Patch from Jixian Yang, fixes the wince and adds a win2000 look for TCDButton. Applied with minor modifications.
git-svn-id: trunk@28856 -
2011-01-02 10:27:50 +00:00
sekelsenmat
503224890d Patch from Eugen Bolz to TCDPageControl. ComponentEditor now has some more Options like "Insert Page" or "Show Page (XY)". ComponentEditor fixed "Next Page" / "Previous Page". TCDPageControl now has a PageCount-Property
git-svn-id: trunk@28855 -
2011-01-01 08:59:22 +00:00