lazarus
be7e4beacc
MG: made ShowModal more dlephi compatible
...
git-svn-id: trunk@1643 -
2002-04-26 15:31:06 +00:00
lazarus
f26700a739
MG: improved clean up
...
git-svn-id: trunk@1639 -
2002-04-26 12:26:50 +00:00
lazarus
852eb5a81f
GTK Cleanup
...
Shane
git-svn-id: trunk@1545 -
2002-03-25 17:59:20 +00:00
lazarus
3d7960e165
MG: TForm.Position will now considered before creating form on 0,0
...
git-svn-id: trunk@1525 -
2002-03-18 11:44:41 +00:00
lazarus
f118ad2dcb
MG: reduced size+move messages between lcl and interface
...
git-svn-id: trunk@1522 -
2002-03-16 21:40:55 +00:00
lazarus
bdf8fb50ca
Constraints implementation (first cut) and sizig - moving system rework to
...
better match Delphi/Kylix way of doing things (the existing implementation
worked by acident IMHO :-)
git-svn-id: trunk@686 -
2002-02-09 01:45:13 +00:00
lazarus
c9e180acac
TPanel implemented.
...
Basic graphic primitives split into GraphType package, so that we can
reference it from interface (GTK, Win32) units.
New Frame3d canvas method that uses native (themed) drawing (GTK only).
New overloaded Canvas.TextRect method.
LCLLinux and Graphics was split, so a bunch of files had to be modified.
git-svn-id: trunk@653 -
2002-02-03 00:24:02 +00:00
lazarus
a435b0f6b0
MG: added TTreeView
...
git-svn-id: trunk@575 -
2002-01-04 21:07:49 +00:00
lazarus
7a28cf749f
MG: fixed initial component aligning
...
git-svn-id: trunk@562 -
2002-01-01 15:50:16 +00:00
lazarus
5a77b46dab
MG: form stream errors are now written
...
git-svn-id: trunk@559 -
2001-12-30 20:35:12 +00:00
lazarus
247f0376f6
MG: changes for fpc 1.1
...
git-svn-id: trunk@547 -
2001-12-19 10:59:12 +00:00
lazarus
bd75d3d4c3
MG: added TApplication.ShowException
...
git-svn-id: trunk@490 -
2001-12-08 12:35:12 +00:00
lazarus
34988490b3
Improved the double click.
...
Shane
git-svn-id: trunk@468 -
2001-11-29 18:41:27 +00:00
lazarus
704da558b2
Added a property for BorderWidth in TForm
...
Changed the hint window in the designer to be more picky when it pops up.
Shane
git-svn-id: trunk@423 -
2001-11-15 19:16:43 +00:00
lazarus
67cf25e0fa
MG: fixed set formicon on invisible forms
...
git-svn-id: trunk@406 -
2001-11-10 10:48:02 +00:00
lazarus
40cb0d378a
HintWindow changes
...
Shane
git-svn-id: trunk@403 -
2001-11-09 19:14:25 +00:00
lazarus
2b97867c60
MG: fixed errorline showing, resource adding and published var editing and added make cleanall
...
git-svn-id: trunk@384 -
2001-11-03 08:37:37 +00:00
lazarus
0180f8302a
Changed Application.Messagebox to use TMessageBox class.
...
Added icon images for mtError and mtConfirmation
Shane
git-svn-id: trunk@381 -
2001-11-01 18:48:52 +00:00
lazarus
0c36e4eab1
MG: added ExceptProc to forms.pp
...
git-svn-id: trunk@380 -
2001-10-31 22:12:12 +00:00
lazarus
bb9b3d32fe
Added code for TApplication to get it ready to accept exceptions.
...
Shane
git-svn-id: trunk@378 -
2001-10-31 21:43:29 +00:00
lazarus
d6dced53e4
MG: fixed setpixel and TCustomForm.OnResize event
...
git-svn-id: trunk@338 -
2001-10-07 07:28:34 +00:00
lazarus
5466ee1774
MG: bugfixes for destroying controls
...
git-svn-id: trunk@303 -
2001-06-28 18:15:04 +00:00
lazarus
bc488d5e04
MG: added code for form icons from Rene E. Beszon
...
git-svn-id: trunk@299 -
2001-06-26 00:08:36 +00:00
lazarus
d175a3aca2
MG: small bugfixes and less notes
...
git-svn-id: trunk@288 -
2001-06-14 14:57:59 +00:00
lazarus
d6756d69bb
MG: added non-visual-component code to IDE and LCL
...
git-svn-id: trunk@248 -
2001-03-31 13:35:23 +00:00
lazarus
0b8e9b01d6
MG: setwindowpos + bugfixes
...
git-svn-id: trunk@240 -
2001-03-26 14:58:32 +00:00
lazarus
bde7e85bed
Trying to get the last control of the last form focused when a dialog closes.
...
Still working on it.
Shane
git-svn-id: trunk@177 -
2001-02-06 20:59:17 +00:00
lazarus
aa81046e12
Fixes from Mattias for EditorOPtions
...
Fixes to COmpiler that should allow people to compile if their path is set up.
Changes to code completion.
Shane
git-svn-id: trunk@172 -
2001-02-06 13:38:58 +00:00
lazarus
b63fd4b108
Started the code completion.
...
Shane
git-svn-id: trunk@162 -
2001-02-01 16:45:20 +00:00
lazarus
b86d3c39a1
Changed LResources to TLResources
...
Shane
git-svn-id: trunk@124 -
2001-01-16 16:21:29 +00:00
lazarus
a38cefe625
Shane
...
git-svn-id: trunk@119 -
2001-01-14 03:56:57 +00:00
lazarus
92261b271b
Shiftstate fixed so it reports ssCtrl and ssShift now.
...
You can use Shift-Ctrl-Up and Down to jump to procedures in the code explorer.
Shane
git-svn-id: trunk@116 -
2001-01-12 20:22:09 +00:00
lazarus
a1ea547079
Moved lresources.
...
Moved CreateLFM to Main.pp
Changed Form1 and TFOrm1 to MainIDE and TMainIDE
Shane
git-svn-id: trunk@96 -
2001-01-04 20:33:53 +00:00
lazarus
2f4f81f07e
The Speedbutton now has a numglyphs setting.
...
I started the TStringPropertyEditor
git-svn-id: trunk@91 -
2001-01-03 18:44:54 +00:00
lazarus
f691b58971
Added more images to the resource.
...
Shane
git-svn-id: trunk@81 -
2000-12-29 15:04:07 +00:00
lazarus
4ccb1fbc5a
Removed IDEEDITOR. This causes the PROJECT class to not function.
...
Saving projects no longer works.
I added TSourceNotebook and TSourceEditor. They do all the work for saving/closing/opening units. Somethings work but they are in early development.
Shane
git-svn-id: trunk@68 -
2000-12-19 18:43:13 +00:00
lazarus
d823c5ccff
MWE:
...
- removed designer from uses clause,
it is not needed
git-svn-id: trunk@59 -
2000-12-01 23:42:15 +00:00
lazarus
8ad22a1c8f
Changed TDesigner. It's now notified when a control is added to it's CustomForm.
...
It's created in main.pp when New Form is selected.
Shane
git-svn-id: trunk@53 -
2000-11-30 21:43:38 +00:00
lazarus
f28a735d19
Added the Object Inspector code.
...
Added more form editor code.
Shane
git-svn-id: trunk@46 -
2000-11-27 18:52:38 +00:00
lazarus
2a2fc723d4
Added TCustomForm.Notification so the TDesigner is notified of actions.
...
Added more code for getting info via RTTI
Shane
git-svn-id: trunk@44 -
2000-11-21 17:33:37 +00:00
lazarus
109626d9c4
Changed the TCUstomForm create function. I am getting it ready to read the resources to auto-create the controls...
...
Anslo changes TScreen.AddForm and TScreen.RemoveForm. They were being passed TFOrm's instead of TCustomForms.
Shane
git-svn-id: trunk@24 -
2000-08-09 14:15:04 +00:00
michael
f088b13a3e
+ Initial import
...
git-svn-id: trunk@2 -
2000-07-13 10:28:31 +00:00