Commit Graph

12788 Commits

Author SHA1 Message Date
jesus
5de34c204b LazReport, removed debug ouput using writeln
git-svn-id: trunk@12863 -
2007-11-14 05:50:17 +00:00
paul
643387fa61 ide:
- changed string "Lazarus Editor" to "Lazarus IDE"
- changed string "Lazarus Source Editor" to "Source Editor" (moreover word "Lazarus" was only in English version)
(issue #0010170)

git-svn-id: trunk@12862 -
2007-11-14 02:58:16 +00:00
paul
5b515ba2de new dialogs: restore OK and Cancel buttons behavior
git-svn-id: trunk@12861 -
2007-11-14 02:28:30 +00:00
paul
e85d129b64 new dialogs: change enviroment to compiler options as they should be
git-svn-id: trunk@12860 -
2007-11-13 23:55:37 +00:00
kirkpatc
bb9aec96e5 LazDoc - Some additional updates to StdCtrls.xml in Topic
git-svn-id: trunk@12859 -
2007-11-13 17:30:00 +00:00
tombo
e8603634aa LCL docs controls.xml: added Hide, Show desc
git-svn-id: trunk@12858 -
2007-11-13 16:12:34 +00:00
tombo
e9456e630d LCL docs stdctrls.xml: finally fixed
git-svn-id: trunk@12857 -
2007-11-13 16:11:37 +00:00
tombo
37bad7f489 FPDoc Updater: fixed parsing multiple subnode
git-svn-id: trunk@12856 -
2007-11-13 16:03:00 +00:00
tombo
8e62d08869 LCL docs stdctrls.xml: reverted topic
git-svn-id: trunk@12855 -
2007-11-13 16:01:48 +00:00
mattias
54fc86366a win32 intf: fixed updating TNoteBook.ClientRect
git-svn-id: trunk@12854 -
2007-11-13 13:21:07 +00:00
tombo
4c8b98aab4 FPDoc Updater: fixed parsing MakeSkel output
git-svn-id: trunk@12853 -
2007-11-13 10:36:49 +00:00
tombo
3204d16419 IDE docs stdctrls.xml: fixed unclosed tags, tags case
git-svn-id: trunk@12852 -
2007-11-13 10:35:47 +00:00
paul
134a65e9b5 win32: fix win98 crash when screen color depth < 16bpp (with Marc's help)
git-svn-id: trunk@12851 -
2007-11-13 10:13:07 +00:00
paul
0f8d072150 win32: output more info if RawImage_CreateBitmap failed
git-svn-id: trunk@12850 -
2007-11-13 08:10:44 +00:00
paul
b61b519db3 slightly change TWin32WSCustomImageList.DrawToDC (maybe fix #0009071 ?)
git-svn-id: trunk@12849 -
2007-11-13 02:27:22 +00:00
marc
c8af8b1a5b * Localization of 'Test Compiler Options' Dialog by Maxim Ganetsky
* updated po files

git-svn-id: trunk@12848 -
2007-11-12 23:29:09 +00:00
mattias
213a14a0b7 lazdbexport: made xpm transparent
git-svn-id: trunk@12847 -
2007-11-12 23:27:36 +00:00
vincents
0c328fda99 regenerated Makefiles with fixed fpc 2.3 fpcmake
git-svn-id: trunk@12846 -
2007-11-12 23:00:57 +00:00
mattias
eefb845392 updated translations
git-svn-id: trunk@12845 -
2007-11-12 21:37:18 +00:00
vincents
f023d0b38a IDE: made Find or Rename button the default button in the find references dialog
git-svn-id: trunk@12844 -
2007-11-12 21:08:31 +00:00
vincents
b28396e73a IDE: double click in the listview of the open installed package dialog opens the selected package.
git-svn-id: trunk@12843 -
2007-11-12 21:07:05 +00:00
vincents
f1d7bb44a0 LCL: use muldiv to convert Font.Size to Font.Height and vice versa from Grzegorz Zakrzewski (bug #10138)
git-svn-id: trunk@12842 -
2007-11-12 19:46:43 +00:00
vincents
5b35332b64 codetools: fixed argument name of copy function (bug #10162)
git-svn-id: trunk@12841 -
2007-11-12 15:45:55 +00:00
tombo
ad950003af LCL docs StdCtrls: fixed merging
git-svn-id: trunk@12840 -
2007-11-12 15:20:32 +00:00
kirkpatc
a7b3a2718f LazDocs - commit StdCtrls after resolving conflicts.
Fixed some typos, considerable additions to 'Topic'

git-svn-id: trunk@12839 -
2007-11-12 15:07:06 +00:00
tombo
146fe15441 FPDocUpdater: fixed updating topics, multiple elements with same name
- shows update summary

git-svn-id: trunk@12838 -
2007-11-12 14:27:52 +00:00
tombo
4f0800e8ee LCL docs stdctrls.xml: fixed unclosed tags, case of tags, added description of TScrollBar and scrolling, updated skeleton
git-svn-id: trunk@12837 -
2007-11-12 13:51:00 +00:00
mattias
5c093fdd54 added resourcestring
git-svn-id: trunk@12836 -
2007-11-12 11:13:34 +00:00
tombo
318911447b IDE Application Bundle: change name to Lazarus
git-svn-id: trunk@12835 -
2007-11-12 09:43:54 +00:00
paul
e6031abc05 improve new dialogs: they can now switch notebook pages
git-svn-id: trunk@12834 -
2007-11-12 09:04:06 +00:00
paul
705975bf78 new dialogs:
- add new to dialogs class name to prevent mix them with current options dialogs in resource data
- minor realign bottom buttons

git-svn-id: trunk@12833 -
2007-11-12 08:44:47 +00:00
paul
80a90d14f6 fix compilation after new dialogs
git-svn-id: trunk@12832 -
2007-11-12 02:27:16 +00:00
paul
07d4573f3a MulDiv:
- use math rounding instead of bank rounding (by Grzegorz Zakrzewski)
- return -1 if Denominator is 0 (as winapi do)
(issue #0009934)

git-svn-id: trunk@12831 -
2007-11-12 02:15:05 +00:00
marc
f007970067 + Added proposed implementation of new optionsdialogs layout by Ciprian Mustiata
This implementation isn't complete and for some unknown reason in all except the projectoptionsdialog, the notebook refuses to get parented in the OptionsAreaPanel
  The new dialogs can be disabled by defining DisableNewDialogs (or by editing ide.inc)

git-svn-id: trunk@12830 -
2007-11-12 01:33:08 +00:00
mattias
2cb472fad9 translations: arabic: updates from Mazen
git-svn-id: trunk@12829 -
2007-11-11 23:01:24 +00:00
mattias
32fbc82ea6 gtk2 intf: fixed Makefile
git-svn-id: trunk@12828 -
2007-11-11 22:55:15 +00:00
tombo
5f3b8ef645 IDE: added key mapping scheme for Mac OS X
git-svn-id: trunk@12827 -
2007-11-11 16:42:07 +00:00
tombo
7f51d24813 IDE: Changed menu item Windows to singular, show menu item check for active form
git-svn-id: trunk@12826 -
2007-11-11 14:58:03 +00:00
paul
cf4069023c graphics:
- prevent accessing data outside bounds (when copying data from source to destination with bigger alignment. e.g word -> dword)
- fix win2000 bug with wrongly reported bmWidthBytes (they are calculated by win2000 sometimes as for word alignment while in fact they have dword alignment since all bitmap sections are dword aligned). fixes issue with shifted component images in win2000 ide

git-svn-id: trunk@12825 -
2007-11-11 12:51:38 +00:00
mattias
b91754876e Makefiles: recreated with fpcmake -Tall
git-svn-id: trunk@12824 -
2007-11-11 12:20:00 +00:00
mattias
910276c025 rpm: improved getting target_cpu
git-svn-id: trunk@12823 -
2007-11-11 10:37:58 +00:00
vincents
439f5106bb IDE: enabled fake methods by default, fixes bug #9216.
Use -dDisableFakeMethods to use JIT methods.

git-svn-id: trunk@12822 -
2007-11-11 09:06:53 +00:00
paul
5eb24ebc04 decapitalize Procedure and Function keywords
git-svn-id: trunk@12821 -
2007-11-11 07:57:41 +00:00
mattias
1edf510a8a rpm scripts: added heuristic to find target_cpu
git-svn-id: trunk@12820 -
2007-11-11 00:05:50 +00:00
sekelsenmat
69c3702ccf Fixes unicode dialogs crash on win32.
git-svn-id: trunk@12819 -
2007-11-10 19:40:58 +00:00
sekelsenmat
7002561862 Fixes unicode support for win32proc.MeasureText and dialogs on win32.
git-svn-id: trunk@12818 -
2007-11-10 18:15:10 +00:00
paul
79d45194b8 dont draw disabled state image for bitbtn in designer
git-svn-id: trunk@12817 -
2007-11-10 18:01:58 +00:00
paul
f32a11b058 make LCLType.MulDiv more winapi compatible by Grzegorz Zakrzewski (issue #0009934)
git-svn-id: trunk@12816 -
2007-11-10 17:15:00 +00:00
kirkpatc
e12f4f7e05 LazDoc - more updates to 'Topic' in StdCtrls
git-svn-id: trunk@12815 -
2007-11-10 14:55:23 +00:00
mattias
897f3f5605 removed wrong svn tag in code
git-svn-id: trunk@12814 -
2007-11-10 14:36:03 +00:00