paul
|
15934b3514
|
ide: skip EAbort and ECodetoolsException again
git-svn-id: trunk@23654 -
|
2010-02-06 10:04:08 +00:00 |
|
paul
|
0fe1422c6b
|
ide: fix similar InheritsFrom issue which cause duplicate error after exception adding to the ignore list
git-svn-id: trunk@23653 -
|
2010-02-06 09:50:00 +00:00 |
|
mattias
|
0ca654e75d
|
codetools: search in virtual directory first virtual units
git-svn-id: trunk@23652 -
|
2010-02-06 01:23:13 +00:00 |
|
dmitry
|
c5a6b22731
|
lcl: fix for #15646
git-svn-id: trunk@23651 -
|
2010-02-05 23:37:24 +00:00 |
|
jesus
|
6e2ec4902f
|
LCL, on adding rows/cols to an empty grid do not add a fixedrow if grid has custom columns
git-svn-id: trunk@23650 -
|
2010-02-05 21:16:52 +00:00 |
|
martin
|
40ae9c7a85
|
SourceEditor: Optional show Number on tabs. patch from Alexander S. Klenin / Issue #14988
git-svn-id: trunk@23649 -
|
2010-02-05 19:53:04 +00:00 |
|
paul
|
7c960b1e5a
|
ide: load options with supported class = nil only once (was a problems because of InheritsFrom(nil) = TRUE in fpc 2.5.1)
git-svn-id: trunk@23648 -
|
2010-02-05 17:29:13 +00:00 |
|
paul
|
aab626487b
|
ide: don't load debugger exceptions list from the session info
git-svn-id: trunk@23647 -
|
2010-02-05 17:25:14 +00:00 |
|
mattias
|
e0e663c441
|
lazarus.lpi: using anstrings, bug #15685
git-svn-id: trunk@23646 -
|
2010-02-05 16:23:31 +00:00 |
|
martin
|
d9fc2ac6e7
|
SynEdit: Replacing BlockMode selection now inserts in BlockMode too
SourceEditor: Fix upper/LowerCase Selection for Blockmode, Issue #15626
git-svn-id: trunk@23645 -
|
2010-02-05 16:23:06 +00:00 |
|
mattias
|
f4b1d030b0
|
clean up
git-svn-id: trunk@23644 -
|
2010-02-05 16:22:49 +00:00 |
|
mattias
|
9c28757ec7
|
aggpas: clean up
git-svn-id: trunk@23643 -
|
2010-02-05 16:22:18 +00:00 |
|
paul
|
b03519c353
|
ide: remove packages\frames from the project paths
git-svn-id: trunk@23642 -
|
2010-02-05 13:56:28 +00:00 |
|
zeljko
|
91dd2d7e40
|
Qt: fix for TQtCalendar wrong event order OnClick()->OnChange(), becomes OnChange()->OnClick(). fixes #15682.
git-svn-id: trunk@23641 -
|
2010-02-05 12:59:38 +00:00 |
|
paul
|
5dbecdbe8d
|
lcl: move few const arrays from the unit section to a methods where they are really used
git-svn-id: trunk@23640 -
|
2010-02-05 09:39:18 +00:00 |
|
paul
|
3d4f978f63
|
win32: move statictext message handling to statictext window proc
git-svn-id: trunk@23639 -
|
2010-02-05 09:31:44 +00:00 |
|
paul
|
f8a1f56fb6
|
lcl: don't use initialization section with resources in extdlgs, include resources only if calculator panel is used.
git-svn-id: trunk@23638 -
|
2010-02-05 09:19:06 +00:00 |
|
paul
|
7d8f24dd25
|
lcl: don't use initialization section with resources in grids, include resources only if grid class is used (removes unneeded grid resources from application).
git-svn-id: trunk@23637 -
|
2010-02-05 08:59:11 +00:00 |
|
paul
|
5b8c070f51
|
win32: remove unused units
git-svn-id: trunk@23636 -
|
2010-02-05 07:53:33 +00:00 |
|
paul
|
3299c6aa4c
|
win32: move TrackBar code to own window message handlers
git-svn-id: trunk@23635 -
|
2010-02-05 07:49:42 +00:00 |
|
paul
|
45f1d382dd
|
win32: move ListView code from the generic message handler to ListView message handler
git-svn-id: trunk@23634 -
|
2010-02-05 03:07:57 +00:00 |
|
martin
|
7af50c9684
|
SynEdit: Fix Initialization of Option and Option2 from constructor. Issue #15532
git-svn-id: trunk@23633 -
|
2010-02-05 01:07:54 +00:00 |
|
jesus
|
5e049e36b3
|
LCL, grids, do row auto numbering starting on first non-fixed row, from graeme and flavio
git-svn-id: trunk@23632 -
|
2010-02-04 20:19:44 +00:00 |
|
zeljko
|
2e36f3b61e
|
Qt: fixed wrong cast
git-svn-id: trunk@23631 -
|
2010-02-04 19:19:43 +00:00 |
|
zeljko
|
ec69c2c0dd
|
Qt: rework on TQtAbstractScrollArea.Update() and TQtAbstractScrollArea.Repaint(), all successors now use same update() and repaint() methods.
git-svn-id: trunk@23630 -
|
2010-02-04 07:40:49 +00:00 |
|
paul
|
9b24fc25c2
|
win32: don't perform check 'is TCustomCalendar' in widgetset code
git-svn-id: trunk@23629 -
|
2010-02-04 04:27:43 +00:00 |
|
paul
|
c39a0c5aad
|
lcl: GetConstraints is a function
git-svn-id: trunk@23628 -
|
2010-02-04 04:27:12 +00:00 |
|
paul
|
bcfa496270
|
lcl: call TWsControl.GetConstraints instead of direct call of Widgetset.GetControlConstraints
git-svn-id: trunk@23627 -
|
2010-02-04 04:20:49 +00:00 |
|
paul
|
88d281329b
|
lcl: remove TWidgetset.DrawArrow which got a TArrow control and TCanvas as arguments, move some implementations to TWSArrow classes
git-svn-id: trunk@23626 -
|
2010-02-04 04:06:00 +00:00 |
|
paul
|
9adc8929ff
|
win32: move TCheckListBox code from the generic handlers to checklistbox handlers
git-svn-id: trunk@23625 -
|
2010-02-04 03:23:45 +00:00 |
|
paul
|
9d6fb42169
|
win32: don't perform 'is TCustomFloatSpinEdit' comparisons in code. Therefore empty application does not contains spinedit code anymore (and executable is 12Kb smaller)
git-svn-id: trunk@23624 -
|
2010-02-04 03:09:32 +00:00 |
|
paul
|
46bb53cc00
|
win32: remove HandleSpinEditDeltaPos from generic WindowProc to default window proc of spinedit
git-svn-id: trunk@23623 -
|
2010-02-04 01:56:39 +00:00 |
|
paul
|
7b408cd87b
|
lcl: call DefaultHandler for WM_NOTIFY if message is not processed by child
git-svn-id: trunk@23622 -
|
2010-02-04 01:55:13 +00:00 |
|
paul
|
072f7f8c22
|
win32: move spinedit change code to spinedit widgetset class default handler
git-svn-id: trunk@23621 -
|
2010-02-03 23:51:10 +00:00 |
|
paul
|
6b3bf6deae
|
lcl: change DefaultHandler to call TWsWinControlClass method instead of Widgetset method, therefore custom WS class can implement own logic there
git-svn-id: trunk@23620 -
|
2010-02-03 23:50:22 +00:00 |
|
blikblum
|
57eaaec4ea
|
ide: Split images in more than one dimension (Width X Height) in Image List Editor. Copy data through TRawImage to preserve alpha info. Fix #15617 (Second try)
git-svn-id: trunk@23619 -
|
2010-02-03 19:59:27 +00:00 |
|
paul
|
35ae68998e
|
lcl: a trial to fix wince crash because of resources. RTL FindResource supports only PChar argument
git-svn-id: trunk@23618 -
|
2010-02-03 15:29:24 +00:00 |
|
mattias
|
5c7797eb9d
|
clean up
git-svn-id: trunk@23617 -
|
2010-02-03 13:49:34 +00:00 |
|
paul
|
83ea351c48
|
win32: move few spinedit handlers from generic windowproc to spinedit windowproc
git-svn-id: trunk@23616 -
|
2010-02-03 10:34:48 +00:00 |
|
paul
|
bf426e5704
|
lcl: ignore bitmap alpha channel if all alpha values = 0 (issue #0015644)
git-svn-id: trunk@23615 -
|
2010-02-03 10:05:54 +00:00 |
|
paul
|
a2d258006a
|
win32: don't send WM_NCLBUTTONDOWN to LCL
git-svn-id: trunk@23614 -
|
2010-02-03 09:17:54 +00:00 |
|
paul
|
e4be44c88e
|
fix comment
git-svn-id: trunk@23613 -
|
2010-02-03 07:52:49 +00:00 |
|
paul
|
c831cad6e0
|
lazbuild: fix memory leaks
git-svn-id: trunk@23612 -
|
2010-02-03 03:39:51 +00:00 |
|
paul
|
bc1fd18141
|
lcl: eat left and right keys by treeview by C Webstern (issue #0015408)
git-svn-id: trunk@23611 -
|
2010-02-03 02:59:08 +00:00 |
|
paul
|
649b458180
|
ideintf: action list category property editor by Alexey Lagunov
git-svn-id: trunk@23610 -
|
2010-02-02 08:55:22 +00:00 |
|
jesus
|
79c3518d28
|
LCL, do not unfocus grid on keyboard actions, from C Western, issue #15647
git-svn-id: trunk@23609 -
|
2010-02-01 23:37:47 +00:00 |
|
blikblum
|
fca28023ef
|
lcl: in TRawImage.ExtractRect, use the direct data copy only when the requested rect.top = 0
git-svn-id: trunk@23608 -
|
2010-02-01 01:35:18 +00:00 |
|
paul
|
4db4e7accc
|
ide: output PrimaryConfigPath and SecondaryConfigPath correctly converted to the console charset
git-svn-id: trunk@23607 -
|
2010-01-31 15:06:40 +00:00 |
|
paul
|
2747daddbd
|
jcf: support utf8 paths
git-svn-id: trunk@23606 -
|
2010-01-31 14:53:11 +00:00 |
|
paul
|
198567241a
|
gtk2: minor changes of gtk scroll-event handler
git-svn-id: trunk@23605 -
|
2010-01-31 12:02:18 +00:00 |
|