martin
|
e221726c5a
|
Debugger: refactor
git-svn-id: trunk@44471 -
|
2014-03-19 17:17:03 +00:00 |
|
wp
|
d7a192f709
|
TAChart: add sources of bar series tutorial
git-svn-id: trunk@44470 -
|
2014-03-18 23:28:40 +00:00 |
|
martin
|
401ad24b64
|
LCL: PageControl, set tab index to widgetset. This was skipped if handle-creation was forced (by other controls) during csLoading. issue #0025555
git-svn-id: trunk@44469 -
|
2014-03-18 21:37:10 +00:00 |
|
martin
|
ef91216989
|
Debugger: GDBMIDebugger better handling of space in filenames / Fix problem from Revision: 44429 / some filenames end up forever pending
git-svn-id: trunk@44468 -
|
2014-03-18 21:01:50 +00:00 |
|
martin
|
3d8ea62914
|
Debugger: refactor
git-svn-id: trunk@44467 -
|
2014-03-18 19:26:04 +00:00 |
|
martin
|
245d81b151
|
Debugger: refactor
git-svn-id: trunk@44466 -
|
2014-03-18 15:49:01 +00:00 |
|
martin
|
9246646d0f
|
Debugger: refactor
git-svn-id: trunk@44465 -
|
2014-03-18 14:58:46 +00:00 |
|
martin
|
dd27f42211
|
IDE: auto show the param hint for functions. Patch by David Zimmer
git-svn-id: trunk@44464 -
|
2014-03-18 12:50:04 +00:00 |
|
martin
|
c0924d71a4
|
Debugger: refactor
git-svn-id: trunk@44463 -
|
2014-03-18 02:45:28 +00:00 |
|
martin
|
3365e9987e
|
SynEdit: Fixed current line highlight, for use of synedit outside the IDE.
git-svn-id: trunk@44462 -
|
2014-03-17 20:32:21 +00:00 |
|
mattias
|
93e4daeabd
|
IDE: code help: combine pascal comments which are near together, issue #25506
git-svn-id: trunk@44461 -
|
2014-03-17 19:56:24 +00:00 |
|
zeljko
|
9c7539e4ee
|
Qt: fixed visibility of TQtTreeWidget.ItemDelegatePaint
git-svn-id: trunk@44460 -
|
2014-03-17 17:18:21 +00:00 |
|
zeljko
|
ef53b052f0
|
Qt: fixed bad behaviour of Linux Mint 16 window manager called Mutter.
git-svn-id: trunk@44459 -
|
2014-03-17 16:20:13 +00:00 |
|
mattias
|
adc1bdf40e
|
IDE: options: component palette: fixed crash
git-svn-id: trunk@44458 -
|
2014-03-17 11:30:09 +00:00 |
|
mattias
|
d841be9240
|
IDE: less hints, initialize vars, use unused parameters
git-svn-id: trunk@44457 -
|
2014-03-17 11:25:57 +00:00 |
|
mattias
|
914882e83c
|
IDEIntf: set free notification for TPropertyEditorHook.LookupRoot, changed TPropertyEditorHook to TComponent, set freenotification for TCustomPropertiesGrid.TIObject, bug #25872
git-svn-id: trunk@44455 -
|
2014-03-17 10:02:36 +00:00 |
|
juha
|
0cf581f13c
|
LCL: Fix Sigsegv when assigning images to Tlistview columns. Issue #25844, patch from ocean.
git-svn-id: trunk@44454 -
|
2014-03-16 23:39:04 +00:00 |
|
juha
|
41f1295739
|
LCL: GetParentHandle and GetTopParentHandle for TWinControl. Issue #25813, patch from ocean.
git-svn-id: trunk@44453 -
|
2014-03-16 23:26:56 +00:00 |
|
juha
|
b89396a14d
|
LCL: ScrollingWinControl Resizing. Issue #25859, patch from ocean.
git-svn-id: trunk@44452 -
|
2014-03-16 23:03:26 +00:00 |
|
juha
|
e5758e1aea
|
LCL: make TCustomButton.Click public. Issue #25870.
git-svn-id: trunk@44451 -
|
2014-03-16 22:45:52 +00:00 |
|
joost
|
434c770d67
|
FpDbg: Show correct value of eip after hitting a breakpoint
git-svn-id: trunk@44450 -
|
2014-03-16 22:11:19 +00:00 |
|
juha
|
7c3e1eeadf
|
IDE: In ConfigureBuildLazarusDlg, show a single checkbox for "Clean common files" when installation dir is read-only.
git-svn-id: trunk@44449 -
|
2014-03-16 21:35:11 +00:00 |
|
joost
|
042680da83
|
FpDbg: Basic breakpoint-handling on Darwin
git-svn-id: trunk@44448 -
|
2014-03-16 21:24:27 +00:00 |
|
martin
|
c1846572a1
|
FPDebug: mem leak
git-svn-id: trunk@44447 -
|
2014-03-16 18:42:28 +00:00 |
|
martin
|
1bef36d35d
|
Debugger: refactor
git-svn-id: trunk@44446 -
|
2014-03-16 18:42:01 +00:00 |
|
joost
|
c8e074d4ef
|
FpDbg: Refactored handling of breakpoints, so that parts of the code could be used too on other platforms then Windows
FpDbg: Set the FMainThread variable after the main-thread is created, not before. This fixes the handling of breakpoints.
git-svn-id: trunk@44445 -
|
2014-03-16 12:50:45 +00:00 |
|
joost
|
3c32f95e8f
|
FpDbg: Removed unused unit from uses-section.
git-svn-id: trunk@44444 -
|
2014-03-16 12:45:20 +00:00 |
|
joost
|
935b4665cc
|
FpDbg: Use generic way to get value of instruction pointer register
git-svn-id: trunk@44443 -
|
2014-03-16 11:26:47 +00:00 |
|
joost
|
459a825fc2
|
FpDbg: Read register-information on Darwin
git-svn-id: trunk@44442 -
|
2014-03-16 11:24:51 +00:00 |
|
joost
|
46c815a029
|
FpDbg: Added basic writememory command
git-svn-id: trunk@44441 -
|
2014-03-16 10:52:52 +00:00 |
|
joost
|
3ba842927f
|
FpDbg: Show proper process- and thread-id on application start.
git-svn-id: trunk@44440 -
|
2014-03-16 10:46:10 +00:00 |
|
joost
|
5363754ee0
|
FpDbg: Missing part of r44438 #618ce88805.
git-svn-id: trunk@44439 -
|
2014-03-16 10:43:30 +00:00 |
|
joost
|
618ce88805
|
FpDbg: Placed some Windows-specific code between ifdef's to fix compilation on non-Windows systems.
git-svn-id: trunk@44438 -
|
2014-03-16 10:35:38 +00:00 |
|
joost
|
6974915b8b
|
FpDbg: Moved Windows-specific code to terminate the process to fpdbgwinclasses.pas
git-svn-id: trunk@44437 -
|
2014-03-16 10:33:04 +00:00 |
|
joost
|
eba8717294
|
* Moved Windows-specific code to read the instruction-pointer and base stack pointer register values to fpdbgwinclasses.pas
git-svn-id: trunk@44436 -
|
2014-03-16 10:18:06 +00:00 |
|
jesus
|
178cdf98b7
|
LazReport, methods for preview scrolling, from Alexsey Lagunov
git-svn-id: trunk@44435 -
|
2014-03-15 18:21:26 +00:00 |
|
zoran
|
9459918ec8
|
DateTimePicker: cleanup code from ifdef regarding very old Lazarus version
git-svn-id: trunk@44434 -
|
2014-03-15 15:36:07 +00:00 |
|
juha
|
1895283edd
|
LCL: remove an experimental TEditButton which seems to be a dead end. It was behind a define NewEditButton.
git-svn-id: trunk@44433 -
|
2014-03-15 14:08:51 +00:00 |
|
jesus
|
b6ea3d2753
|
CairoCanvas: fix GdkCairoCanvas ignored Controls coordinates, always paints on parent (0, 0) position, from Petr-K, issue #25485
git-svn-id: trunk@44432 -
|
2014-03-15 08:33:39 +00:00 |
|
jesus
|
9f64f946ed
|
CairoCanvas, updated test
git-svn-id: trunk@44431 -
|
2014-03-15 08:21:29 +00:00 |
|
jesus
|
585b1dd06a
|
CairoCanvas, support for wordbreak text style, from Petr-K, issue #25484
git-svn-id: trunk@44430 -
|
2014-03-15 08:19:36 +00:00 |
|
martin
|
53f8732b32
|
Debugger: GDBMIDebugger better handling of space in filenames
git-svn-id: trunk@44429 -
|
2014-03-14 20:20:20 +00:00 |
|
jesus
|
6010076f50
|
LazReport, implemented lrPropStorage dialogs control, from Aleksey Lagunov
git-svn-id: trunk@44428 -
|
2014-03-14 19:42:33 +00:00 |
|
sekelsenmat
|
8e41d00f33
|
fpvectorial: Fixes some text regressions introduced by the new text code
git-svn-id: trunk@44427 -
|
2014-03-14 14:36:05 +00:00 |
|
joost
|
e417930ab0
|
FpDbg: Removed unused windows from uses to fix compilation on non--Windows.
git-svn-id: trunk@44425 -
|
2014-03-13 21:42:27 +00:00 |
|
joost
|
ade43d3625
|
FpDbg: Removed unused windows from uses and added some units to fix compilation on Windows.
git-svn-id: trunk@44424 -
|
2014-03-13 21:34:27 +00:00 |
|
jesus
|
82b4f80321
|
LazReport, fix compilation with FPC 2.6.5, patch from Julio Jiménez Borreguero
git-svn-id: trunk@44418 -
|
2014-03-13 14:52:07 +00:00 |
|
jesus
|
95e89c5bda
|
LazReport, make ObjectInspector remember the last edited property on selecting objects, issue #25845
git-svn-id: trunk@44417 -
|
2014-03-13 08:01:27 +00:00 |
|
jesus
|
221bff034a
|
LazReport, DefaultCopies should be set to 1 by default, issue #25840
git-svn-id: trunk@44416 -
|
2014-03-13 06:34:19 +00:00 |
|
jesus
|
564b4228a3
|
LCL, grids, fix cbsEllipsis editor not allowing focus change, issue #25824
git-svn-id: trunk@44415 -
|
2014-03-13 00:48:43 +00:00 |
|