Commit Graph

39243 Commits

Author SHA1 Message Date
jesus
5555b24635 LazReport, added hyphenation support using Theo's bindings to libhyphen library, bumped LazReport version to 0.9.9
git-svn-id: trunk@40407 -
2013-02-25 20:50:28 +00:00
mattias
77bfdde159 cody: lvl graph: minimize crossings: simple greedy
git-svn-id: trunk@40406 -
2013-02-25 19:02:47 +00:00
mattias
b68b07efb6 cody: lvl graph: switch a pair of nodes
git-svn-id: trunk@40405 -
2013-02-25 18:43:09 +00:00
martin
ea3947b2e5 DBG: fixed changing debugger-class
git-svn-id: trunk@40404 -
2013-02-25 16:07:06 +00:00
mattias
14d709a897 cody: lvlgraph: find best cross switch
git-svn-id: trunk@40403 -
2013-02-25 13:02:40 +00:00
mattias
1ad34a5d04 cody: lvlgraph: count crossings
git-svn-id: trunk@40402 -
2013-02-25 12:03:13 +00:00
mattias
a14ac95648 cody: lvlgraph: started crossing pairs
git-svn-id: trunk@40401 -
2013-02-25 10:16:27 +00:00
mattias
da4ae2da13 cody: lvlgraph: draw highlighted edges above captions
git-svn-id: trunk@40400 -
2013-02-24 23:05:02 +00:00
mattias
1bb039c4f5 cody: lvlgraph: started minimize crossings
git-svn-id: trunk@40399 -
2013-02-24 22:42:57 +00:00
mattias
8fc0fa2245 cody: lvlgraph: auto split long edges
git-svn-id: trunk@40398 -
2013-02-24 21:08:12 +00:00
jesus
73faf28aaf LazReport, implements Justified Alignment, issue #23796
git-svn-id: trunk@40397 -
2013-02-24 19:44:59 +00:00
martin
b0299832bb clean up (added "optional" semicolons)
git-svn-id: trunk@40396 -
2013-02-24 18:51:43 +00:00
martin
389ce68238 IDE: SourceEdit: fixed word (word from text, not identifier) completion
git-svn-id: trunk@40394 -
2013-02-24 18:31:05 +00:00
mattias
a19cf9e5c1 cody: lvlgraph: highlight edges along hidden nodes
git-svn-id: trunk@40393 -
2013-02-24 18:16:35 +00:00
mattias
97a6467b74 cody: lvlgraph: hidden nodes
git-svn-id: trunk@40392 -
2013-02-24 18:05:50 +00:00
mattias
77e410ec98 cody: unit dependencies: space below nodes
git-svn-id: trunk@40388 -
2013-02-24 14:40:40 +00:00
bart
b0b8409a1c ValEdit: Implement DeleteRow().
git-svn-id: trunk@40387 -
2013-02-24 14:33:19 +00:00
mattias
e37da44e09 cody: unit dependencies: fpc source deps
git-svn-id: trunk@40386 -
2013-02-24 14:32:59 +00:00
bart
8ff1d3962b ValEdit: InsertRow: if Append then insert after current row, not after last row.
(According to Delphi help text)

git-svn-id: trunk@40385 -
2013-02-24 14:21:53 +00:00
bart
41464aaec9 ValEdit: Disable goAutoAddRowsSkipContentCheck (temoprary workaround).
git-svn-id: trunk@40384 -
2013-02-24 13:48:21 +00:00
bart
72cba621d3 ValEdit: when set RowCount also update Strings accordingly.
Needed for AddKey in KeyOtions.

git-svn-id: trunk@40383 -
2013-02-24 13:45:15 +00:00
bart
4592622e5c ValEdit: Start implementing KeyOptions.
git-svn-id: trunk@40382 -
2013-02-24 13:15:00 +00:00
mattias
f20e7dc4f9 cody: lvlgraph: fixed GetNodeAt with scrolling
git-svn-id: trunk@40381 -
2013-02-24 09:04:02 +00:00
mattias
fd01c56742 cody: unit dependencies: shorter fpc package names
git-svn-id: trunk@40380 -
2013-02-24 08:56:55 +00:00
bart
44caf00ceb MaskEdit: when user presses Escape, don't "eat" the key if there is nothing to reset.
(Delphi compatibility). Partially resolves issue #0023936.

git-svn-id: trunk@40379 -
2013-02-24 00:09:38 +00:00
mattias
1c5712de23 cody: lvlgraph: scrolling
git-svn-id: trunk@40378 -
2013-02-23 22:06:38 +00:00
maxim
b4c230f5c7 IDE: regenerated translations; updated Russian translation
git-svn-id: trunk@40377 -
2013-02-23 17:27:23 +00:00
bart
729e3e2fdb ValEdit: Fix not updating cell in TValueListStrings.Put when goAlwaysShowEditor in Options and current
editor is TCompositeCellEditor.

git-svn-id: trunk@40376 -
2013-02-23 16:57:50 +00:00
bart
d2b9d862ef ValEdit: implement TItemProp.ReadOnly.
For this we need access to private field FEditors of TCompositeCellEditor.

git-svn-id: trunk@40375 -
2013-02-23 16:35:34 +00:00
bart
12ef5fac9f ValEdit: implelement OnGetPickList.
git-svn-id: trunk@40374 -
2013-02-23 14:25:05 +00:00
martin
7f4d5ecb13 DBG: refactor TGDBMIDebuggerProperties to have a none publishing base class
git-svn-id: trunk@40373 -
2013-02-23 14:22:29 +00:00
bart
4952b8047a ValEdit: set DropDownCount of associated ComboBox to DropDownRows if ItemProp.EditStyle = esPickList.
git-svn-id: trunk@40372 -
2013-02-23 14:08:49 +00:00
zeljko
35b60c2c6c Gtk2: Gtk2WSCustomPanel respect TCustomPanel.Visible property when creating handle. issue #23940
git-svn-id: trunk@40371 -
2013-02-23 13:51:00 +00:00
zeljko
a8b657b971 Qt: show images when with TListView.vsIcon style when we have more > 1 column. issue #23923
git-svn-id: trunk@40370 -
2013-02-23 08:09:45 +00:00
martin
e6e119e440 DBG: Increase the amount of chars gdb fetches from a string (made configurable). Issue: #0023932
git-svn-id: trunk@40369 -
2013-02-23 04:16:09 +00:00
martin
93470b95dc DBG: Increase the amount of chars gdb fetches from a string (made configurable). Issue: #0023932
git-svn-id: trunk@40368 -
2013-02-23 04:01:17 +00:00
mattias
80ef0f8763 IDE: outputfilter: fixed reading make under windows
git-svn-id: trunk@40367 -
2013-02-22 18:28:34 +00:00
mattias
6b1d73e34c IDEintf: added RegisterDefineProperty
git-svn-id: trunk@40366 -
2013-02-22 16:46:41 +00:00
mattias
401d8bc33b IDE: clean up
git-svn-id: trunk@40365 -
2013-02-22 16:46:24 +00:00
martin
51657166be LCL: Revert Changes from 31132 (and partly 31577) which replaced TGraphicControl.Update by Invalidate
git-svn-id: trunk@40364 -
2013-02-22 16:05:54 +00:00
martin
56c09d1ad1 SynEdit: Starting on Ifdef Highlighter, first bits and pieces
git-svn-id: trunk@40362 -
2013-02-22 03:07:52 +00:00
mattias
70fb9b8f5e IDE: fixed crash
git-svn-id: trunk@40361 -
2013-02-21 13:05:55 +00:00
jesus
d79e1a4d79 ValEdit, fix strange focus swapping reported by bart
git-svn-id: trunk@40358 -
2013-02-20 09:28:58 +00:00
jesus
c8f3aa7628 LCL, updated debug info for grids
git-svn-id: trunk@40357 -
2013-02-20 09:22:54 +00:00
maxim
8d441f7bc7 Installer, Win: fixed typo
git-svn-id: trunk@40354 -
2013-02-20 01:06:16 +00:00
zeljko
72e4e83450 Qt: fixed item caption in TListView vsIcon style. patch by DCelso. issue #23879
git-svn-id: trunk@40353 -
2013-02-19 18:40:47 +00:00
martin
af73c2186c IDE: added string auto-continue mode
git-svn-id: trunk@40352 -
2013-02-19 03:07:50 +00:00
martin
38bf0149cf SynEdit: added string auto-continue mode
git-svn-id: trunk@40351 -
2013-02-19 03:07:43 +00:00
mattias
fe70696279 cody: lcl graph: invalidate on select
git-svn-id: trunk@40350 -
2013-02-18 20:56:52 +00:00
mattias
3a72cd0a98 cody: unit dependencies: show units of selected groups
git-svn-id: trunk@40349 -
2013-02-18 20:40:17 +00:00