mattias
dc78f11aef
fixed typo cant
...
git-svn-id: trunk@27305 -
2010-09-11 14:06:32 +00:00
mattias
369aa3055c
fixed typo dont
...
git-svn-id: trunk@27304 -
2010-09-11 14:05:21 +00:00
paul
f20f3aa1ef
lcl: add public property TCustomListView.ColumnCount,
...
win32: don't access listview columns array out of it bounds (issue #0017263 )
git-svn-id: trunk@27199 -
2010-08-26 16:39:45 +00:00
paul
2c127c9897
win32: fix TListView.Autosize by Bernd Kreuss (issue #0017141 )
...
git-svn-id: trunk@27046 -
2010-08-10 02:07:48 +00:00
sekelsenmat
72d00b6953
Patch from José Mejuto, fixes Listview column autosize
...
git-svn-id: trunk@26846 -
2010-07-27 07:33:03 +00:00
sekelsenmat
06d9c193a5
Large update to wince listview
...
git-svn-id: trunk@26474 -
2010-07-05 20:00:54 +00:00
paul
fa0ab5a8ad
lcl: allow to request true column width during listview destruction (based on patch of José Mejuto)
...
win32: use stored width while setting column width in interface
gtk2: use true column width, not the requested one
fixes issue #0014371
git-svn-id: trunk@25124 -
2010-05-02 06:45:23 +00:00
paul
fd1e6e7681
win32: fix showing of listview subitems images
...
git-svn-id: trunk@24954 -
2010-04-26 08:12:58 +00:00
paul
ffee9b5bd4
win32: don't reset autosized width of listview column
...
git-svn-id: trunk@24774 -
2010-04-21 01:28:42 +00:00
paul
a20e1dcaac
lcl: change use of CreateParams:
...
- move TForm.PopupParent handling to CreateParams (it only chooses a right Parent handle)
- check also ParentWindow property when setting WndParent in CreateParams
win32: use TCreateParams WndParent property for CreateWindow
git-svn-id: trunk@23840 -
2010-03-05 08:14:49 +00:00
paul
45f1d382dd
win32: move ListView code from the generic message handler to ListView message handler
...
git-svn-id: trunk@23634 -
2010-02-05 03:07:57 +00:00
paul
5b9bce5f38
lcl: apply patch of Boian Mitov to support listview state images and HitTestInfo under win32 (issue #0014881 )
...
git-svn-id: trunk@22310 -
2009-10-28 09:41:02 +00:00
paul
4a0461a558
lcl: ListView:
...
- add TIconOptions
- win32 implement support for different IconOptions (issue #0014460 )
git-svn-id: trunk@21546 -
2009-09-03 02:48:41 +00:00
paul
ae65b07221
lcl, win32, carbon: initial implementation of virtual TListView by Dmitry (issue #0007749 )
...
git-svn-id: trunk@21524 -
2009-09-01 16:44:31 +00:00
vincents
1f3f833a84
win32 interface: use UTF16 <-> UTF8 conversion functions from LCLProc instead of UTF8Encode/UTF8Decode from the RTL to work around fpc bug #13075
...
patch by: Theo
fixes issue #13067
git-svn-id: trunk@18769 -
2009-02-20 08:33:44 +00:00
paul
4c55ecc090
win32: changing border style by changing exstyle does not work for ListView -> use RecreateWnd (fixes part of issue #0013182 )
...
git-svn-id: trunk@18752 -
2009-02-19 01:55:50 +00:00
paul
3e01ab5302
lcl: publish TListView.BorderStyle, implement it for win32 (already works for gtk2 issue #0013182 )
...
git-svn-id: trunk@18732 -
2009-02-17 14:31:56 +00:00
paul
a1ea9760c4
win32: implement color applying for TStatusBar (bug #0012560 )
...
git-svn-id: trunk@18419 -
2009-01-24 17:49:13 +00:00
paul
6bce26b8af
win32: don't destroy listview imagelist on handle destroying (bug #0009639 )
...
git-svn-id: trunk@18412 -
2009-01-24 15:31:42 +00:00
paul
50714a86e0
win32: sort listview items by index if handle is allocated (fixes bug #0009611 )
...
git-svn-id: trunk@18409 -
2009-01-24 13:53:47 +00:00
paul
3effa2d5fa
win32: set correct bg color and text bg color when we set color to the ListView control (bug #0011051 )
...
git-svn-id: trunk@18400 -
2009-01-23 18:08:43 +00:00
paul
efe9d531c3
widgetset: make WS classes method explicitly published
...
win32: fix WS classes. move methods to published sections
git-svn-id: trunk@17576 -
2008-11-25 02:29:28 +00:00
vincents
13e3cd5e97
win32 interface: implement ListView.BeginUpdate and EndUpdate from JoshyFun (issue #12503 )
...
git-svn-id: trunk@17138 -
2008-10-28 08:07:18 +00:00
mattias
2996a3c332
rename COPYING.modifiedLGPL to COPYING.modifiedLGPL.txt
...
git-svn-id: trunk@15834 -
2008-07-22 09:48:15 +00:00
paul
0897bb06ff
- use BeginUpdate and EndUpdate from TCollection instead of own in TListColumns implementation
...
- commit forgotten file
git-svn-id: trunk@13383 -
2007-12-19 04:40:13 +00:00
marc
425f7eb912
* Start handle rework. Splitup of internal WS referencedata and public widgetsetspecific references (handle/pointer/XID/...)
...
git-svn-id: trunk@13178 -
2007-12-06 01:17:52 +00:00
sekelsenmat
5b8a949fe8
Fixed unicode support for TStatusBar and TListView under windows.
...
git-svn-id: trunk@12810 -
2007-11-10 12:27:37 +00:00
paul
2bc5188cb4
TListView:
...
- lcl: better handling of TListItem.Checked
- gtk1/2 implemented TListView.Checkboxes and TListItem.Checked
git-svn-id: trunk@12755 -
2007-11-06 09:20:04 +00:00
paul
7d5f9842ec
- fix win32 crash if listview imagelist changed to nil (from Nikolay aka Browny)
...
- change ToolButtons font on ToolBar font change events (from Nikolay)
- redraw ToolButton if enabled changed and pass apropriate flag to ImageList.Draw (from Nikolay)
- cleanup
git-svn-id: trunk@11974 -
2007-09-09 08:53:16 +00:00
marc
4c264b355b
* Implemented setting of imagelist on win32 (issue #790 )
...
git-svn-id: trunk@11919 -
2007-09-02 16:53:42 +00:00
vincents
99f0cddd30
lcl: added ListView.Tooltips property, implemented for win32 widgetset (bug #9136 )
...
git-svn-id: trunk@11823 -
2007-08-15 18:13:43 +00:00
vincents
31a2d5bbb8
win32 interface: implemented setting listview.font.color (bug #8773 )
...
git-svn-id: trunk@11807 -
2007-08-13 21:35:55 +00:00
paul
7de0398b2a
declared TListItem.Position, TListItem.Top, TListItem.Left with implementation for win32 (0008426)
...
git-svn-id: trunk@10969 -
2007-04-18 15:51:50 +00:00
vincents
2dbb188fe0
win32 interface: use listview message instead of macros, prevents range check errors.
...
git-svn-id: trunk@10890 -
2007-04-05 21:24:42 +00:00
marc
466edbbd14
* Fixed bug #1854
...
git-svn-id: trunk@10481 -
2007-01-20 02:19:19 +00:00
micha
a4bd9f7713
fix pointer type conversions
...
git-svn-id: trunk@10039 -
2006-10-04 22:21:04 +00:00
marc
d05adb23c1
* modified customdraw listview patch from BeniBela
...
git-svn-id: trunk@9770 -
2006-08-29 23:33:15 +00:00
micha
c3e60040cf
fix drawing of listview in pagecontrol with winxp themes (issue #1588 )
...
git-svn-id: trunk@9462 -
2006-06-21 15:22:43 +00:00
vincents
b8ef0bd35b
add class method modifier to the implementation of class methods (fixes fpc 2.1.1 compilation)
...
git-svn-id: trunk@9366 -
2006-05-27 20:30:46 +00:00
mattias
6eb4930179
fixed references to COPYING.LCL
...
git-svn-id: trunk@9243 -
2006-05-05 05:52:08 +00:00
micha
d9e9f1570f
win64 fixes (from peter, modified)
...
git-svn-id: trunk@9221 -
2006-05-01 21:45:12 +00:00
vincents
8e1ecbd222
published TListView.HideSelection
...
git-svn-id: trunk@8845 -
2006-02-28 11:03:48 +00:00
vincents
1064272122
removed ifdef ver1 from Martin Smat
...
git-svn-id: trunk@7479 -
2005-08-04 08:41:46 +00:00
mattias
7e1b82da00
in32 interface check if the listItem state has already the asked value from Martin Smat
...
git-svn-id: trunk@7387 -
2005-07-19 21:05:37 +00:00
mattias
2e08e62328
added ldocktree.pas
...
git-svn-id: trunk@7311 -
2005-07-01 18:20:41 +00:00
vincents
5dade8a670
listview fixes for fpc 1.0.x
...
git-svn-id: trunk@6864 -
2005-02-28 22:05:06 +00:00
marc
6ed8e2ecf4
* Reworked listviews to match new interface
...
git-svn-id: trunk@6848 -
2005-02-26 17:08:41 +00:00