mattias
|
09134e1102
|
IDE: macro IDEBuildOptions: use empty value for makefiles
git-svn-id: trunk@29232 -
|
2011-01-28 09:02:15 +00:00 |
|
mattias
|
fa0cc49336
|
codetools: improved message when string expected at end of source
git-svn-id: trunk@29231 -
|
2011-01-28 09:00:05 +00:00 |
|
paul
|
03b8af4c0f
|
lcl: add comment
git-svn-id: trunk@29230 -
|
2011-01-28 04:26:35 +00:00 |
|
paul
|
eb0c669669
|
lcl: update lcl.lpk for wince
git-svn-id: trunk@29229 -
|
2011-01-28 04:26:15 +00:00 |
|
paul
|
2af6ab0885
|
codetools: fix compilation for wince (issue #0018537)
git-svn-id: trunk@29228 -
|
2011-01-28 04:21:37 +00:00 |
|
paul
|
3f53da5904
|
wince: add alllclintfunits
git-svn-id: trunk@29227 -
|
2011-01-28 04:14:53 +00:00 |
|
maxim
|
a01df89df5
|
regenerated translations; updated Russian translation
git-svn-id: trunk@29226 -
|
2011-01-27 22:46:06 +00:00 |
|
maxim
|
ee79c2e7a0
|
IDE: minor string constant correction
git-svn-id: trunk@29225 -
|
2011-01-27 22:40:35 +00:00 |
|
mattias
|
5cec794a58
|
codetools: parsing external keyword after forward class, bug #17197
git-svn-id: trunk@29224 -
|
2011-01-27 20:07:27 +00:00 |
|
mattias
|
6ce70fb207
|
IDE: do not complete method declarations if there is code behind, bug #17668
git-svn-id: trunk@29223 -
|
2011-01-27 19:45:52 +00:00 |
|
mattias
|
0a22192168
|
codetools: fixed parsing exports unitname.identifier, bug #18353
git-svn-id: trunk@29222 -
|
2011-01-27 19:32:24 +00:00 |
|
mattias
|
c0dcbdcf4e
|
IDE: quick fix identifier not found add local variable: search for identifier in front of position, bug #17362
git-svn-id: trunk@29221 -
|
2011-01-27 19:23:08 +00:00 |
|
mattias
|
cf3bbda78a
|
codetools: fixed endless loop in FindLineEndOrCodeInFrontOfPosition
git-svn-id: trunk@29220 -
|
2011-01-27 19:02:44 +00:00 |
|
mattias
|
d5985e3606
|
codetools: fixed TCodeToolsOptions.LoadFromFile to not expand empty settings, bug #18364
git-svn-id: trunk@29219 -
|
2011-01-27 18:59:48 +00:00 |
|
mattias
|
f9121611a1
|
codetools: fixed FindLineEndOrCodeInFrontOfPosition for nested directives, bug #18616
git-svn-id: trunk@29218 -
|
2011-01-27 18:41:52 +00:00 |
|
mattias
|
15e4d2cce8
|
lcl: fixed fpgui compilation
git-svn-id: trunk@29217 -
|
2011-01-27 17:27:05 +00:00 |
|
mattias
|
1e36476d7d
|
LCL: increased version to 1.0.1 for compatibility
git-svn-id: trunk@29216 -
|
2011-01-27 16:59:54 +00:00 |
|
mattias
|
57d8dccf98
|
IDE: removed lclwidgettype combobox from package compiler options
git-svn-id: trunk@29215 -
|
2011-01-27 16:49:28 +00:00 |
|
mattias
|
1da2df2326
|
fcl: clean up
git-svn-id: trunk@29214 -
|
2011-01-27 16:45:29 +00:00 |
|
mattias
|
cbc4541093
|
FCL package: converted to a normal package
git-svn-id: trunk@29213 -
|
2011-01-27 16:41:24 +00:00 |
|
mattias
|
6d8a288af8
|
LCL: moved register components to LCLBase
git-svn-id: trunk@29212 -
|
2011-01-27 13:15:33 +00:00 |
|
mattias
|
48fb114490
|
IDE: always use unit LCLIntfCompile
git-svn-id: trunk@29211 -
|
2011-01-27 13:06:04 +00:00 |
|
mattias
|
6b6ad2d929
|
IDE+LCL: made LCL a normal package
git-svn-id: trunk@29210 -
|
2011-01-27 12:56:07 +00:00 |
|
mattias
|
84e6c1d086
|
lcl: alllclunits using normal syntax
git-svn-id: trunk@29209 -
|
2011-01-26 23:21:20 +00:00 |
|
mattias
|
eae302f5da
|
lcl: compile packageintf before lcl
git-svn-id: trunk@29208 -
|
2011-01-26 22:56:17 +00:00 |
|
paul
|
483f4ec94a
|
designer: send client coords to MouseUp, MouseDown, MoveMove (issue #0018458)
git-svn-id: trunk@29207 -
|
2011-01-26 12:53:58 +00:00 |
|
mattias
|
a6021ee112
|
lcl: doc
git-svn-id: trunk@29206 -
|
2011-01-26 11:48:24 +00:00 |
|
juha
|
1736b35b33
|
Converter: Replace TRichEdit with TMemo for now.
git-svn-id: trunk@29205 -
|
2011-01-26 09:47:25 +00:00 |
|
juha
|
f28228769d
|
Converter: Disable adding cthreads dependency for now.
git-svn-id: trunk@29204 -
|
2011-01-26 08:20:34 +00:00 |
|
maxim
|
a1d21390da
|
regenerated translations; updated and improved Russian translation
git-svn-id: trunk@29203 -
|
2011-01-25 23:21:22 +00:00 |
|
jesus
|
0bb3877d59
|
LCL, fix grid cursor disappearing on scrolling up/left when toprow/leftcol>=fixedRow/fixedcolcol, issue #18243
git-svn-id: trunk@29202 -
|
2011-01-25 19:49:33 +00:00 |
|
mattias
|
3168fd2e6e
|
LCL: lrs object reader/writer: write unique paths string properies for collection items and frames, patch #16742
git-svn-id: trunk@29201 -
|
2011-01-25 18:50:14 +00:00 |
|
mattias
|
76686be5bf
|
LCL: TCustomMaskEdit.Text string to TTranslateString
git-svn-id: trunk@29200 -
|
2011-01-25 18:36:13 +00:00 |
|
mattias
|
d33b3cd8f7
|
IDE: resource strings
git-svn-id: trunk@29199 -
|
2011-01-25 18:13:08 +00:00 |
|
mattias
|
d9cc4dbb7f
|
IDE: warn for macro cicles in project compiler options dialog, bug #18461
git-svn-id: trunk@29198 -
|
2011-01-25 18:09:42 +00:00 |
|
mattias
|
4a27b745a3
|
IDE: clean up
git-svn-id: trunk@29197 -
|
2011-01-25 17:47:54 +00:00 |
|
mattias
|
4165fa706d
|
IDE: do not check include path for output directory, the output directory is auto created
git-svn-id: trunk@29196 -
|
2011-01-25 17:47:21 +00:00 |
|
mattias
|
b5b5295fc2
|
IDE: resource strings
git-svn-id: trunk@29195 -
|
2011-01-25 17:39:45 +00:00 |
|
mattias
|
01c9842d3e
|
IDE: on circle in macros of compiler options paths: do not raise exception, but store them, bug #18461
git-svn-id: trunk@29194 -
|
2011-01-25 17:38:30 +00:00 |
|
mattias
|
e9e589d484
|
lcl: fixed parsing rst file, bug #18591
git-svn-id: trunk@29192 -
|
2011-01-25 11:04:59 +00:00 |
|
mattias
|
20b93ce8c2
|
IDE: check for rst files in source directory or ouput directory if -FU is given
git-svn-id: trunk@29191 -
|
2011-01-25 10:38:16 +00:00 |
|
mattias
|
27b833a99b
|
IDE: always set LCLWidgetType
git-svn-id: trunk@29190 -
|
2011-01-24 23:29:44 +00:00 |
|
mattias
|
33eff14728
|
IDE: compiler options: moved LCLWidgetType to macros
git-svn-id: trunk@29189 -
|
2011-01-24 17:08:44 +00:00 |
|
mattias
|
09cb550d51
|
IDE: fixed help link for project session options
git-svn-id: trunk@29188 -
|
2011-01-24 13:58:10 +00:00 |
|
mattias
|
15ca442dd7
|
IDE: moved fixed LCL linker options to conditionals
git-svn-id: trunk@29187 -
|
2011-01-24 11:00:23 +00:00 |
|
mattias
|
f70004e7a6
|
lcl1: added issue.xml
git-svn-id: trunk@29186 -
|
2011-01-24 10:34:20 +00:00 |
|
mattias
|
40cc269712
|
IDE: close editor file: focus next if possible, bug #18598
git-svn-id: trunk@29185 -
|
2011-01-24 09:44:23 +00:00 |
|
ask
|
bd9cae16ca
|
TAChart: Add "Multiline" page to the labels demo
git-svn-id: trunk@29184 -
|
2011-01-24 08:52:39 +00:00 |
|
ask
|
1f99cf0ccf
|
TAChart: Support multi-line mark labels
git-svn-id: trunk@29183 -
|
2011-01-24 08:51:05 +00:00 |
|
zeljko
|
d830867f37
|
anchordocking examples: TOpenDialog instead of TSaveDialog. patch by samuel herzog. issue #18595
git-svn-id: trunk@29182 -
|
2011-01-24 07:17:35 +00:00 |
|