Commit Graph

31155 Commits

Author SHA1 Message Date
maxim
015e1adc6a IDEIntf: fixed component delete confirmation text in Object Inspector, bug #19840
git-svn-id: trunk@31840 -
2011-07-31 12:12:00 +00:00
ask
c52dc587e2 TAChart: Initial implementation of TChartAxisIntervalParams.
Does not do anything useful yet.

git-svn-id: trunk@31836 -
2011-07-31 03:49:03 +00:00
ask
cf6ddb9fb0 TAChart: Extract StrToFloatDefSep utility function
git-svn-id: trunk@31835 -
2011-07-31 03:41:41 +00:00
ask
4ce550af73 TAChart: Add test for decimal separator in DataPoints property
git-svn-id: trunk@31834 -
2011-07-31 03:15:08 +00:00
martin
1ee93b1f0d Debugger: Fixed an issue, with freeing objects, on certain gdb errors
git-svn-id: trunk@31833 -
2011-07-30 23:51:26 +00:00
martin
226bb2cc9a LeakView: Fixed, ensure window on visible monitor
git-svn-id: trunk@31832 -
2011-07-30 22:54:49 +00:00
martin
53cbfeeba4 Debugger: Attempt to fix spaces in path for OSx, Issue #0018457
git-svn-id: trunk@31831 -
2011-07-30 17:45:56 +00:00
martin
b580436123 Remove Override Call-Convention, implementation was missing anyway
git-svn-id: trunk@31830 -
2011-07-30 16:44:04 +00:00
ask
fb3b94ed21 TAChart: Use SetPropDefaults in TChartPen
git-svn-id: trunk@31829 -
2011-07-30 16:28:19 +00:00
ask
6227fc5787 TAChart: Add SetPropDefaults procedure and tests for it
git-svn-id: trunk@31828 -
2011-07-30 14:49:23 +00:00
ask
e8d1819c83 TAChart: Add some strict protected/strict private annotations. Get rid of TCustomSeriesCrack class.
git-svn-id: trunk@31827 -
2011-07-30 08:25:18 +00:00
ask
d0b5c54609 TAChart: Process new properties in TChartAxis.Assign
git-svn-id: trunk@31826 -
2011-07-30 08:13:56 +00:00
ask
a2676e9ab3 TAChart: Update axis demo
git-svn-id: trunk@31825 -
2011-07-30 08:09:32 +00:00
ask
11d4e269aa TAChart: Add TChartAxisMarks.Range property
git-svn-id: trunk@31824 -
2011-07-30 08:08:54 +00:00
ask
b8bef2f439 TAChart: Add TChartRange.Assign and TChartExtent.Assign methods
git-svn-id: trunk@31823 -
2011-07-30 06:45:50 +00:00
ask
aa51debce9 TAChart: Add TChartAxis.Range property
git-svn-id: trunk@31822 -
2011-07-30 06:41:55 +00:00
ask
c61219fe79 TAChart: Add TConstantLine.AxisIndexX property
git-svn-id: trunk@31821 -
2011-07-29 07:15:59 +00:00
ask
022a7d20b5 TACHart: Trivial style fixes
git-svn-id: trunk@31820 -
2011-07-29 05:26:39 +00:00
maxim
2cd936e043 LCL, CreateMessageDialog: cleanup by Bart Broersma, bug #19821
git-svn-id: trunk@31819 -
2011-07-28 20:47:46 +00:00
jesus
e5cca87f42 LCL, grids bidi fixes: scrollbars
git-svn-id: trunk@31818 -
2011-07-28 19:42:51 +00:00
sekelsenmat
1805877800 Fixes region applying for Gtk2 for TForm, implements CreateEllipticRgn in gtk2 and gives better parameter names to this routine
git-svn-id: trunk@31817 -
2011-07-28 12:17:07 +00:00
sekelsenmat
117ae6777c Minor english correction
git-svn-id: trunk@31816 -
2011-07-28 11:43:12 +00:00
sekelsenmat
1ddef2e020 Documents T(Float)SpinEdit.OnChange
git-svn-id: trunk@31815 -
2011-07-28 09:43:52 +00:00
dodi
3b09a8015c Dragging: fixes for trunk
git-svn-id: trunk@31814 -
2011-07-28 04:27:40 +00:00
ask
727c3782d1 TAChart: Add workaround for issue #19780
git-svn-id: trunk@31813 -
2011-07-28 01:33:39 +00:00
jesus
7e8b3df07f LCL, fix dbgrid cellclick, issue #19818
git-svn-id: trunk@31812 -
2011-07-27 18:22:10 +00:00
sekelsenmat
4204c772ba Starts implementing CreateRoundRectRgn in gtk2
git-svn-id: trunk@31811 -
2011-07-27 15:24:43 +00:00
martin
9eebf93b31 Revert 31796 #ec0495ca9b: "Attemps to fix ideinspector after the changes in TTabControl" as TTabControl was reverted too
git-svn-id: trunk@31810 -
2011-07-27 10:04:17 +00:00
maxim
27cc8d7949 regenerated translations; updated Russian translation
git-svn-id: trunk@31809 -
2011-07-26 21:24:36 +00:00
maxim
f20e9d7256 IDE: do not autosize window width of 'Searching ...' dialog in order to avoid flickering when searched file path is very long
git-svn-id: trunk@31808 -
2011-07-26 21:17:12 +00:00
michael
090ff678ae * Two corrections when omitting package/module name in element name
git-svn-id: trunk@31807 -
2011-07-26 18:56:12 +00:00
michael
fe55286e6f * Support for selecting an element using --element command-line option
git-svn-id: trunk@31806 -
2011-07-26 18:51:32 +00:00
mattias
8b707e5d00 fcl-web: clean up: examples are now in fpc sources
git-svn-id: trunk@31805 -
2011-07-26 16:20:31 +00:00
sekelsenmat
7db6fbf1f9 Reverts TTabControl to it's old implementation due to too many problems with the new one
git-svn-id: trunk@31804 -
2011-07-26 13:48:06 +00:00
sekelsenmat
2f54837507 Patch from bug #19801 TFloatSpinEdit: OnChange not called when changing Value by code
git-svn-id: trunk@31803 -
2011-07-26 09:10:40 +00:00
blikblum
abae480a70 lcl: Call inherited method in TWinControl.CMEnabledChanged so control is invalidated
git-svn-id: trunk@31802 -
2011-07-26 01:47:57 +00:00
mattias
4b2eccb8c0 docs: undo rename of fpdoc links #lclbase, because first the tools need to be updated
git-svn-id: trunk@31801 -
2011-07-25 22:43:12 +00:00
mattias
e7df3aec83 docs: fixed typo
git-svn-id: trunk@31800 -
2011-07-25 22:24:57 +00:00
mattias
700853b40a docs: clean up
git-svn-id: trunk@31799 -
2011-07-25 22:24:11 +00:00
martin
e80d33d1ce SynEdit: fix mouse-select scrolling (scroll-timer) when past end-of-file. Issue #0019811
git-svn-id: trunk@31798 -
2011-07-25 16:24:27 +00:00
martin
d87451781e SynEdit: Highlighter: fix ending var/const fold-sections, if procedure starts with "asm"
git-svn-id: trunk@31797 -
2011-07-25 08:18:21 +00:00
sekelsenmat
ec0495ca9b Attemps to fix ideinspector after the changes in TTabControl
git-svn-id: trunk@31796 -
2011-07-24 18:25:57 +00:00
maxim
8469bf2800 IDE, Splash screen: allow more lengthy version string and center it, bug #19802
git-svn-id: trunk@31795 -
2011-07-24 17:07:30 +00:00
juha
6f1f96cd10 Converter: fix broken layout in setting dialog.
git-svn-id: trunk@31794 -
2011-07-24 08:51:39 +00:00
juha
431fc6672a Converter: improved package conversion on Linux + removed a useless QuestionDlg.
git-svn-id: trunk@31793 -
2011-07-24 08:32:03 +00:00
martin
d4f742aa96 Fix window positioning for dual screen, and systems with negative coordinates
git-svn-id: trunk@31792 -
2011-07-23 22:35:58 +00:00
maxim
ae4ca89551 IDE: improved Russian translation
git-svn-id: trunk@31791 -
2011-07-23 20:32:47 +00:00
juha
60f344e0ac LazSvnPkg improvement. Patch from Bernd Kreuss, issue #19755
git-svn-id: trunk@31790 -
2011-07-23 15:58:08 +00:00
mattias
5a5221944d docs: fixed some more links
git-svn-id: trunk@31789 -
2011-07-23 12:47:09 +00:00
mattias
3e8633cfc5 docs: fixed some more links
git-svn-id: trunk@31788 -
2011-07-23 12:44:25 +00:00