Commit Graph

21291 Commits

Author SHA1 Message Date
mattias
4b39cfdce1 IDEIntf: designer mediator: fixed example invalidaterect
git-svn-id: trunk@21645 -
2009-09-10 11:25:19 +00:00
mattias
de3d5fa347 IDEIntf: designer mediator: fixed GetComponentOriginOnForm
git-svn-id: trunk@21644 -
2009-09-10 11:12:52 +00:00
mattias
696ab5f46c IDEIntf: designer mediator: fixed example GetClientArea
git-svn-id: trunk@21643 -
2009-09-10 11:08:32 +00:00
zeljko
1c90131396 Qt: set result to true when we loose our LCLObject inside eventfilter, so we stop event propagation and possible AV.
git-svn-id: trunk@21642 -
2009-09-10 06:44:38 +00:00
paul
3c12d6c41b designer: woraround gtk2 bug with drawing text on GDK_INCLUDE_INFERIOR graphic context
git-svn-id: trunk@21641 -
2009-09-10 01:43:48 +00:00
paul
78a3277b28 lcl: pass THintInfo.HintData to the ActivateHint on TApplication.ShowHintWindow (patch by Anton Kavalenka, issue #0014549)
git-svn-id: trunk@21640 -
2009-09-09 22:55:57 +00:00
paul
49fffeed25 lcl: fix TColorBox bug introduced in #0014552
git-svn-id: trunk@21639 -
2009-09-09 22:52:48 +00:00
mattias
382a314889 IDEIntf: designer mediator: started ComponentAtPos
git-svn-id: trunk@21638 -
2009-09-09 22:17:40 +00:00
mattias
2d33a670e1 IDEIntf: designer mediator: added ComponentIsIcon
git-svn-id: trunk@21637 -
2009-09-09 20:16:48 +00:00
mattias
72c2e35d4a IDEIntf: added LazSetMethodProp as workaround for fake methods in combinations with setter
git-svn-id: trunk@21636 -
2009-09-09 18:32:14 +00:00
zeljko
61fe12c996 Qt: bugfix for #14544 (Closing source editor tab with Ctrl-F4 sigsevs)
git-svn-id: trunk@21635 -
2009-09-09 18:12:05 +00:00
jesus
f0f61ca003 LazReport, fix exporting line's frames
git-svn-id: trunk@21632 -
2009-09-09 01:10:50 +00:00
andrew
a20ae1765a * removed unneeded option --make-searchable from script since it's included by default now
git-svn-id: trunk@21631 -
2009-09-09 00:53:38 +00:00
andrew
ad18ccca04 * Fixed build_lcl_docs to include files in the lcl subfolders recursively
* Added --make-searchable to default fpdoc options when the format is chm

git-svn-id: trunk@21630 -
2009-09-09 00:50:52 +00:00
paul
c023781b29 gtk1: fix compilation
git-svn-id: trunk@21629 -
2009-09-08 22:00:22 +00:00
vincents
8ba2d58533 updated Russian translations from Maxim Ganetsky
git-svn-id: trunk@21628 -
2009-09-08 19:04:36 +00:00
mattias
67e39256be examples: started example for designer mediator
git-svn-id: trunk@21627 -
2009-09-08 17:07:48 +00:00
mattias
135eaf5923 IDE: designer mediator: paint
git-svn-id: trunk@21626 -
2009-09-08 16:59:34 +00:00
mattias
6e272afa14 IDE: mediator in controlselection
git-svn-id: trunk@21625 -
2009-09-08 16:00:56 +00:00
mattias
4e4340b68b IDEIntf: designer mediator: LCLForm and Designer
git-svn-id: trunk@21624 -
2009-09-08 15:26:39 +00:00
paul
dca985f3e8 gtk: fix Frame3D drawing on the designer canvas
git-svn-id: trunk@21623 -
2009-09-08 13:39:43 +00:00
vincents
18ea81f368 gtk interfaces: use GetCurrentThreadID to compare with MainThreadId, GetThreadID somehow returns a different value, fixes issue #14335)
git-svn-id: trunk@21622 -
2009-09-08 12:21:54 +00:00
mattias
463fff0bb4 IDE: designer mediator: added InitFormInstance method
git-svn-id: trunk@21621 -
2009-09-08 11:55:37 +00:00
mattias
9e1dbe78ab IDE: designer: create mediator
git-svn-id: trunk@21620 -
2009-09-08 11:43:21 +00:00
mattias
a288977d4c IDE: designer: using Left,Top properties if available for non TControl forms
git-svn-id: trunk@21619 -
2009-09-08 11:15:16 +00:00
vincents
370bd8aff3 LCL: fixed entering '.' or ',' in MaskEdit control from Bart Broersma (issue #14453)
git-svn-id: trunk@21618 -
2009-09-08 10:56:58 +00:00
mattias
7dea84a734 IDE: form editor: reduced use of tcomponentinterface
git-svn-id: trunk@21617 -
2009-09-08 10:34:47 +00:00
vincents
c82f10e6e8 IDE: added lib paths for gtk2 on darwin (issue #14518)
git-svn-id: trunk@21616 -
2009-09-08 10:24:49 +00:00
mattias
0c6222085b IDE: position datamodules at least 30,30
git-svn-id: trunk@21615 -
2009-09-08 10:24:43 +00:00
mattias
c4b9231706 IDE: designer: added menu item Center form
git-svn-id: trunk@21614 -
2009-09-08 10:22:48 +00:00
mattias
8ad516451b IDE: implemented registering designer mediators
git-svn-id: trunk@21613 -
2009-09-08 10:12:55 +00:00
paul
20cb5e028d designer: revert 21609 #88641be03d since tDesignercanvas does not supports embedded save/restore
git-svn-id: trunk@21612 -
2009-09-08 09:13:08 +00:00
paul
fd061442cc gtk: fix SaveDC
git-svn-id: trunk@21611 -
2009-09-08 08:34:15 +00:00
paul
e91e5145cb gtk: formatting
git-svn-id: trunk@21610 -
2009-09-08 08:26:51 +00:00
paul
88641be03d designer: reduce SaveDC, RestoreDC calls
git-svn-id: trunk@21609 -
2009-09-08 08:26:26 +00:00
paul
d43964d5f1 gtk: take care of LastWPResult when we are disconnecting all widget signal handlers (must fix bug #0014512)
git-svn-id: trunk@21608 -
2009-09-08 06:58:44 +00:00
jesus
273106521a LCL, fix TPostScriptCanvas.Polyline not flushing output buffer, from Anton Kavalenka issue #14535
git-svn-id: trunk@21607 -
2009-09-08 06:15:37 +00:00
jesus
30143a65dd Printers, QtPrinters patch to fix compilation, from Zeljko
git-svn-id: trunk@21606 -
2009-09-08 06:06:43 +00:00
jesus
f43edd5537 LazReport, added TfrPreview component, issue #14539
git-svn-id: trunk@21605 -
2009-09-08 05:58:27 +00:00
jesus
eb5031804b spanish translation improvements
git-svn-id: trunk@21604 -
2009-09-07 19:15:37 +00:00
mattias
b40f39b92c clean p
git-svn-id: trunk@21603 -
2009-09-07 14:40:44 +00:00
mattias
477240cd60 IDE: package editor: fixed crash when renaming a file
git-svn-id: trunk@21602 -
2009-09-07 13:46:08 +00:00
mattias
2291788a7c IDEIntf: started TDesignerMediator
git-svn-id: trunk@21601 -
2009-09-07 13:43:44 +00:00
vincents
a1f53fabc8 fixed typo in r21599 #c8a5a6f6f2
git-svn-id: trunk@21600 -
2009-09-07 11:53:03 +00:00
vincents
c8a5a6f6f2 gtk2: added missing linklib for darwin, workaround for fpc 2.2.4, newer versions should be fixed in fpc/packages/gtk2 (issue #14518)
git-svn-id: trunk@21599 -
2009-09-07 11:10:54 +00:00
paul
91915ea85b gtk: simplify DestroyWindowFromPointCB and other minor corrections to WindowFromPoint
git-svn-id: trunk@21598 -
2009-09-07 09:45:07 +00:00
mattias
7a9dad39ed codetools: added comment
git-svn-id: trunk@21597 -
2009-09-07 09:10:28 +00:00
dmitry
96eb0e1e5a fix for #14522
git-svn-id: trunk@21596 -
2009-09-07 07:31:28 +00:00
dmitry
3b2f307b4b fix for #14521
git-svn-id: trunk@21595 -
2009-09-07 07:22:03 +00:00
vincents
afa1a0fe32 IDE: fixed compilation on darwin
git-svn-id: trunk@21594 -
2009-09-06 19:01:03 +00:00