paul
bf21fce20b
ide: invalidate ListColorBox color after its change in the Object Inspector options page
...
git-svn-id: trunk@17381 -
2008-11-14 05:47:43 +00:00
paul
6d680c4727
ide: improve object inspector drawing: add hightlight, hightlight font colors, draw vert line between property name and icons
...
git-svn-id: trunk@17380 -
2008-11-14 04:44:55 +00:00
paul
5eb4c0c00f
lcl: pass Width = 0 to CreatePenIndirect if pen is cosmetic
...
git-svn-id: trunk@17379 -
2008-11-14 04:43:42 +00:00
paul
acf0fa16a8
components: reduce hints in tachart package
...
git-svn-id: trunk@17378 -
2008-11-14 02:10:29 +00:00
vincents
0e7efda9d0
synedit: fixed typo, hint from Martin Friebe
...
git-svn-id: trunk@17377 -
2008-11-13 18:51:48 +00:00
vincents
34b6f45af2
synedit: fised implementation of GetStyleIndex, hint from Martin Friebe (issue #12620 )
...
git-svn-id: trunk@17376 -
2008-11-13 18:41:53 +00:00
mattias
30f4e50753
IDE: implemented setting template for new unit/form speed button
...
git-svn-id: trunk@17375 -
2008-11-13 17:09:59 +00:00
mattias
68c63d1012
IDE: find in files: expand all nodes
...
git-svn-id: trunk@17374 -
2008-11-13 16:09:14 +00:00
mattias
47a79e54b2
IDE: clean up, added saving new unit/form templates
...
git-svn-id: trunk@17373 -
2008-11-13 15:59:28 +00:00
paul
04ac30b1eb
license: fix asterisk position in the license block
...
git-svn-id: trunk@17372 -
2008-11-13 15:06:20 +00:00
paul
2c2126066b
win32: fix range check error in TWin32ListStringList.GetObject
...
git-svn-id: trunk@17371 -
2008-11-13 14:56:45 +00:00
paul
509b623bab
ide: fix few issues in object inspector options page
...
git-svn-id: trunk@17370 -
2008-11-13 14:02:20 +00:00
mattias
aa6e9e64dd
synedit: fixed ignoring first key of a 2-key-combo, IDE: source editor: handling setmarker0..9
...
git-svn-id: trunk@17369 -
2008-11-13 13:00:09 +00:00
mattias
e3d9d87059
clean up
...
git-svn-id: trunk@17368 -
2008-11-13 12:10:01 +00:00
mattias
372b1436d3
IDE: keymapping: fixed checking for conflict with second key
...
git-svn-id: trunk@17367 -
2008-11-13 12:07:07 +00:00
paul
eb33935ccd
ide: redo color selection in object inspector options
...
git-svn-id: trunk@17366 -
2008-11-13 10:28:02 +00:00
paul
25e9426c10
lcl: MaxLength redo:
...
- MaxLength = 0 => no limit, MaxLength > 0 => limit. Default = 0 for memo, combo and edit
- fix gtk, gtk2 code where MaxLength = -1 was used for unlimited length in Memo (why? combo and edit used 0)
- fix qt combobox SetLength (was occasional forgotten?)
- cleanup
git-svn-id: trunk@17365 -
2008-11-13 06:42:37 +00:00
paul
cd39f7986e
examples: use another custom patter
...
git-svn-id: trunk@17364 -
2008-11-13 06:13:41 +00:00
paul
7cf7828c20
win32: fix window scrollbar drawing under xp - sometimes they look unthemed ( #0011872 )
...
git-svn-id: trunk@17363 -
2008-11-13 02:12:18 +00:00
paul
2965833d06
lcl: don't auto select TPen.Cosmetic, let user do it through setter
...
example: adjust Pen and Brush example
git-svn-id: trunk@17362 -
2008-11-13 01:51:31 +00:00
paul
e401f5c56b
cleanup
...
git-svn-id: trunk@17361 -
2008-11-13 01:40:53 +00:00
paul
4e63b11c8e
lcl: remove TPen.Geometric property and add TPen.Cosmetic. TPen.Cosmetic is a read only property. It setups when TPen.Width is changed
...
examples: change Pen and Brush example
git-svn-id: trunk@17360 -
2008-11-13 01:37:19 +00:00
kirkpatc
2d1f0ad35d
FPDoc - some updates to TFont in Graphics.xml
...
git-svn-id: trunk@17359 -
2008-11-13 00:00:31 +00:00
martin
e5e3ed2742
Some SynHighlighter were breaking UTF8 (Bug #12517 ) original Patch by Eugen Bolz, slightly improved
...
git-svn-id: trunk@17358 -
2008-11-12 23:43:25 +00:00
zeljko
ee19b1a320
Qt: added winapi function PtInRegion(), added containsPoint(), containsRect() to TQtRegion.
...
git-svn-id: trunk@17357 -
2008-11-12 16:18:14 +00:00
paul
dad49bfaff
ideintf: fix TColorBox usage ( #0012616 )
...
git-svn-id: trunk@17356 -
2008-11-12 15:21:25 +00:00
tombo
af8ae0a192
IDE searchtreeeview: fixed painting root nodes
...
git-svn-id: trunk@17355 -
2008-11-12 13:54:46 +00:00
vincents
41c5828aab
laz svn package: fixed memleaks in svn log form
...
git-svn-id: trunk@17354 -
2008-11-12 12:15:45 +00:00
paul
ef3c142897
examples: redo pen and brush example
...
git-svn-id: trunk@17353 -
2008-11-12 10:11:56 +00:00
darius
12dbeac781
Consistent indenting, whitespaces and upper/lower case.
...
Removed a few unnecessary comments and begin/end blocks.
By Alexander Klenin
http://bugs.freepascal.org/view.php?id=12611
git-svn-id: trunk@17352 -
2008-11-12 09:23:19 +00:00
darius
895de1efbd
fixed showing diff from SVNLogForm at certain revision number
...
git-svn-id: trunk@17351 -
2008-11-12 09:17:28 +00:00
paul
f212d742f5
ide: fix editor display options frame (thank to Vincent for hint) ( #0012613 )
...
git-svn-id: trunk@17350 -
2008-11-12 08:52:31 +00:00
tombo
026bae4883
IDE searchtreeview: faster drawing
...
git-svn-id: trunk@17349 -
2008-11-12 07:56:38 +00:00
vincents
f946ef1f7a
updated windows installer po files to new format
...
git-svn-id: trunk@17348 -
2008-11-11 22:04:29 +00:00
zeljko
e579957f39
Qt: Huge boost to designer painting when "Show grid" enabled (on X11 is at least x10)., implemented qtlclintf DrawGrid().
...
git-svn-id: trunk@17347 -
2008-11-11 16:41:48 +00:00
tombo
dbeb427730
LCL carbon: implemented GetScrollBarVisible
...
git-svn-id: trunk@17346 -
2008-11-11 15:58:53 +00:00
tombo
1134a7832f
LCL carbon: implemented SetScrollInfo for TScrollBar
...
git-svn-id: trunk@17345 -
2008-11-11 15:33:49 +00:00
tombo
72e53e15ea
LCL TreeView: improved PaintNode code - Canvas.Font.Color should be correct in AdvencedCustomDraw
...
git-svn-id: trunk@17344 -
2008-11-11 15:17:37 +00:00
paul
42b8e648ce
gtk2: colorDialog changes
...
- fix wrong argument type of SetColorDialogColor
- set previous color = current color of the ColorDialog: user can see what colors was when dialog was opened and can return to it at any moment
- add method SetColorDialogPalette which tells to GtkColorSelectionDialog to show palette frame and sets custom colors to palette
git-svn-id: trunk@17343 -
2008-11-11 15:14:50 +00:00
paul
ab459c3829
lcl: try to fix colorbox compilation for 64bit
...
git-svn-id: trunk@17342 -
2008-11-11 14:43:14 +00:00
paul
a58c67f820
qt: fill custom colors for QColorDialog
...
git-svn-id: trunk@17339 -
2008-11-11 13:07:28 +00:00
paul
b36d20730f
lcl:
...
- add TColorBox.CustomColors property (as delphi has)
- populate TColorBox.CustomColors with standard + extended colors
- add function to extract ColorIndex and ColorValue from CustomColors list
win32:
- split TWin32WSColorBox code between CreateHandle, FreeHandle and ShowModal
- use TColorBox.CustomColors to populate win32 colorbox custom colors (todo for qt, gtk2, carbon?)
git-svn-id: trunk@17337 -
2008-11-11 10:39:22 +00:00
paul
8277d0556e
lcl: don't fire ColorDialog when TColorListBox ItemIndex was changed by LCL code
...
git-svn-id: trunk@17334 -
2008-11-11 04:43:02 +00:00
paul
7272ed2dee
qt: eat TListBox LM_SELCHANGE that caused by LCL code
...
git-svn-id: trunk@17333 -
2008-11-11 04:40:51 +00:00
paul
3bf7576397
lcl: fix some troubles with ColorBox, ColorListBox under gtk2
...
git-svn-id: trunk@17332 -
2008-11-11 04:05:56 +00:00
paul
63bd213557
examples: update pen and brush example
...
git-svn-id: trunk@17331 -
2008-11-11 04:03:03 +00:00
paul
3db97beca1
lcl: reimplement TColorBox, TColorListBox to be more delphi compatible
...
git-svn-id: trunk@17330 -
2008-11-11 04:01:16 +00:00
paul
3ca0b32173
lcl: TCustomListBox.ParentColor = False by default
...
git-svn-id: trunk@17329 -
2008-11-11 03:57:29 +00:00
paul
bb70dad400
lcl: publish TListBox.ParentColor property
...
git-svn-id: trunk@17328 -
2008-11-11 03:54:02 +00:00
paul
34033b0e68
lcl: don't include clLtGray and clDkGray aliases (for clSilver, clGray) into Colors array
...
git-svn-id: trunk@17327 -
2008-11-11 03:24:06 +00:00