Commit Graph

24289 Commits

Author SHA1 Message Date
mattias
4a245a3f0d extern help: fill store-in combobox
git-svn-id: trunk@24715 -
2010-04-19 08:40:21 +00:00
paul
163ee22f48 lcl: apply patch of Sven Barth to remove TDate, TTime types declarations for FPC >= 2.5 (issue #0015474)
git-svn-id: trunk@24714 -
2010-04-19 08:21:15 +00:00
paul
57cba8a3b5 lcl: constraint ListColumn.Width by MaxWidth, MinWidth (patch by taka_jp, issue #0015406)
git-svn-id: trunk@24713 -
2010-04-19 07:57:53 +00:00
paul
fe58688a50 win32: don't use LCLIntf ShowWindow in win32 interface
git-svn-id: trunk@24712 -
2010-04-19 07:56:48 +00:00
paul
f3ce045d4b ideintf: exit ObjectInspector navigation mode when it is clicked or control changed (issue #0016259)
git-svn-id: trunk@24711 -
2010-04-19 07:29:10 +00:00
paul
d8edee2e5e win32: don't remove WS_VISIBLE flag from TCustomPage window - it is not passed there by default anyway
git-svn-id: trunk@24710 -
2010-04-19 03:22:11 +00:00
paul
7068d507da win32: don't explicitly set WS_VISIBLE WS_CHILD for calendar since PrepareCreateWindow do this
git-svn-id: trunk@24709 -
2010-04-19 03:17:58 +00:00
paul
de7e3bb122 lcl: formatting
git-svn-id: trunk@24708 -
2010-04-19 03:13:55 +00:00
paul
a06ad84100 lcl: formatting
git-svn-id: trunk@24707 -
2010-04-19 01:56:33 +00:00
paul
3def3ea76c lcl: formatting, cleanup
git-svn-id: trunk@24706 -
2010-04-19 01:37:51 +00:00
mattias
c30d8825cf IDEIntf: added PackageEditingInterface.GetPackages
git-svn-id: trunk@24705 -
2010-04-19 00:00:59 +00:00
mattias
645e3fb56e IDEIntf: added TIDEPackage
git-svn-id: trunk@24704 -
2010-04-18 23:33:51 +00:00
mattias
1ae2b9cefb codetools: class completion: update changed proc with semicolon, bug #16201
git-svn-id: trunk@24703 -
2010-04-18 18:26:20 +00:00
mattias
e0b2912421 codetools: defines for synedit SrcPath to IDEIntf for sub directories
git-svn-id: trunk@24702 -
2010-04-18 18:10:12 +00:00
dmitry
df5378e151 carbon: don't allow carbonedit to handle linefeed character
git-svn-id: trunk@24701 -
2010-04-18 17:43:56 +00:00
mattias
49948f42f1 LCL: TCustomForm: autosize/updateshowing is now delayed till AfterConstruction, including DoCreate, bug #16290
git-svn-id: trunk@24700 -
2010-04-18 17:31:58 +00:00
mattias
188ae1249a IDE: removing designer commands cut,copy,paste and using global ones, bug #15481
git-svn-id: trunk@24699 -
2010-04-18 17:19:27 +00:00
mattias
67a13a7b8f IDE: codetools space: do not use translated strings, because the language can change
git-svn-id: trunk@24698 -
2010-04-18 17:14:53 +00:00
mattias
a1bc7b255f IDEIntf: moved TPkgVersion and TLazPackageID to unit packageintf
git-svn-id: trunk@24697 -
2010-04-18 16:57:02 +00:00
mattias
7c7f08a8b9 gtk2: fixed compilation
git-svn-id: trunk@24696 -
2010-04-18 16:28:36 +00:00
dodi
2fd686685e docs: some control updates
git-svn-id: trunk@24695 -
2010-04-18 15:07:55 +00:00
paul
7295a7d531 gtk2: use different way to get TListItem focused - it was the same as selected before
git-svn-id: trunk@24694 -
2010-04-18 13:26:53 +00:00
zeljko
6ac3997a9f LCL: fixed bug where MDIChild form can be moved over main menu or task bar, introduced in r24682 #708e6de6d9
git-svn-id: trunk@24693 -
2010-04-18 12:36:02 +00:00
paul
d661819ef3 lcl: fix TWinControl.CreateParented (issue #0016287)
git-svn-id: trunk@24692 -
2010-04-18 10:19:10 +00:00
paul
448b7689cf lcl: clean listview items flag on handle destruction
git-svn-id: trunk@24691 -
2010-04-18 08:46:29 +00:00
paul
e6edf895f4 gtk2: cleanup
git-svn-id: trunk@24690 -
2010-04-18 08:40:27 +00:00
paul
24d98ffbae gtk2: cleanup
git-svn-id: trunk@24689 -
2010-04-18 08:21:10 +00:00
paul
e05a368a82 gtk2: implement vsIcon, vsSmallIcon ListView styles
git-svn-id: trunk@24688 -
2010-04-18 07:43:29 +00:00
mattias
d3bbbfee65 LCL: SetBidiMode: call AdjustSize, bug #14951
git-svn-id: trunk@24687 -
2010-04-17 20:08:46 +00:00
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