Commit Graph

52 Commits

Author SHA1 Message Date
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
5eb3c3af49 Code cleanup
Shane

git-svn-id: trunk@170 -
2001-02-04 18:24:42 +00:00
lazarus
6ecb60e9b4 Code cleanup and JITFOrms bug fix.
Shane

git-svn-id: trunk@168 -
2001-02-04 04:18:12 +00:00
lazarus
bf2acd12f4 Codecompletion changes.
Added code to Uniteditor for code completion.

Also, added code to gtkobject.inc so forms now get keypress events.
Shane

git-svn-id: trunk@166 -
2001-02-02 20:13:39 +00:00
lazarus
2661a323d9 MWE:
= moved some types to gtkdef
  + added WinWidgetInfo
  + added some initialization to Application.Create

git-svn-id: trunk@135 -
2001-01-24 23:26:40 +00:00
lazarus
033fc13f37 Removed gtkDrawDefualt signal function from gtkcallback.inc
It was no longer used.
Shane

git-svn-id: trunk@134 -
2001-01-24 03:21:03 +00:00
lazarus
6bde1f02ae Minor changees
Shane

git-svn-id: trunk@127 -
2001-01-18 13:27:31 +00:00
lazarus
fa7e42fde5 added jitforms
ShanE

git-svn-id: trunk@123 -
2001-01-15 23:37:16 +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
7b20ab2021 Added some TImageList code.
Added a bookmark resource with 10 resource images.
Removed some of the IFDEF's in mwCustomEdit around the inherited code.
Shane

git-svn-id: trunk@112 -
2001-01-11 20:16:47 +00:00
lazarus
a392379d1d Added the Nudge feature to the IDE.
Shane

git-svn-id: trunk@109 -
2001-01-10 20:12:29 +00:00
lazarus
176191f0cf Started taking KeyDown messages in TDesigner
Shane

git-svn-id: trunk@108 -
2001-01-09 21:06:06 +00:00
lazarus
fd402e04ac Worked on moving controls. It's just not working with the X and Y coord's I'm getting.
Shane

git-svn-id: trunk@107 -
2001-01-09 18:23:21 +00:00
lazarus
217117ab35 Closer to moving controls correctly.
Shane

git-svn-id: trunk@104 -
2001-01-08 03:11:46 +00:00
lazarus
75573811af Closer to moving controls correctly.
Shane

git-svn-id: trunk@103 -
2001-01-08 02:06:34 +00:00
lazarus
7a0acebcb0 Small steps to getting the control moving again. I know whats wrong, I just don't have the time tonight to fix it.
Shane

git-svn-id: trunk@102 -
2001-01-07 04:34:45 +00:00
lazarus
b4e6e2450a More changes
Shane

git-svn-id: trunk@101 -
2001-01-06 06:42:25 +00:00
lazarus
74f4e66f0f Made Designer control the control movement and such. I am now using ISDesignMsg to move the controls.
Shane

git-svn-id: trunk@100 -
2001-01-06 06:28:48 +00:00
lazarus
0a09a437ad Minor changes
git-svn-id: trunk@99 -
2001-01-05 18:56:23 +00:00
lazarus
da8f1b2837 Removed some writelns and changed the property editor for TStrings a bit.
Shane

git-svn-id: trunk@95 -
2001-01-04 16:12:54 +00:00
lazarus
536fafd89b Tested TCustomEdit.Readonly, MaxLength and CharCase.
Shane

git-svn-id: trunk@94 -
2001-01-04 15:09:05 +00:00
lazarus
bff114a928 Minor changes to TEdit.
Not tested.
Shane

git-svn-id: trunk@93 -
2001-01-04 13:52:00 +00:00
lazarus
2604d54b61 Trying to figure out the TStringsPropertyEditor.
Shane

git-svn-id: trunk@92 -
2001-01-03 19:34:46 +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
93c09674f1 Changed the drawing routine in Designer so it wouldn't draw over child controls.
Shane

git-svn-id: trunk@86 -
2000-12-29 18:44:29 +00:00
lazarus
c02249f243 Additional Images
git-svn-id: trunk@83 -
2000-12-29 16:17:37 +00:00
lazarus
1558c8a0c1 MOre images into the resource file
Shane

git-svn-id: trunk@82 -
2000-12-29 16:11:28 +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
c9e26ce998 Using the lresources.pp and registering components.
This is a major change but will create much more flexibility for the IDE.
Shane

git-svn-id: trunk@78 -
2000-12-29 13:14:05 +00:00
lazarus
56d7d8034d Project - RUN will run the program IF the program is the active unit in the Editor.
Shane

git-svn-id: trunk@75 -
2000-12-21 20:28:34 +00:00
lazarus
d7128b6823 Made PRoject Build compile the active unit. This way we can actually play with it by compiling units.
git-svn-id: trunk@73 -
2000-12-20 20:04:30 +00:00
lazarus
90b0558cba Added GetChildren
Shane

git-svn-id: trunk@72 -
2000-12-20 17:35:58 +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
90509a76a6 Shane
git-svn-id: trunk@66 -
2000-12-15 19:07:47 +00:00
lazarus
bfde22b079 Changes from Mattias and I.
Shane

git-svn-id: trunk@65 -
2000-12-15 18:25:17 +00:00
lazarus
5546bff903 Changes my Mattias for dropping controls.
Changes by Shane for adding code to the form source.

git-svn-id: trunk@64 -
2000-12-15 15:29:10 +00:00
lazarus
4ac1b588ad Updated OI from Mattias
Shane

git-svn-id: trunk@63 -
2000-12-12 14:16:43 +00:00
lazarus
d28ac7d22f Misc changes
Shane

git-svn-id: trunk@60 -
2000-12-05 19:01:45 +00:00
lazarus
a8baea3893 renamed Object_Inspector and Prop_edits by removing the underline.
Shane

git-svn-id: trunk@58 -
2000-12-01 20:23:35 +00:00
lazarus
e61c62fb5a Removed Designerform.pp
No longer used.
Shane

git-svn-id: trunk@54 -
2000-11-30 21:45:07 +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
fe6058b7fc New Object Inspector code
Shane

git-svn-id: trunk@52 -
2000-11-29 21:22:35 +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
12879a937d Added the code for getting property values to CustomFormEditor.pp
Also changed the return type for
GetPropTypebyName and
GetPropType
to TTypeKind instead of TPropertyType
Shane

git-svn-id: trunk@43 -
2000-11-20 17:43:49 +00:00
lazarus
2ec79ce21b added more code for CustomFormEditor
Shane

git-svn-id: trunk@42 -
2000-11-19 03:08:15 +00:00
lazarus
09c2284956 Added a few files for the formeditor
Shane

git-svn-id: trunk@41 -
2000-11-19 00:19:18 +00:00
lazarus
fe47d09840 MWE:
* fixed some selection code
  + Added selection sample

git-svn-id: trunk@40 -
2000-10-09 22:50:33 +00:00
lazarus
40306ada30 Added abstractcompiler and abstractdebugger
Shane

git-svn-id: trunk@35 -
2000-09-12 18:31:32 +00:00
lazarus
a2060eac49 MWE:
+ Added CreateCompatibeleBitamp function
  + Updated TWinControl.WMPaint
  + Added some checks to avoid gtk/gdk errors
  - Removed no fixed warning from GetDC
  - Removed some output

git-svn-id: trunk@34 -
2000-09-10 23:08:31 +00:00