Commit Graph

14397 Commits

Author SHA1 Message Date
mattias
1d92eaff9e codetools: fixed FixForwardDefinitions result when no definitions found
git-svn-id: trunk@14534 -
2008-03-15 13:39:41 +00:00
mattias
d8cf78193b codetools: fixed FindAliasDefinitions crash when no alias found
git-svn-id: trunk@14533 -
2008-03-15 13:34:04 +00:00
mattias
3ed0e65d2b codetools: fixed cleaning up in FixMissingH2PasDirectives
git-svn-id: trunk@14532 -
2008-03-15 13:31:19 +00:00
paul
7b44b9d924 ide: rename UnitEditor to SourceEditor
git-svn-id: trunk@14531 -
2008-03-15 13:17:37 +00:00
mattias
6a08781b0f IDE: reduced verbosity
git-svn-id: trunk@14530 -
2008-03-15 13:12:51 +00:00
mattias
40018b4221 codetools: added table of ctypes
git-svn-id: trunk@14529 -
2008-03-15 13:07:47 +00:00
paul
d0f4ce1d1c win32: invalidate groupbox on enable change if themes are active (issue #0007877), misc
git-svn-id: trunk@14528 -
2008-03-15 13:04:21 +00:00
paul
313cbcf318 docking: fix mem leak
git-svn-id: trunk@14527 -
2008-03-15 12:42:10 +00:00
paul
28012e8756 replace ActiveControl := ... with ...SetFocus since ActiveControl raises exception when form is docked into another form. + misc formatting
git-svn-id: trunk@14526 -
2008-03-15 12:36:11 +00:00
mattias
095053bca9 codetools: implemented extracting c function types
git-svn-id: trunk@14525 -
2008-03-15 10:53:32 +00:00
mattias
abd08bc5f4 codetools: implemented parsing var a:b; export name c;, bug #11002
git-svn-id: trunk@14524 -
2008-03-15 10:24:12 +00:00
mattias
e940726de1 codetools: implemented TH2PasTool.HasCVariableSimplePascalType
git-svn-id: trunk@14523 -
2008-03-15 10:14:01 +00:00
kirkpatc
cfd8f48a7b FPDoc - updates to ActnList.xml and Grids.xml (TCustomGrid and TCustomDrawGrid)
git-svn-id: trunk@14522 -
2008-03-14 18:14:37 +00:00
paul
a6bc5d9693 qt: misc formatting
git-svn-id: trunk@14521 -
2008-03-14 16:46:51 +00:00
mattias
137d8db3f6 codetools: implemented TCCodeParserTool.ExtractCode
git-svn-id: trunk@14520 -
2008-03-14 12:58:26 +00:00
mattias
e097dc36e5 codetools: c parser: fixed variable name start-end pos
git-svn-id: trunk@14519 -
2008-03-14 12:28:29 +00:00
mattias
0ab8d02996 codetools: c parser: reduced verbosity
git-svn-id: trunk@14518 -
2008-03-14 12:24:02 +00:00
mattias
d8737e8a09 codetools: added h2ptree, converted some consistencychecks to exceptions
git-svn-id: trunk@14517 -
2008-03-14 11:56:14 +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
paul
9167ffdaeb remove strange condition
git-svn-id: trunk@14515 -
2008-03-14 08:01:23 +00:00
paul
5cbad91fbf win32: formatting
git-svn-id: trunk@14514 -
2008-03-14 07:30:52 +00:00
paul
ca471418bc wince: remove unneeded owner draw code for menus (it is never called, it is outdated, it does not work)
git-svn-id: trunk@14513 -
2008-03-14 07:30:04 +00:00
paul
ba718c3a42 wince: added GetLastErrorText
git-svn-id: trunk@14512 -
2008-03-14 03:40:53 +00:00
paul
76f4d692ba win32: check windows version before call of SPI_GETFLATMENU (maybe fixes #0010592)
git-svn-id: trunk@14511 -
2008-03-14 01:46:47 +00:00
mattias
90feb98436 IDE help: fixed lazdoc/fpdoc editor link
git-svn-id: trunk@14510 -
2008-03-13 11:11:57 +00:00
mattias
2647086361 IDE: source editor: popup: moved close page down
git-svn-id: trunk@14509 -
2008-03-13 10:48:12 +00:00
paul
41b8115a94 TCustomForm.SetActiveControl: simplify condition, don't write same things in debugln twice, formatting
git-svn-id: trunk@14508 -
2008-03-13 10:06:41 +00:00
kirkpatc
54642e17fc FPDoc - updates to StdActns.xml (corrections) and DbActns (new material)
git-svn-id: trunk@14507 -
2008-03-13 08:23:29 +00:00
mattias
bbbffe0776 translations: german: updates form Joerg Braun
git-svn-id: trunk@14506 -
2008-03-12 22:20:39 +00:00
laurent
83b7c87e0f Update French languages
git-svn-id: trunk@14505 -
2008-03-12 21:20:46 +00:00
kirkpatc
a49a6f6283 FPDoc - updates to StdActns.xml
git-svn-id: trunk@14504 -
2008-03-12 21:06:29 +00:00
vincents
c181d67daf IDE: Find and replace dialog, don't reset the prompt on replace checkbox (bug #9549)
git-svn-id: trunk@14503 -
2008-03-12 19:46:16 +00:00
mattias
02c06730c7 codetools: implemented parsing c const
git-svn-id: trunk@14502 -
2008-03-12 14:38:20 +00:00
mattias
262ab9c76f ideprinting: fixed menu
git-svn-id: trunk@14501 -
2008-03-12 12:53:42 +00:00
mattias
7566383233 IDE: Src Editor: popup menu: added dynamic item to open unit.s file
git-svn-id: trunk@14500 -
2008-03-12 11:45:16 +00:00
mattias
580e37d62a IDE: Src Editor: popup menu: switched move flags section to sub menu
git-svn-id: trunk@14499 -
2008-03-12 11:37:28 +00:00
mattias
99fe112e0a IDE: Src Editor: popup menu: switched move page section to sub menu
git-svn-id: trunk@14498 -
2008-03-12 11:31:21 +00:00
mattias
25a277034f IDE: Src Editor: opup menu: combined open files menu items to one sub menu
git-svn-id: trunk@14497 -
2008-03-12 11:21:41 +00:00
paul
820cc2f396 fix mem leak in docking code
git-svn-id: trunk@14496 -
2008-03-12 09:49:10 +00:00
laurent
38fa89e83c New menu images
git-svn-id: trunk@14495 -
2008-03-11 21:22:47 +00:00
mattias
190f165bad LCL: clean up
git-svn-id: trunk@14494 -
2008-03-11 12:08:31 +00:00
marc
b23a60a435 * Callstack improvement by Martin Friebe
git-svn-id: trunk@14493 -
2008-03-11 00:32:30 +00:00
marc
61b5aa81fb * updated Russion translation by Maxim Ganetsky
git-svn-id: trunk@14492 -
2008-03-10 23:48:14 +00:00
mattias
dea14199d7 translations: turkish: updates from Hakan
git-svn-id: trunk@14491 -
2008-03-10 22:26:10 +00:00
mattias
11c51b535c IDE: fixed possible crash, bug #10171
git-svn-id: trunk@14490 -
2008-03-10 17:47:41 +00:00
mattias
b44b0d5c00 IDE: fixed loading dependency list keeping order, bug #10967
git-svn-id: trunk@14489 -
2008-03-10 16:44:20 +00:00
mattias
ceb551d1a8 codetools: added examples for c const
git-svn-id: trunk@14488 -
2008-03-10 16:43:38 +00:00
paul
71c69f122b qt: fix DrawEdge (it changed Rect argument in any case) (probably fixes #0010954)
git-svn-id: trunk@14487 -
2008-03-10 13:09:00 +00:00
paul
549dec3b81 TAChart: fix mem leak
git-svn-id: trunk@14486 -
2008-03-10 12:44:31 +00:00
paul
845803b5b7 add Sileno Goedicke to contributors
git-svn-id: trunk@14485 -
2008-03-10 11:28:11 +00:00