paul
cd3f7a36d5
wince: reduce amount of hints
...
git-svn-id: trunk@18755 -
2009-02-19 02:42:58 +00:00
paul
68f598b5dc
wince: port win32 change regards WindowTitle, StrCaption type
...
git-svn-id: trunk@18754 -
2009-02-19 02:42:42 +00:00
paul
8bbf2ec14f
gtk2: apply TListView.BorderStyle on widget creation (fixes part of bug #0013182 )
...
git-svn-id: trunk@18753 -
2009-02-19 02:24:38 +00:00
paul
4c55ecc090
win32: changing border style by changing exstyle does not work for ListView -> use RecreateWnd (fixes part of issue #0013182 )
...
git-svn-id: trunk@18752 -
2009-02-19 01:55:50 +00:00
jesus
c84b3499e1
LazReport, fix record context on which bands are printed after a group change is detected, issue #13165
...
git-svn-id: trunk@18751 -
2009-02-18 23:58:06 +00:00
paul
ce5bc947cf
designer: BuildPopupMenu must reassign DesignerMenuRoot and all events (fixes bug #0011278 )
...
git-svn-id: trunk@18750 -
2009-02-18 15:36:14 +00:00
vincents
69610334ef
TAChart: Make Assign and EraseBackground methods public, as inherited ones
...
patch by: Alexander Klenin
part 4 of issue #13201
git-svn-id: trunk@18749 -
2009-02-18 12:22:32 +00:00
vincents
a945bd4085
TAChart: Remove {$MODE DELPHI} and {$IFDEF fpc}
...
patch by: Alexander Klenin
part 3 of issue #13201
git-svn-id: trunk@18748 -
2009-02-18 12:20:30 +00:00
vincents
6eda89f398
TAChart: Refactor coordinate transformations
...
patch by: Alexander Klenin
part 2 of issue #13201
git-svn-id: trunk@18747 -
2009-02-18 12:17:29 +00:00
vincents
161a59bc94
TAChart: Make TChart.Series an indexed property of proper type
...
patch by: Alexander Klenin
part 1 of issue #13201
git-svn-id: trunk@18746 -
2009-02-18 12:14:45 +00:00
paul
31c01a588a
gtk: don't move invisible windows to foreground (fixed bug #0013188 )
...
git-svn-id: trunk@18745 -
2009-02-18 10:18:14 +00:00
paul
fbfc224459
lcl: Color property storing (fixes bug #0012322 )
...
- change default ColorIsStored method. It was written probably to override old fpc streaming bug. Now it only checks for ParentColor property. If control want to skip some color storing then simple Default value need to be filled.
- remove TButtonControl.ColorIsStored, TStatusBar.ColorIsStored. Default value for color property do this job
- introduce new function IsColorDefault(AControl: TControl): Boolean; which checks both ParentColor and default color value
- gtk: use IsColorDefault instead of IsColorStored
git-svn-id: trunk@18744 -
2009-02-18 08:40:13 +00:00
paul
7ddb879bc3
win32: adjust clientrect when we restore form from minimized/maximized state (fixes bug #0013136 , bug #0010503 )
...
git-svn-id: trunk@18743 -
2009-02-18 07:08:46 +00:00
paul
f7ef9d728f
wince: port few win32 combobox changes (fixes bug #0013195 , bug #0011914 )
...
git-svn-id: trunk@18742 -
2009-02-18 06:48:51 +00:00
paul
1051a764db
lcl: formatting
...
git-svn-id: trunk@18741 -
2009-02-18 03:43:39 +00:00
paul
e99ad89ddb
win32: trial to draw imagelist images with alpha even we don't have comctl >= 6 (fixes bug #0011424 )
...
git-svn-id: trunk@18740 -
2009-02-18 02:41:44 +00:00
paul
dc17234e14
win32: use cached system brush to draw highlight in the menu instead of creating new brush every time
...
git-svn-id: trunk@18739 -
2009-02-18 02:40:10 +00:00
paul
675cfef7e7
wince: reserve first 200 menu commands for the system use (by patch of haword, issue #0013192 )
...
git-svn-id: trunk@18738 -
2009-02-18 01:41:12 +00:00
vincents
54d1e48d17
win32 interface: fixed passing length to TextOutW, based on patch by Theo (issue #13197 )
...
git-svn-id: trunk@18737 -
2009-02-18 00:40:01 +00:00
vincents
8b19dba49b
tests: added test for UTF8CharacterToUnicode
...
git-svn-id: trunk@18736 -
2009-02-18 00:22:47 +00:00
vincents
52fd879da6
LCL: fixed UTF8CharacterToUnicode from Theo (issue #13137 )
...
git-svn-id: trunk@18735 -
2009-02-18 00:21:42 +00:00
kirkpatc
919b427750
FPDoc - some updates, additions and links for several classes in Forms.xml
...
git-svn-id: trunk@18734 -
2009-02-17 18:09:19 +00:00
paul
b5e66b3681
qt: revert r15961 #22df1a1eb9. crash of TListView is not a reason of breaking class hierarchi. better fix crash. This revert gives ability to set ListView.BorderStyle on qt
...
git-svn-id: trunk@18733 -
2009-02-17 14:50:01 +00:00
paul
3e01ab5302
lcl: publish TListView.BorderStyle, implement it for win32 (already works for gtk2 issue #0013182 )
...
git-svn-id: trunk@18732 -
2009-02-17 14:31:56 +00:00
paul
705b320a3a
qt: replace UTF8Encode by UTF16ToUTF8 and UTF8Decode by UTF8ToUTF16
...
git-svn-id: trunk@18731 -
2009-02-17 13:52:40 +00:00
vincents
4f120b8014
TAChart: Replace some hard-coded colors by user-changeable properties.
...
patch by: Alexander Klenin
part 2 of issue #13196
git-svn-id: trunk@18730 -
2009-02-17 13:12:59 +00:00
vincents
c42b11a253
TAChart: Rewrite PieSeries.Draw method. Greatly simplify code. Fix multiple issues with scaling.
...
patch by: Alexander Klenin
part 1 of issue #13196
git-svn-id: trunk@18729 -
2009-02-17 13:07:11 +00:00
dmitry
efe7beb3f2
fixed multiselection and listbox 'in-place' editor bug #11830
...
git-svn-id: trunk@18728 -
2009-02-17 12:02:46 +00:00
dmitry
b2fb7b1209
fix no OnExit event, bug #13172 . LCL messages should be sent using LCLMessageGlue unit
...
git-svn-id: trunk@18727 -
2009-02-17 11:00:29 +00:00
mattias
271dd47acb
codetools: parsing var a: char; public name test;
...
git-svn-id: trunk@18726 -
2009-02-17 09:49:12 +00:00
mattias
4e92190a96
deb: using TEMP env var
...
git-svn-id: trunk@18725 -
2009-02-17 08:40:58 +00:00
dmitry
5d5d1fd0fe
fix for bug #13166
...
git-svn-id: trunk@18724 -
2009-02-17 07:45:41 +00:00
paul
ff0c1822d1
win32: postpone combobox CBN_CLOSEUP message to let CBN_SELCHANGE to be handled first (fixes bug #0013189 )
...
git-svn-id: trunk@18723 -
2009-02-17 07:29:14 +00:00
jesus
2298d92d57
LCL, When backspace/delete is pressed in a readonly TDBEdit, suppress the key, from Joost, issue #13176
...
git-svn-id: trunk@18722 -
2009-02-17 04:02:22 +00:00
jesus
4ee69dac03
LCL, Do not call CanModify and Edit when the TFieldDataLink is already in editing state, from Joost, issue #13175
...
git-svn-id: trunk@18721 -
2009-02-17 03:57:55 +00:00
jesus
4a1a208473
LCL, dbgrid, Do not only check if a column is readonly, but also if the underlying field is modifyable, from Joost, issue #13177
...
git-svn-id: trunk@18720 -
2009-02-17 03:49:34 +00:00
paul
9f72e7685a
gtk2: don't create checkbox renderer if there are no columns in the ListView (bug #0013181 ). Thanks theo for patch.
...
git-svn-id: trunk@18719 -
2009-02-17 02:39:55 +00:00
mattias
f3cb8912f2
LCL: TTextStrings: fixed GetLineEnd
...
git-svn-id: trunk@18714 -
2009-02-16 17:30:50 +00:00
mattias
af1ade53c6
LCL: TTextStrings: fixed Add
...
git-svn-id: trunk@18713 -
2009-02-16 17:21:11 +00:00
mattias
35815c4cf3
LCL: TTextStrings: fixed adding objects on Add, AddObject, AddStrings
...
git-svn-id: trunk@18712 -
2009-02-16 17:08:45 +00:00
mattias
bcdf9ffd72
LCL: TCustomMemo: added switch -dEnableMemoTextStrings to use TTextStrings in TCustomMemo
...
git-svn-id: trunk@18711 -
2009-02-16 16:29:48 +00:00
mattias
3815a3616f
LCL: TCustomMemo: added switch -dEnableMemoTextStrings to use TTextStrings in TCustomMemo
...
git-svn-id: trunk@18710 -
2009-02-16 16:12:49 +00:00
vincents
06cd260566
TAChart: fix SeriesColor to work uniformly for all kinds of series
...
patch by: Alexander Klenin
fixes issue #13184
git-svn-id: trunk@18709 -
2009-02-16 15:43:42 +00:00
vincents
677032c756
examples: fixed make clean target from Mazen
...
git-svn-id: trunk@18707 -
2009-02-16 11:57:29 +00:00
mattias
7c771ecc19
LCL: TTextStrings: fixed Exchange
...
git-svn-id: trunk@18706 -
2009-02-16 11:45:44 +00:00
mattias
c889b41b02
LCL: TTextStrings: replaced raise with error
...
git-svn-id: trunk@18705 -
2009-02-16 11:09:48 +00:00
mattias
93e538c6d2
LCL: TTextStrings: implemented IndexOf and Move
...
git-svn-id: trunk@18704 -
2009-02-16 11:06:51 +00:00
mattias
19cfe695a5
LCL: TTextStrings: moved raise to sub proc
...
git-svn-id: trunk@18703 -
2009-02-16 09:43:53 +00:00
paul
4a235bd95f
gtk: implement DT_VCENTER, DT_BOTTOM flags for DrawText. Based on patch of Luiz Americo (issue #0008565 )
...
git-svn-id: trunk@18702 -
2009-02-16 02:20:39 +00:00
paul
db2dc88340
ide: hide scrollbars in the message view window if there is no reason to show them (issue #0013179 )
...
git-svn-id: trunk@18701 -
2009-02-16 02:00:46 +00:00