mattias
92caf0d923
fixed GetDefaultLCLWidgetType using gtk2, bug #12489
...
git-svn-id: trunk@17134 -
2008-10-26 10:41:46 +00:00
mattias
1dcd32648f
darwin: comparing filenames case insensitive by default
...
git-svn-id: trunk@17133 -
2008-10-25 18:28:39 +00:00
vincents
b5679ab4ee
lhelp: fixed another memleak
...
git-svn-id: trunk@17132 -
2008-10-25 13:31:25 +00:00
darius
ffe4b6d211
Fix crash in aboutbox thanks to Gerard Visent
...
http://mantis.freepascal.org/view.php?id=12468
git-svn-id: trunk@17131 -
2008-10-25 09:09:43 +00:00
jesus
d66de2be79
LCL, fix dbgrid multiselect issue #12462
...
git-svn-id: trunk@17130 -
2008-10-24 18:48:33 +00:00
mattias
8f3ab8527b
codetools: fixed setting EndPos for parameter types array of identifier
...
git-svn-id: trunk@17129 -
2008-10-24 15:59:36 +00:00
paul
7e1fb92a72
gtk, gtk2: implement ExtCreatePen
...
git-svn-id: trunk@17128 -
2008-10-24 15:10:58 +00:00
vincents
15ef38ddd1
lhelp: fixed some memleaks
...
git-svn-id: trunk@17127 -
2008-10-24 15:07:32 +00:00
tombo
9539a04c14
IDE carbon: applied patch #0012477 : Can't cross compile carbon from non-darwin machine from Brad Campbell
...
git-svn-id: trunk@17126 -
2008-10-24 14:35:48 +00:00
vincents
449bb4e31d
removed chm package from global links
...
git-svn-id: trunk@17125 -
2008-10-24 13:01:42 +00:00
vincents
aa8e6f8e1a
lhelp: fixed compilation of democontrol example
...
git-svn-id: trunk@17124 -
2008-10-24 12:48:11 +00:00
paul
256c2f6c0f
carbon: implement ExtCreatePen
...
git-svn-id: trunk@17123 -
2008-10-24 12:37:11 +00:00
vincents
20f5b2b4ad
lhelp: fixed compilation and cleanup
...
git-svn-id: trunk@17122 -
2008-10-24 12:36:38 +00:00
vincents
1a9b2d0eed
removed chm package: units are in fpc\packages and don't require registration
...
git-svn-id: trunk@17121 -
2008-10-24 11:56:23 +00:00
vincents
e25e506e43
chmhelp: removed duplicate unit
...
git-svn-id: trunk@17120 -
2008-10-24 11:54:47 +00:00
paul
3461ad0f49
lcl: start ExtCreatePen function to allow pen creation with different cap style, join style, and pattern
...
qt: start implementation of ExtCreatePen
git-svn-id: trunk@17119 -
2008-10-24 09:29:53 +00:00
zeljko
5ca161df3b
Qt: reverted scrollbar changes from r.16835.Such patch makes worse things to qt.Scrollbar dissapears sometimes.
...
git-svn-id: trunk@17118 -
2008-10-24 08:49:35 +00:00
paul
c275811ef1
ide editors: set constraints
...
git-svn-id: trunk@17117 -
2008-10-24 05:40:10 +00:00
paul
061242f36f
ide: fix anchoring for compiler options
...
git-svn-id: trunk@17116 -
2008-10-24 03:29:27 +00:00
paul
b25018e35e
ide editors: improve anchoring
...
git-svn-id: trunk@17115 -
2008-10-24 03:28:38 +00:00
paul
acfab690ae
gtk: remove all specific implementation for TPanel. TPanel is a TCustomControl descendant and does not needs any special implementation. ( fixes #0012384 ?)
...
git-svn-id: trunk@17114 -
2008-10-24 02:33:07 +00:00
vincents
fb9d5e8065
win32 interface: fixed range check error
...
git-svn-id: trunk@17113 -
2008-10-23 22:05:22 +00:00
mattias
119e8a249a
codetools: updated fpc error messages
...
git-svn-id: trunk@17112 -
2008-10-23 20:43:15 +00:00
vincents
44901be779
lcl chm docs: added toc and index, fixed inter chm links
...
git-svn-id: trunk@17111 -
2008-10-23 19:55:20 +00:00
vincents
55b0e6d247
LCL: Use TreeLinePenStyle in all places where line drawing is done, part of issue #12470
...
git-svn-id: trunk@17110 -
2008-10-23 19:51:20 +00:00
paul
6b61f8046b
lcl: use psPattern style as default for TreeView.TreeLineStyle, temporary workaround psPattern painting by a slow code (but treeview looks much better now) #0012471
...
git-svn-id: trunk@17109 -
2008-10-23 12:52:49 +00:00
kirkpatc
7014379897
FPDoc - added links and descriptions for TFrame, TCustomForm, TForm, TCustomDockForm and THintWindow in Forms.xml
...
git-svn-id: trunk@17108 -
2008-10-23 09:11:27 +00:00
paul
f681ff6b6f
gtk2: disable trackbar if Max >= Min
...
git-svn-id: trunk@17107 -
2008-10-23 07:41:52 +00:00
paul
8e96b91a6a
lcl: revert changes in vert tree line drawing
...
git-svn-id: trunk@17106 -
2008-10-23 07:37:44 +00:00
paul
2d1d49b698
ide: workaround possible wrong trackbar positions in project options
...
git-svn-id: trunk@17105 -
2008-10-23 01:27:10 +00:00
paul
57f365b076
gtk2: workaround Min >= Max for TTrackBar
...
git-svn-id: trunk@17104 -
2008-10-23 01:19:11 +00:00
marc
b6bfdfc7a4
* Improved localization of Filter Editor dialog by Maxim Ganetsky
...
git-svn-id: trunk@17103 -
2008-10-22 23:31:00 +00:00
marc
e7606a53bb
* Updated po files
...
git-svn-id: trunk@17102 -
2008-10-22 23:29:26 +00:00
kirkpatc
38301d8789
FPDoc - added links and descriptions tor TCustomHintAction, TControlScrollBar, TScrollingWinControl, TScrollBox, TCustomFrame, TFrame in Forms.xml
...
git-svn-id: trunk@17101 -
2008-10-22 21:34:50 +00:00
paul
ba28bc39c9
lcl: a bit reformat treeview paint code, draw vert line from expand sign (not from the top)
...
git-svn-id: trunk@17100 -
2008-10-22 14:34:29 +00:00
vincents
c32d7d3fa6
LCL: added TTreeview.TreeLinePenStyle from Paul Michell (issue #12459 )
...
git-svn-id: trunk@17099 -
2008-10-22 12:45:18 +00:00
paul
609f700362
ide: forgotten unit
...
git-svn-id: trunk@17097 -
2008-10-22 09:55:09 +00:00
paul
b98f8156f9
ide: cleanup
...
git-svn-id: trunk@17096 -
2008-10-22 09:46:48 +00:00
paul
c7dc05e527
ide: start split editor options and editor options dialog
...
git-svn-id: trunk@17095 -
2008-10-22 09:40:37 +00:00
paul
ac74e1d96b
lcl: repair cancel button work on ESC on TButtonPanel
...
git-svn-id: trunk@17093 -
2008-10-22 07:20:27 +00:00
paul
48793b3843
win32: also handle correct when themes are not enabled
...
git-svn-id: trunk@17092 -
2008-10-22 05:21:41 +00:00
paul
1628077528
lcl: undo CN_NOTIFY overriding for trackbar
...
win32:
- handle CN_NOTIFY in the default handler and redirect it to the window proc in case of trackbar
- use ThemeManager code to draw themed trackbar
git-svn-id: trunk@17091 -
2008-10-22 05:12:23 +00:00
paul
112beff0fb
win32: don't override TrackBar WM_NOTIFY handler result in the lcl default handler (trackbar bg is transparent now)
...
git-svn-id: trunk@17090 -
2008-10-22 03:39:47 +00:00
paul
efbdbb855d
ide: improve ideoptionsdlg
...
git-svn-id: trunk@17089 -
2008-10-22 02:10:28 +00:00
darius
1c6fd9cd8d
Moved animated text code to separate class TScrollingText
...
Fixed a bug when cursor is beyond the last line and there is an URL on that line it still did draw the URL as if the mouse is hovering over it.
git-svn-id: trunk@17088 -
2008-10-21 20:46:49 +00:00
tombo
4950826d8d
IDE carbon: applied 0012452: Carbon IDE: does not allow command line parameters for bundled applicatons. from skalogryyz
...
git-svn-id: trunk@17087 -
2008-10-21 14:27:05 +00:00
paul
9097a8e7c8
lcl: fix GetMaskHandle for png icons which has dummy mask ( #0012454 )
...
git-svn-id: trunk@17086 -
2008-10-21 13:56:07 +00:00
paul
971276cb1d
ide: complete IDE Options api, adjust frames and editor to work with it
...
git-svn-id: trunk@17085 -
2008-10-21 09:30:01 +00:00
tombo
b373cc104e
LCL carbon: fixed 0012429: TCheckListBox does not drawn correctly then Enabled/Disabled by skalogryyz
...
git-svn-id: trunk@17084 -
2008-10-21 08:43:29 +00:00
tombo
e90765f1bc
LCL carbon: fixed 0012413: TMemo on Carbon, clear doesn't work by patch from skalogryyz
...
git-svn-id: trunk@17083 -
2008-10-21 08:40:25 +00:00