Commit Graph

120 Commits

Author SHA1 Message Date
mattias
dd735a4378 replaced writeln with debugln
git-svn-id: trunk@13011 -
2007-11-24 21:28:46 +00:00
paul
122db22fd0 ide: improve component icon search
git-svn-id: trunk@12961 -
2007-11-22 01:45:27 +00:00
mattias
f20081a879 IDE: improved and enabled creation of .lrt files and combining all .rst/.lrt files into one .po files per project. ToDo: do the same for packages. From Luis Rodrigues
git-svn-id: trunk@12344 -
2007-10-06 13:59:31 +00:00
mattias
04488cbea6 LCL: fixed writing widestrings
git-svn-id: trunk@12090 -
2007-09-20 14:04:53 +00:00
mattias
8cf42e9ebe LCL: replaced array typecasts to integer - not supported on all platforms
git-svn-id: trunk@11759 -
2007-08-07 21:12:22 +00:00
vincents
8aeeda739e LCL: don't use integer to compare FilerSignature, but array[1..4] of char, fixes maybe some little-endian, bigendian problem.
git-svn-id: trunk@11758 -
2007-08-07 20:59:36 +00:00
paul
ce2a7a71a6 - added TLResources.Find by Name and ValueType (it was by Name only before)
- new class TLazarusResourceStream similar to TResourceStream
- some code needed resource stream has been switched to use TLazarusResourceStream

git-svn-id: trunk@11429 -
2007-07-06 02:32:22 +00:00
vincents
3c778511a4 LCL: fixed possible bugs found by "unreachable code" warnings
git-svn-id: trunk@11331 -
2007-06-18 21:48:51 +00:00
mattias
2edf9e54c7 LCL: small optimization from Lanxelot
git-svn-id: trunk@11196 -
2007-05-25 09:06:18 +00:00
marc
3a01836e01 * implemented Double to LRSExtended conversion
git-svn-id: trunk@11080 -
2007-05-05 00:43:08 +00:00
vincents
94c4bef7be LCL: use const parameter for adding resource strings, prevents copying of string references and works around fpc bug #8664
git-svn-id: trunk@10928 -
2007-04-10 12:05:35 +00:00
marc
f79c0cd263 * Fixed unsafe endianess cast
git-svn-id: trunk@10855 -
2007-04-02 22:01:51 +00:00
vincents
4acff91db5 LCL: fixed big endian issue in TestFormStreamFormat (bug #8012)
git-svn-id: trunk@10854 -
2007-04-02 21:52:51 +00:00
mattias
8c958b060d LCL: always registering ResourceHandler
git-svn-id: trunk@10580 -
2007-02-05 10:15:50 +00:00
mattias
82ebb63757 IDE: checking lfm files now check used units first
git-svn-id: trunk@10450 -
2007-01-15 14:54:08 +00:00
vincents
d40c271e2f fixed some warning from fpc 2.1.1 (bug #8008)
git-svn-id: trunk@10407 -
2007-01-09 10:24:14 +00:00
vincents
69391d2648 LCL: improved stream of large objects (issue #7270)
git-svn-id: trunk@10321 -
2006-12-12 13:09:30 +00:00
vincents
4ec93f00e4 fixed pointer type conversion on big endian systems from Jonas
git-svn-id: trunk@10041 -
2006-10-05 12:39:23 +00:00
mattias
5d98cce24c LCL: fixed AV when testing TFindDialog
git-svn-id: trunk@9745 -
2006-08-23 19:49:03 +00:00
mattias
be15116595 IDEIntf: added OnShow handler for TIDEMenuSection, h2pas wizard: implemented adding/editing text tools
git-svn-id: trunk@9698 -
2006-08-02 16:36:35 +00:00
mattias
b79d6a7b7d h2pas: started text tools editor
git-svn-id: trunk@9696 -
2006-08-01 16:57:26 +00:00
mattias
eca40584b9 IDEIntf: added IDESearchInText, added text converter tools
git-svn-id: trunk@9683 -
2006-07-26 16:51:44 +00:00
mattias
408b5f9830 small optimization for widestrings
git-svn-id: trunk@9660 -
2006-07-22 09:03:26 +00:00
mattias
7f60e77e98 fixed range check, added widestring stream example
git-svn-id: trunk@9659 -
2006-07-22 08:59:21 +00:00
mattias
d27f730f7a fixed streaming empty widestrings
git-svn-id: trunk@9534 -
2006-07-01 11:40:25 +00:00
vincents
3737570ed5 fixed writing of floats on bigendian cpus (issue #7009)
git-svn-id: trunk@9526 -
2006-06-29 20:22:55 +00:00
mattias
6eb4930179 fixed references to COPYING.LCL
git-svn-id: trunk@9243 -
2006-05-05 05:52:08 +00:00
mattias
c23c7f413f designer: change class now keeps parent
git-svn-id: trunk@9204 -
2006-04-29 20:49:23 +00:00
mattias
422e644e54 reduced overhead in TWinControl.IsControlMouseMsg from Darek
git-svn-id: trunk@9164 -
2006-04-23 20:20:22 +00:00
mattias
d8e7f5e0af added ct define fpc rtl directory if SrcOS=win then add win/wininc
git-svn-id: trunk@9089 -
2006-04-07 14:38:16 +00:00
mattias
2ed9fee8a6 fixed writing empty strings to lfm
git-svn-id: trunk@8933 -
2006-03-13 10:01:43 +00:00
mattias
5bb39b97a3 clearing session modified flags
git-svn-id: trunk@8862 -
2006-03-03 00:32:47 +00:00
mattias
03aff84390 improved setting custom font for TEdit under gtk2 from Darius
git-svn-id: trunk@8851 -
2006-03-01 01:46:40 +00:00
mattias
a99956b6cc implemented TGtkWidgetSet.SetWidgetFont for gtk2, moved package editor add new unit as default
git-svn-id: trunk@8837 -
2006-02-27 16:47:27 +00:00
mattias
a01d0a9fe7 new icons from JerneyL, added TLazComponentQueue for streaming components in lazarus binary format
git-svn-id: trunk@8826 -
2006-02-26 00:25:00 +00:00
mattias
e8a5d48fbd added TLazReaderBMP to cacheable image readers, added smallint, shortint reader/writer functions, accelerated LRS writer by writing big chunks in one call
git-svn-id: trunk@8825 -
2006-02-25 22:48:47 +00:00
mattias
7f9586348a fixed endless loop
git-svn-id: trunk@8824 -
2006-02-25 21:20:39 +00:00
mattias
4a72c727b5 added resourcestrings to debugoptions from Darius
git-svn-id: trunk@8821 -
2006-02-25 11:37:07 +00:00
mattias
c03e8cd810 added DefineRectProperty
git-svn-id: trunk@8811 -
2006-02-23 16:29:43 +00:00
mattias
509e8de76c added example how to stream components
git-svn-id: trunk@8810 -
2006-02-23 14:57:19 +00:00
mattias
b0aa934e60 fixed hangup on GetLineInfo on last line, implemented WriteComponentAsBinaryToStream for easy streaming of components
git-svn-id: trunk@8809 -
2006-02-23 12:19:47 +00:00
mattias
2787b8d319 started TXMLObjectReader
git-svn-id: trunk@8801 -
2006-02-23 01:31:29 +00:00
mattias
f78320e79d fixed a few layouts
git-svn-id: trunk@8606 -
2006-01-23 18:25:13 +00:00
jesus
e36c93f81a fixes widestring to string convertion
git-svn-id: trunk@8600 -
2006-01-22 23:21:16 +00:00
mattias
6e8ee76fb2 build lazarus now always use -w to get entering/leaving marks, improved carbon intf mouse events
git-svn-id: trunk@8514 -
2006-01-13 18:43:42 +00:00
marc
6f345ed1d4 * Patch from Joost van der Sluis to fix compilation on fpc 2.1.1 r2020 #6655ed568d
git-svn-id: trunk@8354 -
2005-12-21 22:04:09 +00:00
vincents
c8b8cc06c1 used FPC_BIG_ENDIAN instead of POWERPC
git-svn-id: trunk@8263 -
2005-12-06 20:09:30 +00:00
mattias
22c1e9cb16 fixed LRS reading/writing of extended on 64bit processors from Andrew Haines
git-svn-id: trunk@8261 -
2005-12-06 18:47:11 +00:00
vincents
afe0734734 clean up of fpcadds
git-svn-id: trunk@8101 -
2005-11-07 23:25:45 +00:00
mattias
e0a2142d03 fixed ReadLFMHeader reading classname
git-svn-id: trunk@8069 -
2005-11-05 17:58:51 +00:00