Commit Graph

529 Commits

Author SHA1 Message Date
paul
749bbc330b examples: update imagelist example - it did not work after TBitmap=>TCustomBitmap change
git-svn-id: trunk@15032 -
2008-05-02 16:04:26 +00:00
marc
aecb127993 * Fixed compilation and some memleaks
git-svn-id: trunk@14954 -
2008-04-24 23:48:27 +00:00
marc
e07aec1513 * Updated Lithuanian translation by Valdas Jankunas
* Updated some po files not covered by the localize script

git-svn-id: trunk@14823 -
2008-04-14 21:55:00 +00:00
vincents
e523d1cf32 turbopower ipro example: clean up
git-svn-id: trunk@14759 -
2008-04-05 12:49:17 +00:00
vincents
30e7e3edec turbopower ipro example: fixed compilation
git-svn-id: trunk@14758 -
2008-04-05 12:43:47 +00:00
mattias
a6e55fad6f examples: openglcontrol: using GL_CLAMP_TO_EDGE instead of GL_CLAMP - it is not longer the same on newer cards
git-svn-id: trunk@14686 -
2008-03-30 01:28:53 +00:00
mattias
bd4b61b421 IDEIntf: added handlers for opened and close project
git-svn-id: trunk@14451 -
2008-03-06 22:59:24 +00:00
mattias
ed00968185 examples: openglcontrol: set target to default
git-svn-id: trunk@14446 -
2008-03-06 11:39:31 +00:00
mattias
89b48f4f33 openglcontrol: added exception when no visual was found
git-svn-id: trunk@14437 -
2008-03-05 22:05:25 +00:00
mattias
50840fd57a lazdatadict: added error for wrong fpc versions
git-svn-id: trunk@14355 -
2008-03-01 18:06:35 +00:00
mattias
65a770df87 IDE: fixed overriding build target OS/CPU/LCL, bug #10915
git-svn-id: trunk@14337 -
2008-03-01 11:28:43 +00:00
vincents
83ebfd0672 examples: fixed compilation after the removal of the clistbox unit from Maxim Ganetsky
git-svn-id: trunk@14235 -
2008-02-23 19:33:06 +00:00
mattias
a71b6c97ca improved make cleanall fro Mazen
git-svn-id: trunk@14157 -
2008-02-16 11:09:45 +00:00
mattias
e585127ec0 h2pas: finished tool to comment fucntions that are too complex for h2pas
git-svn-id: trunk@14110 -
2008-02-12 13:26:13 +00:00
mattias
5a6bbf49a4 synedit: added < and > as default word break characters
git-svn-id: trunk@14053 -
2008-02-09 19:14:53 +00:00
mattias
a6b0e52b35 examples; anchordocking: improved two sibling example
git-svn-id: trunk@14051 -
2008-02-09 18:08:20 +00:00
sekelsenmat
2d2a1cb6ff Fixes lcl compilation on win32, initial implementation for TWin32TrayIcon.GetPosition and moved popupnotifier example.
git-svn-id: trunk@14041 -
2008-02-09 12:39:21 +00:00
vincents
806b9cac81 examples: Added Application.QueueAsyncCall example as alternative for using PostMessage
git-svn-id: trunk@14039 -
2008-02-09 10:28:14 +00:00
mattias
79666bf74b LCL: small cleanups
git-svn-id: trunk@14018 -
2008-02-07 18:39:36 +00:00
mattias
32a23b4bf2 anchordocking: added spiral example
git-svn-id: trunk@14002 -
2008-02-06 14:37:47 +00:00
mattias
3c0c8da15c anchordocking: removed fcl and synedit from examples
git-svn-id: trunk@14001 -
2008-02-06 14:12:15 +00:00
mattias
2f93d7ffe0 LCL: anchordocking: added titlewidth,height to TCustomAnchoredDockManager
git-svn-id: trunk@13999 -
2008-02-06 13:45:08 +00:00
mattias
725ee3e904 IDE: fpdoc editor: left style buttons now work for short description too
git-svn-id: trunk@13940 -
2008-01-31 22:24:36 +00:00
mattias
999e8b059d IDE: TXMLConfig.Flush does not save if Filename empty, TLazPackage extended to save to string, package system extended to revert packages not edited and to check changed packages on disk, disk diff dlg extended to show changes of packages
git-svn-id: trunk@13913 -
2008-01-29 17:52:05 +00:00
paul
f1d8f78b0c initial implementation of TWinControl.SetShape for gtk, qt, win32 + example
git-svn-id: trunk@13874 -
2008-01-25 06:56:57 +00:00
mattias
f3efce1701 LCL: anchor docking: auto cleanup on undock/hiding, undocking pages, anchoring on manualfloat for non forms, fixed undocking pages, TSplitter: fixed anchor splitter max/min
git-svn-id: trunk@13760 -
2008-01-15 19:31:02 +00:00
mattias
84a32a76be examples: docking: set session flag and improved layout
git-svn-id: trunk@13759 -
2008-01-15 19:21:15 +00:00
paul
546684ab7b DragImageList example
git-svn-id: trunk@13757 -
2008-01-15 10:18:20 +00:00
tombo
d28ab69a71 Examples DropFiles: corrected caption, enable dropping on Form2
git-svn-id: trunk@13714 -
2008-01-10 13:18:40 +00:00
mattias
3e34d8a699 LCL: anchor docking: fixed cleaning up when docker is freed, Examples: anchor docking: added test case for clearing layouts
git-svn-id: trunk@13623 -
2008-01-04 19:15:47 +00:00
mattias
2b730fd3d0 examples: anchor docking: added README.txt
git-svn-id: trunk@13620 -
2008-01-04 19:07:10 +00:00
mattias
31bc903546 LCL: added test for anchordocking
git-svn-id: trunk@13617 -
2008-01-04 11:42:11 +00:00
vincents
7e5dbd0350 imgviewer example: fix compilation after removal of the lazarus jpeg package
git-svn-id: trunk@13578 -
2008-01-02 09:45:59 +00:00
mattias
525fec94be LCL: replaced drag/dock messages with a cleaner TDragManager from Marius
git-svn-id: trunk@13564 -
2008-01-01 23:35:52 +00:00
mattias
b2dfb3370c IDE: code explorer: implemented alphabetical sort for identifiers, hiding type/const/var/class visibility section nodes
git-svn-id: trunk@13534 -
2007-12-30 14:40:57 +00:00
vincents
74ba1b4b62 explorermenu example package: fixed compilation
git-svn-id: trunk@13507 -
2007-12-28 15:03:04 +00:00
paul
e5e017a04d remove gtk2 as target for example
git-svn-id: trunk@13407 -
2007-12-21 03:14:30 +00:00
andrew
218dbddfc5 Proofread readme.txt
git-svn-id: trunk@13396 -
2007-12-20 02:12:40 +00:00
paul
4708021126 added readme
git-svn-id: trunk@13395 -
2007-12-20 01:44:09 +00:00
paul
a91d1b1cf3 PostMessage, SendMessage example
git-svn-id: trunk@13390 -
2007-12-19 13:23:08 +00:00
mattias
1ce240c0e6 lazdaemon: set nicer default unit names
git-svn-id: trunk@13283 -
2007-12-11 23:06:44 +00:00
mattias
7cac0aa984 IDE: compiler tests: added warnings when a search path does not exist
git-svn-id: trunk@13203 -
2007-12-07 13:50:30 +00:00
paul
cd416a4ee7 - update jpeg example
git-svn-id: trunk@13196 -
2007-12-07 06:05:47 +00:00
paul
0c31625cb5 remove Jpeg4Lazarus from all svn files dependencies
git-svn-id: trunk@13194 -
2007-12-07 03:03:52 +00:00
paul
1c77fb1ce8 - move code from JPeg4Lazarus to graphics.pp
- move examples from JPeg4Lazarus to common examples dir
- remove JPeg4Lazarus package

git-svn-id: trunk@13192 -
2007-12-07 02:25:09 +00:00
mattias
53e8d6533f IDE: fixed searching owner of virtual files
git-svn-id: trunk@13168 -
2007-12-05 19:27:09 +00:00
vincents
bd8a102149 lcl: added lclversion unit and example (#10250)
git-svn-id: trunk@13156 -
2007-12-05 07:14:58 +00:00
paul
94f23a0660 fix compilation of components and examples
git-svn-id: trunk@13079 -
2007-11-29 15:05:45 +00:00
paul
48d0717fa1 set form position to screencenter in imagelist example
git-svn-id: trunk@12911 -
2007-11-18 08:50:22 +00:00
paul
d91f29e289 improve imagelist example:
- protect example from extending effects set
- add image for 1 Bit effect

git-svn-id: trunk@12887 -
2007-11-16 01:50:46 +00:00
vincents
0c328fda99 regenerated Makefiles with fixed fpc 2.3 fpcmake
git-svn-id: trunk@12846 -
2007-11-12 23:00:57 +00:00
mattias
b91754876e Makefiles: recreated with fpcmake -Tall
git-svn-id: trunk@12824 -
2007-11-11 12:20:00 +00:00
sekelsenmat
579e90adec Added initial implementation for BallonHints on the tray, and updated example.
git-svn-id: trunk@12809 -
2007-11-10 10:42:46 +00:00
paul
33852710ce new imagelist state drawing example
git-svn-id: trunk@12793 -
2007-11-09 04:09:30 +00:00
vincents
0224072d15 cleandir example: added note about missing fclel.res.
git-svn-id: trunk@12746 -
2007-11-05 13:08:14 +00:00
vincents
ea3948dcd3 cleandir example: fixed compilation on windows
git-svn-id: trunk@12744 -
2007-11-05 12:02:19 +00:00
mattias
d42e679dbb Examples: fixed apptype for addressbook example under windows
git-svn-id: trunk@12612 -
2007-10-27 18:17:42 +00:00
vincents
6c588075a8 regenerated makefile for better cross compilation support (#9924)
git-svn-id: trunk@12554 -
2007-10-22 21:33:01 +00:00
vincents
ca9310208c tools, examples: fixed compilation by requiring libc
git-svn-id: trunk@12502 -
2007-10-17 10:00:05 +00:00
mattias
e4a0241fcb Makefiles: removed some fcl dependencies
git-svn-id: trunk@12495 -
2007-10-16 22:47:51 +00:00
mattias
ebef050781 fpc-crosswin32 deb: updates and copying tools like windres
git-svn-id: trunk@12492 -
2007-10-16 20:32:10 +00:00
mattias
5c6f96fcaf IDE: goto line dlg: improved layout
git-svn-id: trunk@12481 -
2007-10-15 22:02:30 +00:00
mattias
b2748c46db openglcontrol gtk2: reduced debugging output, fixed crash on destroy
git-svn-id: trunk@12479 -
2007-10-15 22:00:28 +00:00
mattias
9f67277474 h2pas wizard: added tool to add missing pointer types
git-svn-id: trunk@12336 -
2007-10-05 20:43:40 +00:00
mattias
a2c2fa0c0d example: scanline: using black instead of gray, for better contrast
git-svn-id: trunk@12317 -
2007-10-04 17:54:02 +00:00
marc
1d0a2554cd * Updated translation by Valdas Jankunas
git-svn-id: trunk@12278 -
2007-10-01 21:09:41 +00:00
mattias
8f193ce68e LCL: fixed TLazIntfImage setting DataDescription, updated example for scanline
git-svn-id: trunk@12267 -
2007-10-01 09:35:21 +00:00
mattias
622c1cea5a example for TLazIntfImage fixed
git-svn-id: trunk@12266 -
2007-10-01 09:05:25 +00:00
sekelsenmat
1f11a69562 Moved the trayicon example to the examples folder. Also updated it and made verified its compatibility with Turbo Delphi Explorer.
git-svn-id: trunk@12139 -
2007-09-22 19:47:39 +00:00
marc
1832fdc084 * Added and updated po files
git-svn-id: trunk@12081 -
2007-09-20 00:10:18 +00:00
mattias
a4dc35765d IDEIntf: added lfm/lrs files for objectinspector
git-svn-id: trunk@11965 -
2007-09-08 14:11:53 +00:00
marc
dc0c1fc783 * Updated translation by Maxim Ganetsky
git-svn-id: trunk@11920 -
2007-09-02 22:28:07 +00:00
vincents
e4ef78eb67 - removed rst files from svn, they are not source files, but are generated by the compiler
git-svn-id: trunk@11891 -
2007-08-30 21:49:03 +00:00
vincents
e1a3c061e0 add Lithuanian translations from Valdas
git-svn-id: trunk@11870 -
2007-08-27 21:54:40 +00:00
mattias
e248181ae4 fixed file extension
git-svn-id: trunk@11793 -
2007-08-11 21:10:00 +00:00
mattias
2d37c4a089 examples: added example for service, gui and console app from Michael Van Canneyt
git-svn-id: trunk@11792 -
2007-08-11 21:09:34 +00:00
vincents
a0c72167f0 examples: fixed waitforexample for fpc 2.3.1
git-svn-id: trunk@11776 -
2007-08-10 13:16:49 +00:00
tombo
d707f64709 LCL: added TForm.AllowDropFiles to enable OnDropFiles event, updated DropFiles example
git-svn-id: trunk@11686 -
2007-07-31 12:51:35 +00:00
mattias
d2ed7122f6 improved package compiler options: compile
git-svn-id: trunk@11492 -
2007-07-13 13:53:32 +00:00
mattias
6a1d7613b8 added license and note to example lpicustomdata
git-svn-id: trunk@11489 -
2007-07-13 12:25:07 +00:00
mattias
b5e720249c added example for changing custom lpi data
git-svn-id: trunk@11488 -
2007-07-13 12:16:06 +00:00
tombo
1720437ee9 LCL: renamed OnFilesDrop event to OnDropFiles III.
git-svn-id: trunk@11395 -
2007-06-27 15:37:38 +00:00
tombo
2d733b0a23 LCL: renamed OnFilesDrop event to OnDropFiles II.
git-svn-id: trunk@11370 -
2007-06-25 14:39:21 +00:00
tombo
d7ae9d52d1 LCL: renamed OnFilesDrop event to OnDropFiles
git-svn-id: trunk@11369 -
2007-06-25 14:38:03 +00:00
tombo
6860a97e2b LCL: added OnFilesDrop event to TCustomForm, TApplication and TApplicationProperties
* created example application
* implemented in Win32 interface

git-svn-id: trunk@11365 -
2007-06-24 10:17:46 +00:00
marc
111a7eaa55 * moved codepageconverter translations to languages dir
* updated brazilian translations by Antonio Galvao

git-svn-id: trunk@11139 -
2007-05-14 22:05:46 +00:00
vincents
1e323b22a7 treeview example: don't include 32 bits resource when compiled for win64
git-svn-id: trunk@11069 -
2007-05-03 18:55:47 +00:00
vincents
d3ac699694 childsizinglayout example: don't store session info in lpi
git-svn-id: trunk@11068 -
2007-05-03 18:51:20 +00:00
vincents
d36a125fd8 object inspector example: use default os and widget set
git-svn-id: trunk@10980 -
2007-04-19 21:11:05 +00:00
jesus
cb772e1198 fixes grid's line widths in several forms
git-svn-id: trunk@10962 -
2007-04-17 18:58:04 +00:00
vincents
a0cd202e73 regenerated makefiles with fpcmake 2.3.1 to include the -Cg flag for x86_64-linux
git-svn-id: trunk@10844 -
2007-04-01 19:38:53 +00:00
mattias
94552293bc rpm: using relativ paths for desktop menu item
git-svn-id: trunk@10772 -
2007-03-20 18:28:48 +00:00
mattias
91e8c58c50 LCL: TCanvas.DrawText: changing and restoring BKMode when Style.Opaque=false
git-svn-id: trunk@10766 -
2007-03-18 21:57:25 +00:00
mattias
0f509809a3 translations: german: updates from Joerg Braun
git-svn-id: trunk@10764 -
2007-03-18 21:21:56 +00:00
mattias
407997bc6f gtk intf: TListBox: single selection mode: when selected item is deleted switch to mode SINGLE, when item is selected switch to BROWSE mode, issue #1428
git-svn-id: trunk@10758 -
2007-03-16 14:23:31 +00:00
mattias
e77c31ed38 codetools: searching include file of include file in directory of first include file
git-svn-id: trunk@10723 -
2007-03-08 23:35:58 +00:00
vincents
f364f43b6a listview example: added checkbox for HideSelection property
git-svn-id: trunk@10702 -
2007-03-02 09:48:08 +00:00
marc
1b0b818700 + Added (custom) cursors example from Paul Ishenin
git-svn-id: trunk@10666 -
2007-02-20 23:39:04 +00:00
vincents
f0d0a647d0 treeview example: fixed compilation on linux
git-svn-id: trunk@10611 -
2007-02-08 09:16:50 +00:00
vincents
d79e783bb4 designer baseclass example: fixed compilation
git-svn-id: trunk@10589 -
2007-02-05 14:15:01 +00:00
vincents
aad5b6502d examples: fixed out of the box compilation by adding a global package links
git-svn-id: trunk@10570 -
2007-02-02 14:50:20 +00:00
vincents
ef505e76e2 examples: fixed compilation
git-svn-id: trunk@10563 -
2007-02-01 23:33:31 +00:00
mattias
48bf90bf1d translations: german: updates from Joerg Braun
git-svn-id: trunk@10510 -
2007-01-26 11:32:40 +00:00
mattias
0d7ff5bab2 translations: german: updates from Joerg Braun
git-svn-id: trunk@10509 -
2007-01-26 11:32:00 +00:00
mattias
b66c203a3c added debugging information
git-svn-id: trunk@10466 -
2007-01-18 11:53:08 +00:00
mattias
52796d556e IDE: implemented registering custom component base classes for designer
git-svn-id: trunk@10458 -
2007-01-16 18:28:15 +00:00
vincents
aeae3fdd32 updated polish translations from Paweł (ACD)
git-svn-id: trunk@10443 -
2007-01-14 19:08:59 +00:00
jesus
6d408b4534 resized and tidied up the example form for the Grid Semaphore, from Graeme Geldenhuys
git-svn-id: trunk@10433 -
2007-01-12 16:52:35 +00:00
jesus
98fa10f7f6 removed VisibleColCount and VisibleRowCount readonly properties from some lfms and regenerated their lrs files
git-svn-id: trunk@10426 -
2007-01-11 20:44:14 +00:00
jesus
667426dd97 gtk: font enumeration support for requested pitch, fontenum example updated
git-svn-id: trunk@10406 -
2007-01-09 09:02:10 +00:00
mattias
4560417c25 added package link for simpleideintf
git-svn-id: trunk@10375 -
2007-01-05 12:11:54 +00:00
mattias
4aaef35274 examples: added an example for ScanLine replacement
git-svn-id: trunk@10275 -
2006-12-01 21:23:32 +00:00
mattias
d6eb52a88b gtk intf: reduced X queries for GetCursorPos, LCL: extended ControlAtPos to search recursive, gtk2 intf: FindControlAtPos now searches recursive and now finds sub child controls, IDE: renaming units via save-as now consider code renames by user
git-svn-id: trunk@10114 -
2006-10-28 10:50:00 +00:00
mattias
9747f91093 added FontIsMonoSpace
git-svn-id: trunk@10043 -
2006-10-05 21:50:05 +00:00
mattias
92a59e706f added example to add IDE help for the sources of a package
git-svn-id: trunk@9941 -
2006-09-19 22:25:33 +00:00
mattias
14b9d0eadc project version info: added default values while saving
git-svn-id: trunk@9909 -
2006-09-15 17:59:31 +00:00
mattias
92ed57e945 replaced paths with CodeTools package
git-svn-id: trunk@9876 -
2006-09-12 22:10:32 +00:00
vincents
3445892be1 examples: added packages dependencies, so that IDE and lazbuild can compile them
git-svn-id: trunk@9828 -
2006-09-07 07:04:39 +00:00
mattias
7d1c50c395 xml streaming: implemented custom properties
git-svn-id: trunk@9748 -
2006-08-23 22:49:29 +00:00
mattias
ac5ae3b17e fixed fpc 2.1.1 compilation, docking: implemented shrinking to get space for docked control
git-svn-id: trunk@9718 -
2006-08-12 10:55:22 +00:00
mattias
b79d6a7b7d h2pas: started text tools editor
git-svn-id: trunk@9696 -
2006-08-01 16:57:26 +00:00
mattias
43b02b83ea fixed compilation under fpc 2.1.1
git-svn-id: trunk@9694 -
2006-07-31 07:38:52 +00:00
mattias
b116feb56e started LazDoc reading inherited help items
git-svn-id: trunk@9671 -
2006-07-25 07:41:45 +00:00
mattias
5643a1ba44 added Procedure Jump to source editor context menu
git-svn-id: trunk@9664 -
2006-07-22 13:54:55 +00:00
mattias
408b5f9830 small optimization for widestrings
git-svn-id: trunk@9660 -
2006-07-22 09:03:26 +00:00
mattias
7f60e77e98 fixed range check, added widestring stream example
git-svn-id: trunk@9659 -
2006-07-22 08:59:21 +00:00
mattias
245402981f renamed README files to README.txt
git-svn-id: trunk@9657 -
2006-07-21 18:31:15 +00:00
mattias
67458062b3 started h2pas frontend, localized watch list
git-svn-id: trunk@9631 -
2006-07-18 23:05:46 +00:00
mattias
4baf95a5f5 fixed mem leak
git-svn-id: trunk@9630 -
2006-07-18 17:37:21 +00:00
mattias
b17384ebc1 TButtonGlyph now uses shared bitmaps, improved debugging mem leaks
git-svn-id: trunk@9629 -
2006-07-18 17:20:34 +00:00
mattias
f10441b47f added multithreading examples
git-svn-id: trunk@9575 -
2006-07-08 15:12:53 +00:00
vincents
2b7bb69fe4 * fixes postscriptcanvas example
patch by Darius

git-svn-id: trunk@9555 -
2006-07-04 18:06:05 +00:00
mattias
060e5fdbe6 removed session file
git-svn-id: trunk@9543 -
2006-07-02 22:06:28 +00:00
mattias
d51b75a539 carbon intf: started Synchronize. ToDo: wait till processed.
git-svn-id: trunk@9542 -
2006-07-02 22:06:06 +00:00
mattias
24649d370c carbon intf: implemented dosynchronize
git-svn-id: trunk@9541 -
2006-07-02 14:23:17 +00:00
mattias
d27f730f7a fixed streaming empty widestrings
git-svn-id: trunk@9534 -
2006-07-01 11:40:25 +00:00
mattias
3385779d03 gtk2 intf: added GetDefaultPangoLayout
git-svn-id: trunk@9494 -
2006-06-24 08:35:25 +00:00
mattias
a681ab7b71 added TXMLConfigStorage
git-svn-id: trunk@9438 -
2006-06-15 21:49:57 +00:00
mattias
e8a420de15 localized dialog to find components in the palette
git-svn-id: trunk@9435 -
2006-06-14 17:52:11 +00:00
mattias
63dd31ff22 implemented a dialog to find components in the palette
git-svn-id: trunk@9434 -
2006-06-14 17:50:08 +00:00
mattias
8bf46b037a cleanup
git-svn-id: trunk@9422 -
2006-06-12 19:06:18 +00:00
mattias
436dd7b560 removed session file
git-svn-id: trunk@9421 -
2006-06-12 19:00:17 +00:00
mattias
d7280b58d3 added example for html help with ipro from Armin Diehl
git-svn-id: trunk@9420 -
2006-06-12 18:59:51 +00:00
mattias
34ec62a9ca fixed PChar typecasts
git-svn-id: trunk@9394 -
2006-06-04 09:35:45 +00:00
mattias
ceace70fe8 improved converting URL path delimiter to PathDelim
git-svn-id: trunk@9377 -
2006-05-30 21:50:42 +00:00
mattias
47a7425d7c set button/bitbtn borderspacing.innerborder to 4
git-svn-id: trunk@9335 -
2006-05-22 08:10:49 +00:00
mattias
84a4d25163 added example for HTML help
git-svn-id: trunk@9311 -
2006-05-19 21:56:07 +00:00
mattias
19d2543a28 small updates from Barko
git-svn-id: trunk@9267 -
2006-05-13 09:30:38 +00:00
micha
c3fada6d57 win64 fixes (from peter, modified)
git-svn-id: trunk@9222 -
2006-05-01 21:47:48 +00:00
mattias
b9bb55769f added help for code template dialog
git-svn-id: trunk@9217 -
2006-04-30 22:49:29 +00:00
mattias
81729dd840 implemented saving form as xml
git-svn-id: trunk@9172 -
2006-04-23 22:46:41 +00:00
mattias
891c68db93 make fields editor more robust for multiple forms from Alexandrov Alexandru
git-svn-id: trunk@9166 -
2006-04-23 20:24:57 +00:00
mattias
96da86f260 published some Font properties, that now works under win32 and gtk1
git-svn-id: trunk@9165 -
2006-04-23 20:22:22 +00:00
mattias
baa2ccb6bc XML streaming: implemented reading child controls
git-svn-id: trunk@9163 -
2006-04-23 11:03:05 +00:00
mattias
a6dce8e43a reading components from XML: implemented reading properties and collections
git-svn-id: trunk@9162 -
2006-04-22 22:00:34 +00:00
mattias
d613b09c25 added to codetools defines preview a TreeView for the defines
git-svn-id: trunk@9160 -
2006-04-22 14:09:14 +00:00
mattias
f5abc1d817 added TCustomSplitter.MoveSplitter and SetSplitterPosition and IDE ct defines editor now saves splitter positions
git-svn-id: trunk@9159 -
2006-04-22 13:13:36 +00:00
mattias
7057de0774 fixed unhandled macro
git-svn-id: trunk@9145 -
2006-04-19 08:17:45 +00:00
mattias
de9497265f fixed project src path for output dir
git-svn-id: trunk@9120 -
2006-04-13 18:19:39 +00:00
mattias
660b011966 changed project output file: if target filename is set, it is now always relative to the project directory
git-svn-id: trunk@9118 -
2006-04-11 20:49:15 +00:00
vincents
01de1692b1 fixed typo
git-svn-id: trunk@9114 -
2006-04-10 18:15:22 +00:00
vincents
7e9fc77a93 removed ShowScale
git-svn-id: trunk@9113 -
2006-04-10 11:18:13 +00:00
mattias
0a08475ff7 completed xml writer for components
git-svn-id: trunk@9112 -
2006-04-10 10:13:37 +00:00
mattias
770fa8ffb2 fixed ExtTextOut getting TextHeight
git-svn-id: trunk@9111 -
2006-04-10 08:45:13 +00:00
mattias
f4ec1d306d implemented streaming components to TXMLConfig
git-svn-id: trunk@9090 -
2006-04-07 16:12:43 +00:00
mattias
d8e7f5e0af added ct define fpc rtl directory if SrcOS=win then add win/wininc
git-svn-id: trunk@9089 -
2006-04-07 14:38:16 +00:00
mattias
cc4020a589 renamed msgintf.pas to idemsgintf.pas
git-svn-id: trunk@9082 -
2006-04-05 19:58:42 +00:00
mattias
34318f3f2b added comctrls ttreenode docs from Darius
git-svn-id: trunk@9063 -
2006-04-02 17:30:45 +00:00
vincents
22e049a217 regenerated to support i386-darwin
git-svn-id: trunk@9008 -
2006-03-24 07:55:17 +00:00
mattias
0b48164f48 anchordocking: implemented saving layout
git-svn-id: trunk@9000 -
2006-03-22 23:18:04 +00:00
vincents
5c372c949e 64 bits fixes
git-svn-id: trunk@8932 -
2006-03-13 07:49:59 +00:00
mattias
4a72c727b5 added resourcestrings to debugoptions from Darius
git-svn-id: trunk@8821 -
2006-02-25 11:37:07 +00:00
mattias
f5b827c8f7 added example for IDE QuickFix item to fix Sender not used items
git-svn-id: trunk@8816 -
2006-02-24 15:49:01 +00:00
mattias
c03e8cd810 added DefineRectProperty
git-svn-id: trunk@8811 -
2006-02-23 16:29:43 +00:00
mattias
509e8de76c added example how to stream components
git-svn-id: trunk@8810 -
2006-02-23 14:57:19 +00:00
mattias
850280fdb8 added example to start a browser under linux
git-svn-id: trunk@8791 -
2006-02-21 23:54:52 +00:00
mattias
3d972e14a4 added multithreading example
git-svn-id: trunk@8790 -
2006-02-21 19:13:21 +00:00
mattias
7f659b2099 implemented Quick Fix system
git-svn-id: trunk@8782 -
2006-02-20 18:55:36 +00:00
mattias
31550f7501 started saving of anchor docking state
git-svn-id: trunk@8750 -
2006-02-17 12:36:45 +00:00
mattias
5125dffdf8 set target of opengl control example to default
git-svn-id: trunk@8731 -
2006-02-11 09:34:52 +00:00
mattias
86d52425ee renamed example gtkglarea to openglcontrol
git-svn-id: trunk@8730 -
2006-02-11 09:24:56 +00:00
mattias
a5ea07ca09 renamed example gtkglarea to openglcontrol
git-svn-id: trunk@8729 -
2006-02-11 09:17:39 +00:00
mattias
da985a41bf renamed example gtkglarea to openglcontrol
git-svn-id: trunk@8728 -
2006-02-11 09:17:31 +00:00
mattias
736174ad5a renamed example dir gtkglarea to openglcontrol
git-svn-id: trunk@8727 -
2006-02-11 09:16:24 +00:00
mattias
d47a79ff62 added anchor docking example
git-svn-id: trunk@8722 -
2006-02-09 18:31:10 +00:00
vincents
63080cbd35 fixed compilation
git-svn-id: trunk@8687 -
2006-02-02 15:17:35 +00:00
mattias
1f08229ba5 added TFont.IsEqual
git-svn-id: trunk@8541 -
2006-01-17 12:33:53 +00:00
mattias
79e3ae5aa6 improved autosizing of explorermenu example from Darius
git-svn-id: trunk@8479 -
2006-01-10 14:09:39 +00:00
mattias
6edfc6200b Makefile update only on change
git-svn-id: trunk@8477 -
2006-01-09 23:08:37 +00:00
mattias
437421c944 fixed codeexplorer anchroing
git-svn-id: trunk@8464 -
2006-01-07 18:30:54 +00:00
mattias
4b11686705 moved IDE command constants to ideintf/idecommands.pas
git-svn-id: trunk@8460 -
2006-01-07 13:59:59 +00:00
jesus
ecff79f1e2 updated ipro example
git-svn-id: trunk@8303 -
2005-12-13 07:08:20 +00:00
mattias
5a28a8fb1e fixed exception handling
git-svn-id: trunk@8233 -
2005-11-28 20:57:11 +00:00
mattias
ba823195d4 clean up
git-svn-id: trunk@8232 -
2005-11-28 19:44:57 +00:00
mattias
73b6c0cdd6 added example for adding a new codetools function to the IDE via a package
git-svn-id: trunk@8231 -
2005-11-28 19:42:16 +00:00
jesus
fd3d6a4a2b tpipro example update
git-svn-id: trunk@8228 -
2005-11-26 21:26:06 +00:00
mattias
77dcb0f8d9 made TListView example lpi publishable
git-svn-id: trunk@8215 -
2005-11-22 19:04:04 +00:00
mattias
6ade560b7d extended TListView example from Darius
git-svn-id: trunk@8214 -
2005-11-22 19:02:20 +00:00
jesus
53a30ea218 example for font enumeration
git-svn-id: trunk@8041 -
2005-11-02 21:28:39 +00:00
mattias
45e475f8c0 started more flexible ChildSizing.Layout engine
git-svn-id: trunk@7983 -
2005-10-22 18:46:09 +00:00