Commit Graph

17043 Commits

Author SHA1 Message Date
paul
2ddbc5600b gtk2: try to draw tree signs with requested size
git-svn-id: trunk@17233 -
2008-11-05 08:52:31 +00:00
paul
3b57a81d36 gtk2: implement themed drawing of +/- tree signs
git-svn-id: trunk@17232 -
2008-11-05 04:25:39 +00:00
paul
c50c24cb56 qt: implement themed drawing of +/- tree signs
git-svn-id: trunk@17231 -
2008-11-05 03:55:15 +00:00
paul
0f81182102 ideintf: draw object inspect +/- signs using ThemeServices
git-svn-id: trunk@17230 -
2008-11-05 03:29:57 +00:00
paul
0844e46b0c ide: fix memory leak in about form
git-svn-id: trunk@17229 -
2008-11-05 03:03:41 +00:00
paul
5a32fcc6f6 win32: request frame invalidation after every icon change operation
git-svn-id: trunk@17228 -
2008-11-05 02:42:32 +00:00
zeljko
6353e4b2da Qt: FScrollX & FScrollY should be applied to painting context only.
git-svn-id: trunk@17227 -
2008-11-04 23:07:09 +00:00
darius
4424f0ec6c Applied patch from Zeljan
fixes issue: http://bugs.freepascal.org/view.php?id=12478

git-svn-id: trunk@17226 -
2008-11-04 22:56:14 +00:00
martin
728dea85ce SynEdit: Refactored CodeFolding. All Scrolling does now relate to visible lines. (Mousewheel / Scrollbars). Bug #7554 / 11208
Also Fixes issues with translation between real and visible lines. Bug #11941

git-svn-id: trunk@17225 -
2008-11-04 22:17:52 +00:00
martin
b96120e09e SynEdit: Delete to end of word (ctrl-t) did not work in comments, or strings. Bug #12486 / 10738
git-svn-id: trunk@17224 -
2008-11-04 21:23:32 +00:00
kirkpatc
9cdd375bb7 FPDoc - updates to many components in Graphics.xml, concentrating on Protected properties, and inserting links from TRasterImage and TSharedRasterImage.
git-svn-id: trunk@17223 -
2008-11-04 17:27:07 +00:00
zeljko
896b04d94c Qt: dont't add fscrollx & fscrolly into TQtWidget.offsetMousePos()
git-svn-id: trunk@17222 -
2008-11-04 17:03:47 +00:00
paul
2cb12dde77 lcl: draw treeview expand/collapse signs using ThemeServices
git-svn-id: trunk@17221 -
2008-11-04 15:32:34 +00:00
paul
6a6339a7f0 widgetsets: if Widgetset ThemeServices cannot draw some element then use default ThemeServices painting
git-svn-id: trunk@17220 -
2008-11-04 15:31:36 +00:00
paul
0165c3dd12 lcl: improve treeview line drawing (#0012471)
git-svn-id: trunk@17219 -
2008-11-04 15:05:49 +00:00
paul
ffa71c82cb qt: fix compilation
git-svn-id: trunk@17218 -
2008-11-04 13:36:02 +00:00
paul
e94cc4be54 tests: add second pen test
git-svn-id: trunk@17217 -
2008-11-04 12:36:29 +00:00
zeljko
df87cd1869 Qt: fix wrong result position inside setWindowOrgEx()
git-svn-id: trunk@17216 -
2008-11-04 12:11:21 +00:00
zeljko
37baa89598 Qt: TGraphicControl now properly repaints inside scrollbox.Fixes #12556.
git-svn-id: trunk@17215 -
2008-11-04 11:59:03 +00:00
mattias
710f2aa2d1 IDE: fixed fake methods, bug #12248
git-svn-id: trunk@17214 -
2008-11-04 10:42:43 +00:00
paul
560c617ebf ide: fix anchors
git-svn-id: trunk@17213 -
2008-11-04 09:51:07 +00:00
paul
adc7432599 ide: cleanup
git-svn-id: trunk@17212 -
2008-11-04 09:32:55 +00:00
paul
5080178fa1 ide: finish merge of codetools options into ide options dialog, remove old codetools options dialog
git-svn-id: trunk@17211 -
2008-11-04 08:47:37 +00:00
zeljko
985fb57f33 Qt added missing qt43.pas and qt44.pas
git-svn-id: trunk@17210 -
2008-11-04 08:34:17 +00:00
paul
133174aae8 ide: add codetools->line splitting frame to the ide options
git-svn-id: trunk@17209 -
2008-11-04 08:19:53 +00:00
paul
b7075d613f ide: code creation frame: fix reading and writing CodeToolsOptions
git-svn-id: trunk@17208 -
2008-11-04 04:37:56 +00:00
martin
5ffabda417 Fix Undo/Redo for indent block via tab key. Also fix cursor position. bug #0012469
git-svn-id: trunk@17207 -
2008-11-03 23:24:34 +00:00
paul
8a3e470663 ide: start merge of codetools options into ide options dialog
git-svn-id: trunk@17206 -
2008-11-03 17:24:23 +00:00
paul
4cef3c1e28 ide: fix string case
git-svn-id: trunk@17205 -
2008-11-03 16:37:17 +00:00
paul
6215ce8901 ide: remove old editor options
git-svn-id: trunk@17204 -
2008-11-03 16:29:50 +00:00
paul
aa3d376d89 ide: try to find more space for preview control in editor color options frame
git-svn-id: trunk@17203 -
2008-11-03 15:58:59 +00:00
kirkpatc
7689ccf97e FPDoc - added descriptions and links for TCanvas, TBitmap, TPixmap, TFPImageBitmap, TPortableNetworkGraphic, TBitmapImage, TJPEGImage, TCustomBitmap, TPortableAnyMapGraphic, TCustomImage, TSharedRasterImage, TRasterImage, TSharedCustomBitmap, TSharedIcon, TIconImage, TCustomIcon, TIcon, TSharedCursorImage in Graphics.xml
git-svn-id: trunk@17202 -
2008-11-03 15:48:33 +00:00
darius
75273b74b1 removed SVNSettingsForm from package
implemented ChangeCursor method for TSVNLogFrm and TSVNStatusFrm

git-svn-id: trunk@17201 -
2008-11-03 15:26:28 +00:00
paul
a138ec96de ide: merge codetools and codefoldings pages into ide options
git-svn-id: trunk@17200 -
2008-11-03 15:20:54 +00:00
vincents
ad4ab60d09 synedit: fixed issue #12555
* removed lazarus specific code to linearize the possible values of a set, not necessary anymore since the internal format of set has changed on big endian cpu, see http://wiki.lazarus.freepascal.org/index.php?title=User_Changes_2.2.2&oldid=31423#Internal_format_of_sets

git-svn-id: trunk@17199 -
2008-11-03 15:14:09 +00:00
darius
bf64fc10ff code cleanup : removed unused TPaintBoxes and constructor
fixed bug http://bugs.freepascal.org/view.php?id=12478 by checking against the bounds of TScrollingText.FLines

git-svn-id: trunk@17198 -
2008-11-03 15:03:15 +00:00
paul
8ef24288f3 ide: merge colors/highlighting page into ide options
git-svn-id: trunk@17197 -
2008-11-03 14:47:35 +00:00
zeljko
5fcf051437 Qt: update to qt-4.4.X, use define USE_QT_44 for qt-4.4.X.
git-svn-id: trunk@17196 -
2008-11-03 13:13:33 +00:00
darius
b861fd7cda project data is now stored in .lpi file
removal of SVNSettingsForm
removal of TSVNSettings

git-svn-id: trunk@17195 -
2008-11-03 12:31:00 +00:00
vincents
20fc2c1900 added missing package link files
git-svn-id: trunk@17194 -
2008-11-03 11:45:48 +00:00
vincents
0012a35409 leakview component:
* fixed file name case
* reduced flickering in treeview when updating

git-svn-id: trunk@17193 -
2008-11-03 11:13:09 +00:00
vincents
fb3c068b0d components: added leakview ide plugin to show heaptrc logs in the IDE from skalogryyz (issue #12513)
git-svn-id: trunk@17192 -
2008-11-03 11:04:29 +00:00
darius
94f25c24bf changed use of method TDOMNodeList.Length to TDOMNodeList.Count
most probable cause of http://bugs.freepascal.org/view.php?id=12549

git-svn-id: trunk@17191 -
2008-11-03 10:40:59 +00:00
vincents
5745ce4a7c LCL: reverted change of r11317 #a7e79f00ce: now the application title is only the default caption of the mtCustom messages (issue #12541)
git-svn-id: trunk@17190 -
2008-11-03 10:28:38 +00:00
darius
62605d7ae3 changed ReadOnly property to True for SVNCommitMsgMemo
git-svn-id: trunk@17189 -
2008-11-03 10:13:25 +00:00
vincents
6ea2810129 IDE: changed the name "custom tools" to "externals tools' in the Tools menu from Graeme (issue #12525)
git-svn-id: trunk@17188 -
2008-11-03 10:12:46 +00:00
darius
ec0192e830 fixed crash when committing filenames containing spaces
fixed crash in datetime conversion when showing "added" files
code refactor for SVNCommitForm and SVNDiffForm, code moved to SVNClasses
changed cursor to crHourGlass when recieving data for SVNCommitForm and SVNDiffForm
implemented Execute method in SVNCommitForm and calling this Asynchroneously

git-svn-id: trunk@17187 -
2008-11-03 10:04:59 +00:00
darius
c8dafde3f3 fixed updating listview while recieving data
git-svn-id: trunk@17186 -
2008-11-03 08:30:59 +00:00
vincents
4969c50e66 codetools: added 64 bit freebsd targets
git-svn-id: trunk@17185 -
2008-11-02 13:42:30 +00:00
kirkpatc
1359795d73 FPDoc - additions and links for TPen, TBrush, TRegionData, TRegion, TGraphic, TPicture and TCanvas in Graphics.xml
git-svn-id: trunk@17184 -
2008-11-02 11:11:01 +00:00