Commit Graph

45557 Commits

Author SHA1 Message Date
juha
b9f3af4090 LCL: Revert a workaround for FPC bug that causes Arithmetic overflow in TControlbar. Fixed in FPC trunk. Issue #27167.
git-svn-id: trunk@47481 -
2015-01-21 16:43:38 +00:00
juha
8ce981a3c5 LCL, Win32: fix a refactoring error. A flat record variable holds data and must be alive all the time.
git-svn-id: trunk@47480 -
2015-01-21 16:04:30 +00:00
juha
28500725ad Fix errors in Finnish translation.
git-svn-id: trunk@47479 -
2015-01-21 16:04:18 +00:00
martin
dc002d996b Debugger, GDBMI: convert pascal numbers for gdb. Issue #0027236
git-svn-id: trunk@47478 -
2015-01-21 03:16:01 +00:00
maxim
6f3e1e9654 LCL: regenerated translations; updated Russian translation
git-svn-id: trunk@47476 -
2015-01-21 00:38:20 +00:00
juha
c06129eb3c Improvements for Finnish translation.
git-svn-id: trunk@47475 -
2015-01-21 00:17:13 +00:00
juha
134f81ed44 LCL: Fix a grammar error in a resource string.
git-svn-id: trunk@47474 -
2015-01-21 00:16:51 +00:00
juha
fa32f0d431 LCL, Win32: cleanup, remove an unused function.
git-svn-id: trunk@47473 -
2015-01-21 00:16:43 +00:00
juha
f0cc20daa2 LCL, Win32: Move some private vars back to SendPaintMessage.
git-svn-id: trunk@47472 -
2015-01-21 00:16:33 +00:00
juha
2791de1eb9 LCL, Win32: Extract methods from TWindowProcHelper.SendPaintMessage.
git-svn-id: trunk@47471 -
2015-01-21 00:16:23 +00:00
juha
d3a3d9d9fa LCL, Win32: Extract UpdateLMMovePos method from DoMsgMove.
git-svn-id: trunk@47470 -
2015-01-21 00:16:14 +00:00
juha
64d3ae0958 LCL, Win32: Extract methods from DoMsgDrawItem.
git-svn-id: trunk@47469 -
2015-01-21 00:16:04 +00:00
juha
bfa6a36547 LCL, Win32: Change private variables of TWindowProcHelper into method local variables.
git-svn-id: trunk@47468 -
2015-01-21 00:15:54 +00:00
juha
7471283862 LCL, Win32: Refactor SetLMCharData and SetLMKeyData out of WindowProc methods and use them.
git-svn-id: trunk@47467 -
2015-01-21 00:15:44 +00:00
juha
aba5217ea1 LCL, Win32: Refactor SetLMessageAndParams out of WindowProc methods and use it.
git-svn-id: trunk@47466 -
2015-01-21 00:15:34 +00:00
juha
d8ee39d9da LCL, Win32: Refactor HandleSysCommand into smaller methods.
git-svn-id: trunk@47465 -
2015-01-21 00:15:24 +00:00
juha
27b492998a LCL, Win32: Refactor DoMsgSize out of TWindowProcHelper.DoWindowProc.
git-svn-id: trunk@47464 -
2015-01-21 00:15:14 +00:00
juha
3bc7808a2e LCL, Win32: Refactor DoMsgMove out of TWindowProcHelper.DoWindowProc.
git-svn-id: trunk@47463 -
2015-01-21 00:15:04 +00:00
juha
c27601af53 LCL, Win32: Refactor DoMsgActivateApp out of TWindowProcHelper.DoWindowProc.
git-svn-id: trunk@47462 -
2015-01-21 00:14:54 +00:00
juha
e63274a519 LCL, Win32: Refactor DoMsgMeasureItem out of TWindowProcHelper.DoWindowProc.
git-svn-id: trunk@47461 -
2015-01-21 00:14:44 +00:00
juha
5acbc303cb LCL, Win32: Refactor DoMsgSysKey out of TWindowProcHelper.DoWindowProc.
git-svn-id: trunk@47460 -
2015-01-21 00:14:34 +00:00
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