Commit Graph

18878 Commits

Author SHA1 Message Date
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
jesus
dcc5e60570 LazReport, remove 'LazReport:' from printjob title if report title was set, issue #13398
git-svn-id: trunk@19120 -
2009-03-26 16:35:22 +00:00
jesus
44e8337817 LazReport, fix some designer dialogs checkboxes tri-state, issue #13400
git-svn-id: trunk@19119 -
2009-03-26 16:20:58 +00:00
martin
a65594caeb SynEdit: Trimming Spaces, fixed trim on edit
git-svn-id: trunk@19118 -
2009-03-26 16:15:34 +00:00
paul
56ae429345 lcl: fix Timers class hierarchi. Was: TCustomTimer -> TTimer -> TIdleTimer with published props only in TCustomFirmer. Now: TCustomTimer -> TTimer, TCustomTimer -> TCustomIdleTimer -> TIdleTimer and published props are in TTimer and TIdleTimer.
git-svn-id: trunk@19117 -
2009-03-26 15:09:24 +00:00
jesus
a6893bb23f LazReport, fix preview blocking bug, issue #13399
git-svn-id: trunk@19116 -
2009-03-26 14:48:47 +00:00
paul
42541fc98c ideintf: do Timer.OnTimer default event + some formatting (issue #0013403)
git-svn-id: trunk@19115 -
2009-03-26 14:30:27 +00:00
paul
513040eaed gtk2: implement HitTest for calendar
git-svn-id: trunk@19114 -
2009-03-26 10:17:34 +00:00
paul
c77dcb2408 rtti controls: fix compilation after TCalendar.ReadOnly removal
git-svn-id: trunk@19113 -
2009-03-26 08:35:42 +00:00
paul
5c9822cc3e win32: implement TWin32WSCustomCalendar.HitTest
git-svn-id: trunk@19112 -
2009-03-26 08:30:08 +00:00
paul
3b0c402312 lcl: remove TCalendar.ReadOnly property, add HitTest function
git-svn-id: trunk@19111 -
2009-03-26 07:59:44 +00:00
paul
3ded592929 jcf: fix compilation error for unixes
git-svn-id: trunk@19110 -
2009-03-26 06:06:45 +00:00