Commit Graph

31732 Commits

Author SHA1 Message Date
mattias
e59acfda40 codetools: safety check
git-svn-id: trunk@32459 -
2011-09-22 20:57:28 +00:00
blikblum
09c6d11771 lcl: group boolean fields in DB Controls
git-svn-id: trunk@32458 -
2011-09-22 15:16:07 +00:00
paul
5b7cad31b1 debugger: improve output of WideString and UnicodeString variables
git-svn-id: trunk@32457 -
2011-09-22 06:38:19 +00:00
paul
603f7c97eb codetools: fix parsing of method implementation header - they may contain directives like 'static'
git-svn-id: trunk@32456 -
2011-09-22 05:13:25 +00:00
paul
e0f6f71ee9 codetools: add STATIC word as a procedure specifier
git-svn-id: trunk@32455 -
2011-09-22 03:20:25 +00:00
ask
2118b39908 TAChart: Fix List-out-of-bounds when moving the series up in the editor
git-svn-id: trunk@32454 -
2011-09-21 22:32:34 +00:00
martin
837fe09471 DBG: Disassembler, when having to guess, use an even address.
git-svn-id: trunk@32453 -
2011-09-21 18:41:42 +00:00
jesus
47c3378937 LCL, make GetDefaultEditor virtual
git-svn-id: trunk@32452 -
2011-09-21 16:59:54 +00:00
mattias
da010d4038 IDE: added TBaseCompilerOptions.GetEffectiveTargetOS/CPU
git-svn-id: trunk@32451 -
2011-09-21 15:34:29 +00:00
martin
6be51d73df IDE: debug/complier-options: start detecting OS/CPU
git-svn-id: trunk@32450 -
2011-09-21 14:04:12 +00:00
martin
dbb87ca09b DBG: Fixed jumping to unit of unsaved project
git-svn-id: trunk@32449 -
2011-09-21 12:13:24 +00:00
ask
1176e4faca TAChart: Support NaNs in area series. Update demo
git-svn-id: trunk@32448 -
2011-09-21 11:30:39 +00:00
mattias
5416195ef5 IDEIntf: TLazProject.IsVirtual
git-svn-id: trunk@32447 -
2011-09-21 11:06:51 +00:00
juha
751cd5b9ae IDE: Fix a crash in Components View. Issue #20305, patch from Bart Broersma
git-svn-id: trunk@32446 -
2011-09-21 09:28:03 +00:00
mattias
39d0a7fdfe IDE: compiler options: linking page: layout fix, bug #20306
git-svn-id: trunk@32445 -
2011-09-21 05:55:44 +00:00
dodi
bc18b3ca98 Docs: image lists revised again.
git-svn-id: trunk@32444 -
2011-09-21 03:40:37 +00:00
mattias
4cf44bd8f7 IDE: added flag jfDoNotExpandFilename
git-svn-id: trunk@32443 -
2011-09-20 19:50:56 +00:00
martin
e7eb929eb2 DBG: Toggle breakpoint enabled with ctrl-click. (more efficient)
git-svn-id: trunk@32442 -
2011-09-20 19:34:58 +00:00
martin
a65bbd7c40 DBG: Toggle breakpoint enabled with ctrl-click. Issue #0017330
git-svn-id: trunk@32441 -
2011-09-20 19:24:22 +00:00
mattias
e3a3b6dab5 IDE: comments
git-svn-id: trunk@32440 -
2011-09-20 19:02:01 +00:00
martin
7f24c49848 fixed: FilenameIsWinAbsolute
git-svn-id: trunk@32439 -
2011-09-20 18:24:15 +00:00
martin
a6f5c17aca DBG: Fix finding units
git-svn-id: trunk@32438 -
2011-09-20 18:23:42 +00:00
martin
1df02ca4fc DBG: Fixed issue with variables from parent-nested-frames showing with prefix "error:"
git-svn-id: trunk@32437 -
2011-09-20 18:22:56 +00:00
martin
876951bceb SynEdit, make ecDeleteLine stop at end of file. Issue #0020299
git-svn-id: trunk@32436 -
2011-09-20 17:12:44 +00:00
mattias
b5e8aedd1b imagesforlazarus: readme
git-svn-id: trunk@32435 -
2011-09-20 12:53:49 +00:00
dodi
133f12ff98 Docs: revised image lists.
git-svn-id: trunk@32434 -
2011-09-20 04:27:28 +00:00
dodi
feebca5f5b Docs: add some scripts and StyleGuide
git-svn-id: trunk@32433 -
2011-09-20 04:25:48 +00:00
martin
7666c75dd1 DBG: Fix inserting breakpoints (do not silently enter pause state), introduced in r 32414
git-svn-id: trunk@32432 -
2011-09-19 23:28:15 +00:00
martin
ce6ac1c77c DBG:: implement log expression-eval in breakpoint
git-svn-id: trunk@32431 -
2011-09-19 23:19:19 +00:00
martin
a1e0eec879 IDE fixed typo
git-svn-id: trunk@32430 -
2011-09-19 22:23:06 +00:00
martin
bf13fbd3d8 IDE: debug/complier-options dialog. Improve layout/dependencies
git-svn-id: trunk@32429 -
2011-09-19 21:45:35 +00:00
juha
8e1acdcf52 IDE: lazarus.res updated
git-svn-id: trunk@32428 -
2011-09-19 21:04:53 +00:00
juha
8e3740b555 LCL: make TShape.Shape = stSquaredDiamond different from stDiamond. Issue #20290, patch from Anton
git-svn-id: trunk@32427 -
2011-09-19 21:04:42 +00:00
mattias
517f95cae4 codetools: GetExpandedOperand: simply copying [] content
git-svn-id: trunk@32426 -
2011-09-19 20:18:37 +00:00
maxim
da74c156d5 FpWeb: registered property editors for ItemField and ValueField properties of THTMLDatasetSelectProducer (allows to select their values in OI), patch from Alexey Lagunov.
git-svn-id: trunk@32425 -
2011-09-19 20:03:00 +00:00
martin
4687ef5cc0 SynEdit: fixed crash, with ecDeleteLine on last line. issue #0020299
git-svn-id: trunk@32424 -
2011-09-19 18:42:31 +00:00
martin
37fa512845 DBG: Watchpoints
git-svn-id: trunk@32423 -
2011-09-19 17:47:27 +00:00
juha
f9df0a985f Set DpiAware flag in lazarus.lpi. Issue #20244
git-svn-id: trunk@32422 -
2011-09-19 08:11:06 +00:00
vincents
50432f64b3 wince interface: fixed typo in TWinCEWidgetSet.EnterCriticalSection
patch by: Fabio Luis Girardi
fixes issue #18756

git-svn-id: trunk@32421 -
2011-09-19 08:05:47 +00:00
paul
aa5f483f17 codetools: support rtlproc modifier
git-svn-id: trunk@32420 -
2011-09-19 07:57:24 +00:00
vincents
f5143a20e9 windows installers: fixed creating revision.inc in the exported source in such a way that svn2revisioninc leaves it untouched (issue #20277)
git-svn-id: trunk@32419 -
2011-09-19 07:52:30 +00:00
juha
464fffb72b LCL: Register property TListItem.OverlayIndex to be skipped by form loader. Issue #20295.
git-svn-id: trunk@32418 -
2011-09-19 07:43:53 +00:00
vincents
2f7dd74905 windows installer: use system drive for default lazarus directory (issue #20269)
git-svn-id: trunk@32417 -
2011-09-19 07:17:45 +00:00
martin
c963680079 DBG: (alpha) Initial support for watchpoints ($DEFINE DBG_WITH_WATCHPOINT)
git-svn-id: trunk@32415 -
2011-09-19 01:20:08 +00:00
martin
4559a65564 DBG: Handling unexpected errors.
git-svn-id: trunk@32414 -
2011-09-19 00:51:25 +00:00
juha
3da74a341c IDE: Version of RegisterComponentEditor to register many components. Issue #20281, patch from Silvio Clécio
git-svn-id: trunk@32413 -
2011-09-18 21:54:48 +00:00
ask
979e916f7b TAChart: Add smoothed derivative source. Update demo.
git-svn-id: trunk@32412 -
2011-09-18 21:35:15 +00:00
martin
0271730391 DBG: small fix in expression parser do not send empty expression)
git-svn-id: trunk@32411 -
2011-09-18 20:54:16 +00:00
martin
d65d00c3f7 DBG: Do not set breakpoints past end of unit. Issue #0020264 (fix, if spaces in part / do not fail if gdb returns error)
git-svn-id: trunk@32410 -
2011-09-18 18:40:05 +00:00
martin
b2d943371e SrcEdit: fix utf8 issue in incremental search. issue #0020288
git-svn-id: trunk@32409 -
2011-09-18 18:07:32 +00:00