paul
6321656ad1
wince: port win32 PageIndex, RealIndex PageControl changes
...
git-svn-id: trunk@18688 -
2009-02-15 05:43:40 +00:00
jesus
a2de392614
LCL, Removed several checks to see if a field is updateable in favor of TFieldDatalink.canModify, from Joost, issue #13170
...
git-svn-id: trunk@18687 -
2009-02-14 18:53:46 +00:00
jesus
142dc723bf
LCL, removes an obsolete hack for an old bug in TField.CanModify, from Joost, issue #13169
...
git-svn-id: trunk@18686 -
2009-02-14 18:47:31 +00:00
martin
212692fab4
SynEdit: Fixed updating gutter (Show every nth line number would not follow caret movement), broken in revision 18650 #720657de54
...
git-svn-id: trunk@18685 -
2009-02-14 15:24:57 +00:00
zeljko
1065ec037f
Qt: removed unneeded code from TQtMessageBox
...
git-svn-id: trunk@18684 -
2009-02-14 14:12:14 +00:00
kirkpatc
a9f782d9a6
Many updates to several classes in controls.xml: chiefly fixes to inherited methods and properties (override)
...
git-svn-id: trunk@18683 -
2009-02-14 14:12:00 +00:00
zeljko
1436d07d97
Qt: bugfix - don't set invalid windowstate for mdisubwindows.
...
git-svn-id: trunk@18682 -
2009-02-14 13:07:01 +00:00
paul
38ed3d71cc
qt: set correct windows state in TQtWSCustomControl.ShowHide
...
git-svn-id: trunk@18681 -
2009-02-14 08:57:16 +00:00
jesus
bde55b119f
LazReport, fix autosize text, issue #13152
...
git-svn-id: trunk@18680 -
2009-02-14 04:55:07 +00:00
martin
aee5b7661e
SynEdit: Fixed debug compilation with $DEFINE VerboseKeys
...
git-svn-id: trunk@18679 -
2009-02-13 22:34:58 +00:00
martin
b6a7c8f87a
SynEdit: Fixed debug compilation with $DEFINE VerboseKeys
...
git-svn-id: trunk@18678 -
2009-02-13 22:31:14 +00:00
martin
65c4d691ae
SynEdit: Fixed LengthOfLongestLine (Vertical Scrollbar did no longer show); bug introduced in revision 18603 #01e79b4d74
...
git-svn-id: trunk@18677 -
2009-02-13 21:44:59 +00:00
martin
c5581746a0
SynEdit: Fix bug #11752 . If using a non utf8 font (gtk1) certain sequences of chars would be rendered wrong
...
git-svn-id: trunk@18674 -
2009-02-13 21:11:20 +00:00
vincents
648cca752a
TAChart: Extract StyleChanged into parent class
...
patch by: Alexander Klenin
part 4 of issue #13163
git-svn-id: trunk@18673 -
2009-02-13 20:56:05 +00:00
vincents
fc69670edb
TAChart: Include reticules in demo application
...
patch by: Alexander Klenin
part 3 of issue #13163
git-svn-id: trunk@18672 -
2009-02-13 20:53:26 +00:00
vincents
0d8393edf7
TAChart: Refactor Reticules. Remove circular dependency TAGraph -> TASeries
...
patch by: Alexander Klenin
part 2 of issue #13163
git-svn-id: trunk@18671 -
2009-02-13 20:51:16 +00:00
vincents
eb20e8d8cd
TAChart: Extract DrawIfActive and AfterAdd procedures. Minor style fixes.
...
patch by: Alexander Klenin
part 1 of issue #13163
git-svn-id: trunk@18670 -
2009-02-13 20:45:43 +00:00
martin
84bfb63537
SynEdit: Improve non utf8 char-set handling (may happen with gtk1). This was broken by DoubleWidthChar handling
...
git-svn-id: trunk@18669 -
2009-02-13 20:10:39 +00:00
kirkpatc
02251dc4d6
FPDoc - additional descriptions for classes in LCLClasses.xml; minor change in dbgrids.xml
...
git-svn-id: trunk@18668 -
2009-02-13 19:12:52 +00:00
paul
a3b8501d07
lcl: don't corrupt key handling by drag manager if not needed (bug #0012497 )
...
git-svn-id: trunk@18667 -
2009-02-13 16:34:34 +00:00
paul
2ac2054abd
lcl: don't disable mouse handlers calling when dragging (bug #0012554 )
...
git-svn-id: trunk@18666 -
2009-02-13 16:20:17 +00:00
sekelsenmat
ddf3663f55
Adds a setShape for regions in TWinControl
...
git-svn-id: trunk@18665 -
2009-02-13 15:35:02 +00:00
paul
f8c7a97600
win32: set statubar update flag before actual update since actual update cause direct call of wm_paint on windows 98 and wm_paint do direct call of update (and we have endless loop)
...
git-svn-id: trunk@18664 -
2009-02-13 15:15:31 +00:00
sekelsenmat
80be9b456a
Initial implementation for restricting the visible part of a window to a region, also known as shaped windows. qt-only at the moment.
...
git-svn-id: trunk@18663 -
2009-02-13 14:09:05 +00:00
paul
a0ffd5e9a7
lcl: attempt to fix bug #0013162 (MainForm with several invisible forms restoring produces exception)
...
git-svn-id: trunk@18662 -
2009-02-13 13:22:07 +00:00
sekelsenmat
18b9f259d5
Fixes TOpenGLContext in Carbon
...
git-svn-id: trunk@18661 -
2009-02-13 13:18:08 +00:00
mattias
e4968ed235
IDE: build modes: set values, default value is initialized with set Result
...
git-svn-id: trunk@18660 -
2009-02-13 12:10:06 +00:00
vincents
53ae6ccd14
LCL: published TSpinEdit.Color, Color is published for TEdit too (issue #13159 )
...
git-svn-id: trunk@18659 -
2009-02-13 09:44:33 +00:00
paul
2d4442e54c
win32: fix PageIndex use at various places. When we work with page control window we need to convert PageIndex to the real index in all places. This fixes a bug when use set text or imageindex to the page which is placed after invisible tab. Also use correct PageIndex when we request page image index in all places.
...
git-svn-id: trunk@18658 -
2009-02-13 07:41:06 +00:00
paul
9dc46caf40
win32: cleanup
...
git-svn-id: trunk@18657 -
2009-02-13 06:50:47 +00:00
paul
d94aea3830
wince: port win32 modal forms handling
...
git-svn-id: trunk@18656 -
2009-02-13 06:44:04 +00:00
paul
6547cc249c
wince: fixed more warnings
...
git-svn-id: trunk@18655 -
2009-02-13 06:43:30 +00:00
paul
554ea6800f
wince: fix visibility warnings
...
git-svn-id: trunk@18654 -
2009-02-13 06:28:09 +00:00
paul
d631c7a964
wince: port win32 notebook imagelist handling
...
git-svn-id: trunk@18653 -
2009-02-13 06:20:05 +00:00
paul
84a9349117
wince: port some win32 notebook changes
...
git-svn-id: trunk@18652 -
2009-02-13 05:50:45 +00:00
paul
54f86158d0
apply Zeljan patch to fix issue at startup the first tab´s text isn´t painted (bug #0011306 )
...
git-svn-id: trunk@18651 -
2009-02-13 02:14:13 +00:00
martin
720657de54
SynEdit Refactor: Move more caret code to dedicated caret class
...
git-svn-id: trunk@18650 -
2009-02-13 00:43:19 +00:00
vincents
9335ffdf78
TAChart: fixed diminishing size of bar charts
...
patch by: Alexander Klenin
fixes issue (13130)
git-svn-id: trunk@18649 -
2009-02-12 14:51:34 +00:00
paul
6285c8757d
lcl: default translator
...
- don't use directory separator after ExtractFilePath()
- convert utf8 path strings to the system encoding when we pass it to the rtl/fcl (fixes bug #0012783 )
git-svn-id: trunk@18648 -
2009-02-12 14:44:56 +00:00
paul
e2d9e217f5
lcl: fix memory leak in the default translator by Vladimir Zhirov (bug #0012710 )
...
git-svn-id: trunk@18647 -
2009-02-12 14:14:27 +00:00
paul
51748725d7
lcl: disable/enable forms just before show/hide of the modal form to prevent focus jumping
...
git-svn-id: trunk@18646 -
2009-02-12 13:25:58 +00:00
paul
53a4ae0a3e
win32: remove few workarounds regards window focus and application z-order
...
lcl: remove code which focused control on every window show. it caused errors with z-order of forms after minimize-restore (issue #0012635 )
lcl: restore last active control/form on application restore
git-svn-id: trunk@18645 -
2009-02-12 10:21:33 +00:00
vincents
a9c58c425c
TAChart: Legend refactoring
...
patch by: Alexander Klenin
fixes issue (13119)
git-svn-id: trunk@18644 -
2009-02-12 09:57:51 +00:00
vincents
01263f360b
tachart: made TCustomChart a TCustomControl, so we can prevent erasing the background and have less flickering
...
patch by: Alexander Klenin
fixes issue (12377)
git-svn-id: trunk@18643 -
2009-02-12 09:52:26 +00:00
martin
a74b198b31
SynEdit: Fix Markup current word (did not detect caret moved by mouse, if block was selected) / Cleaned up
...
git-svn-id: trunk@18642 -
2009-02-11 22:21:00 +00:00
martin
a85e24aa34
SynEdit: DoubleWidth Char, fix cursor on input (did not move the full char)
...
git-svn-id: trunk@18641 -
2009-02-11 19:50:27 +00:00
sekelsenmat
294ed321af
Small fix to comment in graphics
...
git-svn-id: trunk@18640 -
2009-02-11 17:26:46 +00:00
zeljko
142380bdfa
Qt: fix for qtwsdialog FilterIndex patch, last filterIndex wasn't taken into account
...
git-svn-id: trunk@18639 -
2009-02-11 12:36:57 +00:00
zeljko
08495eeaae
Qt: qtwsdialogs, respect FilterIndex property from TFileDialog.
...
git-svn-id: trunk@18638 -
2009-02-11 11:53:39 +00:00
mattias
aea991aebd
LCL: replaced linear search for resources
...
git-svn-id: trunk@18637 -
2009-02-11 09:19:54 +00:00