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
jesus
085856ae9b
updated traslations using localize script
...
git-svn-id: trunk@17326 -
2008-11-11 01:30:57 +00:00
jesus
5890d4f9fa
updatepofiles tool now uses translations unit, localize scripts process the original package list
...
git-svn-id: trunk@17325 -
2008-11-11 01:28:17 +00:00
paul
3910289f27
gtk2: fix range check error by C Western ( #0012609 )
...
git-svn-id: trunk@17324 -
2008-11-10 23:56:22 +00:00
zeljko
ac5664685a
Qt: Removed focuspolicy workarounds, TQtPrinter is now TObject instead of TQtObject, workaround for pushbutton autosizes on macosx caused by qt43,qt44 fontmetrics bug.
...
git-svn-id: trunk@17323 -
2008-11-10 18:28:23 +00:00
tombo
d2912fb92b
LCL carbon: fixed scrollbars top-left crawling, when resizing scrollable control by Dmitry Boyarintsev
...
git-svn-id: trunk@17322 -
2008-11-10 15:40:01 +00:00
tombo
fedf0e621b
LCL carbon: applied bug fix #0012485 : Clicking selected text does not unselect the text. Carbon / Editor from skalogryyz
...
git-svn-id: trunk@17320 -
2008-11-10 15:32:07 +00:00
tombo
838dd9d2c9
synedit: applied patch #0012606 : Carbon : Editor font rendering badly damaged for default font, point size 14 on PowerPC rev 17304 #80581bd7cb from Brad Campbell
...
git-svn-id: trunk@17319 -
2008-11-10 15:25:21 +00:00
vincents
632c4008bd
localize script: fixed svn mime type, so svn can generate diffs
...
git-svn-id: trunk@17315 -
2008-11-10 14:08:08 +00:00
vincents
f7e76a70ba
tests: found real cause of syntax error in mailtestresults script, a line accidentally removed in r16427 #b6a7783f29
...
git-svn-id: trunk@17314 -
2008-11-10 13:48:10 +00:00
vincents
6e9d34ab30
tests: fixed mailtestresults script from Mazen
...
git-svn-id: trunk@17313 -
2008-11-10 13:39:33 +00:00
vincents
821527d3aa
test: fixed compilation of testpen
...
git-svn-id: trunk@17309 -
2008-11-10 11:47:09 +00:00
paul
eb6d210724
lcl: add ColorToIndex, StandardColorCount, ExtendedColorCount, and comments
...
git-svn-id: trunk@17308 -
2008-11-10 10:59:35 +00:00
paul
3d7c97be6e
lcl: rearrange some colors to be more delphi compatible in their order
...
git-svn-id: trunk@17307 -
2008-11-10 10:25:45 +00:00
paul
6c6dd13642
gtk2: define use of 2.8 version by default
...
git-svn-id: trunk@17306 -
2008-11-10 04:34:24 +00:00
paul
1f905fd95f
lcl: Pen and Font cache
...
- simplify some Font cache methods
- rewrite Pen cache to store pattern separate of LogPen
git-svn-id: trunk@17305 -
2008-11-10 04:14:15 +00:00
darius
80581bd7cb
code cleanup
...
git-svn-id: trunk@17304 -
2008-11-09 21:27:16 +00:00
darius
400b158a44
improved speed by adding BeginUpdate/EndUpdate around code that updates the TreeView
...
git-svn-id: trunk@17303 -
2008-11-09 20:57:18 +00:00
darius
861e7b7183
some event links got lost in r17300 #e5810c8221, fixed now
...
fixed crash
git-svn-id: trunk@17302 -
2008-11-09 20:36:48 +00:00
darius
1c3f6ef528
implemented toolbar
...
added hints
git-svn-id: trunk@17301 -
2008-11-09 20:18:52 +00:00
darius
e5810c8221
improved anchoring, removed unneeded panels
...
git-svn-id: trunk@17300 -
2008-11-09 19:30:31 +00:00
vincents
1614e73034
synedit + IDE: added KeyShortCuts for Folding in SynEdit from Martin Friebe (issue #12593 )
...
git-svn-id: trunk@17299 -
2008-11-09 19:25:29 +00:00
martin
f07d918ee6
SynEdit did not paint new lines, if highlighter was "none" or "text" (Bug #12601 )
...
git-svn-id: trunk@17298 -
2008-11-09 18:26:05 +00:00
darius
6662659b2a
changed autosize to false for cbObjects
...
git-svn-id: trunk@17297 -
2008-11-09 17:50:28 +00:00
darius
53a1d607b1
moved string to lazarusidestrconsts.pas as resourcestring
...
git-svn-id: trunk@17296 -
2008-11-09 16:28:52 +00:00
tombo
eb0fb05fae
LCL Carbon: improved dummy device contexts
...
git-svn-id: trunk@17295 -
2008-11-09 14:08:45 +00:00
tombo
34ed055133
LCL Carbon: moved AGL to LCL Carbon interface
...
git-svn-id: trunk@17294 -
2008-11-09 13:35:37 +00:00
paul
25ad5bdfac
gtk: don't modify selected pen on line, polyline painting
...
git-svn-id: trunk@17293 -
2008-11-09 12:51:19 +00:00
darius
f2ce94e3a9
fix memleak in TLazSearchResultTV.BeginUpdate
...
reported by Martin Friebe
Fixes: http://bugs.freepascal.org/view.php?id=12592
git-svn-id: trunk@17292 -
2008-11-09 08:58:31 +00:00