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
mattias
72f329a32d
IDE: pckage links dlg: added filenames
...
git-svn-id: trunk@12813 -
2007-11-10 14:28:00 +00:00
paul
2c862f210c
removed TCanvas.Color which only Get and Set TCanvas.Brush.Color (TCanvas.Brush.Color should be used instead)
...
git-svn-id: trunk@12812 -
2007-11-10 14:23:26 +00:00
mattias
12a7912211
IDE: added dialog to explore the current package links
...
git-svn-id: trunk@12811 -
2007-11-10 13:59:51 +00:00
sekelsenmat
5b8a949fe8
Fixed unicode support for TStatusBar and TListView under windows.
...
git-svn-id: trunk@12810 -
2007-11-10 12:27:37 +00:00
sekelsenmat
579e90adec
Added initial implementation for BallonHints on the tray, and updated example.
...
git-svn-id: trunk@12809 -
2007-11-10 10:42:46 +00:00
paul
329a78831a
TRawImage:
...
- protect PerformEffect from all formats except desired (prevent potential misuse)
- add one more format for painting glyphs of non themed disabled buttons (1 bit instead of grey)
- draw disabled glyph of non themed button with introduced effect (under win32)
git-svn-id: trunk@12808 -
2007-11-10 09:44:50 +00:00
jesus
1dee7c4bed
Printers, fix compile under carbon
...
git-svn-id: trunk@12807 -
2007-11-10 04:05:20 +00:00
mattias
c21eb20d00
IDE: started TLazDocHintProvider
...
git-svn-id: trunk@12806 -
2007-11-10 00:31:44 +00:00
mattias
8748812f81
lazdbexport: added check for FPC 2.3.1
...
git-svn-id: trunk@12805 -
2007-11-09 22:26:04 +00:00
vincents
4ab12c4d29
macosx installer: don't package docs, include arch name in package file
...
git-svn-id: trunk@12804 -
2007-11-09 22:12:31 +00:00
mattias
2bd586dcd1
lazdbexport: added minimum requirements
...
git-svn-id: trunk@12803 -
2007-11-09 21:42:38 +00:00
mattias
327b173ede
added lazdbexport.lpk from Michael Van Canneyt
...
git-svn-id: trunk@12802 -
2007-11-09 20:02:56 +00:00
mattias
8a8085d7af
IDE: replaced unitname compare functions for checking ambiguous units
...
git-svn-id: trunk@12801 -
2007-11-09 19:41:45 +00:00
mattias
9210c88cc5
LCL: anchoring opposite to invisible control now uses the opposite side - more intuitive
...
git-svn-id: trunk@12800 -
2007-11-09 19:29:14 +00:00
kirkpatc
cadb0cabb9
LazDoc - major update to 'Topic' in StdCtls
...
git-svn-id: trunk@12799 -
2007-11-09 19:05:21 +00:00
mattias
341ec7141b
IDE: compiler options dlg: fixed package view
...
git-svn-id: trunk@12798 -
2007-11-09 17:41:54 +00:00
paul
6223cf758e
fix adding image to TImageList in case Image.Mask = nil (problem with missed component glyphs under linux must be solved) by Marc with my help
...
git-svn-id: trunk@12797 -
2007-11-09 17:37:26 +00:00
paul
442741d188
gtk2: memo should have border
...
git-svn-id: trunk@12796 -
2007-11-09 08:44:44 +00:00
paul
c80a848d46
GetSystemMetrics: added SM_CYSIZEFRAME for gtk and qt
...
git-svn-id: trunk@12795 -
2007-11-09 08:25:33 +00:00
paul
f1ce28907c
Menus:
...
- improved TMenuItem ImageIndex / Bitmap logic
- draw win32 menus with effects (disabled, selected, normal)
git-svn-id: trunk@12794 -
2007-11-09 06:29:07 +00:00
paul
33852710ce
new imagelist state drawing example
...
git-svn-id: trunk@12793 -
2007-11-09 04:09:30 +00:00
mattias
2f279ae0fa
LCL: fixed ExtractFilenameOnly
...
git-svn-id: trunk@12792 -
2007-11-08 22:11:36 +00:00
marc
1b327c6dde
* Updated translation by Laurent Jacques
...
git-svn-id: trunk@12791 -
2007-11-08 21:58:27 +00:00
mattias
699c8c7b48
IDE: add check if TMainIDE.CreateNewForm FormEditor1.CreateComponent failed
...
git-svn-id: trunk@12790 -
2007-11-08 21:49:10 +00:00
mattias
66932c1a97
IDE: added verbosity for ambiguous files
...
git-svn-id: trunk@12789 -
2007-11-08 17:27:30 +00:00