Commit Graph

6564 Commits

Author SHA1 Message Date
mattias
fca465de04 updated finnish translation
git-svn-id: trunk@6565 -
2005-01-13 00:01:43 +00:00
mattias
7223913675 improved project: recognizing if filename was fixed before pathdelim changed
git-svn-id: trunk@6564 -
2005-01-12 23:58:31 +00:00
mattias
bc8c4be760 implemented skipping debugger settings for publishing projects
git-svn-id: trunk@6563 -
2005-01-12 23:28:16 +00:00
mattias
7b35f70489 limited widget sizes to 10000x10000
git-svn-id: trunk@6562 -
2005-01-12 23:18:07 +00:00
mattias
b3bcf88468 fixed creating new item from new dialog
git-svn-id: trunk@6561 -
2005-01-12 22:39:44 +00:00
mattias
3ccb0f5d03 fixed finding declaration and ancestors for unit name
git-svn-id: trunk@6560 -
2005-01-12 22:21:24 +00:00
vincents
a66dd7eb21 Removed some fpc 1.9.4 workarounds
git-svn-id: trunk@6559 -
2005-01-12 21:03:48 +00:00
mattias
76cf624f43 comp opt: renamed additional fpc config file with custom config file
git-svn-id: trunk@6558 -
2005-01-12 18:43:21 +00:00
mattias
7c9b4dd0bc replaced TOpenDialog with TSelectDirectoryDialog in publish package/project
git-svn-id: trunk@6557 -
2005-01-12 18:24:45 +00:00
mattias
f87a347e79 replaced VER1_9_5 with not VER1_0
git-svn-id: trunk@6556 -
2005-01-12 17:48:47 +00:00
mattias
7fcf833001 improved priority checking for FPC source units
git-svn-id: trunk@6555 -
2005-01-12 10:27:55 +00:00
mattias
412e073155 removed default value for fpc 1.0.10
git-svn-id: trunk@6554 -
2005-01-12 09:49:52 +00:00
mattias
f89f283f2d fixed undo item for unindent with backspace
git-svn-id: trunk@6553 -
2005-01-12 01:52:33 +00:00
mattias
0dcba79b17 fixed using spaces instead of tabs to fill space
git-svn-id: trunk@6552 -
2005-01-12 01:21:34 +00:00
mattias
add79711d3 fixed ecDeleteLastChar on unindent
git-svn-id: trunk@6551 -
2005-01-12 01:09:36 +00:00
micha
f92f516967 fix gtk compilation for tstatictext.layout
git-svn-id: trunk@6550 -
2005-01-11 21:40:29 +00:00
micha
d1ef6f2b88 remove TStaticText.Layout property, not supported by delphi, hard to implement
git-svn-id: trunk@6549 -
2005-01-11 21:36:36 +00:00
mattias
bde1444b74 fixed adding main file in gtk filediaog twice
git-svn-id: trunk@6548 -
2005-01-11 19:01:51 +00:00
mattias
04d3075534 fixed backspace in tab lines
git-svn-id: trunk@6547 -
2005-01-11 17:32:13 +00:00
mattias
e79682cb9c added new editor options: Right Mouse moves cursor and Tab Indent Blocks
git-svn-id: trunk@6546 -
2005-01-11 15:22:04 +00:00
mattias
f4ad4bf427 fixed cursor after deleting in tab line
git-svn-id: trunk@6545 -
2005-01-11 15:12:05 +00:00
mattias
7008387821 fixed jumping to end of tab line
git-svn-id: trunk@6544 -
2005-01-11 14:52:22 +00:00
mattias
0411877119 fixed cursor pos after inserting tab
git-svn-id: trunk@6543 -
2005-01-11 14:25:36 +00:00
mattias
c126bfd858 added property sorting, hiding, showing only, aliasing for TTIGrid
git-svn-id: trunk@6542 -
2005-01-11 14:03:53 +00:00
vincents
4da758ff04 force handle creation before showing page contents
git-svn-id: trunk@6541 -
2005-01-11 13:51:17 +00:00
vincents
73ba16e348 TCustomCheckBox.AllowGray defaults to false.
git-svn-id: trunk@6540 -
2005-01-11 13:25:23 +00:00
mattias
70b4d7f37a implemented dialog editing for TTIGrid
git-svn-id: trunk@6539 -
2005-01-10 21:24:27 +00:00
mattias
30274bba1b implemented editing for TTIGrid
git-svn-id: trunk@6538 -
2005-01-10 21:09:30 +00:00
vincents
4b70bf97db fixed fpc 1.0.x compilation
git-svn-id: trunk@6537 -
2005-01-10 20:30:10 +00:00
mattias
3ead829ef6 updated russian translation from VVI
git-svn-id: trunk@6536 -
2005-01-10 19:01:36 +00:00
mattias
04863229c8 implemented the fpCanvas support for the LCL - Compile with -dUseFPCanvas
git-svn-id: trunk@6535 -
2005-01-10 18:44:44 +00:00
vincents
eb7cf06c6b made TabVisible public
git-svn-id: trunk@6534 -
2005-01-10 16:35:35 +00:00
vincents
1562f523fe - added small installer image
- use seperate registry settings for installing as admin or as normal user.
- open source files with lazarus

git-svn-id: trunk@6533 -
2005-01-10 16:34:06 +00:00
vincents
abe5e0c3fb some ugly hacks to fix 1.0.x compilation
git-svn-id: trunk@6532 -
2005-01-10 15:59:43 +00:00
mattias
23c0cffdf8 added priority workaround for ambigious classes.pp in fpc sources
git-svn-id: trunk@6531 -
2005-01-10 12:32:49 +00:00
vincents
9e2233d5a9 added small installed image form S�rgio
git-svn-id: trunk@6530 -
2005-01-10 11:41:27 +00:00
vincents
c441ca730e implemented passing command line parameters to lazarus
git-svn-id: trunk@6529 -
2005-01-10 08:49:28 +00:00
mattias
5916c57809 fixed RemovePage. And I forgot last cvs log entry: TPage.TabVisible from Andrew Haines
git-svn-id: trunk@6528 -
2005-01-09 23:36:29 +00:00
mattias
f8d3853f8c fixed loading no unit at start
git-svn-id: trunk@6527 -
2005-01-09 23:28:18 +00:00
mattias
251c2b3f44 implemented loading command line filenames at start
git-svn-id: trunk@6526 -
2005-01-09 23:16:19 +00:00
mattias
739c0598e0 updated translations
git-svn-id: trunk@6525 -
2005-01-09 15:37:37 +00:00
mattias
5cdec89521 added Invert attribution tool from sergio
git-svn-id: trunk@6524 -
2005-01-09 15:26:05 +00:00
mattias
e58fafc956 added example for TTIGrid
git-svn-id: trunk@6523 -
2005-01-09 14:51:55 +00:00
mattias
1be6e84c55 registered andadded icon for TTIGrid
git-svn-id: trunk@6522 -
2005-01-09 14:11:03 +00:00
mattias
9ce30e43e9 implemented showing object names for TTIGrid
git-svn-id: trunk@6521 -
2005-01-09 13:48:06 +00:00
mattias
8f4126458f implemented showing property names for TTIGrid
git-svn-id: trunk@6520 -
2005-01-09 12:18:59 +00:00
mattias
487b6f09fc added TFileDialogComponentEditor and TFileDlgFilterProperty from Lagunov
git-svn-id: trunk@6519 -
2005-01-09 12:10:32 +00:00
mattias
893a0a64e3 implemented basic TTIGrid showing value cells
git-svn-id: trunk@6518 -
2005-01-09 02:49:26 +00:00
micha
f771e4ab9a fix cursor handling, and statictext alignment
git-svn-id: trunk@6517 -
2005-01-08 22:19:51 +00:00
vincents
423adf9b59 TLabel.ShowAccelChar default value is True
git-svn-id: trunk@6516 -
2005-01-08 22:13:21 +00:00