Commit Graph

42970 Commits

Author SHA1 Message Date
martin
cedbc0d203 Debugger: Fix stack history / broken in recent refactor
git-svn-id: trunk@44553 -
2014-03-29 22:32:48 +00:00
joost
89248a3340 * Add ability to debug OS/X application-folders
git-svn-id: trunk@44552 -
2014-03-29 19:42:36 +00:00
joost
2cb000b1be * Added OnLog event to be able to log to something else then stdout
git-svn-id: trunk@44551 -
2014-03-29 19:27:11 +00:00
martin
4e227f7e97 FpDebug: tests
git-svn-id: trunk@44550 -
2014-03-29 15:24:47 +00:00
martin
ad7332f9b2 FpDebug: tests
git-svn-id: trunk@44549 -
2014-03-29 15:02:08 +00:00
mattias
f2060d3262 IDE: do not report ~ as unusual char
git-svn-id: trunk@44547 -
2014-03-29 08:12:32 +00:00
martin
69670fab2a FpDebug: fix array typecasts / tests
git-svn-id: trunk@44546 -
2014-03-29 02:35:57 +00:00
martin
1dab2ee8d8 Debugger: GDBMI, fix range check
git-svn-id: trunk@44544 -
2014-03-29 00:19:29 +00:00
martin
825ebd7c8b Debugger: GDBMI, fix range check
git-svn-id: trunk@44543 -
2014-03-29 00:13:42 +00:00
martin
406a3736b2 FpDebug: fix struct members / array with multi dimension / tests
git-svn-id: trunk@44542 -
2014-03-28 20:15:42 +00:00
zeljko
0b82d8141f Qt: set proper text palette when control is disabled and regular font.color <> clDefault.issue #25922
git-svn-id: trunk@44541 -
2014-03-28 16:37:11 +00:00
sekelsenmat
b60a8b420e git-svn-id: trunk@44540 - 2014-03-28 13:54:02 +00:00
mattias
ba52488ed6 codetools: define templates: macros in varibale names
git-svn-id: trunk@44539 -
2014-03-28 03:40:47 +00:00
mattias
90430cef14 codetools: nicer example
git-svn-id: trunk@44538 -
2014-03-28 03:33:22 +00:00
mattias
ce7a6eb415 codetools: nicer example
git-svn-id: trunk@44537 -
2014-03-28 02:43:29 +00:00
mattias
d84cc38cb7 codetoools: fixed typo
git-svn-id: trunk@44536 -
2014-03-28 01:59:39 +00:00
martin
ebcc3ca021 FpDebug: fix tests
git-svn-id: trunk@44535 -
2014-03-28 01:55:43 +00:00
mattias
bc1c825688 codetoools: fixed typo
git-svn-id: trunk@44534 -
2014-03-28 01:01:01 +00:00
mattias
fe00a75e89 codetoools: fixed typo
git-svn-id: trunk@44532 -
2014-03-28 00:37:59 +00:00
martin
b9283584dc FpDebug: fix array with struct / tests
git-svn-id: trunk@44531 -
2014-03-28 00:21:26 +00:00
juha
fc89c8dc99 FpcUnit, GuiTestRunner: show green balls for ignored tests. Issue #25921, patch from Reinier Olislagers
git-svn-id: trunk@44530 -
2014-03-27 22:45:50 +00:00
zeljko
9f54b421c0 Gtk2: fixed crash because of uninitialized object. issue #25925
git-svn-id: trunk@44528 -
2014-03-27 11:31:50 +00:00
martin
0f0ea7602d FpDebug: fix nil array / tests
git-svn-id: trunk@44527 -
2014-03-26 23:31:59 +00:00
sekelsenmat
2ad2c287e1 fpvectorial-svg: Many improvements on font data in text elements
git-svn-id: trunk@44526 -
2014-03-26 15:38:41 +00:00
juha
8702232b7b LazActiveX: Fix "out of bounds error" by ocean.
git-svn-id: trunk@44525 -
2014-03-26 07:08:31 +00:00
juha
752989ce17 LazActiveX: refactor procedure ImpTypeLib, splitting it to smaller functions. Free slTypelibs, fixing a memory leak.
git-svn-id: trunk@44524 -
2014-03-25 22:02:54 +00:00
maxim
6baeaa60c8 IDE: regenerated translations; updated Russian translation
git-svn-id: trunk@44523 -
2014-03-25 20:21:32 +00:00
juha
61b34e74a9 LazActiveX: turn some "var" parameters into normal parameters.
git-svn-id: trunk@44520 -
2014-03-25 18:17:08 +00:00
juha
feef6c7cb2 LazActiveX: improve memory management.
git-svn-id: trunk@44519 -
2014-03-25 18:16:55 +00:00
juha
d29e0ee0a1 LazActiveX: Improvements. Issue #25908, patch from David Zimmer
git-svn-id: trunk@44518 -
2014-03-25 18:16:29 +00:00
mattias
bd0336f030 examples: fixed typo
git-svn-id: trunk@44516 -
2014-03-25 16:58:56 +00:00
juha
519d7fa8c0 LazActiveX: Display and search registered controls and libraries. Issue #25908, patch from David Zimmer.
git-svn-id: trunk@44515 -
2014-03-25 07:58:06 +00:00
juha
5df636d70f Codetools: Allow {$MODESWITCH TYPEHELPERS}. Issue #25743, patch from Dennis Fehr.
git-svn-id: trunk@44514 -
2014-03-24 23:10:11 +00:00
juha
32adb07f4c Codetools: Prevent a wrong error message about ancestor having same name. Issue #24502, patch from ocean.
git-svn-id: trunk@44513 -
2014-03-24 22:29:25 +00:00
mattias
57685b5e28 IDE: designer: fixed change parent for TControl
git-svn-id: trunk@44508 -
2014-03-24 17:28:29 +00:00
zeljko
2a1f15b8f5 Gtk2: do not report syskey for AltGr+Shift+Key for TCustomControl.Fixes issues #22703,#25874
git-svn-id: trunk@44507 -
2014-03-24 15:35:22 +00:00
martin
202388270c FpDebug: fix array index for static array
git-svn-id: trunk@44506 -
2014-03-24 13:36:10 +00:00
blikblum
b6a4657b66 lcl: Reset TFieldDataLink when a key field changes. Issue #25876
git-svn-id: trunk@44505 -
2014-03-24 12:34:52 +00:00
zeljko
97c59105fe Gtk2: fixed TScrollingWinControl positions update.issue #25909
git-svn-id: trunk@44504 -
2014-03-24 11:14:49 +00:00
zeljko
98a3e1a08c Qt: do not scroll scrollable form if scrollbars aren't visible.
git-svn-id: trunk@44503 -
2014-03-24 11:05:49 +00:00
zeljko
5deb6a8715 Qt: Scrollable forms enabled by default.Registered TScrollingWinControl in wsfactory.
git-svn-id: trunk@44502 -
2014-03-24 07:57:01 +00:00
martin
7dff9e1f43 FpDebug: fix data address with "Ref" / tests
git-svn-id: trunk@44501 -
2014-03-23 21:22:15 +00:00
joost
3f36dd3c53 FpDbg: Implemented single-stepping on Darwin
git-svn-id: trunk@44500 -
2014-03-23 20:54:32 +00:00
mattias
272765465b codetools: identifier completion: fixed IsReadOnly
git-svn-id: trunk@44498 -
2014-03-23 19:16:29 +00:00
martin
a46b9d6e39 FpGdbmiDebugger: tests
git-svn-id: trunk@44497 -
2014-03-23 15:36:36 +00:00
martin
95834abad6 FpDebug: Spelling
git-svn-id: trunk@44496 -
2014-03-23 15:35:37 +00:00
joost
fa16dcdf52 FpDbg: Use dSYM bundle on Darwin to read Dwarf debug-info for executable
git-svn-id: trunk@44495 -
2014-03-23 15:05:31 +00:00
joost
d43aefb1a6 FpDbg: Fixed AV when the debugged application has been terminated
git-svn-id: trunk@44494 -
2014-03-23 14:07:28 +00:00
joost
203ab1fcd3 FpDbg: Show message when a breakpoint has been reached
git-svn-id: trunk@44493 -
2014-03-23 14:03:29 +00:00
joost
327140d6b8 FpDbg: Disasemble on non-Windows systems
git-svn-id: trunk@44492 -
2014-03-23 13:49:11 +00:00