Commit Graph

24260 Commits

Author SHA1 Message Date
paul
f95b2f63d5 win32:
- redo FinishCreateWindow to allow window subclassing,
  - subclass combobox to get access to the first messages that control receives
ideintf: remove workaround with ValueComboBox handle check in MeasureItem

git-svn-id: trunk@24686 -
2010-04-17 19:53:55 +00:00
martin
3fce5af5cc SynEdit: 64 bit compilation
git-svn-id: trunk@24685 -
2010-04-17 19:44:03 +00:00
martin
82200be362 SynEdit: Fixed ChangeStamp, broken in rev 24476 #02c12b2e82
git-svn-id: trunk@24684 -
2010-04-17 19:36:55 +00:00
mattias
a079b030b7 translations: german: updates from Joerg Braun
git-svn-id: trunk@24683 -
2010-04-17 19:29:56 +00:00
mattias
708e6de6d9 LCL: implemented Application.TaskBarBehavior, bug #13537
git-svn-id: trunk@24682 -
2010-04-17 19:28:43 +00:00
mattias
240161aeb1 IDE: po output directory setting: do not use longen/shortenfilename, bug #16278
git-svn-id: trunk@24681 -
2010-04-17 19:14:22 +00:00
mattias
1ca82b2ef3 when compile progress dialog is shown: do not focus messages, hide on successful compile, bug #12020
git-svn-id: trunk@24680 -
2010-04-17 18:51:35 +00:00
mattias
af1bc64a0b IDE: debugging
git-svn-id: trunk@24679 -
2010-04-17 18:38:53 +00:00
maxim
c5a5ef3f29 regenerated translations; updated Russian translation
git-svn-id: trunk@24678 -
2010-04-17 16:53:59 +00:00
maxim
db7ff50653 IDE: fixed 'Jump History' dialog caption
git-svn-id: trunk@24677 -
2010-04-17 16:53:19 +00:00
mattias
0c694a019d ideintf: added resourcestring
git-svn-id: trunk@24676 -
2010-04-17 16:36:48 +00:00
mattias
4ff2445166 translations: finish: updates from Seppo Suutarla
git-svn-id: trunk@24675 -
2010-04-17 16:35:53 +00:00
mattias
1cd8c0cb24 translations: german: updates form Joerg Braun
git-svn-id: trunk@24674 -
2010-04-17 16:35:00 +00:00
mattias
5e7550c376 codetools: FindStartOfTerm: fixed if no token belongs to the variable
git-svn-id: trunk@24673 -
2010-04-17 16:14:52 +00:00
mattias
c996a95a1f IDE: debugging
git-svn-id: trunk@24672 -
2010-04-17 16:04:41 +00:00
mattias
5aa3161301 IDE: debugging
git-svn-id: trunk@24671 -
2010-04-17 16:00:31 +00:00
mattias
9e62a61131 IDE: auto indenter: using the line number form synedit
git-svn-id: trunk@24670 -
2010-04-17 15:56:48 +00:00
mattias
bd7b2381bc codetools: fixed uninitialized variable, bug #16268
git-svn-id: trunk@24669 -
2010-04-17 15:38:24 +00:00
mattias
5565573175 codetools: fixed parsing constant of type
git-svn-id: trunk@24668 -
2010-04-17 15:31:41 +00:00
mattias
b4e952229d codetools: fixed endless loop if source ends in constant of type
git-svn-id: trunk@24667 -
2010-04-17 15:29:26 +00:00
mattias
c77c7e8c69 IDE: rename unit: rename unit of jit class even if no lrs code exists, bug #16276
git-svn-id: trunk@24666 -
2010-04-17 15:23:18 +00:00
mattias
45b62fabb4 IDE: fixed PO output directory path delim, bug #16278
git-svn-id: trunk@24665 -
2010-04-17 15:11:44 +00:00
mattias
5dafb4b21e codetools: do not beautify identifiers in comment, bug #16209
git-svn-id: trunk@24664 -
2010-04-17 15:05:45 +00:00
mattias
2d1eaa0ddf LCL: added debugging for bug #16184
git-svn-id: trunk@24663 -
2010-04-17 13:17:07 +00:00
mattias
7b1b83e91a LCL: call UpdateShowing for top level control outside autosize loop, needed for Form moves in Form.OnShow, bug #16087
git-svn-id: trunk@24662 -
2010-04-17 13:09:02 +00:00
martin
1446a85067 SynEdit: Fixed adjusting to new client-width after changing scrollbars. possible related to issues: #16093, #16110, #11687
git-svn-id: trunk@24661 -
2010-04-17 12:31:53 +00:00
mattias
fc1a088b05 translations: german: updates from Joerg Braun
git-svn-id: trunk@24660 -
2010-04-17 12:08:54 +00:00
martin
bf5c9aec7a Fixed issue with "caret always visible" not able to reach end of longest line
git-svn-id: trunk@24659 -
2010-04-17 12:08:40 +00:00
martin
4126c86708 Added comments/reminder, to ensure correct resource-string (localization) handling in future
git-svn-id: trunk@24658 -
2010-04-17 11:26:16 +00:00
martin
d59baefb1e LCL: Fix (Suppress) a endless recursion, if creation of a control's handle failed
git-svn-id: trunk@24657 -
2010-04-16 21:48:53 +00:00
maxim
0b438f294e regenerated translations; updated Russian translation
git-svn-id: trunk@24656 -
2010-04-16 20:59:29 +00:00
maxim
6fe351d02f IDE: improve localization of code folding options
git-svn-id: trunk@24655 -
2010-04-16 20:58:10 +00:00
maxim
1877b9ac57 IDE: Select unit from the package editor when pressing Enter on its filename too (by Alexander S. Klenin, bug #16282)
git-svn-id: trunk@24654 -
2010-04-16 19:44:34 +00:00
martin
0936b1929e SourceEditor: Fixed dropping files for multi-window
git-svn-id: trunk@24653 -
2010-04-16 18:32:21 +00:00
martin
84ff8422e1 SynEdit: Clean-up
git-svn-id: trunk@24652 -
2010-04-16 18:28:32 +00:00
martin
ab19b9dde0 EditorOpts: Fold config for diff
git-svn-id: trunk@24651 -
2010-04-16 17:11:58 +00:00
martin
34842606c5 SynEdit: Fixes to LFM, Diff folding
git-svn-id: trunk@24650 -
2010-04-16 17:11:07 +00:00
dmitry
3584c1d8bc carbon: fix for possible mem corruption on ExtTextDraw
git-svn-id: trunk@24649 -
2010-04-16 08:59:46 +00:00
paul
fe226671fc lcl: apply patch of Juha which adds 2 published properties to TShellTreeView (issue #0016280)
git-svn-id: trunk@24648 -
2010-04-16 08:29:17 +00:00
ask
07678eb2fd TAChart: Update demos to use TConstantLine
git-svn-id: trunk@24647 -
2010-04-16 06:28:05 +00:00
ask
f19e3d4ca3 TAChart: Rename TLine to TConstantLine to avoid confusion with TLineSeries
git-svn-id: trunk@24646 -
2010-04-16 06:03:41 +00:00
ask
dfc1161da4 TAChart: Rename TCustomChartSource.ValuesInInterval to ValuesInRange
git-svn-id: trunk@24645 -
2010-04-16 06:02:26 +00:00
paul
338187d10c gtk: SetShape - also shape fixed widget (fixes issue #0016074)
git-svn-id: trunk@24644 -
2010-04-16 02:58:01 +00:00
paul
42558682c9 gtk2: fix text drawing defects introcudced in r24628 #72259342cb
git-svn-id: trunk@24643 -
2010-04-16 01:40:26 +00:00
maxim
0f8d05eba0 regenerated translations; updated Russian translation
git-svn-id: trunk@24642 -
2010-04-15 23:54:44 +00:00
maxim
22bbe2a4bf IDE: 'Goto line' dialog - improve localization
git-svn-id: trunk@24641 -
2010-04-15 23:50:51 +00:00
maxim
2307ac43f0 Codetools: updated Russian translation
git-svn-id: trunk@24640 -
2010-04-15 23:30:07 +00:00
martin
462c25c108 SourceEditor: Clean-up / issue #0016279 / by Flávio Etrusco
git-svn-id: trunk@24639 -
2010-04-15 23:07:21 +00:00
martin
10ffed1014 SynEdit: Fixed folding IFDEF / broken in rev 24622 #ae416f6a77
git-svn-id: trunk@24638 -
2010-04-15 22:11:43 +00:00
paul
585da14064 codetools: regenerate translations
git-svn-id: trunk@24637 -
2010-04-15 22:11:21 +00:00