juha
|
8f0a85a6c3
|
LCL, TreeView: formatting
git-svn-id: trunk@35285 -
|
2012-02-10 12:06:13 +00:00 |
|
juha
|
9283707671
|
LCL: refactor TreeView, move GetNodeAtInternalY inside GetNodeAtY
git-svn-id: trunk@35284 -
|
2012-02-10 12:06:07 +00:00 |
|
juha
|
8cbd938dd7
|
LCL, TreeView: Improve scrollbar update when some nodes have Visible=False
git-svn-id: trunk@35283 -
|
2012-02-10 12:05:55 +00:00 |
|
zeljko
|
75be46b024
|
Gtk2: fixed tabbing in TMemo when it's parent isn't TForm. issue #20162
git-svn-id: trunk@35282 -
|
2012-02-10 09:40:00 +00:00 |
|
zeljko
|
be493b8d7e
|
Gtk2: fixed painting of mono bitmaps, gtk2 assumes that bmp + mask = rgba. issue #12362
git-svn-id: trunk@35281 -
|
2012-02-10 08:13:15 +00:00 |
|
zeljko
|
96b5badde1
|
Gtk2: do not set owner events when calling gdk_pointer_grab() while changing control cursor. issue #21253
git-svn-id: trunk@35280 -
|
2012-02-10 06:55:05 +00:00 |
|
zeljko
|
3ef3c430f0
|
Gtk2: reverted r35278 #a48c391314 - doesn't work good in all cases
git-svn-id: trunk@35279 -
|
2012-02-10 06:47:34 +00:00 |
|
zeljko
|
a48c391314
|
Gtk2: fixed mono bitmap creation on gtk2. issue #12362
git-svn-id: trunk@35278 -
|
2012-02-10 06:41:22 +00:00 |
|
zeljko
|
948afeefd5
|
Gtk2: fixed regression with THintWindow introduced in r34676 #93ebe05b41. issue #21194
git-svn-id: trunk@35277 -
|
2012-02-09 19:28:08 +00:00 |
|
zeljko
|
3b2ff18b3e
|
Gtk2: implemented TCustomListView.GridLines for gtk2 >= 2.10, 2.8 still uses alternate coloring since there's no appropriate functions to fix it.
git-svn-id: trunk@35276 -
|
2012-02-09 18:22:37 +00:00 |
|
zeljko
|
e52f4a0e0c
|
Qt: return correct rect for TListItem.DisplayRect in case of vsList and vsReport.
git-svn-id: trunk@35275 -
|
2012-02-09 17:44:56 +00:00 |
|
zeljko
|
3fdefbf7be
|
LCL: TCustomListView: started OnEditing and OnEdited events for delphi compatibility. part of #12059
git-svn-id: trunk@35274 -
|
2012-02-09 14:28:16 +00:00 |
|
sekelsenmat
|
ac2328635e
|
Fixes documentation compilation
git-svn-id: trunk@35273 -
|
2012-02-09 14:25:10 +00:00 |
|
sekelsenmat
|
f07b717a31
|
key state constants and functions documentation improvement
git-svn-id: trunk@35272 -
|
2012-02-09 14:09:30 +00:00 |
|
sekelsenmat
|
0f9889978f
|
Minor documentation improvement
git-svn-id: trunk@35271 -
|
2012-02-09 13:54:14 +00:00 |
|
sekelsenmat
|
b97bd5928f
|
General documentation cleanup removing [?] and various other minor improvements
git-svn-id: trunk@35270 -
|
2012-02-09 13:52:27 +00:00 |
|
martin
|
2ce509ce97
|
Clean up: warnings (new debugln)
git-svn-id: trunk@35269 -
|
2012-02-09 13:31:28 +00:00 |
|
zeljko
|
cd7931e012
|
Examples: listview: added OwnerData mode, added property ReadOnly, AutoWidthLastColumn, fixed exceptions. issue #18898
git-svn-id: trunk@35268 -
|
2012-02-09 13:24:14 +00:00 |
|
martin
|
9fba3d205f
|
IDE KeyMap: added/fixed cursor keys issue #21247
git-svn-id: trunk@35267 -
|
2012-02-09 13:16:48 +00:00 |
|
mattias
|
820c8c29bb
|
laz2_dom: fixed range check
git-svn-id: trunk@35266 -
|
2012-02-09 12:19:05 +00:00 |
|
zeljko
|
6758bba5e0
|
Qt: fixed inconsistency with win32,gtk2 and Delphi when setting SelStart.It shouldn't keep sellength. issue #11802
git-svn-id: trunk@35265 -
|
2012-02-09 12:10:24 +00:00 |
|
zeljko
|
353087a643
|
LCL: TCustomListView: allow to change ItemIndex in OwnerData mode. issue #19825
git-svn-id: trunk@35264 -
|
2012-02-09 11:37:10 +00:00 |
|
zeljko
|
3603901d03
|
Qt: fixed bug where TListItem DisplayRect doesn't work if have > 1 column.
git-svn-id: trunk@35263 -
|
2012-02-09 10:14:41 +00:00 |
|
vincents
|
1cbef20c34
|
lazutils: fixed another compilation for debug log with wince.
git-svn-id: trunk@35262 -
|
2012-02-09 08:59:40 +00:00 |
|
sekelsenmat
|
75005d5347
|
Documented TCustomRadioGroup.OnClick
git-svn-id: trunk@35261 -
|
2012-02-09 08:42:12 +00:00 |
|
zeljko
|
41db03219e
|
LCL: lcltype: added LVN_ODCACHEHINT,LVN_ODSTATECHANGED and LVN_ODFINDITEM to start proper implementation of TCustomListView.OwnerData
git-svn-id: trunk@35260 -
|
2012-02-09 08:38:45 +00:00 |
|
vincents
|
951fdc2310
|
lazutils: fixed compilation with wince.
git-svn-id: trunk@35259 -
|
2012-02-09 08:34:34 +00:00 |
|
zeljko
|
403ef1bfd2
|
LCL: TCustomListView added TLVDataHintEvent and TLVDataStateChangeEvent, also published OnDataHint and OnDataStateChange for TListView for delphi compatibility.
git-svn-id: trunk@35258 -
|
2012-02-09 08:11:15 +00:00 |
|
zeljko
|
5504dab625
|
LCL: TCustomListView OwnerData - fix selection behaviour. part of #18202
git-svn-id: trunk@35257 -
|
2012-02-09 07:51:21 +00:00 |
|
paul
|
a4c49e19cd
|
codetools: learn DelphiUnicode mode
git-svn-id: trunk@35256 -
|
2012-02-09 07:44:50 +00:00 |
|
martin
|
64cb0d92c5
|
new Debugln via LazLogger (now used by default)
git-svn-id: trunk@35255 -
|
2012-02-09 01:13:23 +00:00 |
|
martin
|
b3e1fbdbdf
|
DBG: ensure, existing "ignored exceptions" are re-enabled, if user requests
git-svn-id: trunk@35254 -
|
2012-02-09 00:20:21 +00:00 |
|
mattias
|
431bef0ffe
|
IDE: fpdoceditor: preserve space of other elements, current element needs special
git-svn-id: trunk@35253 -
|
2012-02-08 23:49:00 +00:00 |
|
mattias
|
9a1c0d2141
|
laz2_write: option to preserve whitespace
git-svn-id: trunk@35252 -
|
2012-02-08 23:47:53 +00:00 |
|
mattias
|
ffd6e0f8b5
|
laz2_read: keep attribute order
git-svn-id: trunk@35251 -
|
2012-02-08 23:27:48 +00:00 |
|
mattias
|
52b3608f2e
|
laz2_xmlread: added flag preserverwhitespace
git-svn-id: trunk@35250 -
|
2012-02-08 22:52:56 +00:00 |
|
mattias
|
895280ea4a
|
laz2_dom: fixed enumerator
git-svn-id: trunk@35249 -
|
2012-02-08 22:52:23 +00:00 |
|
mattias
|
e88c4ccc31
|
IDE: clean up
git-svn-id: trunk@35248 -
|
2012-02-08 22:18:45 +00:00 |
|
mattias
|
12f6b0c40c
|
laz2_dom: added enumerators for TDOMNode
git-svn-id: trunk@35247 -
|
2012-02-08 22:16:01 +00:00 |
|
maxim
|
5440db2738
|
regenerated translations; updated Russian translation
git-svn-id: trunk@35246 -
|
2012-02-08 22:03:51 +00:00 |
|
mattias
|
a23bd6cac8
|
docs: fixed indentation
git-svn-id: trunk@35245 -
|
2012-02-08 21:46:28 +00:00 |
|
martin
|
bcee3c3ca7
|
IDE: Enable Tracking for scrollboxes. issue #21240
git-svn-id: trunk@35244 -
|
2012-02-08 19:51:27 +00:00 |
|
zeljko
|
90c91e2666
|
LCL: TCustomListView: allow programatically selection of items when OwnerData. issue #18202
git-svn-id: trunk@35243 -
|
2012-02-08 19:47:12 +00:00 |
|
sekelsenmat
|
c63e24b53b
|
Removes the special accessible description in some IDE controls, improves a little the Carbon accessibility
git-svn-id: trunk@35242 -
|
2012-02-08 18:40:45 +00:00 |
|
martin
|
781176276f
|
SynEdit: Navigate to end of word / middle of CamelCase word
git-svn-id: trunk@35241 -
|
2012-02-08 18:34:00 +00:00 |
|
martin
|
17c7b1c8f9
|
SynEdit: Navigate to end of word / middle of CamelCase word
git-svn-id: trunk@35240 -
|
2012-02-08 18:22:44 +00:00 |
|
sekelsenmat
|
015279a045
|
Adds more method for TLazAccessibleObject to manipulate the list of children
git-svn-id: trunk@35239 -
|
2012-02-08 17:58:06 +00:00 |
|
martin
|
b3a2ce9517
|
SynEdit: Fix LineGutter for last line of text
git-svn-id: trunk@35238 -
|
2012-02-08 17:54:44 +00:00 |
|
sekelsenmat
|
5ac1708f92
|
Minor documentation improvements
git-svn-id: trunk@35237 -
|
2012-02-08 17:09:16 +00:00 |
|
sekelsenmat
|
4a2866676b
|
Minor documentation improvements
git-svn-id: trunk@35236 -
|
2012-02-08 16:55:19 +00:00 |
|