marc
|
95d59e9124
|
* Updated Russian translation by Maxim Ganetsky
git-svn-id: trunk@21177 -
|
2009-08-11 22:44:25 +00:00 |
|
martin
|
433e6874d6
|
EditorOptions: Layout
git-svn-id: trunk@21176 -
|
2009-08-11 22:26:44 +00:00 |
|
andrew
|
3f2460287f
|
Reverted 21136 #8f5e7c79e9 since it exposes a fpc bug that causes too may problems when compiling lazarus
git-svn-id: trunk@21175 -
|
2009-08-11 21:55:44 +00:00 |
|
martin
|
8262ac570e
|
EditoEditorOptions: fixed mouse-click in preview-syn would move topline
git-svn-id: trunk@21174 -
|
2009-08-11 19:37:54 +00:00 |
|
martin
|
ea63b8ecb3
|
EditoEditorOptions: Preview Colors in list, fixed default color for line number gutter
git-svn-id: trunk@21173 -
|
2009-08-11 18:41:36 +00:00 |
|
martin
|
593ac3c798
|
EditoEditorOptions: Preview Colors in list, special cases / cleanup
git-svn-id: trunk@21172 -
|
2009-08-11 18:31:58 +00:00 |
|
mattias
|
f044aa18f3
|
IDE: clean up
git-svn-id: trunk@21171 -
|
2009-08-11 16:43:41 +00:00 |
|
martin
|
e895e701e5
|
EditorOptions: fixed select color from preview-click
git-svn-id: trunk@21170 -
|
2009-08-11 16:43:01 +00:00 |
|
martin
|
81ae899adc
|
EditoEditorOptions: Preview Colors in list
git-svn-id: trunk@21169 -
|
2009-08-11 16:33:39 +00:00 |
|
vincents
|
c794009801
|
added svn properties
git-svn-id: trunk@21168 -
|
2009-08-11 11:14:49 +00:00 |
|
martin
|
99239efec9
|
EditorOptions: Merged SingleColor Attributes and AhaAttributes
git-svn-id: trunk@21167 -
|
2009-08-11 03:37:50 +00:00 |
|
marc
|
76e14f2fb4
|
* Updated Italian translation by Pietro Bua
git-svn-id: trunk@21166 -
|
2009-08-10 21:47:44 +00:00 |
|
martin
|
56790bc2d2
|
SynEdit: Fixed Selection became persistent after drag operation. introduced in rev 21163 #742c44e3d0
git-svn-id: trunk@21165 -
|
2009-08-10 20:37:36 +00:00 |
|
martin
|
f4fe7d4be2
|
SynEdit, Mouse-Actions: Fixed an assertion error, when changing actions, issue #14309
git-svn-id: trunk@21164 -
|
2009-08-10 20:00:47 +00:00 |
|
martin
|
742c44e3d0
|
SynEdit: Improved Mouse Actions. If mouse is selecting or dragging it will ignore other mouse-up configurations
git-svn-id: trunk@21163 -
|
2009-08-10 19:43:49 +00:00 |
|
martin
|
f197ebcead
|
SynEdit: fixed MouseClick. if the click was in the text area, but only by one pixel, it was executed as gutter click (the cursor still shows as crIBeam)
git-svn-id: trunk@21162 -
|
2009-08-10 18:12:37 +00:00 |
|
jesus
|
d43265773b
|
LCL, fix exception caused by dblookup controls opening dataset, from Leslie Kaye, issue #14197
git-svn-id: trunk@21161 -
|
2009-08-10 18:10:51 +00:00 |
|
kirkpatc
|
e5289a924c
|
FPDoc - descriptions have been added for the classes in LDockTree
git-svn-id: trunk@21160 -
|
2009-08-10 18:10:21 +00:00 |
|
martin
|
f7cc3c7d08
|
EditorOptions: Updated Colors/highlights Names
git-svn-id: trunk@21159 -
|
2009-08-10 17:51:45 +00:00 |
|
martin
|
a0d2e7bb46
|
EditorOptions: Grouped Colors/highlights
git-svn-id: trunk@21158 -
|
2009-08-10 17:42:22 +00:00 |
|
martin
|
f322957209
|
EditorOptions: Grouped Colors/highlights
git-svn-id: trunk@21157 -
|
2009-08-10 17:36:36 +00:00 |
|
martin
|
ef23c6943f
|
EditorOptions: Hide unsupported Color/Style Features; was to restrictive
git-svn-id: trunk@21156 -
|
2009-08-10 16:15:12 +00:00 |
|
martin
|
52cd9eb698
|
EditorOptions: added color for Gutter-Separator / Hide unsupported Color/Style Features
git-svn-id: trunk@21155 -
|
2009-08-10 16:07:32 +00:00 |
|
vincents
|
f70652f57e
|
readme: fixed typo in link
git-svn-id: trunk@21154 -
|
2009-08-10 15:12:27 +00:00 |
|
vincents
|
ad333ac089
|
readme: fixed link to mailing list
git-svn-id: trunk@21153 -
|
2009-08-10 15:04:05 +00:00 |
|
mattias
|
e23b9f69c4
|
gtk1: clean up
git-svn-id: trunk@21152 -
|
2009-08-10 12:01:22 +00:00 |
|
dmitry
|
e3afed50e8
|
carbon: fixed windows deactivation. LM_DEACTIVATE is now sending
git-svn-id: trunk@21151 -
|
2009-08-10 09:56:27 +00:00 |
|
dmitry
|
d536bc8912
|
carbon: fix modalstate regression for windows with bsDialog border style
git-svn-id: trunk@21150 -
|
2009-08-10 07:08:52 +00:00 |
|
martin
|
aa1e9cf44b
|
Gtk2: Tweak ScrollWindowEx (used by SynEdit vertical scrolling), apparently gdk_window_move_region does not always invalidate the "scrolled-in" area. See issue #14297
Fixed added invalidation, if no previous invalidation did exist
git-svn-id: trunk@21149 -
|
2009-08-09 21:04:11 +00:00 |
|
martin
|
1dd3dbe142
|
Gtk2: Tweak ScrollWindowEx (used by SynEdit vertical scrolling), apparently gdk_window_move_region does not always invalidate the "scrolled-in" area. See issue #14297
git-svn-id: trunk@21148 -
|
2009-08-09 19:21:00 +00:00 |
|
mattias
|
a4fe85f3d5
|
IDE: removed duplicate include
git-svn-id: trunk@21147 -
|
2009-08-09 03:34:30 +00:00 |
|
mattias
|
22611192f3
|
IDE: debugger: removed duplicate resource TLocalDlg
git-svn-id: trunk@21146 -
|
2009-08-09 03:29:06 +00:00 |
|
mattias
|
a7d5112444
|
IDE: clean up
git-svn-id: trunk@21145 -
|
2009-08-09 03:26:17 +00:00 |
|
mattias
|
7a398aefe4
|
removed duplicate: issue_carbon.png
git-svn-id: trunk@21144 -
|
2009-08-09 03:17:31 +00:00 |
|
mattias
|
c82f1a8f34
|
LCL: lresources: warn for duplicates
git-svn-id: trunk@21143 -
|
2009-08-09 03:14:40 +00:00 |
|
mattias
|
475d5ee4a0
|
LCL: lresources: use #127 instead
git-svn-id: trunk@21142 -
|
2009-08-09 02:43:35 +00:00 |
|
mattias
|
72ff5f642d
|
IDE: package editor: keep selection
git-svn-id: trunk@21141 -
|
2009-08-09 02:20:14 +00:00 |
|
martin
|
60e9b91231
|
SynEdit: added some conditional debugging
git-svn-id: trunk@21140 -
|
2009-08-08 22:06:34 +00:00 |
|
mattias
|
6ec5d481b6
|
IDE: package options: removed unimplemented auto increase version
git-svn-id: trunk@21139 -
|
2009-08-08 14:32:33 +00:00 |
|
dmitry
|
ddf84c3a6e
|
carbon: TCarbonScrollBar.GetScrollInfo implementation
git-svn-id: trunk@21138 -
|
2009-08-08 11:24:09 +00:00 |
|
vincents
|
f2aa35fb07
|
win32 interface: destroy buttonlist when a bitbtn is destroyed, fixes gdi object leak (issue #14211)
git-svn-id: trunk@21137 -
|
2009-08-08 08:34:51 +00:00 |
|
andrew
|
8f5e7c79e9
|
Applied large patch for IPro from Domingo Alvarez Duarte with minor changes in bug #14227.
git-svn-id: trunk@21136 -
|
2009-08-07 22:16:38 +00:00 |
|
mattias
|
85faf25c1f
|
codetools: GetPasDocComments: check if comment belongs to prior code, bug #12447
git-svn-id: trunk@21135 -
|
2009-08-07 12:46:20 +00:00 |
|
martin
|
9e26c121f4
|
EditorOptions: layout/wording improved
git-svn-id: trunk@21134 -
|
2009-08-07 11:10:55 +00:00 |
|
vincents
|
774e6fca79
|
IDE: only unhide the ide, if it was hidden before by the debugger, fixes issue #13597
git-svn-id: trunk@21133 -
|
2009-08-07 10:50:12 +00:00 |
|
dmitry
|
1d4cd359c5
|
carbon: make GetClipRGN safer
git-svn-id: trunk@21132 -
|
2009-08-07 10:47:16 +00:00 |
|
martin
|
5151e1c5ea
|
EditorOptions: removed "drop files" checkbox, unchecking it didn't do anything
git-svn-id: trunk@21131 -
|
2009-08-07 10:45:49 +00:00 |
|
vincents
|
d2ef5b36b3
|
IDE: check for changed editor files, when the source editor gets the focus (issue #8043)
git-svn-id: trunk@21130 -
|
2009-08-07 10:12:50 +00:00 |
|
dmitry
|
d8f9601b24
|
carbon support for ExtSelectClipRGN, GetClipRGN, CombineRGN
git-svn-id: trunk@21129 -
|
2009-08-07 09:54:54 +00:00 |
|
vincents
|
f177bfa6c3
|
LCL: adjust font of label, when caption changes, if OptimalFill = true (issue #14088)
git-svn-id: trunk@21128 -
|
2009-08-07 09:23:09 +00:00 |
|