Commit Graph

37587 Commits

Author SHA1 Message Date
ask
76446726f9 TAChart: Fix memory leak in TDbChartSource.BeforeDraw
git-svn-id: trunk@38735 -
2012-09-18 14:07:02 +00:00
mattias
643c170bbe IDE: moved SetRecentProjectFilesMenu to mainbase
git-svn-id: trunk@38734 -
2012-09-18 11:59:05 +00:00
ask
1789905e3c TAChart: Fix TChartSeries.SetColor to notify all listeners and require ListSource. Add TListChartSource.SetColor
git-svn-id: trunk@38733 -
2012-09-18 11:54:34 +00:00
ask
5c77b8e843 TAChart: Add TListChartSource.SetText and TChartSeries.SetText procedures
git-svn-id: trunk@38732 -
2012-09-18 11:48:15 +00:00
ask
2974002ed0 TAChart: Add "Auto Y extent" page to the "func" demo
git-svn-id: trunk@38731 -
2012-09-18 09:33:06 +00:00
ask
3acae5fe9f TAChart: Add TFuncSeries.ExtentAutoY property
git-svn-id: trunk@38730 -
2012-09-18 09:23:18 +00:00
ask
cf75819f6e TAChart: Extract TDrawFuncHelper.XRange helper function.
+ Fix GetNearestPoint for rotated function series.

git-svn-id: trunk@38729 -
2012-09-18 04:17:20 +00:00
paul
272eb740df gtk2: rename TGtkDeviceContext.Origin to WindowOrg to be consistent with ViewPortOrg and WindowExt
git-svn-id: trunk@38728 -
2012-09-18 03:48:07 +00:00
paul
6d6ec57e0a gtk2: cleanup TgtkDeviceContext
git-svn-id: trunk@38727 -
2012-09-18 03:40:22 +00:00
ask
894333eabe TAChart: Show TLinkedChart.Chart.Name in the object inspector tree
git-svn-id: trunk@38726 -
2012-09-18 02:24:01 +00:00
martin
2b31afc2e6 DBG: Fix for gdb 7.5
git-svn-id: trunk@38725 -
2012-09-18 01:57:21 +00:00
maxim
20d1274213 IDE: added Lithuanian to version info language list, bug #22898
git-svn-id: trunk@38722 -
2012-09-17 20:21:15 +00:00
martin
5405c6ad0e SynEdit: Some helpers for future bidi support (IFDEF)
git-svn-id: trunk@38721 -
2012-09-17 20:05:13 +00:00
maxim
667949cd95 LCL, DefaultTranslator: fix handling of non-ASCII path to .po file, bug #22907, patch by Vladimir Zhirov
git-svn-id: trunk@38720 -
2012-09-17 19:53:23 +00:00
ask
22ad3dfb0b TAChart: Extract TDrawFuncHelper.ForEachPoint helper procedure
git-svn-id: trunk@38719 -
2012-09-17 17:21:21 +00:00
martin
0bfdc547f6 SynEdit: fixed not drawing special chars (visible white space) past EOL. Introduced in refactor at rev 38621 #1db4cf5fe6
git-svn-id: trunk@38716 -
2012-09-17 12:05:02 +00:00
mattias
5a4fe6cb26 IDE: install pkg set dlg: allow to select packages while updating, processed packages are marked
git-svn-id: trunk@38715 -
2012-09-17 11:38:40 +00:00
ask
a70dbab972 TAChart: Add tests for TCustomChartSource.FindBounds procedure
git-svn-id: trunk@38714 -
2012-09-17 11:25:53 +00:00
ask
085082ce94 TAChart: Use NumberOr function instead of checking for NaN explicitly
git-svn-id: trunk@38713 -
2012-09-17 11:24:26 +00:00
ask
460cd6ced3 TAChart: Fix crash while replacing linked chart in TChartExtentLink
git-svn-id: trunk@38712 -
2012-09-17 08:17:32 +00:00
ask
85bdf70d19 TAChart: Override TLinkedCharts.Add with better return type
git-svn-id: trunk@38711 -
2012-09-17 07:49:32 +00:00
ask
fcf2372934 TAChart: Fix crash when using TChartExtentLink with LinkedChart.Chart = nil
git-svn-id: trunk@38710 -
2012-09-17 07:43:14 +00:00
zeljko
8870f3c68e Qt: improved triggering of OnClick() in QEventShowToParent. issue #22872
git-svn-id: trunk@38709 -
2012-09-17 06:14:04 +00:00
ask
c92eb28f54 TAChart: Publish TChartTitle.Shape and OnGetShape properties
git-svn-id: trunk@38708 -
2012-09-17 03:26:31 +00:00
paul
c4956484ec ide: revert destructive unit removal from the main.pas in r38704 #b0f27fbbcd
git-svn-id: trunk@38707 -
2012-09-17 03:20:44 +00:00
martin
29cc72f176 SynEdit: Remove some duplicate code for Physical- to Logic-Pos
git-svn-id: trunk@38706 -
2012-09-17 00:25:32 +00:00
juha
45d0f32c80 IDE: move DoNewOther out of TMainIDE, add refactored function NewUnitOrForm
git-svn-id: trunk@38705 -
2012-09-17 00:05:06 +00:00
juha
b0f27fbbcd IDE: remove unused unit names from main.pp uses section
git-svn-id: trunk@38704 -
2012-09-17 00:05:01 +00:00
juha
f05db0a164 IDE: Make TMainIDE.UpdateDefaultPascalFileExtensions a global proc and change its name because there are others with identical name
git-svn-id: trunk@38703 -
2012-09-16 22:37:43 +00:00
juha
ea6e7aa309 IDE: refactor DoOpenFileAtCursor away from MainIDE
git-svn-id: trunk@38702 -
2012-09-16 22:23:34 +00:00
juha
069cd283e5 IDE: Refactor the main unit heavily. Code related to source files is moved to a new SourceFileManager unit
git-svn-id: trunk@38701 -
2012-09-16 21:05:01 +00:00
juha
5c22372849 IDE: formatting
git-svn-id: trunk@38700 -
2012-09-16 21:04:52 +00:00
juha
6776632380 New file with code refactored from MainIDE
git-svn-id: trunk@38699 -
2012-09-16 21:03:12 +00:00
zeljko
a6468d6f2e LCL: better solution for TToggleBox color, ParentColor is by default false and not published so it behaves same as TButton. issue #22887
git-svn-id: trunk@38698 -
2012-09-16 19:32:56 +00:00
zeljko
86d412a962 LCL: Published TToggleBox.ParentColor.Part of issue #22887
git-svn-id: trunk@38697 -
2012-09-16 19:23:49 +00:00
ask
c72cbcb8e4 TAChart: Add test for TListChartSource cache
git-svn-id: trunk@38696 -
2012-09-16 17:49:22 +00:00
ask
583c74c2cc TAChart: Fix update of TListChartSource.ValuesTotal cache when adding or removing NaNs
git-svn-id: trunk@38694 -
2012-09-16 17:44:59 +00:00
mattias
6a15305fe4 IDE: editor keymap return key: fixed crash
git-svn-id: trunk@38693 -
2012-09-16 17:27:12 +00:00
zeljko
c92c11608b Qt: update bitmap if TMenuItem has associated ImageList and ImageIndex. issue #22896
git-svn-id: trunk@38679 -
2012-09-16 09:00:01 +00:00
mattias
a94f375f03 openglcontrol: gtk: added bit depths, issue #22868
git-svn-id: trunk@38678 -
2012-09-16 08:09:33 +00:00
ask
befc2df57b TAChart: Show user-defined mark shapes in "labels" demo
git-svn-id: trunk@38677 -
2012-09-16 06:12:13 +00:00
ask
1ff0ad2871 TAChart: Add Marks.OnGetShape event
git-svn-id: trunk@38676 -
2012-09-16 06:10:54 +00:00
ask
a35e517060 TAChart: Support Marks.Attachment = maCenter in pie series
git-svn-id: trunk@38675 -
2012-09-16 04:14:00 +00:00
zeljko
951b26f892 Qt: fixed crash when invalid or null handle is passed into SetCapture.
git-svn-id: trunk@38674 -
2012-09-15 18:06:11 +00:00
ask
c309698bcb TAChart: Ignore NaNs while calculating TCustomChartSource.ValuesTotal
git-svn-id: trunk@38673 -
2012-09-15 16:55:40 +00:00
martin
e6d8010f3c SynEdit: fixed delete-next-word, if caret past eol. Issue #0022890
git-svn-id: trunk@38672 -
2012-09-15 16:17:57 +00:00
paul
da1c21cc33 carbon: fix accidental error in index
git-svn-id: trunk@38671 -
2012-09-15 15:42:12 +00:00
martin
e1b221d110 SynEdit: Fixed past eol paint error
git-svn-id: trunk@38670 -
2012-09-15 15:18:01 +00:00
martin
069b89f42f SynEdit: Start handling combined utf8 chars (fix painting/selection)
git-svn-id: trunk@38669 -
2012-09-15 14:47:18 +00:00
ask
f297a8e800 TAChart: Add axis index property editor
git-svn-id: trunk@38668 -
2012-09-15 14:22:51 +00:00