Commit Graph

18865 Commits

Author SHA1 Message Date
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
paul
78dd5824d8 jcf: fix compilation error for unixes
git-svn-id: trunk@19109 -
2009-03-26 06:01:17 +00:00
paul
dee329f19a jcf: update version in the setting file
git-svn-id: trunk@19108 -
2009-03-26 05:58:36 +00:00
paul
5a9e74a1fa jcf: update from the main repository
git-svn-id: trunk@19107 -
2009-03-26 05:55:59 +00:00
paul
05f7d868a7 codetools: implement some new abstract methods of TAbstractObjectWriter
git-svn-id: trunk@19106 -
2009-03-26 03:34:42 +00:00
sekelsenmat
781913e482 wince: Starts implementing common dialogs and fixes adding TShellTreeView to the pallete
git-svn-id: trunk@19105 -
2009-03-26 02:24:55 +00:00
martin
c9570a9b46 SynEdit: Cleanup, removed unused variables
git-svn-id: trunk@19104 -
2009-03-25 21:49:32 +00:00
martin
5bb8ad3f37 SynEdit: Refactor/Cleanup Highlighter
git-svn-id: trunk@19103 -
2009-03-25 21:40:50 +00:00
martin
c612f1e4e1 SynEdit: fixed group-undo. Group-Undo would prevent the editor from being marked as "changed" in some cases if editing was continued after saving.
git-svn-id: trunk@19102 -
2009-03-25 20:41:06 +00:00
vincents
9acc18a2ba updated translations from Sven Heinig and Joerg Braun
git-svn-id: trunk@19101 -
2009-03-25 19:57:59 +00:00
zeljko
1b3da68c68 Qt: use another approach to find control under mouse in TQtDesignWidget.DesignControlEventFilter()
git-svn-id: trunk@19100 -
2009-03-25 18:43:44 +00:00
zeljko
a98fc12775 Qt: don't call inherited EventFilter() from DesignControlEventFilter.MainMenu is interactive during designtime from now on.
git-svn-id: trunk@19099 -
2009-03-25 12:21:23 +00:00
paul
dee3b9ff40 lcl: pass Sender to TExceptionEvent instead of Application
git-svn-id: trunk@19098 -
2009-03-25 10:21:01 +00:00
paul
ffe4e89cf0 lcl: improve exceptions handling (fixes issue #0013394)
- fix Application.HandleException usage - Sender must be an object where exception occurred, not an exception itself
  - catch exceptions in more places
  - add HandleCreateException for delphi compatibility and HandleDestroyException, HandleShowHideException for similarity

git-svn-id: trunk@19097 -
2009-03-25 10:01:24 +00:00