Commit Graph

6103 Commits

Author SHA1 Message Date
vincents
17fcabd221 Set editor font.
git-svn-id: trunk@6103 -
2004-10-01 21:10:30 +00:00
vincents
6717aa8890 Set editor font and adjust MainIDE window size.
git-svn-id: trunk@6102 -
2004-10-01 21:09:57 +00:00
vincents
d624021fd1 fix LazProjectDescriptors memleak
git-svn-id: trunk@6101 -
2004-10-01 19:56:10 +00:00
vincents
897252d6c7 Added copyright notice and short description.
git-svn-id: trunk@6100 -
2004-10-01 14:11:48 +00:00
mattias
f74b0ab523 updated finnish translation from Seppo
git-svn-id: trunk@6099 -
2004-10-01 13:31:23 +00:00
mattias
7792302666 fixed 1.0.10 compilation
git-svn-id: trunk@6098 -
2004-10-01 13:25:51 +00:00
mattias
4b92977b8b removed uneeded function TProject.AddNewFile
git-svn-id: trunk@6097 -
2004-10-01 13:18:41 +00:00
mattias
dcbba11dd8 fixed unselecting TCanvas objects
git-svn-id: trunk@6096 -
2004-10-01 13:16:44 +00:00
vincents
b0b5a1c4bb Added cvsexportlocal tool, to create an cvs export from a local checked out cvs directory tree.
git-svn-id: trunk@6095 -
2004-10-01 11:52:58 +00:00
vincents
e3110a7838 Fixed ForceDirectory, if DirectoryName did not end with PathDelim
git-svn-id: trunk@6094 -
2004-10-01 11:44:32 +00:00
mattias
eb45bfc091 implemented custom project types
git-svn-id: trunk@6093 -
2004-10-01 11:23:07 +00:00
vincents
44938f31e1 added file for win32 installer
git-svn-id: trunk@6092 -
2004-09-30 21:50:22 +00:00
vincents
d455df6f61 added readme for win32 installer
git-svn-id: trunk@6091 -
2004-09-30 21:24:26 +00:00
mazen
964538eebf * Fix compile probelem under GTK2 related to
THandle <--> Pointer conversion

git-svn-id: trunk@6090 -
2004-09-30 10:35:50 +00:00
mazen
bcb9c47ed9 * Use VDelete instead of Delete to support BIDI text
git-svn-id: trunk@6089 -
2004-09-30 10:34:45 +00:00
mattias
9a64dd88d7 fixed TBitmap.Canvas.Frame3d
git-svn-id: trunk@6088 -
2004-09-29 15:18:27 +00:00
vincents
dba41c973c use unit FileUtil instead of FileCtrl
git-svn-id: trunk@6087 -
2004-09-29 08:55:23 +00:00
mattias
967e95c46b barchart icon from Michael VC, finnish translation from Seppo
git-svn-id: trunk@6086 -
2004-09-28 21:00:26 +00:00
mazen
5cc29d9ed6 * Fix GTK2 compilation problem
git-svn-id: trunk@6085 -
2004-09-28 16:41:54 +00:00
mazen
147197bdf5 - non used readers removed
git-svn-id: trunk@6084 -
2004-09-28 16:36:14 +00:00
vincents
ead8badfb4 unit filectrl splitted in filectrl and fileutil
git-svn-id: trunk@6083 -
2004-09-28 08:19:55 +00:00
vincents
4efcf5f2ad renamed filectrl.inc to fileutil.inc
git-svn-id: trunk@6082 -
2004-09-27 22:16:04 +00:00
vincents
450371882c splitted off unit FileUtil, it doesn't depend on other LCL units
git-svn-id: trunk@6081 -
2004-09-27 22:05:41 +00:00
vincents
bcf90ce19b splitted off unit FileUtil, it doesn't depend on other LCL units
git-svn-id: trunk@6080 -
2004-09-27 21:45:44 +00:00
micha
b0e1042048 fix popupmenu handle creation
git-svn-id: trunk@6079 -
2004-09-27 17:23:25 +00:00
vincents
1cca3f8198 Added CopyFile with PerserveTime parameter
git-svn-id: trunk@6078 -
2004-09-27 10:35:51 +00:00
mattias
19cd43bf63 added TCustomPropertyLink.EditingDone
git-svn-id: trunk@6077 -
2004-09-27 10:25:08 +00:00
mattias
6ce2f93ba8 added TLazIntfImage.TColors property
git-svn-id: trunk@6076 -
2004-09-27 10:01:18 +00:00
mattias
abacaa7cbf implemented Rename Identifier
git-svn-id: trunk@6075 -
2004-09-25 15:05:39 +00:00
micha
19fb185df2 fix 1.0.10 compilation (global var init)
git-svn-id: trunk@6074 -
2004-09-25 11:19:56 +00:00
micha
f9d650d137 convert LM_CREATE message to interface methods
remove SendMsgToInterface, CNSendMessage and related methods
remove TWidgetSet.IntSendMessage3; all LCL to interface messages have been converted

git-svn-id: trunk@6073 -
2004-09-24 21:34:14 +00:00
vincents
b38f6e179e fixed fpc 1.0.x compilation
git-svn-id: trunk@6072 -
2004-09-24 20:23:33 +00:00
micha
c5832cd817 convert LM_MOVEPAGE message to interface method
git-svn-id: trunk@6071 -
2004-09-24 19:02:38 +00:00
micha
46c5e54090 convert LM_NB_UPDATETAB message to interface method
git-svn-id: trunk@6070 -
2004-09-24 18:00:52 +00:00
micha
8b5ece2b97 convert LM_SETDESIGNING message to TWidgetSet method
git-svn-id: trunk@6069 -
2004-09-24 17:24:40 +00:00
micha
8033722b1f convert LM_SETGEOMETRY message to interface method
git-svn-id: trunk@6068 -
2004-09-24 17:20:43 +00:00
micha
21199fcd5d convert LM_LB_GETTOPINDEX and LM_LB_SETTOPINDEX message to interface methods
git-svn-id: trunk@6067 -
2004-09-24 15:31:02 +00:00
mattias
879f1ff11a added TBarChar demo
git-svn-id: trunk@6066 -
2004-09-24 14:55:55 +00:00
micha
e48907bdf1 convert LM_SETDESIGNING message to TWidgetSet method
git-svn-id: trunk@6065 -
2004-09-24 14:50:58 +00:00
mattias
2c8db8bb68 fixed TCanvas.TextRect Delphi compatible Rect and added TBarChart from Michael VC
git-svn-id: trunk@6064 -
2004-09-24 13:45:32 +00:00
mattias
84135ce89b added ploAutoSave to RTTIControls from Michael VC
git-svn-id: trunk@6063 -
2004-09-24 11:36:46 +00:00
micha
83c4910062 remove obsolete messages
git-svn-id: trunk@6062 -
2004-09-24 10:49:56 +00:00
mattias
0c8aff26aa updated finnish translation
git-svn-id: trunk@6061 -
2004-09-24 10:36:27 +00:00
mattias
233ae97d0e fixed 1.0.10 compilation
git-svn-id: trunk@6060 -
2004-09-24 10:23:49 +00:00
micha
71d0f3dd98 convert LM_SETPROPERTIES message to interface method for TCustomTrackBar
remove message LM_SETPROPERTIES, conversion done

git-svn-id: trunk@6059 -
2004-09-24 07:52:36 +00:00
micha
add872a567 convert LM_SETPROPERTIES message to interface method for TCustomSpinEdit
git-svn-id: trunk@6058 -
2004-09-23 21:16:46 +00:00
micha
01a5a0a6c7 convert LM_SETPROPERTIES message to interface method for TScrollBar
git-svn-id: trunk@6057 -
2004-09-23 20:51:29 +00:00
micha
924f6583c7 convert LM_SETPROPERTIES message to interface method for TScrollBar
git-svn-id: trunk@6056 -
2004-09-23 20:36:30 +00:00
vincents
4c7a8a5a19 fix compilation
git-svn-id: trunk@6055 -
2004-09-23 16:37:13 +00:00
vincents
25e3c74c55 moved widgetset related code from TNBPages to TCustomNotebook
git-svn-id: trunk@6054 -
2004-09-23 14:54:55 +00:00