Commit Graph

181 Commits

Author SHA1 Message Date
mattias
b9d95ad55c IDE: comments
git-svn-id: trunk@47940 -
2015-02-21 19:18:05 +00:00
mattias
5885982aca lazutils: added WinCPToUTF8 and UTF8ToWinCP
git-svn-id: trunk@46904 -
2014-11-20 15:26:28 +00:00
reiniero
0f658dab7b * fix *nix compilations of some examples due to misspelt {$R ...lfm} statements. Fix by ocean mantis issue #26605
git-svn-id: trunk@46054 -
2014-08-19 13:43:19 +00:00
mattias
1fe37e15a2 fixed spelling mistakes, found by lintian
git-svn-id: trunk@43900 -
2014-02-05 12:07:46 +00:00
paul
6d3bfe0de6 dockmanager: convert resources to RES
git-svn-id: trunk@43147 -
2013-10-07 08:36:14 +00:00
paul
4cc4f74921 examples: convert 2 examples to FPC resources
git-svn-id: trunk@43032 -
2013-09-29 09:42:32 +00:00
paul
5062e4415f examples: replace some forms stored in lrs with FPC resource forms
git-svn-id: trunk@43026 -
2013-09-29 07:26:58 +00:00
dodi
d5ba4d32d2 DockMaster: fix form positioning
git-svn-id: trunk@36257 -
2012-03-23 09:43:41 +00:00
juha
911e1f4389 EasyDockSite: Replace const string arrays with RTTI value and WriteStr()
git-svn-id: trunk@34760 -
2012-01-15 23:51:35 +00:00
dodi
3b09a8015c Dragging: fixes for trunk
git-svn-id: trunk@31814 -
2011-07-28 04:27:40 +00:00
juha
f38190794b Formatting: joined lines where only ');' was split to its own line, in procedure defs.
git-svn-id: trunk@29871 -
2011-03-16 16:52:28 +00:00
juha
01db3bb47c LCL (mostly), Replace Assert(False... with //DebugLn(... Now Assert can be used for its original purpose again.
git-svn-id: trunk@29820 -
2011-03-13 18:21:51 +00:00
vincents
f79ad4f80c fixed compilation of EasyDockMgrDsgn package from Sven Barth (issue #18262)
git-svn-id: trunk@28792 -
2010-12-20 13:04:39 +00:00
dodi
5720fa2392 dockmanager example: notebook page selection
git-svn-id: trunk@26319 -
2010-06-29 09:35:03 +00:00
mattias
92c9c1700a easydockdesign: fixed compilation
git-svn-id: trunk@26207 -
2010-06-20 13:52:27 +00:00
mattias
44c32e038c IDEIntf: added event OnIDERestoreWindows
git-svn-id: trunk@26157 -
2010-06-17 08:23:04 +00:00
mattias
9b2dc8742c IDE: added flag to disable autosizing on create
git-svn-id: trunk@26002 -
2010-06-09 07:06:52 +00:00
mattias
0a9e97d61f easydock: using names
git-svn-id: trunk@25946 -
2010-06-06 09:04:48 +00:00
mattias
f23d1268c8 easydock: debugging
git-svn-id: trunk@25945 -
2010-06-06 09:02:05 +00:00
mattias
0e14f732e0 IDEIntf: added handler IDEClose
git-svn-id: trunk@25944 -
2010-06-06 08:53:06 +00:00
dodi
341fc2bfdd dockmanager example: try relative sizes on docking
git-svn-id: trunk@25749 -
2010-05-29 09:35:53 +00:00
mattias
e3a13c09b5 easydock: docking to docksite
git-svn-id: trunk@25723 -
2010-05-28 00:02:34 +00:00
mattias
858477aff8 easydock: dock default
git-svn-id: trunk@25720 -
2010-05-27 23:04:07 +00:00
mattias
dcb90d85e7 easydock: using default sizes for docksite
git-svn-id: trunk@25703 -
2010-05-27 17:14:14 +00:00
mattias
631f0997bc easydock: using default sizes when docking
git-svn-id: trunk@25702 -
2010-05-27 16:47:23 +00:00
mattias
808cdde51b IDE: fixed updating statusbar, notebookpagechange events are no longer triggered when PageIndex changes by program
git-svn-id: trunk@25639 -
2010-05-25 15:54:22 +00:00
mattias
7d0b07ee84 started docking package for IDE
git-svn-id: trunk@25617 -
2010-05-24 18:09:17 +00:00
dodi
d855825819 docs: MiniIDE2
git-svn-id: trunk@25603 -
2010-05-24 13:07:31 +00:00
dodi
3a84a0a1c0 dockmanager example: added docs
git-svn-id: trunk@25589 -
2010-05-23 11:43:11 +00:00
mattias
d18d9a1205 IDEIntf: started TIDEWindowDefaultLayout
git-svn-id: trunk@25573 -
2010-05-22 10:59:28 +00:00
dodi
c74fe9edbd dockmanager example: improved auto-expand sites
git-svn-id: trunk@25569 -
2010-05-21 18:50:10 +00:00
mattias
a62c0354eb IDE: removed docking
git-svn-id: trunk@25567 -
2010-05-21 16:24:47 +00:00
dodi
db7ac79d9e dockmanager example: added MiniIDE2 project
git-svn-id: trunk@25562 -
2010-05-21 11:25:33 +00:00
mattias
c1e77e3f49 MakeSite: using default widgetset
git-svn-id: trunk@25552 -
2010-05-20 19:10:51 +00:00
mattias
6551de3ddd MakeSite: added painting to example form
git-svn-id: trunk@25551 -
2010-05-20 19:10:03 +00:00
dodi
0d8b6c26e0 dockmanager example: made client windows visible in MakeSite project
git-svn-id: trunk@25518 -
2010-05-19 16:01:00 +00:00
dodi
7684d0756d dockmanager example: fixed resize bug in reload layout
git-svn-id: trunk@25326 -
2010-05-12 05:19:02 +00:00
dodi
b6df08db05 dockmanager example: updated MiniIDE project
git-svn-id: trunk@25212 -
2010-05-05 12:26:23 +00:00
dodi
171318e5f5 dockmanager example: updated EasyEditor
git-svn-id: trunk@25099 -
2010-05-01 15:19:43 +00:00
dodi
e317411db1 dockmanager example: save/restore true Orientation for layout
git-svn-id: trunk@25042 -
2010-04-28 18:38:02 +00:00
dodi
eab9a88328 dockmanager example: improved streaming interface
git-svn-id: trunk@25039 -
2010-04-28 17:34:19 +00:00
dodi
74a4ec4286 dockmanager example: improved stream format
git-svn-id: trunk@25021 -
2010-04-28 02:40:33 +00:00
mattias
17bb6076e5 dockmanager: fixed typo
git-svn-id: trunk@25014 -
2010-04-27 18:06:07 +00:00
dodi
45ecdbc420 dockmanager example: made floathostsite work for dockbooks
git-svn-id: trunk@25006 -
2010-04-27 14:13:20 +00:00
mattias
947703a391 LCL: fixed simple dock move
git-svn-id: trunk@25002 -
2010-04-27 10:44:13 +00:00
mattias
c0ba48b490 LCL: disabled simple dock move code, something is undocking
git-svn-id: trunk@25001 -
2010-04-27 10:41:47 +00:00
mattias
3fddde242b LCL: if WMWindowPosChanged message does not come from interface, ignore
git-svn-id: trunk@24977 -
2010-04-26 17:36:19 +00:00
dodi
cb6d9270b3 dockmanager example: added R *.lfm
git-svn-id: trunk@24905 -
2010-04-25 10:58:29 +00:00
dodi
554e1663e9 dockmanager example: added Visible flag to DockMaster methods
git-svn-id: trunk@24904 -
2010-04-25 09:55:26 +00:00
mattias
b3de8ce8b3 examples: clean up
git-svn-id: trunk@24902 -
2010-04-25 08:45:22 +00:00