paul
5c9f7efdf3
lcl: set default value for TScrollBox.BorderStyle to bsSingle
...
win32, wince: handle TScrollBox.BorderStyle on window creation
(issue #0013346 )
git-svn-id: trunk@19023 -
2009-03-18 10:48:43 +00:00
ask
c6c378afb6
TAChart: Introduce OnDrawPointer event for line series
...
git-svn-id: trunk@19022 -
2009-03-18 10:26:01 +00:00
dmitry
e734a9ddb8
fix for bug #0013344
...
git-svn-id: trunk@19021 -
2009-03-18 09:54:52 +00:00
zeljko
02c50e3d3e
Qt: implemented setBorderStyle for IQtEdit interface
...
git-svn-id: trunk@19020 -
2009-03-18 09:38:19 +00:00
paul
c99a91c256
lcl: don't show exception using forms while application is not initialized
...
- add new application flag AppInitialized,
- check if application is initialized before trying to show exception message using MessageBox
git-svn-id: trunk@19019 -
2009-03-18 09:07:41 +00:00
paul
dacdba13ad
gtk2: set svn properties
...
git-svn-id: trunk@19018 -
2009-03-18 08:50:58 +00:00
paul
7a6728e3d2
win32: improve error message if window creation failed
...
git-svn-id: trunk@19017 -
2009-03-18 08:00:46 +00:00
paul
a075ba45c5
ideintf: apply patches of Alexander S. Klenin (issue #0013326 )
...
- ClassPropEdit: Make subproperties type filter configurable
- ClassPropEdit: Refactor TClassPropertyEditor and TPersistentPropertyEditor
- Object Inspector: Do not show objects without properties of appropriate kind
- Object inspector: Do not show events on Properties page, even for nested objects
git-svn-id: trunk@19016 -
2009-03-18 06:37:40 +00:00
paul
d8ead49984
lcl: publish TEdit.BorderStyle (issue #0013339 )
...
git-svn-id: trunk@19015 -
2009-03-18 04:50:21 +00:00
jesus
0eeca5946c
LCL, fix GTK1 finding default font, based on patch from Fabrizio Fellini, issue #13230
...
git-svn-id: trunk@19013 -
2009-03-17 20:22:26 +00:00
zeljko
284cbf6430
Qt: removed workaround in TQtListWidget for qt bug (qt-4.2).
...
git-svn-id: trunk@19012 -
2009-03-17 09:06:52 +00:00
paul
d7c225ab12
wince: port win32 changes regards TCustomEdit, TCustomMemo, TCustomStaticText (will fix issue #0013336 )
...
git-svn-id: trunk@19011 -
2009-03-17 06:34:54 +00:00
martin
f94d7915da
SynEdit: Fixed a painting bug, caused by a wrong topline in the folding module. This was caused tools outside SynEdit would replace text (code-formatting, etc)
...
git-svn-id: trunk@19010 -
2009-03-17 00:18:46 +00:00
martin
a487572de8
SynEdit: Fix crash in designer, when closing form or deleting a Highlighter that was assigned to SynEdit. (Notification would not remove all references to the highlighter)
...
git-svn-id: trunk@19009 -
2009-03-16 21:43:01 +00:00
martin
51d4db2ebc
Synedit: Fixed insert space in new empty text, would cause exception
...
git-svn-id: trunk@19008 -
2009-03-16 20:26:21 +00:00
paul
8e7fc1ea58
debugger: add .lpi for fpdumpdwarf
...
git-svn-id: trunk@19007 -
2009-03-16 15:38:28 +00:00
jesus
e451ddd26b
Printers, fix typo in selectprinter sample
...
git-svn-id: trunk@19006 -
2009-03-16 05:29:02 +00:00
martin
d75f823e24
Fix revision 19004 #3f77b5575f => somehow an extra line made it into the code
...
git-svn-id: trunk@19005 -
2009-03-15 23:06:24 +00:00
martin
3f77b5575f
SynEdit C++ Highlighter: Add multi line strings. Issue #13308 Based on a patch by equinox
...
git-svn-id: trunk@19004 -
2009-03-15 21:26:51 +00:00
jesus
36cd39a33d
Printers, fix page orientation when user has not changed job options of cups printer
...
git-svn-id: trunk@19003 -
2009-03-15 18:34:22 +00:00
martin
d92087e835
SynEdit: fix range check error from revision 19001 #a26d1805de
...
git-svn-id: trunk@19002 -
2009-03-15 17:59:35 +00:00
martin
a26d1805de
SynEdit: Refactor the Undo/Redo system. Should fix some issues with column selection too; and enables group-undo for all kind of edit-actions; also fixes bug #13298
...
git-svn-id: trunk@19001 -
2009-03-15 16:56:58 +00:00
martin
b8e7143c97
IDE, Printing: Fix printing the source or selection would miss the last line out (Bug #13267 )
...
git-svn-id: trunk@19000 -
2009-03-15 16:54:08 +00:00
paul
4ede257fc0
gtk2: fix use of absolute according new fpc 2.3.1 rules
...
git-svn-id: trunk@18999 -
2009-03-15 09:15:46 +00:00
paul
9154c34024
ide: start show of execution marks when we in the Pause state
...
git-svn-id: trunk@18998 -
2009-03-15 07:17:55 +00:00
paul
6a8a44f488
debugger: further change TGDBMIDebugger.GDBSourceAdress - return False only in case of error and AAddr = 0 is not found
...
git-svn-id: trunk@18997 -
2009-03-15 06:48:49 +00:00
paul
0b6b0bc4ea
synedit: invalidate gutter when we add/remove debug marks
...
git-svn-id: trunk@18996 -
2009-03-15 06:10:47 +00:00
paul
4be10e123f
debugger: fix memory leaks in TGDBMIDebugger.GDBSourceAdress
...
git-svn-id: trunk@18995 -
2009-03-15 06:10:06 +00:00
paul
8d98bf1854
debugger: fix TGDBMIDebugger.GDBSourceAdress
...
- wrong command was used
- don't add more than one address to the lines Map
git-svn-id: trunk@18994 -
2009-03-15 06:03:11 +00:00
paul
fb124b7de5
ide: add TSourceEditor.FillExecutionMarks, TSourceEditor.ClearExecutionMarks (debugger part is missing)
...
git-svn-id: trunk@18993 -
2009-03-14 19:19:13 +00:00
paul
25fc0e9b9c
synedit: allow to set/clear debug execution marks
...
git-svn-id: trunk@18992 -
2009-03-14 19:01:35 +00:00
paul
6526ca074b
lcl: improve InsertMarkType detection for TTreeView by patch of Paul Michell (issue #0013314 )
...
git-svn-id: trunk@18991 -
2009-03-14 16:09:15 +00:00
paul
af8f77fb82
lcl: TTreeView fixes by Anton Kavalenka
...
- call OnGetImageIndex, OnGetSelectedIndex when we need them,
- don't start text editing when we click on icon
(issue #0013325 )
git-svn-id: trunk@18990 -
2009-03-14 16:01:51 +00:00
paul
918eaf1a50
lcl: fix absolute usage for the new rules of fpc 2.3.1
...
git-svn-id: trunk@18989 -
2009-03-14 13:57:38 +00:00
paul
4c514e24e7
ide: split -o path passed to fpc into -FE and -o where -o contains only a file name and -FE contains only a path as required by Jonas in this issue #13324
...
git-svn-id: trunk@18988 -
2009-03-14 12:58:24 +00:00
martin
d12a2dd815
SynEdit, Options: Markup current word, stick to word boundaries for short words by default
...
git-svn-id: trunk@18987 -
2009-03-14 12:41:52 +00:00
paul
38c3709b80
debugger: rename TExceptionDialog to TIDEExceptionDlg to resolve conflict with JCF2
...
git-svn-id: trunk@18986 -
2009-03-14 12:35:06 +00:00
sekelsenmat
3393bef1b3
Fixes compilation of the wince interface under win32 operating system.
...
git-svn-id: trunk@18985 -
2009-03-14 00:10:37 +00:00
paul
41ff1a63f0
ide, debugger: add "Toggle breakpoint" menu item to the callstack dialog, show address in the source column if source file is not available
...
git-svn-id: trunk@18984 -
2009-03-13 17:48:53 +00:00
paul
7402655037
ide: replace Add breakpoint to Toggle breakpoint in some places
...
git-svn-id: trunk@18983 -
2009-03-13 17:47:37 +00:00
paul
27e3ec707f
lcl: set default value for TPen.Cosmetic
...
git-svn-id: trunk@18982 -
2009-03-13 15:54:41 +00:00
ask
e349453a72
TAChart: refactor TSeriesPointer.Draw
...
git-svn-id: trunk@18981 -
2009-03-13 12:51:17 +00:00
ask
ff8f6f5edd
TAChart: Moved TSeriesPointer class to TATypes unit and inherited it from TChartElement.
...
git-svn-id: trunk@18980 -
2009-03-13 11:49:02 +00:00
paul
e11a223825
gtk2: fix typo
...
git-svn-id: trunk@18979 -
2009-03-13 07:56:50 +00:00
paul
fcaad0729b
gtk2: don't fail in DrawTextWithColors if Widget = nil by C Western (part 1 of issue #0013317 )
...
git-svn-id: trunk@18978 -
2009-03-13 06:37:10 +00:00
paul
199d9f563c
gtk2: use lfFontName if LongFontName is not set by C Western (part 2 of issue #0013317 )
...
git-svn-id: trunk@18977 -
2009-03-13 06:34:00 +00:00
jesus
79f72e92e9
LCL, fix stringgrid editor position when mouse wheel scrolling, issue #13309
...
git-svn-id: trunk@18976 -
2009-03-13 04:58:29 +00:00
ask
ba49804ad6
TAChart: Extracted ColorOrDefault function
...
git-svn-id: trunk@18975 -
2009-03-13 04:28:36 +00:00
paul
a9fae0848f
gtk: fix pen properties for pens created by CreatePenIndirect (fixes issue #0013312 )
...
git-svn-id: trunk@18974 -
2009-03-13 03:30:31 +00:00
marc
a1a0455bbd
* Added debugger sourceline info to aid showing compiled lines
...
git-svn-id: trunk@18973 -
2009-03-13 00:24:36 +00:00