Commit Graph

170 Commits

Author SHA1 Message Date
mattias
369aa3055c fixed typo dont
git-svn-id: trunk@27304 -
2010-09-11 14:05:21 +00:00
blikblum
8265b847c5 lcl: add const to string parameters in RegisterPropertyToSkip
git-svn-id: trunk@27060 -
2010-08-11 01:46:39 +00:00
blikblum
10f33a372e lcl: optimize TPropertiesToSkip.IndexOf
git-svn-id: trunk@27059 -
2010-08-11 01:39:26 +00:00
blikblum
00afe9c4f9 lcl: optimize TPropertiesToSkip
git-svn-id: trunk@27058 -
2010-08-11 01:24:45 +00:00
mattias
bb55ccecbd IDE: started upgrade of xml units
git-svn-id: trunk@25647 -
2010-05-25 20:37:53 +00:00
sekelsenmat
4ec26a9c40 Adds support to FPC 2.2.0 for Windows CE
git-svn-id: trunk@25090 -
2010-05-01 10:59:17 +00:00
sekelsenmat
74f27bdc7b Improves the fpc 2.2.4 defines
git-svn-id: trunk@24957 -
2010-04-26 08:43:23 +00:00
sekelsenmat
e3b6b29bdb Implements support for FPC 2.2.4 for WinCE
git-svn-id: trunk@24956 -
2010-04-26 08:31:15 +00:00
paul
78928693d0 lcl: reduce hints when DisableChecks are on
git-svn-id: trunk@23706 -
2010-02-15 10:25:51 +00:00
paul
35ae68998e lcl: a trial to fix wince crash because of resources. RTL FindResource supports only PChar argument
git-svn-id: trunk@23618 -
2010-02-03 15:29:24 +00:00
paul
216da02c61 lcl: remove ver2_0 workarounds
git-svn-id: trunk@23392 -
2010-01-06 17:05:28 +00:00
mattias
bb9b4b5c81 IDE: do not translate lrs comment
git-svn-id: trunk@23370 -
2010-01-04 19:10:17 +00:00
paul
f81a7b073a lcl: native resource support:
- add implementation for LoadFromResourceName and LoadFromResourceID for TIcon and TCursorImage
  - try loading icon from native resource if appropriate lrs resource is not available

git-svn-id: trunk@23290 -
2009-12-26 15:10:14 +00:00
mattias
f0afca08f5 LCL: reduced debugging under wince
git-svn-id: trunk@22777 -
2009-11-25 22:16:26 +00:00
mattias
ad6266815d LCL: TCustomImageList: added Equals and comparing data with Ancestor
git-svn-id: trunk@22766 -
2009-11-25 13:08:41 +00:00
mattias
ab654bf730 LCL: TLRSObjectWriter.BeginComponent write block if childpos changed
git-svn-id: trunk@22488 -
2009-11-08 11:54:33 +00:00
paul
13190deb94 lcl: change toString const usage to Classes.toString (preparations for the new TObject.ToString method)
git-svn-id: trunk@22328 -
2009-10-29 08:41:38 +00:00
mattias
c82f1a8f34 LCL: lresources: warn for duplicates
git-svn-id: trunk@21143 -
2009-08-09 03:14:40 +00:00
mattias
475d5ee4a0 LCL: lresources: use #127 instead
git-svn-id: trunk@21142 -
2009-08-09 02:43:35 +00:00
vincents
690665dd68 LCL: improved streaming of UnicodeString, based on patch from Anton Kavalenka (issue #13399)
git-svn-id: trunk@20699 -
2009-06-21 19:50:47 +00:00
mattias
bbb1de7891 LCL: fixed LRSObjectBinaryToText line ending, bug #13963
git-svn-id: trunk@20585 -
2009-06-11 17:22:32 +00:00
mattias
aea991aebd LCL: replaced linear search for resources
git-svn-id: trunk@18637 -
2009-02-11 09:19:54 +00:00
mattias
2233cd9d24 LCL: TLRSObjectWriter: skip writing empty inherited child components
git-svn-id: trunk@18636 -
2009-02-11 09:16:20 +00:00
paul
943062564b lcl: fix handling WideString properties (bug #0012981)
git-svn-id: trunk@18304 -
2009-01-16 07:18:36 +00:00
paul
d9491a4528 lcl: fix header
git-svn-id: trunk@18002 -
2008-12-31 03:07:17 +00:00
mattias
2e9143f08c LCL: fixed writing empty resource
git-svn-id: trunk@17887 -
2008-12-22 22:12:34 +00:00
paul
98dbf8f94c lcl,ide: rename RegisterRemovedProperty to RegisterPropertyToSkip, ...
git-svn-id: trunk@17792 -
2008-12-11 01:38:39 +00:00
paul
ebfa9fcc57 lcl: add overload for TRemovedPropertyList.IndexOf
git-svn-id: trunk@17741 -
2008-12-09 04:46:43 +00:00
paul
c9039dd63d lcl: add RegisterRemovedProperty procedure which allows to skip removed properties by TReader and by IDE
ide: use information about removed properties to skip them while loading components

git-svn-id: trunk@17739 -
2008-12-09 04:23:02 +00:00
mattias
fe7b742f0b codetools: creating FPC source defines with appended pathdelim
git-svn-id: trunk@17729 -
2008-12-08 15:01:18 +00:00
mattias
0b0d219245 fixed some visibilities
git-svn-id: trunk@17521 -
2008-11-22 16:13:03 +00:00
vincents
a60139801c LCL: added unicode streaming, fixes compilation with fpc 2.3.1, from Anton Kavalenka (issue #12258)
git-svn-id: trunk@16814 -
2008-09-30 14:54:55 +00:00
mattias
69cfe88898 using UTF-8 for file operations and environment variables
git-svn-id: trunk@16236 -
2008-08-25 22:32:23 +00:00
mattias
c81aab571f fixed uninitialized function results
git-svn-id: trunk@16088 -
2008-08-16 20:51:45 +00:00
mattias
e4a2bd9d92 synedit+IDE: implemented showing only every n-th line number, patch #11625 from Gerard Visent
git-svn-id: trunk@15956 -
2008-08-05 11:56:39 +00:00
mattias
4050c2b48b LCL: object streams: fixed reading/writing ChildPos
git-svn-id: trunk@15954 -
2008-08-04 22:35:17 +00:00
mattias
2996a3c332 rename COPYING.modifiedLGPL to COPYING.modifiedLGPL.txt
git-svn-id: trunk@15834 -
2008-07-22 09:48:15 +00:00
mattias
ee5d2a42df LCL: more fixes for fpc 2.2.0 compilation
git-svn-id: trunk@15341 -
2008-06-06 14:12:05 +00:00
mattias
7ef47a5ad7 IDE: reduced debugging output
git-svn-id: trunk@15333 -
2008-06-06 06:07:45 +00:00
mattias
cbf6884d25 LCL: added TUTF8Parser to read LFMs, avoiding wrong ansi/widestring conversions. To ge the old TParser use -dDisableWindowsUnicodeSupport. bug #11415
git-svn-id: trunk@15332 -
2008-06-06 06:05:49 +00:00
vincents
813ed4a6bf LCL: fixed set streaming based on r11149 #a9fb0409fa of fpc (bug #11387)
git-svn-id: trunk@15284 -
2008-06-01 14:37:51 +00:00
mattias
c0d554cdc6 lcl: LRSObjectTextToBinary writing inline flag
git-svn-id: trunk@15237 -
2008-05-26 14:39:50 +00:00
mattias
3668e304fa IDE: designer: implemented using ancestor in TCustomFormEditor.SaveUnitComponentToBinStream
git-svn-id: trunk@15230 -
2008-05-26 00:08:46 +00:00
mattias
0f56af6dc6 IDE: designer: improved error messages
git-svn-id: trunk@15228 -
2008-05-25 22:20:58 +00:00
mattias
542dbfa485 IDE: clean up
git-svn-id: trunk@14833 -
2008-04-15 16:54:43 +00:00
paul
6e278016cc use PropValueError instead of manual raise with fixed message
git-svn-id: trunk@14787 -
2008-04-09 05:53:25 +00:00
vincents
abafe7aa85 codetools, lcl: added support for toWString from Giulio Bernardi
git-svn-id: trunk@14698 -
2008-03-31 21:39:52 +00:00
paul
d7f8fe129a use FPC_HAS_WINLIKERESOURCES to define if we can read lfm from system resources
git-svn-id: trunk@14516 -
2008-03-14 08:08:00 +00:00
mattias
11b2e6f04c LCL: improved debug output
git-svn-id: trunk@13951 -
2008-02-02 09:39:38 +00:00
paul
18895ffce8 - load forms from fpc resources support (with fpc_resources branch)
git-svn-id: trunk@13794 -
2008-01-19 10:52:56 +00:00