Commit Graph

40537 Commits

Author SHA1 Message Date
mattias
14bd247af3 IDE: close key closes windows
git-svn-id: trunk@41806 -
2013-06-22 16:29:31 +00:00
bart
584ecebfa4 T(Float)SpinEdit: publish property alignment (issue #0024633).
git-svn-id: trunk@41805 -
2013-06-22 15:47:32 +00:00
juha
6227cb6003 Packager: Calculate height of confirm dialog correctly and make OK button the active control.
git-svn-id: trunk@41804 -
2013-06-22 15:35:03 +00:00
mattias
b29ad350b8 lcl: cocoa: fixed rectangle
git-svn-id: trunk@41803 -
2013-06-22 15:08:14 +00:00
juha
bb369a07e4 Industrial package: remove duplicate resource from .lrs file.
git-svn-id: trunk@41802 -
2013-06-22 15:00:06 +00:00
juha
4e7f3eedf9 Remove unused tgrarrow.png from Industrial package.
git-svn-id: trunk@41801 -
2013-06-22 14:30:57 +00:00
martin
9f5f01a891 SynEdit IFDEF: fix crash with node on last line in file
git-svn-id: trunk@41800 -
2013-06-22 13:45:19 +00:00
juha
e48de26440 Converter: Make sure the same unit will not be added again after AddUnitImmediately.
git-svn-id: trunk@41799 -
2013-06-22 13:30:48 +00:00
juha
ae92b35e79 Converter: fix label text for path. It is used for projects, packages and units.
git-svn-id: trunk@41798 -
2013-06-22 13:30:34 +00:00
ask
5429593781 TAChart: Re-start random source sequence after any property change
git-svn-id: trunk@41797 -
2013-06-22 13:08:27 +00:00
paul
da9bdae897 cocoa: fix drawing of empty text
git-svn-id: trunk@41796 -
2013-06-22 12:51:39 +00:00
mattias
e9d31145a5 lcl: carbon: fixed compilation 2.7.1
git-svn-id: trunk@41795 -
2013-06-22 12:39:03 +00:00
mattias
21f0a6b04a cocoa: fixed compilation with 2.7.1 and fixed TextOut with empty string
git-svn-id: trunk@41794 -
2013-06-22 12:21:23 +00:00
mattias
78c98cfeaa examples: storing session in IDE
git-svn-id: trunk@41793 -
2013-06-22 12:20:12 +00:00
ask
c30206ff03 TAChart: Add TCustomSeries.ExtentPointIndex{First,Last} properties
git-svn-id: trunk@41792 -
2013-06-22 10:58:46 +00:00
ask
995a2f9aab TAChart: Fix out-of-range error when displaying series with only NaN values
git-svn-id: trunk@41791 -
2013-06-22 10:38:07 +00:00
juha
290e10465d LCL: Improve behavior of changing TabSheets in PageControl. Issue #22215, patch from LacaK2
git-svn-id: trunk@41790 -
2013-06-22 10:03:17 +00:00
zeljko
e3f6e10c6b TaChart: fixed compilation.
git-svn-id: trunk@41789 -
2013-06-22 09:06:49 +00:00
paul
be2e51e512 ide: fix layout for NestedProcCount box
git-svn-id: trunk@41788 -
2013-06-22 09:01:17 +00:00
mattias
fdbd89f169 IDE: component list: smaller to fit on 1000 height
git-svn-id: trunk@41787 -
2013-06-22 08:19:27 +00:00
mattias
dd3feb148b IDE: changed processdebugger to TProcessUTF8
git-svn-id: trunk@41786 -
2013-06-22 08:08:24 +00:00
mattias
b9e87a8452 IDE: unit deps: resourcestrings
git-svn-id: trunk@41785 -
2013-06-22 07:12:56 +00:00
ask
04269eb231 TAChart: Avoid 'unused variable' hint on platfrorms other than Win32 and Gtk2
git-svn-id: trunk@41784 -
2013-06-21 13:57:06 +00:00
ask
b1866966f9 TAChart: Restore previous compiler hint status after Unused procedure
git-svn-id: trunk@41783 -
2013-06-21 13:55:42 +00:00
mattias
24737576de IDE: new unit dependencies
git-svn-id: trunk@41782 -
2013-06-21 13:41:07 +00:00
ask
f4fb26c786 TAChart: Add TChartPen.EffVisible helper function
git-svn-id: trunk@41781 -
2013-06-21 13:22:14 +00:00
mattias
16c8144a5d cody: unit deps: mark units with implementation uses
git-svn-id: trunk@41780 -
2013-06-21 13:02:26 +00:00
ask
8a50b21aee TAChart: Take bad spline parts into account while calculating nearest point
git-svn-id: trunk@41779 -
2013-06-21 12:56:35 +00:00
ask
010b683c17 TAChart: Support NaNs in cubic spline series. Fixes #24078
git-svn-id: trunk@41778 -
2013-06-21 11:37:18 +00:00
mattias
45290f0189 IDE: lazarus.lpi: added -WG
git-svn-id: trunk@41777 -
2013-06-21 10:44:00 +00:00
mattias
5972de4a0f IDE: project options: layout windows options
git-svn-id: trunk@41776 -
2013-06-21 10:41:09 +00:00
ask
b64ef0716f TAChart: Pass mouse position in client coordinates to TDataPointHintTool.OnHint event
git-svn-id: trunk@41775 -
2013-06-21 09:23:36 +00:00
mattias
e10b91af6d cody: unit deps: expand uses sections
git-svn-id: trunk@41774 -
2013-06-21 08:01:30 +00:00
mattias
579fb1c2c2 IDEIntf: package file FileType and InUses
git-svn-id: trunk@41773 -
2013-06-21 08:00:58 +00:00
zeljko
59f1dd3592 Gtk2: fixed itemheight with lbOwnerDrawFixed style of listbox. issue #24629
git-svn-id: trunk@41772 -
2013-06-21 06:22:30 +00:00
zeljko
61392ff806 LCL: fixed AV on TCheckListBox when key space is pressed to check/uncheck item, and itemindex=-1. issue #24627
git-svn-id: trunk@41771 -
2013-06-21 06:04:22 +00:00
ask
f0b282dbd0 TAChart: Add TRandomChartSource.YNanPercent property
git-svn-id: trunk@41770 -
2013-06-20 00:39:58 +00:00
ask
26622f6def TAChart: Do not fill polylines in SVG export. Fixes #23982
git-svn-id: trunk@41769 -
2013-06-19 15:18:16 +00:00
mattias
52c6ef4a82 IDE: package editor: fixed not keeping references to IDE structures in treeview
git-svn-id: trunk@41768 -
2013-06-19 07:58:27 +00:00
mattias
bfea494e05 cody: unit deps: scope changed
git-svn-id: trunk@41767 -
2013-06-19 06:52:20 +00:00
mattias
7d743aacab cody: unit deps: refresh
git-svn-id: trunk@41766 -
2013-06-18 21:13:42 +00:00
mattias
d7ba1292a3 cody: unit deps: stats
git-svn-id: trunk@41765 -
2013-06-18 20:33:54 +00:00
mattias
5c2a53edb6 codetools: TCTDirectoryCache: always create FListing
git-svn-id: trunk@41764 -
2013-06-18 19:06:20 +00:00
mattias
fe1ae6eae2 cody: units deps: no expand all for selected units
git-svn-id: trunk@41763 -
2013-06-18 19:05:56 +00:00
jesus
46fc6c7b38 LazReport, fix IF statement in scripts where conditions are in different lines, from Aleksey Lagunov
git-svn-id: trunk@41762 -
2013-06-18 14:33:05 +00:00
juha
5cc8a6210f LCL, Win32: Improve setting active control on selected tabsheet. Issue #22215, patch from LacaK2
git-svn-id: trunk@41761 -
2013-06-18 11:19:57 +00:00
juha
21cba76a0d Converter: fix fPrevSelectedPath. Renaming vars.
git-svn-id: trunk@41760 -
2013-06-18 11:19:51 +00:00
mattias
d441ae5b4f cody: unit deps: selected units: search
git-svn-id: trunk@41759 -
2013-06-17 20:47:51 +00:00
mattias
0e3e8d4fb4 cody: unit deps: all units: node hint
git-svn-id: trunk@41758 -
2013-06-17 20:29:09 +00:00
mattias
64c301cb49 cody: unit deps: all units: copy filename
git-svn-id: trunk@41757 -
2013-06-17 20:10:58 +00:00