blikblum
|
b9b1923f12
|
lcl: publish TDBMemo.Enabled
git-svn-id: trunk@31418 -
|
2011-06-27 14:44:04 +00:00 |
|
zeljko
|
56ebfa15cc
|
LCL: fixed %MainUnit name in winapih.inc
git-svn-id: trunk@31417 -
|
2011-06-27 14:01:10 +00:00 |
|
mattias
|
5bd83350c4
|
chmhelp: added missing file
git-svn-id: trunk@31414 -
|
2011-06-27 07:12:40 +00:00 |
|
maxim
|
c01f8f8892
|
LCL: improved "help for directive not found" error messages, regenerated translations and updated Russian translation
git-svn-id: trunk@31413 -
|
2011-06-26 23:15:02 +00:00 |
|
mattias
|
e715236ac9
|
IDE: help for compiler directives
git-svn-id: trunk@31412 -
|
2011-06-26 21:11:08 +00:00 |
|
mattias
|
3a0e7e4224
|
chmhelp: help for compiler directives
git-svn-id: trunk@31411 -
|
2011-06-26 21:08:58 +00:00 |
|
mattias
|
d93e971020
|
lcl: TUTF8Parser.HandleNewLine: fill buffer
git-svn-id: trunk@31410 -
|
2011-06-26 21:05:15 +00:00 |
|
zeljko
|
5b1188a3f9
|
Win32: fixed sort of Item.Data. issue #17422
git-svn-id: trunk@31409 -
|
2011-06-26 19:55:04 +00:00 |
|
ask
|
6c0db06c3f
|
TAChart: Add cubic spline to the func demo
git-svn-id: trunk@31408 -
|
2011-06-26 17:25:54 +00:00 |
|
ask
|
8697a41ace
|
TAChart: Add cubic spline series
git-svn-id: trunk@31407 -
|
2011-06-26 17:24:55 +00:00 |
|
ask
|
86b18e0c0a
|
TAChart: Update Makefile
git-svn-id: trunk@31406 -
|
2011-06-26 17:23:18 +00:00 |
|
ask
|
e55047557e
|
TAChart: Temporarily add some files from the FPC numlib library
to fix critical numlib bugs without waiting for FPC upgrade
git-svn-id: trunk@31405 -
|
2011-06-26 17:22:26 +00:00 |
|
ask
|
796aa1f5c7
|
TAChart: Rename TSplineSeries into TBSplineSeries
git-svn-id: trunk@31404 -
|
2011-06-26 15:54:23 +00:00 |
|
ask
|
17383db4e9
|
TAChart: Fix AV with invisible legend
git-svn-id: trunk@31403 -
|
2011-06-26 14:35:31 +00:00 |
|
ask
|
59ea86ddff
|
TAChart: Add TChartLegend.ColumnCount property
git-svn-id: trunk@31402 -
|
2011-06-26 14:27:07 +00:00 |
|
zeljko
|
7af4c64f9d
|
Qt: workaround for Qt bug when fsStayOnTop doesn't want to mimimize with application window under ms windows. issue #19264
git-svn-id: trunk@31400 -
|
2011-06-26 12:17:38 +00:00 |
|
ask
|
7ad974bb8a
|
TAChart: Change TChartSeriesLegend.OnDraw parameters. Update demo.
git-svn-id: trunk@31399 -
|
2011-06-26 10:35:03 +00:00 |
|
ask
|
ae0f0fc734
|
TAChart: Add TChartSeriesLegend.OnCreate event. Update demo.
git-svn-id: trunk@31398 -
|
2011-06-26 10:29:53 +00:00 |
|
ask
|
2c6d4e309e
|
TAChart: Add TChartLegend.GroupFont property
git-svn-id: trunk@31397 -
|
2011-06-26 09:58:17 +00:00 |
|
ask
|
be7740a708
|
TAChart: Add legend item grouping. Update demo.
git-svn-id: trunk@31396 -
|
2011-06-26 09:43:47 +00:00 |
|
ask
|
e6b1840fc4
|
TAChart: Add TChartSeriesLegend.Order property
git-svn-id: trunk@31395 -
|
2011-06-26 08:45:35 +00:00 |
|
ask
|
1584ede71a
|
TAChart: Extract MakeSquare utility function
git-svn-id: trunk@31394 -
|
2011-06-26 07:32:18 +00:00 |
|
ask
|
ac09dbf6fd
|
TAChart: Draw pie-specific legend item for pie series. Update demo.
git-svn-id: trunk@31393 -
|
2011-06-26 07:25:56 +00:00 |
|
ask
|
980591b46b
|
TAChart: Merge duplicate definitions of TChartColor
git-svn-id: trunk@31392 -
|
2011-06-26 07:14:37 +00:00 |
|
ask
|
2cca7ee1a8
|
TAChart: Replace TCustomChartSeries.ColorOrDefault with global ColorDef function
git-svn-id: trunk@31391 -
|
2011-06-26 06:29:49 +00:00 |
|
ask
|
a29bc6b797
|
TAChart: Move TLegendItemPieSlice to the TARadialSeries unit
git-svn-id: trunk@31390 -
|
2011-06-26 06:15:32 +00:00 |
|
ask
|
a6c1d7e971
|
TAChart: Implement typed Items property in TChartLegendItems
git-svn-id: trunk@31389 -
|
2011-06-26 05:46:17 +00:00 |
|
marco
|
06a81a23bd
|
* fixing a few links. Seems all links to rtl/fcl protected methods still go wrong (not in classtree?)
git-svn-id: trunk@31388 -
|
2011-06-25 23:14:47 +00:00 |
|
juha
|
4bc2ef3c3c
|
IDE: Always enable Source -> Use Unit feature. Also non-project units can be added through the dialog.
git-svn-id: trunk@31387 -
|
2011-06-25 22:40:30 +00:00 |
|
zeljko
|
3e228ec5c1
|
Qt: make code in TQtWSCustomForm.CreateHandle() more readable by removing casts.
git-svn-id: trunk@31386 -
|
2011-06-25 16:34:58 +00:00 |
|
zeljko
|
f544059e42
|
IDE: componentlist, use VK_RETURN to set current list instead of VK_DOWN which raises av under win32. issue #19590
git-svn-id: trunk@31385 -
|
2011-06-25 15:37:11 +00:00 |
|
maxim
|
443af0046a
|
LCL: fixed Close button glyph transparency (proper transparency mask should be assigned to HBitmap too), bug #19295
git-svn-id: trunk@31384 -
|
2011-06-25 14:35:34 +00:00 |
|
maxim
|
3526858f4e
|
LCL: fixed ButtonPanel last visible button detection logic, bug #19210
git-svn-id: trunk@31383 -
|
2011-06-25 13:08:19 +00:00 |
|
juha
|
481b0956e0
|
LCL: in ShellTreeView fix an eternal loop when expanding a node and AutoExpand is True. Issue #19572.
git-svn-id: trunk@31382 -
|
2011-06-25 12:56:49 +00:00 |
|
maxim
|
1e48978d7d
|
regenerated translations; updated Russian translation
git-svn-id: trunk@31381 -
|
2011-06-25 12:08:03 +00:00 |
|
zeljko
|
5f148c0735
|
Qt: fixed bug when switch between source and form designer with F12. issue #18694
git-svn-id: trunk@31380 -
|
2011-06-25 11:49:50 +00:00 |
|
juha
|
7fe38c1762
|
IDE: Fix error when Actionlist has no TImageList assigned. Patch from August Klein, issue #19566
git-svn-id: trunk@31379 -
|
2011-06-25 10:57:20 +00:00 |
|
zeljko
|
1463080eaa
|
IDE: Sort templates in New Project dialog. issue #17729
git-svn-id: trunk@31378 -
|
2011-06-25 10:36:32 +00:00 |
|
zeljko
|
f4327f18be
|
Win32: make sort work on all columns
git-svn-id: trunk@31377 -
|
2011-06-25 10:06:41 +00:00 |
|
mattias
|
d3a35fbdfa
|
LCL: docs: OpenURL
git-svn-id: trunk@31376 -
|
2011-06-25 09:57:23 +00:00 |
|
zeljko
|
d7815f3058
|
WinCE: simplified TListView Exchange() and Move()
git-svn-id: trunk@31375 -
|
2011-06-25 09:34:04 +00:00 |
|
zeljko
|
03f505111f
|
Qt: take into account header size when call itemAt() from lcl. Fixed missing selection trigger when mouse pressed in listview <> vsReport.
git-svn-id: trunk@31374 -
|
2011-06-25 09:24:02 +00:00 |
|
zeljko
|
cd32bf59f0
|
LCL: preserve selection when moving items. Return cached checked item when moving items.
Win32: simplified LVItem assigning in case of exchange and move, fixed bugs
git-svn-id: trunk@31373 -
|
2011-06-25 08:31:57 +00:00 |
|
mattias
|
c74cdc3959
|
chmhelp: search for predefined identifiers
git-svn-id: trunk@31372 -
|
2011-06-25 07:20:31 +00:00 |
|
zeljko
|
9b2bd8b9bb
|
Cups printers: preserve page orientation when setting default values. issue #19618
git-svn-id: trunk@31371 -
|
2011-06-25 07:01:32 +00:00 |
|
jesus
|
264c6db01f
|
LCL, fix position of scrollbar in case user clicks verticall scrollbar button arrows
git-svn-id: trunk@31370 -
|
2011-06-24 21:13:38 +00:00 |
|
jesus
|
74c3742e3e
|
LCL, fix dbgrid scrollbar jumping issue #19615
git-svn-id: trunk@31369 -
|
2011-06-24 21:08:05 +00:00 |
|
zeljko
|
fe54d8652c
|
LCL: TListViewItems: do not call ws ItemExchange() or ItemMove() if OwnerData = True.
git-svn-id: trunk@31368 -
|
2011-06-24 21:04:30 +00:00 |
|
zeljko
|
a0933e1606
|
Gtk: implemented ListView.Exchange() and ListView.Move().
LCL: do not call Exchange() or Move() if both indexes are equal.
git-svn-id: trunk@31367 -
|
2011-06-24 20:10:28 +00:00 |
|
zeljko
|
95ba53fc11
|
Gtk: fixed crash in createHandle() of listview.
git-svn-id: trunk@31366 -
|
2011-06-24 19:33:15 +00:00 |
|