Commit Graph

14518 Commits

Author SHA1 Message Date
mattias
a0fb82a994 codetools: h2p: implemented parsing struct parameters and fixed simplifying if elseif else endif
git-svn-id: trunk@14655 -
2008-03-26 15:48:48 +00:00
mattias
2fb324362f IDEIntf: fixed missing result
git-svn-id: trunk@14654 -
2008-03-26 14:51:17 +00:00
mattias
65bdc74cce printers: updated Makefile
git-svn-id: trunk@14653 -
2008-03-26 14:49:36 +00:00
mattias
f6717eb256 codetools: h2p: implemented simplifying empty ifdefs
git-svn-id: trunk@14652 -
2008-03-26 14:41:04 +00:00
mattias
3b57267fa1 codetools: h2p: implemented recognizing (void*)0
git-svn-id: trunk@14651 -
2008-03-26 13:44:43 +00:00
mattias
74426aae84 codetools: h2p: implemented recognizing constant identifiers in macro values
git-svn-id: trunk@14650 -
2008-03-26 13:29:28 +00:00
mattias
aeceb42992 codetools: h2p: implemented converting c octal numbers
git-svn-id: trunk@14649 -
2008-03-26 11:30:17 +00:00
mattias
647adc1d77 codetools: h2p: implemented converting c hex numbers
git-svn-id: trunk@14648 -
2008-03-26 11:24:46 +00:00
mattias
271e95a54b codetools: h2p: implemented converting simple macro constants to pascal constants
git-svn-id: trunk@14647 -
2008-03-26 10:25:39 +00:00
mattias
2fc48743e4 codetools: h2p: auto replacing special macro chars
git-svn-id: trunk@14646 -
2008-03-26 09:45:36 +00:00
mattias
e159c54b13 codetools: h2p: clean up
git-svn-id: trunk@14645 -
2008-03-26 09:33:43 +00:00
paul
d59f3d0a5e ide: change collection editor form position from poDefault to poDefaultPosOnly (since size is too big under windows)
git-svn-id: trunk@14644 -
2008-03-26 08:47:13 +00:00
paul
a0f4af6597 lcl: make questiondlg position on screencenter and have dialog borderstyle
git-svn-id: trunk@14643 -
2008-03-26 08:27:20 +00:00
paul
a647d94b50 ide:
- added TCollectionPropertyEditor.ShowCollectionEditor and EditCollection procedure
- added component editor for THeaderControl to allow sections edit from popup menu or double click

git-svn-id: trunk@14642 -
2008-03-26 04:04:49 +00:00
mattias
00936481e1 codetools: h2p: started simplify directives#
git-svn-id: trunk@14641 -
2008-03-25 17:55:57 +00:00
mattias
f36a751b57 codetools: h2p: implemented macro values and stati
git-svn-id: trunk@14640 -
2008-03-25 15:43:07 +00:00
mattias
29a732e300 codetools: h2p: implemented writing directives as pascal
git-svn-id: trunk@14639 -
2008-03-25 14:07:54 +00:00
mattias
2e78fdbf51 codetools: h2p: implemented writing error directives as pascal
git-svn-id: trunk@14638 -
2008-03-25 13:58:25 +00:00
mattias
36cbdb7c58 codetools: h2p: implemented building directives tree
git-svn-id: trunk@14637 -
2008-03-25 13:44:01 +00:00
mattias
4e86ff8611 codetools: h2p: started directive nodes
git-svn-id: trunk@14636 -
2008-03-25 12:36:39 +00:00
mattias
d4d10d65ce codetools: h2p: implemented writing record case as pascal
git-svn-id: trunk@14635 -
2008-03-25 11:27:38 +00:00
mattias
8b66effeab codetools: h2p: implemented writing procedure types as pascal
git-svn-id: trunk@14634 -
2008-03-25 10:50:56 +00:00
mattias
b7829c6cc9 codetools: h2p: writing line numbers for skipped items
git-svn-id: trunk@14633 -
2008-03-25 10:28:59 +00:00
mattias
04d285bc25 codetools: h2p: implemented wrinting simple records as pascal
git-svn-id: trunk@14632 -
2008-03-25 10:19:57 +00:00
mattias
886e980573 gtk2 intf: TGtk2WSScrollBar.SetParams: fixing gtk warnings Min < Max
git-svn-id: trunk@14631 -
2008-03-25 09:55:03 +00:00
mattias
2241f84b14 codetools: h2p: implemented writing enums as pascal
git-svn-id: trunk@14630 -
2008-03-25 09:45:07 +00:00
mattias
bd9c42bbd1 LCL: fixed compilation: unit circles and inline dont play together
git-svn-id: trunk@14629 -
2008-03-25 09:19:15 +00:00
laurent
56e46f1f11 New icones for CallStack dialog
git-svn-id: trunk@14628 -
2008-03-24 22:17:02 +00:00
kirkpatc
4d98ee50b5 FPDoc -updates to grids.xml (mostly corrections/improvements to HowTo topic) and DbGrids (mostly links)
git-svn-id: trunk@14627 -
2008-03-24 17:08:32 +00:00
tombo
c483b4cea0 LCL carbon: call Application.MainForm.Close on application quit command
git-svn-id: trunk@14626 -
2008-03-24 13:47:19 +00:00
tombo
d1a22ad097 Application Bundle: use CFBundleTypeExtensions (plural) instead of CFBundleTypeExtension as Phil J. Hess pointed
git-svn-id: trunk@14625 -
2008-03-24 09:41:16 +00:00
paul
0d7e938c96 add Benito van der Zander to Contributors.txt
git-svn-id: trunk@14624 -
2008-03-24 08:43:47 +00:00
tombo
151855e408 PrintersLazarus Carbon: fixed bug #0011014: Mac OS X : Unable to compile Printer4Lazarus 0.5 as Dominique Louis suggested
git-svn-id: trunk@14623 -
2008-03-24 08:41:48 +00:00
paul
ad94ffd5fb THeaderControl:
- Allow to resize the buttons on the THeaderControl (patch from Benito van der Zander with small modifications issue #0011036)
- Add MinWidth, MaxWidth to section to prevent resizing
- correct build lazarus dialogs to prevent header resizing after this changes

git-svn-id: trunk@14622 -
2008-03-24 08:41:25 +00:00
kirkpatc
e6f62e71e9 FpDoc - update to grids.xml: additional material in topic 'HowToUseGrids' (thanks again to WiKi contributors)
git-svn-id: trunk@14621 -
2008-03-23 18:15:03 +00:00
mattias
2333a7d2a5 IDE: adding date to auto generated makefiles from Mazen
git-svn-id: trunk@14620 -
2008-03-23 00:01:26 +00:00
mattias
0187d5938a codetools: h2p: implemented writing simple procedure param lists as pascal
git-svn-id: trunk@14619 -
2008-03-22 22:33:33 +00:00
mattias
fde5bd6197 codetools: h2p: implemented writing simple procedures as pascal
git-svn-id: trunk@14618 -
2008-03-22 22:27:21 +00:00
kirkpatc
2082bca621 FPDoc - added Topic 'HowToUseGrids' to grids.xml. Thanks to contributors to WiKi
git-svn-id: trunk@14617 -
2008-03-22 22:19:03 +00:00
mattias
df6b850e40 codetools: h2p: implemented writing simple types as pascal
git-svn-id: trunk@14616 -
2008-03-22 21:58:49 +00:00
mattias
4fa95e0722 translations: turkish: updates from Hakan
git-svn-id: trunk@14615 -
2008-03-22 21:49:46 +00:00
mattias
124ada7e4c IDE: adding comment to auto generated Makefile.fpc that the file is autogenerated from Mazen
git-svn-id: trunk@14614 -
2008-03-22 21:42:29 +00:00
mattias
3e15890632 IDE: checking package Makefile.fpc changes ignoring comments and empty lines
git-svn-id: trunk@14613 -
2008-03-22 21:39:34 +00:00
mattias
1e130f9f61 IDE: implemented overriding debian directory in Makefile from Mazen
git-svn-id: trunk@14612 -
2008-03-22 10:47:07 +00:00
kirkpatc
aecf8b4b64 FPDoc - some typos in extdlgs.xml
git-svn-id: trunk@14611 -
2008-03-22 09:56:39 +00:00
kirkpatc
8e0eb9e6fd FPDoc - updates to TCalculatorDialog, TCalculatorForm and TCalendarDialog in extdlgs.xml
git-svn-id: trunk@14610 -
2008-03-22 08:32:28 +00:00
mattias
5c76657004 codetools: h2p: writing global pascal variables
git-svn-id: trunk@14609 -
2008-03-21 21:52:52 +00:00
mattias
9b34769c83 codetools: h2p: implemented writing variables as pascal code
git-svn-id: trunk@14608 -
2008-03-21 21:36:58 +00:00
kirkpatc
a31de6cb49 FPDoc - updates to TMenuItem in Menus.xml
git-svn-id: trunk@14607 -
2008-03-21 16:28:56 +00:00
paul
f24ba44520 qt: skeleton for various process events
git-svn-id: trunk@14606 -
2008-03-21 10:42:22 +00:00