Commit Graph

14887 Commits

Author SHA1 Message Date
mattias
fcb2e8f8cb codetools: h2p: implemented typedef struct
git-svn-id: trunk@14574 -
2008-03-18 16:02:33 +00:00
kirkpatc
3a1499ea41 FPDoc - updates to TWinControl and TControl in Controls.xml
git-svn-id: trunk@14573 -
2008-03-18 15:53:30 +00:00
mattias
f483eda4a5 codetools: h2p: implemented parameter type ...
git-svn-id: trunk@14572 -
2008-03-18 15:09:39 +00:00
mattias
b8caa1a665 codetools: h2p: implemented function list parameters
git-svn-id: trunk@14571 -
2008-03-18 14:57:47 +00:00
mattias
229b2913b9 codetools: c parser: implemented parsing function parameter names
git-svn-id: trunk@14570 -
2008-03-18 14:05:40 +00:00
mattias
fb6acb3313 codetools: c parser: implemented parsing function parameters
git-svn-id: trunk@14569 -
2008-03-18 13:38:22 +00:00
mattias
261b5cdc0f codetools: h2p: ignore function modifiers for result type
git-svn-id: trunk@14568 -
2008-03-18 12:26:04 +00:00
mattias
8972d10822 codetools: h2p: implemented nested definitions
git-svn-id: trunk@14567 -
2008-03-18 11:57:20 +00:00
mattias
893c996a5e codetools: h2p: implemented struct
git-svn-id: trunk@14566 -
2008-03-18 10:58:49 +00:00
mattias
dc866d786a codetools: h2p: implemented enum values
git-svn-id: trunk@14565 -
2008-03-18 10:52:19 +00:00
mattias
175ccd7f03 codetools: h2p: implemented enums
git-svn-id: trunk@14564 -
2008-03-18 10:46:33 +00:00
mattias
c592a2172d codetools: auto resolving auto generated name conflicts
git-svn-id: trunk@14563 -
2008-03-18 10:29:09 +00:00
mattias
4358448ef7 gtk intf: initialize var
git-svn-id: trunk@14562 -
2008-03-18 09:21:29 +00:00
marc
6c828ea03c * Callstack speedup. Now enties are fetched in one go from the debugger by Martin Friebe (modified)
* Fixed callstack item count

git-svn-id: trunk@14561 -
2008-03-18 01:00:51 +00:00
andrew
0b8a7b047f Implemented Gtk2 ProgressBar. Mostly a copy of the gtk1 version with some small differences. IFDEFed gtk1 only code to not compile when gtk2 is used.
git-svn-id: trunk@14560 -
2008-03-17 21:45:23 +00:00
jesus
0f8b78f1c9 LCL, fixed creating handle during loading of rowheights, hint from C Western, issue #10977
git-svn-id: trunk@14559 -
2008-03-17 18:49:19 +00:00
kirkpatc
d965ef92a6 Some updates in Controls.xml to TControlBorderSpacing, and replace <i></i> tags with <var></var>
git-svn-id: trunk@14558 -
2008-03-17 18:48:00 +00:00
mattias
bd6c6feddd codetools: h2p: fixed parsing c decimal number
git-svn-id: trunk@14557 -
2008-03-17 17:47:57 +00:00
mattias
3b1f623c30 codetools: h2p: implemented auto generating array types
git-svn-id: trunk@14556 -
2008-03-17 17:44:46 +00:00
mattias
d3dd7651c4 codetools: h2p: implemented auto generating pointer types
git-svn-id: trunk@14555 -
2008-03-17 16:47:02 +00:00
mattias
2bc0af8524 LCL: translations: fixed reading unitname:identifier to unitname.identifier of po files, bug #10938
git-svn-id: trunk@14554 -
2008-03-17 15:41:06 +00:00
mattias
7593e06d86 codetools: implemented conversion of simple c declarations
git-svn-id: trunk@14553 -
2008-03-17 15:37:43 +00:00
mattias
535542bc52 codetools: h2p: keeping ctool, creating var nodes
git-svn-id: trunk@14552 -
2008-03-17 11:14:07 +00:00
mattias
db1b64812b codetools: h2p: added trees for pascal and c names
git-svn-id: trunk@14551 -
2008-03-17 10:58:20 +00:00
mattias
d2aed0e2c3 codetools: added more ctypes
git-svn-id: trunk@14550 -
2008-03-17 09:53:21 +00:00
mattias
a234e5944d codetools: c parser: distinguish function and variable
git-svn-id: trunk@14549 -
2008-03-17 09:31:34 +00:00
marc
3393285e94 * Improved localization of Package Links dialog by Maxim Ganetsky
* updateed po files

git-svn-id: trunk@14548 -
2008-03-16 23:58:17 +00:00
marc
71b7fb62a7 * Improved localization of sourceedtor popup menu and updated Russin translation by Maxim Ganetsky
* Updated po files

git-svn-id: trunk@14547 -
2008-03-16 23:49:22 +00:00
laurent
8d64244b0e new menu images
git-svn-id: trunk@14546 -
2008-03-16 21:13:14 +00:00
paul
640c672c38 lcl: don't terminate application if mainform modalresult = mrCancel (issue #0009585)
git-svn-id: trunk@14545 -
2008-03-16 08:27:39 +00:00
kirkpatc
20471862d5 Edit Dialogs.xml and Commctrls.xml: replace <i></i> tags with <var></var>
git-svn-id: trunk@14544 -
2008-03-16 00:09:27 +00:00
mattias
55e69f1c40 codetools: fixed parsing var type with initial values
git-svn-id: trunk@14543 -
2008-03-15 22:03:28 +00:00
mattias
38f016b913 codetools: implemented parsing c enum ID name
git-svn-id: trunk@14542 -
2008-03-15 21:41:30 +00:00
mattias
af9f3ff803 codetools: implemented parsing c enum block name
git-svn-id: trunk@14541 -
2008-03-15 21:39:50 +00:00
mattias
b68a8161c1 codetools: implemented getting variable type end without constant
git-svn-id: trunk@14540 -
2008-03-15 18:57:10 +00:00
mattias
ebcd336655 codetools: fixed remving space in front of const
git-svn-id: trunk@14539 -
2008-03-15 18:49:24 +00:00
mattias
3c69d6a067 codetools: added ctypes pointer types
git-svn-id: trunk@14538 -
2008-03-15 18:46:27 +00:00
mattias
0b277dd71a codetools: added ctypes pointer types
git-svn-id: trunk@14537 -
2008-03-15 18:44:30 +00:00
mattias
292ba442b0 h2pas: fixed commenting complex functions
git-svn-id: trunk@14536 -
2008-03-15 14:02:25 +00:00
mattias
3f7eaa4892 h2pas: fixed commenting complex macros
git-svn-id: trunk@14535 -
2008-03-15 14:00:25 +00:00
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