Commit Graph

30549 Commits

Author SHA1 Message Date
mattias
c8562d58ed IDE: project inspector: fixed opening files, bug #19543
git-svn-id: trunk@31181 -
2011-06-12 06:58:42 +00:00
dmitry
bce929a582 carbon: workaround for the wrong inital scrollbars shown. Better solution is required. #19425
git-svn-id: trunk@31180 -
2011-06-12 02:46:36 +00:00
mattias
c1bb39ca70 codetools: updated fpc message file
git-svn-id: trunk@31179 -
2011-06-12 00:52:14 +00:00
martin
5bb4fed7e6 SrcEdit, DBG: Ensure execution-marks for share SynEdits
git-svn-id: trunk@31178 -
2011-06-12 00:07:53 +00:00
martin
2eba652c2b DBG: Disassembler, added pascal source, issue #0019446
git-svn-id: trunk@31177 -
2011-06-11 23:58:22 +00:00
martin
0479ee769d DBG: Fix occasional missing hex dump in disassembler
git-svn-id: trunk@31176 -
2011-06-11 23:56:25 +00:00
ask
b536ad8ffa TAChart: Silence hints in the axis demo
git-svn-id: trunk@31175 -
2011-06-11 23:23:39 +00:00
ask
b72a333eb7 TAChart: More precise requirements for nogui demo
git-svn-id: trunk@31174 -
2011-06-11 23:23:13 +00:00
ask
ce90312470 TAChart: Add spline to the func demo.
git-svn-id: trunk@31173 -
2011-06-11 23:21:45 +00:00
ask
822e023c1d TAChart: Draw spline segments by recursive subdivision to guarantee smoothness
git-svn-id: trunk@31172 -
2011-06-11 23:19:42 +00:00
ask
8d25b542e1 TAChart: Add TSplineSeries
git-svn-id: trunk@31171 -
2011-06-11 22:42:02 +00:00
mattias
93896664fd codetools: unit to parse fpc message files
git-svn-id: trunk@31170 -
2011-06-11 17:41:30 +00:00
mattias
eee0c925ff codetools: ancestor of dispinterface is IDispatch
git-svn-id: trunk@31169 -
2011-06-11 16:26:17 +00:00
mattias
ef8b26114d LCL: MergeSort: using insertion sort for small arrays
git-svn-id: trunk@31168 -
2011-06-11 15:11:42 +00:00
maxim
cc455840b2 regenerated translations; updated Russian translation
git-svn-id: trunk@31167 -
2011-06-11 14:44:31 +00:00
maxim
f5c2cd5af7 IDE: removed duplicate resourcestring
git-svn-id: trunk@31166 -
2011-06-11 14:17:40 +00:00
zeljko
871983422f Qt: implemented TTrackBar themed drawing
git-svn-id: trunk@31165 -
2011-06-11 12:40:13 +00:00
martin
81b6078718 SrcEdit, DBG: Ensure execution-marks for share SynEdits
git-svn-id: trunk@31164 -
2011-06-11 11:52:00 +00:00
mattias
e3dc158e75 codetools: fixed typo
git-svn-id: trunk@31163 -
2011-06-11 11:10:56 +00:00
zeljko
2e466d600d Qt: simplification of some code, initialization of qt handles (nil).
git-svn-id: trunk@31162 -
2011-06-11 08:18:36 +00:00
martin
82bf90e262 DBG: Fixed freeing cmd-queue
git-svn-id: trunk@31161 -
2011-06-11 00:02:29 +00:00
martin
066a27820b DBG: more debugLN
git-svn-id: trunk@31160 -
2011-06-10 23:15:51 +00:00
zeljko
63c8a49109 Qt: fixed HUGE mem leak in TQtDeviceContext code where allocated QRegion never has been destroyed, so leak was invisible for heaptrc , but leaked directly qt lib and heap raised dramatically with paint operations.
git-svn-id: trunk@31159 -
2011-06-10 21:11:41 +00:00
mattias
68d8948e3c codetools: always pass the -T and -P option to the compiler to get the macro values
git-svn-id: trunk@31158 -
2011-06-10 15:58:03 +00:00
mattias
dcbf3f1a58 IDE: packages: add to project uses section: changed default to false
git-svn-id: trunk@31157 -
2011-06-10 15:29:27 +00:00
mattias
9da1620a56 docs: package options
git-svn-id: trunk@31156 -
2011-06-10 15:28:57 +00:00
mattias
b03bde5930 IDE: new project: if the project main source is not auto updated by the IDE then open it
git-svn-id: trunk@31155 -
2011-06-10 14:19:57 +00:00
mattias
21e2182957 IDE: new project: if project does not create any secondary files, open the main unit
git-svn-id: trunk@31154 -
2011-06-10 14:15:47 +00:00
ask
5779ff5a45 TAChart: Initial implementation of TChartMinorAxis
git-svn-id: trunk@31153 -
2011-06-10 10:50:59 +00:00
ask
fd1c88271a TAChart: Extract TChartBasicAxis class
git-svn-id: trunk@31152 -
2011-06-10 10:09:31 +00:00
ask
95315d575a TAChart: Process all fields in TChartAxis.Assign
git-svn-id: trunk@31151 -
2011-06-10 08:40:27 +00:00
martin
ac70d0ff2f DBG: reduced flicker in Data windows, added debugln
git-svn-id: trunk@31150 -
2011-06-10 00:44:18 +00:00
martin
ad7eb43d19 GDB: Attempt to deal with broken output from GDB on Mac (accessed wrong Result var)
git-svn-id: trunk@31149 -
2011-06-09 23:49:04 +00:00
jesus
8582b06c3d LCL, added OnUserCheckboxState event to dbgrid
git-svn-id: trunk@31148 -
2011-06-09 20:48:37 +00:00
mattias
016031a066 LCL: comment
git-svn-id: trunk@31147 -
2011-06-09 12:45:10 +00:00
mattias
58083e5537 docs: some hints for thread safe
git-svn-id: trunk@31146 -
2011-06-09 12:07:45 +00:00
mattias
6c9cc59de9 LCL: TApplication.Destroy: free crit section later
git-svn-id: trunk@31145 -
2011-06-09 11:55:15 +00:00
mattias
7e5a735d6a docs: queueasynccall
git-svn-id: trunk@31144 -
2011-06-09 11:52:34 +00:00
mattias
44fa8c6766 LCL: made QueueAsyncCall and RemoveAsyncCalls thread safe
git-svn-id: trunk@31143 -
2011-06-09 11:00:09 +00:00
ask
db47008d5d TAChart: Disable reticule on KeyUp in the tools demo
git-svn-id: trunk@31142 -
2011-06-09 10:17:22 +00:00
mattias
69bca78312 IDEIntf: clean up
git-svn-id: trunk@31141 -
2011-06-09 09:22:13 +00:00
mattias
e6f4c97ba1 educationlaz: implemented object inspetor hide favourite and restricted page
git-svn-id: trunk@31140 -
2011-06-09 08:55:07 +00:00
ask
5cf87bd0ee TAChart: Add KeyDown/KeyUp events to chart tools
git-svn-id: trunk@31139 -
2011-06-09 08:52:01 +00:00
mattias
3ecaf59d72 educationlaz: improved layout
git-svn-id: trunk@31138 -
2011-06-09 08:23:27 +00:00
mattias
b6271a741b IDE: check running under FreeBSD
git-svn-id: trunk@31137 -
2011-06-08 17:21:24 +00:00
martin
ef7e38483d GDB: Attempt to deal with broken output from GDB on Mac
git-svn-id: trunk@31136 -
2011-06-08 15:12:46 +00:00
martin
9508284b75 GDB: Attempt to deal with broken output from GDB on Mac
git-svn-id: trunk@31135 -
2011-06-08 13:41:47 +00:00
mattias
cf818de9f4 codetools: FindLineEndOrCodeAfterPosition: fixed parsing (* comments
git-svn-id: trunk@31134 -
2011-06-08 08:17:39 +00:00
mattias
c7374d6077 codetools: debugging
git-svn-id: trunk@31133 -
2011-06-08 08:05:52 +00:00
zeljko
23249c0b48 LCL: overrided TControl.Update in TGraphicControl, so it calls Update() only for TGraphicControl client rect, not whole parent handle.
git-svn-id: trunk@31132 -
2011-06-08 07:00:02 +00:00