ask
|
a95dcafbfb
|
TAChart: Fixed compilation on FPC 2.3.1
git-svn-id: trunk@19170 -
|
2009-03-31 07:48:56 +00:00 |
|
ask
|
53478c37f8
|
TAChart: Initial implementation of function series
git-svn-id: trunk@19169 -
|
2009-03-31 06:48:48 +00:00 |
|
paul
|
a395aebafc
|
lcl: drag/dock (from patch of Hans-Peter Diettrich, issue #0013427)
- add TDragObject.AutoCreate constructor
- add TDragObjectEx, TDragControlObjectEx, TDragDockObjectEx for delphi compatibility
- remove TDragDockCommon.FDragObjectAutoFree, use AutoCreated property of TDragObject instead
- simplify TControl.GetFloating
git-svn-id: trunk@19168 -
|
2009-03-31 06:47:01 +00:00 |
|
paul
|
9366c72035
|
lcl: publish DragKind property for some standard controls (part of issue #0013427)
git-svn-id: trunk@19167 -
|
2009-03-31 05:41:53 +00:00 |
|
ask
|
834c9f9146
|
TAChart: Move ShowInLegend property into TBasicChartSeries class.
Rearrange some declarations alphabetically.
git-svn-id: trunk@19166 -
|
2009-03-31 05:31:25 +00:00 |
|
paul
|
f251f2caf1
|
gtk2: fix memory leak
git-svn-id: trunk@19165 -
|
2009-03-31 05:14:02 +00:00 |
|
paul
|
64875a8a3e
|
images: fix paths
git-svn-id: trunk@19164 -
|
2009-03-31 04:32:33 +00:00 |
|
ask
|
9d35d8873d
|
TAChart: Add few more pointer styles. Fix warning.
git-svn-id: trunk@19163 -
|
2009-03-31 03:43:52 +00:00 |
|
ask
|
9cb4b8e525
|
TAChart: Refactor series pointer drawing.
Respect Brush and Pen color of SeriesPointer.
Allow "empty" circles and rectangles as a pointers.
git-svn-id: trunk@19162 -
|
2009-03-31 03:38:28 +00:00 |
|
paul
|
ce9780a7a4
|
gtk: fix crNo cursor, fix setting cursor to button/bitbtn
git-svn-id: trunk@19161 -
|
2009-03-31 02:50:34 +00:00 |
|
paul
|
c501a479b7
|
lcl: allow to set crNone cursor in the designer (issue #0013424)
git-svn-id: trunk@19160 -
|
2009-03-30 13:45:16 +00:00 |
|
jesus
|
2d20e4ef95
|
LCL, grids, removed check for windows/linux in InternalNeedBorder, using IntersetctRect in BoxRect
git-svn-id: trunk@19159 -
|
2009-03-30 06:13:53 +00:00 |
|
martin
|
eff2d6991a
|
SynEdit Highlighter: Fix some highlighter could crash (e.g SQL with trailing spaces). They used a pointer to the text, but the text was in a temp location.. Issue #13263
git-svn-id: trunk@19158 -
|
2009-03-29 20:36:49 +00:00 |
|
jesus
|
26c62d75eb
|
LCL, made grid's BoxRect method protected
git-svn-id: trunk@19157 -
|
2009-03-29 18:56:52 +00:00 |
|
jesus
|
f2b575d55c
|
LCL, implemented grid's BoxRect method
git-svn-id: trunk@19156 -
|
2009-03-29 18:38:21 +00:00 |
|
martin
|
2a566aa129
|
SynEdit: Improved matching try/except blocks for highlight
git-svn-id: trunk@19155 -
|
2009-03-29 15:45:46 +00:00 |
|
martin
|
5af6df524f
|
SynEdit: Fixed issue with redrawing divider line for var-blocks Issue #13416
git-svn-id: trunk@19154 -
|
2009-03-29 15:02:52 +00:00 |
|
zeljko
|
ead98ef613
|
Qt: bugfix for #13191
git-svn-id: trunk@19153 -
|
2009-03-29 14:21:17 +00:00 |
|
martin
|
290a744de1
|
SynEdit: Fixed issue with unclosed block (would include a line too much from past the EOF) Issue #13415
git-svn-id: trunk@19152 -
|
2009-03-29 14:20:14 +00:00 |
|
paul
|
ac0184724f
|
gtk, gtk2, win32: don't call OnChange twice when we change TEdit text (bug #0013102)
gtk2: don't call OnChange more than one time when we change TMemo text
git-svn-id: trunk@19151 -
|
2009-03-29 09:06:48 +00:00 |
|
paul
|
e383d89e63
|
lcl: cleanup
git-svn-id: trunk@19150 -
|
2009-03-29 08:12:09 +00:00 |
|
paul
|
d37486a114
|
win32: raise TMemo.OnChange not only by user input but also by Lines change (bug #0013411)
git-svn-id: trunk@19149 -
|
2009-03-29 07:12:15 +00:00 |
|
paul
|
5858273212
|
lcl: formatting, + simplify TApplication.GetTitle
git-svn-id: trunk@19148 -
|
2009-03-29 06:43:39 +00:00 |
|
martin
|
96a4882d61
|
SynEdit Highlighter: Fix to divider-draw changes in revision 19144 #8d681fd278
git-svn-id: trunk@19147 -
|
2009-03-29 00:16:35 +00:00 |
|
martin
|
a14e436408
|
SynEdit: Fixes several selection commands (including block mode sel): If the caret was forced to the end off line (no caret past EOL), the block selection was made to a position that differs from the caret pos
git-svn-id: trunk@19146 -
|
2009-03-28 23:29:40 +00:00 |
|
martin
|
59a8ccb9f3
|
SynEdit Column-mode-selection: Fixed Select to editor start/end doesn't force X position(patch by Dmitry Boyarintsev) Issue #13338
git-svn-id: trunk@19145 -
|
2009-03-28 23:27:18 +00:00 |
|
martin
|
8d681fd278
|
SynEdit Highlighter: Refactor; Highlighter now differs between Fold and Markup ranges; added Markup-Word-Pairs for repeat/try/case
git-svn-id: trunk@19144 -
|
2009-03-28 22:08:32 +00:00 |
|
jesus
|
2c9b6bd08a
|
LCL, fix compile error when using fpc 2.2.2 after the dbloookup patch
git-svn-id: trunk@19143 -
|
2009-03-28 19:31:32 +00:00 |
|
zeljko
|
cad3c62030
|
Qt: bugfix for #13083.
git-svn-id: trunk@19142 -
|
2009-03-28 18:46:45 +00:00 |
|
marc
|
08b05a7399
|
* Don't use C-style assignments
git-svn-id: trunk@19141 -
|
2009-03-28 16:23:09 +00:00 |
|
jesus
|
7f68d3bce3
|
Examples, dblookup example from Leslie Kaye
git-svn-id: trunk@19140 -
|
2009-03-28 16:22:11 +00:00 |
|
jesus
|
d72c8f6da9
|
LCL, patch for the lookup controls implementing the changing of the key fields of a lookup field, from Leslie Kaye, issue #13396
git-svn-id: trunk@19139 -
|
2009-03-28 16:01:10 +00:00 |
|
paul
|
aa41109af3
|
gtk2: don't toggle checklistbox on double-click
git-svn-id: trunk@19138 -
|
2009-03-28 06:52:21 +00:00 |
|
ask
|
fea9d0eef9
|
TAChart: Simplified variant of TSeries.AddXY
git-svn-id: trunk@19137 -
|
2009-03-27 23:06:04 +00:00 |
|
paul
|
52d21f4396
|
debugger: don't try to request lines in the GDBSourceAdress if source name is empty
git-svn-id: trunk@19136 -
|
2009-03-27 18:51:28 +00:00 |
|
paul
|
541aefdc1d
|
wince: implement HitTest for calendar (copy paste from win32 without testing)
git-svn-id: trunk@19135 -
|
2009-03-27 16:31:48 +00:00 |
|
paul
|
3d962ae5d8
|
wince: add all missed in fpc calendar related messages, styles, types
git-svn-id: trunk@19134 -
|
2009-03-27 16:29:15 +00:00 |
|
paul
|
5ff8005dc5
|
wince: cleanup
git-svn-id: trunk@19133 -
|
2009-03-27 16:12:10 +00:00 |
|
paul
|
5027651b45
|
win32: fix GetObject to support fonts with national names
git-svn-id: trunk@19132 -
|
2009-03-27 08:30:09 +00:00 |
|
paul
|
ea305d04d4
|
win32: initial support for fonts with national names (issue #0013141)
git-svn-id: trunk@19131 -
|
2009-03-27 08:15:34 +00:00 |
|
jesus
|
5bf4723e5c
|
Printers, cups: improved layout of dialogs, show default resolution in case list of available resolutions is empty
git-svn-id: trunk@19130 -
|
2009-03-27 04:28:47 +00:00 |
|
paul
|
542f99b32a
|
debugger: increase refresh speed of callstack dialog on breakpoint toggle
git-svn-id: trunk@19129 -
|
2009-03-27 04:26:47 +00:00 |
|
paul
|
c770cd7d3b
|
ide: on Evaluate command use selection if available and use word at caret instead (as now)
git-svn-id: trunk@19128 -
|
2009-03-27 03:53:55 +00:00 |
|
paul
|
d7fef7831e
|
debugger: improve anchoring of evaluate&modify dialog, add constraints
git-svn-id: trunk@19127 -
|
2009-03-27 03:44:39 +00:00 |
|
paul
|
5a3f0457dd
|
lcl: don't close calendar dialog and calendar popup form on double click if user clicked on wrong parts of calendar (issue #0009722)
git-svn-id: trunk@19126 -
|
2009-03-27 03:25:20 +00:00 |
|
paul
|
3215e2c1d2
|
qt: start HitTest implementation for calendar
git-svn-id: trunk@19125 -
|
2009-03-27 03:15:00 +00:00 |
|
martin
|
0725aa4cca
|
SynEdit, Trim-Trailing-Spaces: Fixed, tab moves caret in Position-Only mode
git-svn-id: trunk@19124 -
|
2009-03-26 18:43:10 +00:00 |
|
sekelsenmat
|
086fcf9b93
|
Small fix for ShellCtrls
git-svn-id: trunk@19123 -
|
2009-03-26 18:25:17 +00:00 |
|
sekelsenmat
|
0c45ccdace
|
Starts TShellListView component and fixes compiling wince interface with fpc 2.3.1
git-svn-id: trunk@19122 -
|
2009-03-26 18:05:45 +00:00 |
|
martin
|
19be7391db
|
SynEdit, Trim-Trailing-Spaces: Added Position-Only mode(no space inserted/looses tabs); changed default to "Edit or Leave line"
git-svn-id: trunk@19121 -
|
2009-03-26 17:45:54 +00:00 |
|