Commit Graph

858 Commits

Author SHA1 Message Date
laurent
4b344f137a IDE: rename the images to avoid overload
git-svn-id: trunk@17660 -
2008-12-02 13:28:21 +00:00
paul
c564a009b3 designer: allow to put controls on a TCustomFrame children
git-svn-id: trunk@17607 -
2008-11-27 02:26:06 +00:00
mattias
11bd4ccd3d IDE: anchor editor: implemented anchoring for left/top/right/bottommost sibling for multi selections from Benito van der Zander, bug #12340
git-svn-id: trunk@17603 -
2008-11-26 15:58:52 +00:00
paul
85dde9ba4f designer: increase max limits in the anchors editor from 200 to 2048 (why it was so little before?)
git-svn-id: trunk@17583 -
2008-11-25 15:55:21 +00:00
paul
6e2e2c1ff2 lcl: update visibility of methods to prevent compiler warnings
- move KeyDown, KeyUp, DoMouseWheelDown, DoMouseWheelUp, ColorIsStored, Paint, and other misc methods from public to protected
  - move some descendants methods from lower visibility to higher
  - fix use of protected KeyDown, Paint inside few ide units

git-svn-id: trunk@17564 -
2008-11-24 08:15:23 +00:00
mattias
04b8a93513 IDE+object inspector: shwoing code help hints for properties
git-svn-id: trunk@17478 -
2008-11-20 16:27:27 +00:00
marc
88ff1df906 + Added Registers debug view
git-svn-id: trunk@17431 -
2008-11-19 01:35:01 +00:00
paul
e1ab76a782 designer: workaround problem with using Width as ClientWidth
git-svn-id: trunk@17026 -
2008-10-17 02:05:35 +00:00
mattias
405932ec23 IDE: enabled TFrame by default
git-svn-id: trunk@16909 -
2008-10-07 11:56:03 +00:00
paul
942fc72cd3 designer: formatting, + add misc debugLn
git-svn-id: trunk@16858 -
2008-10-03 09:26:48 +00:00
paul
1ea08777de designer: restore occasionally removed 'not'
git-svn-id: trunk@16857 -
2008-10-03 08:07:17 +00:00
tombo
e365c98cca LCL: renamed TWidgetSet.LCLCapabilities to GetLCLCapabilities
- added new capabilities

git-svn-id: trunk@16849 -
2008-10-02 12:51:37 +00:00
paul
717d247586 designer (regression! must be merged): repair up, down buttons in TabOrder dialog. (thanks Logo for hint)
git-svn-id: trunk@16739 -
2008-09-26 03:12:15 +00:00
paul
60b7a905c7 designer: simplify code
git-svn-id: trunk@16737 -
2008-09-26 01:27:49 +00:00
laurent
985937e965 Load glyph form resource
git-svn-id: trunk@16710 -
2008-09-24 14:50:51 +00:00
laurent
dd28cb447d Load glyph form resource and somme resourcestrings
git-svn-id: trunk@16705 -
2008-09-24 12:56:01 +00:00
mattias
5f7508c6e2 IDE: anchor editor: fixed bottom sibling combobox
git-svn-id: trunk@16447 -
2008-09-06 07:12:55 +00:00
mattias
763fd91a65 IDE: designer: anchor editor: fixed using EditongDone
git-svn-id: trunk@16309 -
2008-08-30 19:25:43 +00:00
mattias
69cfe88898 using UTF-8 for file operations and environment variables
git-svn-id: trunk@16236 -
2008-08-25 22:32:23 +00:00
mattias
c6872df774 codetools: fixed lfm parser TokenStart
git-svn-id: trunk@16141 -
2008-08-19 11:11:22 +00:00
mattias
23cd07a771 IDE: change class: enabled combobox complete
git-svn-id: trunk@16140 -
2008-08-19 10:52:33 +00:00
mattias
a12f86e905 IDE: improved layout of TChangeClassDlg
git-svn-id: trunk@16139 -
2008-08-19 10:48:23 +00:00
mattias
c81aab571f fixed uninitialized function results
git-svn-id: trunk@16088 -
2008-08-16 20:51:45 +00:00
mattias
7ea9854894 IDE: designer: fixed mem leak
git-svn-id: trunk@16062 -
2008-08-14 18:54:29 +00:00
mattias
522be24b4a IDE: designer: handling CN_SYSKEYUP/DOWN messages, e.g. Cmd+C under carbon
git-svn-id: trunk@15938 -
2008-08-03 19:56:46 +00:00
mattias
cdd9051f3a IDE: designer: fixed deleting pasted child controls from source, bug #11459
git-svn-id: trunk@15906 -
2008-07-29 08:53:53 +00:00
mattias
2996a3c332 rename COPYING.modifiedLGPL to COPYING.modifiedLGPL.txt
git-svn-id: trunk@15834 -
2008-07-22 09:48:15 +00:00
marc
eb3a29e663 * Use Anchors for anchoreditor itself. Patch by Valdas Jankunas
git-svn-id: trunk@15768 -
2008-07-13 19:42:43 +00:00
mattias
10591e3176 IDE: forbidding putting components on csInline controls, because TWriter does not support this
git-svn-id: trunk@15741 -
2008-07-10 18:00:42 +00:00
mattias
a694ca9ced IDE: changed GetLookupRootForComponent to handle nested/inline components
git-svn-id: trunk@15719 -
2008-07-09 11:56:49 +00:00
mattias
6e13c5dbe9 synedit: codefolding fixes: ctrl-mouse underlining, cursor left/right skip blocks from Martin Friebe
git-svn-id: trunk@15718 -
2008-07-09 11:38:05 +00:00
mattias
530aa687de IDE: reduced debugging output
git-svn-id: trunk@15701 -
2008-07-07 22:22:17 +00:00
mattias
138ad73ec6 IDE: fixed creating methods with the right LookupRoot owner for inline components
git-svn-id: trunk@15700 -
2008-07-07 22:21:48 +00:00
mattias
bc8c1dea0f IDE: putting inline component into form: fixed lookuproot of methods
git-svn-id: trunk@15699 -
2008-07-07 20:43:13 +00:00
mattias
6611e4c5c9 IDE: designer: reading inline streams when putting components on a form
git-svn-id: trunk@15683 -
2008-07-06 13:36:02 +00:00
mattias
dc35d7411d IDE: do not allow putting the frame itself or on of its ancestors onto the frame
git-svn-id: trunk@15562 -
2008-06-24 15:12:14 +00:00
mattias
f3ae482691 IDE: implemented putting a frame onto a designer
git-svn-id: trunk@15561 -
2008-06-24 15:05:51 +00:00
vincents
652b5eb74c default widget set for Mac OS X is now Carbon, not gtk1
git-svn-id: trunk@15488 -
2008-06-20 19:33:44 +00:00
mattias
97ceeb98a6 IDE: enabled multi form properties by default
git-svn-id: trunk@15334 -
2008-06-06 06:14:04 +00:00
mattias
e015a8abdf IDE: designer: not setting ancesto during reading
git-svn-id: trunk@15271 -
2008-05-28 17:47:24 +00:00
mattias
d0dadb1551 IDE: showing lfm filename on read stream error
git-svn-id: trunk@15263 -
2008-05-27 16:06:00 +00:00
mattias
c7cab28f06 IDE: improved error handling readstream
git-svn-id: trunk@15262 -
2008-05-27 14:56:22 +00:00
mattias
5c7e0b9f07 IDE: designer: giving error on exception while loading lfm
git-svn-id: trunk@15257 -
2008-05-27 11:57:53 +00:00
mattias
2bf1be0786 synedit: lfm highlighter: added keyword inline
git-svn-id: trunk@15234 -
2008-05-26 14:08:50 +00:00
mattias
5afca49751 IDE: designer: added comment about csDesignInstance
git-svn-id: trunk@15233 -
2008-05-26 09:14:28 +00:00
mattias
b87e7979e5 IDE: designer: auto resetting frame bounds/anchors
git-svn-id: trunk@15232 -
2008-05-26 07:40:37 +00:00
mattias
3668e304fa IDE: designer: implemented using ancestor in TCustomFormEditor.SaveUnitComponentToBinStream
git-svn-id: trunk@15230 -
2008-05-26 00:08:46 +00:00
mattias
da7efa80db IDE: designer: implemented loading lists of ancestors
git-svn-id: trunk@15229 -
2008-05-25 23:37:39 +00:00
mattias
0f56af6dc6 IDE: designer: improved error messages
git-svn-id: trunk@15228 -
2008-05-25 22:20:58 +00:00
mattias
a75241f932 IDE: using DesignInfo for frames to store position, LCL: TFrame storing DesignLeft and DesignTop
git-svn-id: trunk@15227 -
2008-05-25 20:50:07 +00:00