martin
|
9966f617f4
|
DBG: Refactor: Moved StartDebugger code to object queue
git-svn-id: trunk@28379 -
|
2010-11-21 19:59:22 +00:00 |
|
martin
|
a37ee03544
|
DBG: Assembler, fix a range check
git-svn-id: trunk@28378 -
|
2010-11-21 14:45:36 +00:00 |
|
martin
|
aa572c8941
|
DBG: Always set pause state, if stopped, even if the reaon is not in the list
git-svn-id: trunk@28377 -
|
2010-11-21 02:34:51 +00:00 |
|
martin
|
0c071df579
|
DBG: Assembler, improvements
git-svn-id: trunk@28376 -
|
2010-11-21 01:15:26 +00:00 |
|
martin
|
db375daf4f
|
DBG: Reduce the amount of data dumped in DBG_VERBOSE mode
git-svn-id: trunk@28375 -
|
2010-11-20 21:24:44 +00:00 |
|
martin
|
25abe82bd4
|
GDB: more refactor for disassembler
git-svn-id: trunk@28374 -
|
2010-11-20 20:44:02 +00:00 |
|
martin
|
e0fced8a5c
|
SynEdit: Removed obsolete/incorrect Assertion (found by Juha Manninen) issue #17999
git-svn-id: trunk@28373 -
|
2010-11-20 20:31:51 +00:00 |
|
zeljko
|
2bb1f5533a
|
SynEdit: keep sfIgnoreNextChar in balance.Fixes issue #18003
git-svn-id: trunk@28372 -
|
2010-11-20 19:08:20 +00:00 |
|
maxim
|
a6adec83c1
|
Translations: Portuguese translation updates by Marcelo B Paula, bug #18002
git-svn-id: trunk@28371 -
|
2010-11-20 17:25:08 +00:00 |
|
martin
|
439a2eb23b
|
SrcEdit: Allow scrolling (via keys) while incremental search is active
git-svn-id: trunk@28370 -
|
2010-11-20 13:30:11 +00:00 |
|
martin
|
02a520c0c1
|
SynEdit: improved scroll speed with certain highlights active
git-svn-id: trunk@28369 -
|
2010-11-20 13:23:55 +00:00 |
|
ask
|
b1578e5dac
|
TAChart: Precisely calculate extra distance to pie series labels. Partially fixes issue #17988
git-svn-id: trunk@28368 -
|
2010-11-20 12:09:15 +00:00 |
|
martin
|
18a4dea1a7
|
SynEdit: Test for indent after auto-unindent (smart) into half a tab
git-svn-id: trunk@28367 -
|
2010-11-20 12:08:18 +00:00 |
|
martin
|
b1e958502a
|
SynEdit: Fix indent after auto-unindent (smart) into half a tab
git-svn-id: trunk@28366 -
|
2010-11-20 12:08:14 +00:00 |
|
paul
|
45f69e44f9
|
wince: fix compilation
git-svn-id: trunk@28365 -
|
2010-11-20 09:23:14 +00:00 |
|
paul
|
4d7364bbe4
|
carbon: more clDefault fixes
git-svn-id: trunk@28364 -
|
2010-11-20 08:32:17 +00:00 |
|
ask
|
88afd5541d
|
TAChart: Fix TListChartSource.DataPoints to accept item text with spaces. Update tests.
git-svn-id: trunk@28363 -
|
2010-11-20 08:29:48 +00:00 |
|
paul
|
efaee5815a
|
carbon: start clDefault implementation
git-svn-id: trunk@28362 -
|
2010-11-20 08:15:55 +00:00 |
|
paul
|
1dd4b2f236
|
wince: fix compilation
git-svn-id: trunk@28361 -
|
2010-11-20 04:10:50 +00:00 |
|
martin
|
dee17fe6e4
|
DBG: Refactor Disassembler
git-svn-id: trunk@28360 -
|
2010-11-20 00:33:38 +00:00 |
|
maxim
|
4eaba3647b
|
IDEIntf: regenerated translations; updated Russian translation
git-svn-id: trunk@28359 -
|
2010-11-19 23:57:18 +00:00 |
|
maxim
|
f3363d1270
|
IDEIntf: localized TToolBar designer menu entries
git-svn-id: trunk@28358 -
|
2010-11-19 23:55:37 +00:00 |
|
maxim
|
c6791a4c61
|
IDE, Edit defines for IDE building dialog: removed bevel from TButtonPanel
git-svn-id: trunk@28357 -
|
2010-11-19 22:36:02 +00:00 |
|
maxim
|
fc4f8256b0
|
IDE, Advanced IDE build dialog: removed bevel from TButtonPanel
git-svn-id: trunk@28356 -
|
2010-11-19 22:32:06 +00:00 |
|
maxim
|
270121d011
|
IDE, Build modes differences dialog: removed bevel from TButtonPanel
git-svn-id: trunk@28355 -
|
2010-11-19 22:29:03 +00:00 |
|
martin
|
594f4eb14b
|
DBG: Parse filenames returned by gdb for escape sequences
git-svn-id: trunk@28354 -
|
2010-11-19 22:24:54 +00:00 |
|
zeljko
|
76cd8c6607
|
LCL: TTreeView: allow editing node (F2) when tvoAllowMultiSelect enabled.Fixes issue #16731
git-svn-id: trunk@28353 -
|
2010-11-19 21:04:43 +00:00 |
|
blikblum
|
0bf716d4cf
|
lcl: remove TDBCheckBox.ValueEqualsField. Use AnsiSameText instead
git-svn-id: trunk@28352 -
|
2010-11-19 20:26:31 +00:00 |
|
blikblum
|
f645b173bc
|
lcl: remove workaround introduced in rev20013 to fix bugs #13367 and #10453 since actual bug is fixed in mean time
git-svn-id: trunk@28351 -
|
2010-11-19 20:19:55 +00:00 |
|
zeljko
|
a31e9898e2
|
Gtk2: fixed item-changing notification in TGtk2CustomListView when in vsIcon mode, also fixed assert with gtk_icon_view_set_cursor() by passing valid TGtkTreePath param.Fixes issue #17309
git-svn-id: trunk@28350 -
|
2010-11-19 19:47:56 +00:00 |
|
martin
|
7038989db5
|
LCL: Fix accessing Screen.Monitors without calling MonitorCount first
git-svn-id: trunk@28349 -
|
2010-11-19 17:44:02 +00:00 |
|
martin
|
0be96fe127
|
HintWindow: fixed width calculated to negative value, if hint coordinates are completely outside the monitor, part of issue #0017906
git-svn-id: trunk@28348 -
|
2010-11-19 17:27:03 +00:00 |
|
juha
|
c89970ffba
|
IDE: allow running a library when a host application is defined in run parameters.
git-svn-id: trunk@28347 -
|
2010-11-19 13:23:32 +00:00 |
|
juha
|
f4f719b5eb
|
IDE: Prevent running a library project. Disable also other Run menu items when they can't be used. Fixes #17974
git-svn-id: trunk@28346 -
|
2010-11-19 12:16:26 +00:00 |
|
vincents
|
2c5a3921bf
|
contributors: added Krzysztof Dibowski who provided the patch to fix issue #17476
git-svn-id: trunk@28345 -
|
2010-11-19 11:59:34 +00:00 |
|
paul
|
2a4f8a4917
|
lcl: enable clDefault for controls brushes and fonts by default
git-svn-id: trunk@28344 -
|
2010-11-19 10:52:18 +00:00 |
|
paul
|
fa4ada16f4
|
lcl: add lcl_defines include file which can be used for common lcl defines (like UseCLDefault)
git-svn-id: trunk@28343 -
|
2010-11-19 10:46:12 +00:00 |
|
zeljko
|
bbe05a2b4e
|
Carbon: fixed printer page enumeration. issue #17698
git-svn-id: trunk@28342 -
|
2010-11-19 10:40:10 +00:00 |
|
paul
|
308101f480
|
designer: fixed a memory leak made early today
git-svn-id: trunk@28341 -
|
2010-11-19 10:02:28 +00:00 |
|
paul
|
21ac80d159
|
designer: use right brush color for component caption draw
git-svn-id: trunk@28340 -
|
2010-11-19 10:00:03 +00:00 |
|
paul
|
7854080d5d
|
lcl: formatting, cleanup
git-svn-id: trunk@28339 -
|
2010-11-19 09:56:17 +00:00 |
|
mattias
|
38fb9f15de
|
LCL: clean up
git-svn-id: trunk@28338 -
|
2010-11-19 09:37:30 +00:00 |
|
vincents
|
91890786fe
|
lcl: fixed TListView.SelectedIdx after clearing listview (issue #17476)
patch by Dibo
git-svn-id: trunk@28337 -
|
2010-11-19 08:30:03 +00:00 |
|
paul
|
50e6fb6263
|
ide: extent component editor and designer to provide developer-defined hints (feature #0017203)
git-svn-id: trunk@28336 -
|
2010-11-19 07:19:54 +00:00 |
|
paul
|
ad105bad42
|
lcl: fix TButtonPanel align problems when no ShowBevel = False
git-svn-id: trunk@28335 -
|
2010-11-19 04:27:09 +00:00 |
|
martin
|
2c0fe507c3
|
DBG: only set breakpoint in begin/end Update
git-svn-id: trunk@28334 -
|
2010-11-19 00:09:57 +00:00 |
|
martin
|
615a8734ce
|
DBG: obey Begin/EndUpdate before attempting to execute brk-point commands
git-svn-id: trunk@28333 -
|
2010-11-19 00:09:55 +00:00 |
|
paul
|
0c34856eb9
|
use "feature" word in tortoise svn for mantis ids too
git-svn-id: trunk@28332 -
|
2010-11-18 23:27:52 +00:00 |
|
maxim
|
159a5e0acd
|
SynEdit: regenerated translations; updated Russian translation
git-svn-id: trunk@28331 -
|
2010-11-18 23:05:30 +00:00 |
|
martin
|
c6b9d961c1
|
DBG: slightly reduce overhead in shutdown
git-svn-id: trunk@28330 -
|
2010-11-18 21:20:02 +00:00 |
|