Commit Graph

45736 Commits

Author SHA1 Message Date
juha
34bc1659b6 LCL, Win32: Refactor DoMsgShowWindow out of TWindowProcHelper.DoWindowProc.
git-svn-id: trunk@47459 -
2015-01-21 00:14:23 +00:00
juha
d9d67f5eb5 LCL, Win32: Refactor DoMsgContextMenu out of TWindowProcHelper.DoWindowProc.
git-svn-id: trunk@47458 -
2015-01-21 00:14:13 +00:00
juha
7fa11142e5 LCL, Win32: Refactor DoMsgNotify out of TWindowProcHelper.DoWindowProc.
git-svn-id: trunk@47457 -
2015-01-21 00:14:03 +00:00
juha
b7514d9ad8 LCL, Win32: Refactor DoMsgNCLButtonDown out of TWindowProcHelper.DoWindowProc.
git-svn-id: trunk@47456 -
2015-01-21 00:13:53 +00:00
juha
7ebc021266 LCL, Win32: Refactor DoMsgMouseMove and DoMsgMouseWheel out of TWindowProcHelper.DoWindowProc.
git-svn-id: trunk@47455 -
2015-01-21 00:13:42 +00:00
juha
3f0ee85fc8 LCL, Win32: Refactor DoMsgMouseUpDownClick out of TWindowProcHelper.DoWindowProc.
git-svn-id: trunk@47454 -
2015-01-21 00:13:32 +00:00
juha
9b733ae400 LCL, Win32: Refactor DoMsgLButtonDoubleClick and DoMsgLButtonDown out of TWindowProcHelper.DoWindowProc.
git-svn-id: trunk@47453 -
2015-01-21 00:13:22 +00:00
juha
7310a2c2f1 LCL, Win32: Refactor DoMsgKeyDownUp out of TWindowProcHelper.DoWindowProc.
git-svn-id: trunk@47452 -
2015-01-21 00:13:11 +00:00
juha
f55146cfbc LCL, Win32: Refactor DoMsgEraseBkgnd out of TWindowProcHelper.DoWindowProc.
git-svn-id: trunk@47451 -
2015-01-21 00:13:01 +00:00
juha
04ada001ee LCL, Win32: Refactor DoMsgEnable out of TWindowProcHelper.DoWindowProc.
git-svn-id: trunk@47450 -
2015-01-21 00:12:52 +00:00
juha
a928441e10 LCL, Win32: Refactor DoMsgDrawItem out of TWindowProcHelper.DoWindowProc.
git-svn-id: trunk@47449 -
2015-01-21 00:12:42 +00:00
juha
f2051ea603 LCL, Win32: Refactor DoMsgColor out of TWindowProcHelper.DoWindowProc.
git-svn-id: trunk@47448 -
2015-01-21 00:12:31 +00:00
juha
49aa719439 LCL, Win32: Refactor DoCmdComboBoxParam out of TWindowProcHelper.DoWindowProc.
git-svn-id: trunk@47447 -
2015-01-21 00:12:22 +00:00
juha
9dbbd3e813 LCL, Win32: Refactor DoCmdCheckBoxParam out of TWindowProcHelper.DoWindowProc.
git-svn-id: trunk@47446 -
2015-01-21 00:12:11 +00:00
juha
3b0d1fdd7c LCL, Win32: Refactor DoMsgChar out of TWindowProcHelper.DoWindowProc.
git-svn-id: trunk@47445 -
2015-01-21 00:12:02 +00:00
juha
a150d0eec2 LCL, Win32: Refactor DoChildEdit out of TWindowProcHelper.DoWindowProc.
git-svn-id: trunk@47444 -
2015-01-21 00:11:51 +00:00
juha
24041d2c8e LCL, Win32: Refactor the big WindowProc code (2700 LOC) into a helper class, phase1.
git-svn-id: trunk@47443 -
2015-01-21 00:11:40 +00:00
maxim
e2866a78a0 Object Inspector: i18nalize '(Mixed)' value
git-svn-id: trunk@47441 -
2015-01-20 22:13:57 +00:00
maxim
24922b80c7 IDE: regenerated translations; updated Russian translation
git-svn-id: trunk@47436 -
2015-01-20 21:33:43 +00:00
maxim
bc3d35d5bf IDE, Identifier Completion dialog: allow some captions to be translated independently
git-svn-id: trunk@47435 -
2015-01-20 21:32:04 +00:00
martin
171eed83db win: installer, fix typo issue #0027331
git-svn-id: trunk@47434 -
2015-01-20 11:21:46 +00:00
mattias
a0ce649f8c wikiget: started utf7
git-svn-id: trunk@47433 -
2015-01-20 01:26:43 +00:00
mattias
911bcdcd52 wikiparser: fixed hex decode
git-svn-id: trunk@47432 -
2015-01-20 01:19:29 +00:00
mattias
2ba48efb15 wikiget: clean up
git-svn-id: trunk@47431 -
2015-01-20 01:18:23 +00:00
mattias
d9f5672279 translations: German: updates from Swen Heinig
git-svn-id: trunk@47428 -
2015-01-19 10:55:10 +00:00
mattias
c3f37b3e74 IDE: project options: FPC resources above old lrs resources
git-svn-id: trunk@47425 -
2015-01-19 10:49:57 +00:00
mattias
7cc8d6fb84 IDE: resourcestring
git-svn-id: trunk@47423 -
2015-01-19 10:44:43 +00:00
mattias
bdff62de2b IDE: options: identifier completion: dividers for groups
git-svn-id: trunk@47421 -
2015-01-19 10:42:32 +00:00
mattias
7f089573e8 translations: German: updates from Swen Heinig
git-svn-id: trunk@47420 -
2015-01-19 10:27:28 +00:00
bart
4a7125bc7e EditButton: replace property ButtonAlign: TButtonAlign with Layout: TLeftRight.
git-svn-id: trunk@47419 -
2015-01-18 22:30:27 +00:00
zeljko
5e5ef0e82a Gtk2: fixed item height. issue #27043
git-svn-id: trunk@47418 -
2015-01-18 20:10:34 +00:00
zeljko
fb6111e65f gtk3: started imagelist implementation in TListView.
git-svn-id: trunk@47417 -
2015-01-18 18:17:05 +00:00
zeljko
2eeabc2538 Qt: fixed paint of empty items when we use OnCustomDraw or OnAdvancedDraw in TListView.
git-svn-id: trunk@47416 -
2015-01-18 17:13:12 +00:00
zeljko
23ed4f6b05 Qt: added QtAlignVCenter, so text is properly aligned in TListItem. issue #27043
git-svn-id: trunk@47415 -
2015-01-18 16:47:46 +00:00
zeljko
3241c30faf Qt: added cdPostPaint for TListView when ViewStyle <> vsReport. part of issue #27315
git-svn-id: trunk@47414 -
2015-01-18 16:01:18 +00:00
zeljko
5065ce2ec9 Qt: proper paint of selected item in TListView.OnAdvancedDrawItem. issue #27315
git-svn-id: trunk@47413 -
2015-01-18 15:52:31 +00:00
bart
59e003bdb8 EditButton: publish some more properties in TCustomEditButton derived components (for consistency).
git-svn-id: trunk@47412 -
2015-01-18 15:05:35 +00:00
bart
9cc7005608 EditButton: implement property ButtonCursor.
git-svn-id: trunk@47411 -
2015-01-18 14:56:42 +00:00
juha
3151750571 OI: show '(Mixed)' for Checkbox caption when multiselect and values are mixed.
git-svn-id: trunk@47410 -
2015-01-17 00:05:03 +00:00
maxim
570f605908 Debugger: regenerated translations; updated Russian translation
git-svn-id: trunk@47405 -
2015-01-16 21:11:48 +00:00
maxim
d120249699 Debugger: minor message improvements
git-svn-id: trunk@47404 -
2015-01-16 21:10:06 +00:00
maxim
13c7250b98 H2Pas: fixed typos, patch by Péter Gábor, bug #27316; also regenerated translations and updated Russian translation.
git-svn-id: trunk@47403 -
2015-01-16 21:01:41 +00:00
wp
6afb29b0fc TAChart: Fix font color/style/rotation in TADrawerSVG
git-svn-id: trunk@47402 -
2015-01-16 16:26:08 +00:00
juha
1a64d63b36 OI: Update Boolean value from a Checkbox also when the control is changed but property remains the same.
git-svn-id: trunk@47401 -
2015-01-16 09:35:21 +00:00
maxim
8e48cc03e3 IDE: Hid "Cancel Scanning" button in "Compare Files" dialog. It is always disabled and its functionality was never implemented.
git-svn-id: trunk@47399 -
2015-01-16 00:10:04 +00:00
maxim
e0732ec3b2 GDBMI debugger: updated Russian translation
git-svn-id: trunk@47394 -
2015-01-15 00:38:11 +00:00
juha
d0a4df6d9a IDE: fix button anchors in UnusedUnitsDialog.
git-svn-id: trunk@47393 -
2015-01-14 21:12:50 +00:00
juha
713f1f90dc LCL: Move some subfunctions outside from big WindowProc.
git-svn-id: trunk@47392 -
2015-01-14 21:12:30 +00:00
martin
8fcd9bf8b1 PascalScript: update the license form origin
git-svn-id: trunk@47390 -
2015-01-14 20:47:26 +00:00
martin
070da66a6a PascalScript: update to origin git f3cf602541b5e73ff93d583adae3b98e314dcd6f calling constructor in 64 bit
git-svn-id: trunk@47388 -
2015-01-14 20:14:05 +00:00