ask
7c95fca45c
TAChart: Add workaround for issue #18549
...
git-svn-id: trunk@30114 -
2011-04-01 09:44:46 +00:00
martin
58328fb3bf
SynEdit: Fix PopupMenu.PopupComponent issue #19033 (based on patch by August Klein)
...
git-svn-id: trunk@30101 -
2011-03-31 22:52:42 +00:00
maxim
fc1fee1693
regenerated translations; updated Russian translation
...
git-svn-id: trunk@30100 -
2011-03-31 22:49:59 +00:00
mattias
5331d1a487
IDE: add hint when compiling with -B, bug #18145
...
git-svn-id: trunk@30099 -
2011-03-31 19:20:00 +00:00
mattias
62539f8508
rpm: fixed chomping architecture from fpc version
...
git-svn-id: trunk@30098 -
2011-03-31 18:50:20 +00:00
mattias
fc85e2dcc0
codetools: linkscanner: fixed appending last block on error
...
git-svn-id: trunk@30097 -
2011-03-31 14:22:53 +00:00
martin
9ecc3e5d91
SynEdit, Highlighter: fix an issue with pchar (read only) to no longer allocated string
...
git-svn-id: trunk@30096 -
2011-03-31 10:03:53 +00:00
sekelsenmat
3c48e02f12
Minor reorder of TCDDrawStyle enum, forgotten previously
...
git-svn-id: trunk@30092 -
2011-03-31 06:39:38 +00:00
paul
e191075b61
win32: remove WindowInfo^.needParentPaint set in CreateHandle of ListBox and CheckListBox - they are set during WM_NCCREATE
...
git-svn-id: trunk@30091 -
2011-03-31 00:56:20 +00:00
mattias
ed876e5df9
IDE: codebrowser: thousandseparator, bug #19019
...
git-svn-id: trunk@30090 -
2011-03-30 20:13:35 +00:00
zeljko
3b4ec3eed8
Gtk2: avoid assertions from TListView itemSetState when path is null for gtk2 libs >= 2.14. issue #18865
...
git-svn-id: trunk@30089 -
2011-03-30 17:48:56 +00:00
mattias
cbc70260b8
fixed line endings
...
git-svn-id: trunk@30088 -
2011-03-30 17:36:02 +00:00
martin
6b7a173ac3
SynEdit: fixed caret-auto-move for lines with tab. (required by syncro-edit, shared-edit)
...
git-svn-id: trunk@30087 -
2011-03-30 16:24:10 +00:00
juha
9566d1e771
IDE: change Toggle Comment shortcut to Ctrl+Shift+W. Ctrl+Shift+T was used by ToDo.
...
git-svn-id: trunk@30086 -
2011-03-30 16:02:21 +00:00
juha
19ae8fe7b0
IDE: fix key mapping for Toggle Comment, add some other shortcuts.
...
git-svn-id: trunk@30084 -
2011-03-30 12:37:44 +00:00
juha
d2b0ba0641
IDE: add Select Word to Edit menu.
...
git-svn-id: trunk@30083 -
2011-03-30 12:37:41 +00:00
mattias
98f8491602
openglcontrol: example for using a vector font
...
git-svn-id: trunk@30082 -
2011-03-30 12:17:16 +00:00
mattias
b7f15b766b
IDE: codehelp: GetHTMLHint changed default to run complete
...
git-svn-id: trunk@30081 -
2011-03-30 11:48:26 +00:00
mattias
cb7d5876d6
IDE: codehelp: comments
...
git-svn-id: trunk@30080 -
2011-03-30 11:40:31 +00:00
juha
1774f1b8f5
IDE: Improve menu caption for UseProjUnit feature.
...
git-svn-id: trunk@30079 -
2011-03-30 10:00:31 +00:00
zeljko
bf7ad8a2f9
Qt: fixed msg providing to LCL when deselection of items occured by mouse click into listview viewport. issue #18972
...
git-svn-id: trunk@30078 -
2011-03-30 09:53:16 +00:00
paul
e0f19a0bea
lcl: cleanup
...
git-svn-id: trunk@30077 -
2011-03-30 01:43:40 +00:00
paul
a7f36e8fb3
lcl: don't scroll inner control with TScrollingWinControl when it is visible (issue #0019020 )
...
git-svn-id: trunk@30076 -
2011-03-30 01:42:52 +00:00
paul
4aefc884a2
win32: change handling of WM_MEASUREITEM:
...
- look at CtlType before searching for menu,
- move ListBox, Combobox WM_MEASUREITEM to their window procedures
- subclass ListBox, CheckListBox to set control ID on window creation
- set control ID in FinishCreateWindow by SetWindowLong call (I previously removed it from CreateWindow call)
git-svn-id: trunk@30075 -
2011-03-30 01:38:00 +00:00
martin
86a71bfe1e
SynEdit: Cache char-width info (Logical<>Physical) / Cleanup
...
git-svn-id: trunk@30074 -
2011-03-29 23:44:25 +00:00
martin
c3ace57233
SynEdit: optimize syncro edit / skip event if inactive
...
git-svn-id: trunk@30073 -
2011-03-29 21:25:33 +00:00
zeljko
1c92a3ea27
Qt: take into account vertical and horizontal scrollbars position when setting bounds for children of TScrollBox.issue #18993
...
git-svn-id: trunk@30072 -
2011-03-29 16:25:19 +00:00
martin
bde4fc65af
SynEdit: Added threshold before starting selection by mouse-move. Avoid accidental selection.
...
git-svn-id: trunk@30071 -
2011-03-29 15:48:15 +00:00
martin
7382bb0de7
IDE, Options: Fix enabling/disabling frame-type dropdowns
...
git-svn-id: trunk@30070 -
2011-03-29 15:46:36 +00:00
mattias
7656d10339
IDE: project inspector: fixed crash
...
git-svn-id: trunk@30069 -
2011-03-29 13:14:35 +00:00
zeljko
a0ceb2bdb1
*Qt: invalidate clientrect cache when scrollbar range is changed.part of issue #18993
...
git-svn-id: trunk@30068 -
2011-03-29 11:44:29 +00:00
mattias
333a3192c5
IDE: fixed mem leak
...
git-svn-id: trunk@30067 -
2011-03-29 09:05:55 +00:00
juha
35c579cb7c
IDE: remove a duplicate resource string.
...
git-svn-id: trunk@30066 -
2011-03-29 08:54:10 +00:00
juha
d75ff79875
IDE: Improve message about all units being already used in UseProjUnitDlg.
...
git-svn-id: trunk@30065 -
2011-03-29 08:54:06 +00:00
juha
9c9664129f
IDE: fix crash when deleting a unit from project.
...
git-svn-id: trunk@30064 -
2011-03-29 08:54:02 +00:00
paul
f6d82e6429
packager: fix TPkgFile.IsVirtual, use AFile.IsVirtual instead of FilenameIsAbsolute(AFilename) condition in TPkgManager.WarnAboutMissingPackageFiles
...
git-svn-id: trunk@30063 -
2011-03-29 08:33:58 +00:00
paul
51d1c34af0
ide: change find in files dialog layout
...
git-svn-id: trunk@30062 -
2011-03-29 06:17:22 +00:00
paul
00c1e50cbd
ide: handle EndSession events (by Tomasz Wieckowski, issue #0019011 )
...
git-svn-id: trunk@30061 -
2011-03-29 05:26:16 +00:00
paul
b6dfaf0b4b
lcl: formatting
...
git-svn-id: trunk@30060 -
2011-03-29 05:25:21 +00:00
paul
eb193faaf6
win32: move handling of hint window messages to a dedicate window proc
...
git-svn-id: trunk@30059 -
2011-03-29 05:11:02 +00:00
paul
c7ac358e17
win32: move BorderStyleToWin32Flags, BorderStyleToWin32FlagsEx to win32wsforms, fix form style for bsNone with Parent <> nil or ParentWindow <> 0 (don't set WS_POPUP) - fixes issue #0019012
...
git-svn-id: trunk@30058 -
2011-03-29 04:57:29 +00:00
paul
a84af3e7a0
lcl: change active control when a child form is focused too
...
git-svn-id: trunk@30057 -
2011-03-29 03:20:19 +00:00
paul
32fe9f12d1
win32: send LM_HITTEST to LCL
...
git-svn-id: trunk@30056 -
2011-03-29 03:08:51 +00:00
mattias
c0594332b5
IDE: project inspector: filter, directory hierarchy, show sorted alphabetically
...
git-svn-id: trunk@30055 -
2011-03-28 21:12:14 +00:00
juha
81c93dc90f
Disable Undo and Redo when form designer is active. People expected Undo working with designer
...
git-svn-id: trunk@30054 -
2011-03-28 11:23:13 +00:00
juha
3d82f1d685
SynEdit: Minor optimization.
...
git-svn-id: trunk@30052 -
2011-03-28 10:05:11 +00:00
paul
6ae245e8c8
lcl: skip call of SetActive to a child form
...
git-svn-id: trunk@30051 -
2011-03-28 08:51:26 +00:00
paul
455a1fcdc3
win32: don't set any menu/child handle on create window at all - this is not required and depends on flags (fixes issue #0019009 )
...
git-svn-id: trunk@30050 -
2011-03-28 08:50:28 +00:00
mattias
dfb1e9eb0c
codetools: fixed LineEndCount, bug #19001
...
git-svn-id: trunk@30049 -
2011-03-28 08:09:15 +00:00
mattias
36ea500f81
IDE: resource strings
...
git-svn-id: trunk@30048 -
2011-03-28 08:07:46 +00:00