| .. |
|
units
|
changed unit output directories to fpc format units/CPU-OS
|
2005-07-22 13:47:35 +00:00 |
|
actionseditor.lfm
|
fixed deleting an action in TActionListEditor
|
2005-08-17 10:55:31 +00:00 |
|
actionseditor.lrs
|
fixed deleting an action in TActionListEditor
|
2005-08-17 10:55:31 +00:00 |
|
actionseditor.pas
|
fixed deleting an action in TActionListEditor
|
2005-08-17 10:55:31 +00:00 |
|
actionseditorstd.lfm
|
changed the caption of the "cancel" button from Anuluj to Cancel from Darius
|
2005-07-29 14:56:05 +00:00 |
|
actionseditorstd.lrs
|
changed the caption of the "cancel" button from Anuluj to Cancel from Darius
|
2005-07-29 14:56:05 +00:00 |
|
actionseditorstd.pas
|
changed the caption of the "cancel" button from Anuluj to Cancel from Darius
|
2005-07-29 14:56:05 +00:00 |
|
allideintf.pas
|
added TTreeView items editor from Lagunov Aleksey
|
2005-09-12 22:22:28 +00:00 |
|
columndlg.pp
|
Fixed memleak in rename identifier
|
2005-11-07 09:58:41 +00:00 |
|
componenteditors.pas
|
added some resourcestrings and autosizing for checklistbox editor
|
2005-07-13 17:25:06 +00:00 |
|
componentreg.pas
|
fixed registering TStaticText
|
2005-06-23 18:48:55 +00:00 |
|
componenttreeview.lrs
|
|
|
|
componenttreeview.pas
|
fixed creating child handles on Visible=false parent at designtime
|
2005-11-07 18:50:28 +00:00 |
|
configstorage.pas
|
added to IDEIntf: GetIDEConfigStorage for custom config files
|
2005-05-25 14:09:51 +00:00 |
|
dbpropedits.pas
|
|
|
|
fieldseditor.lfm
|
added DB Fields Editor for the IDE from Alexandrov Alexandru - needs FPC 2.1
|
2005-06-13 18:34:21 +00:00 |
|
fieldseditor.lrs
|
added DB Fields Editor for the IDE from Alexandrov Alexandru - needs FPC 2.1
|
2005-06-13 18:34:21 +00:00 |
|
fieldseditor.pas
|
fixed warnings
|
2005-10-10 11:33:08 +00:00 |
|
fieldslist.lfm
|
added DB Fields Editor for the IDE from Alexandrov Alexandru - needs FPC 2.1
|
2005-06-13 18:34:21 +00:00 |
|
fieldslist.lrs
|
added DB Fields Editor for the IDE from Alexandrov Alexandru - needs FPC 2.1
|
2005-06-13 18:34:21 +00:00 |
|
fieldslist.pas
|
fixed warnings
|
2005-10-10 11:33:08 +00:00 |
|
formeditingintf.pas
|
implemented IDE command scopes
|
2005-09-17 22:31:17 +00:00 |
|
frmselectprops.lfm
|
added idewindowintf.pas - interface for storing IDE dialogs sizes
|
2005-07-31 10:21:18 +00:00 |
|
frmselectprops.lrs
|
added idewindowintf.pas - interface for storing IDE dialogs sizes
|
2005-07-31 10:21:18 +00:00 |
|
frmselectprops.pas
|
added idewindowintf.pas - interface for storing IDE dialogs sizes
|
2005-07-31 10:21:18 +00:00 |
|
graphpropedits.pas
|
Font enumeration, Screen.fonts, TFontCharset property editor
|
2005-10-29 20:06:26 +00:00 |
|
helpfpdoc.pas
|
improved IDE Help selector for items in same node, added more compiler targets
|
2005-10-29 09:01:06 +00:00 |
|
helphtml.pas
|
improved IDE Help selector for items in same node, added more compiler targets
|
2005-10-29 09:01:06 +00:00 |
|
helpintf.pas
|
fixed possible access violation when doing debugln
|
2005-11-09 09:29:30 +00:00 |
|
idecommands.pas
|
fixed showing localized name in keymapping
|
2005-10-01 09:25:29 +00:00 |
|
idewindowintf.pas
|
converted environment options to lfm from Darius
|
2005-09-17 13:50:59 +00:00 |
|
imagelisteditor.pp
|
clean up
|
2005-09-13 10:13:33 +00:00 |
|
lazideintf.pas
|
implemented .compiled state files for projects
|
2005-12-07 17:11:04 +00:00 |
|
listviewpropedit.pp
|
|
|
|
macrointf.pas
|
fixed event assignment completion cursor pos
|
2005-11-07 22:11:05 +00:00 |
|
Makefile
|
changed unit output directories to fpc format units/CPU-OS
|
2005-07-22 13:47:35 +00:00 |
|
Makefile.fpc
|
added TMaskEdit.EditMask property editor from Lagunov Aleksey
|
2005-08-27 12:55:55 +00:00 |
|
maskpropedit.lfm
|
fixed title of Open masks file dialog
|
2005-10-06 20:46:45 +00:00 |
|
maskpropedit.lrs
|
fixed title of Open masks file dialog
|
2005-10-06 20:46:45 +00:00 |
|
maskpropedit.pas
|
fixed crash in maskpropedit when no templates available from Alex
|
2005-10-04 22:02:27 +00:00 |
|
menuintf.pas
|
IDE now extends/clean up project unit path on renaming a project unit
|
2005-11-15 16:14:04 +00:00 |
|
newfield.lfm
|
added DB Fields Editor for the IDE from Alexandrov Alexandru - needs FPC 2.1
|
2005-06-13 18:34:21 +00:00 |
|
newfield.lrs
|
added DB Fields Editor for the IDE from Alexandrov Alexandru - needs FPC 2.1
|
2005-06-13 18:34:21 +00:00 |
|
newfield.pas
|
64 bit fixes
|
2005-09-14 21:32:07 +00:00 |
|
newitemintf.pas
|
added methods to ideintf for NewItemIntf to register custom categories
|
2005-07-25 23:34:48 +00:00 |
|
objectinspector.pp
|
gtk: only ownerdraw lists receive OnDrawItem (bug #910), windows: enable listbox with color in objectinspector
|
2005-11-11 21:54:34 +00:00 |
|
objinspstrconsts.pas
|
added missing resourcestrings for propedits memochanged
|
2005-11-02 07:46:46 +00:00 |
|
oi_box.bmp
|
|
|
|
oi_comp.bmp
|
|
|
|
oi_control.bmp
|
|
|
|
oi_form.bmp
|
|
|
|
packageintf.pas
|
|
|
|
projectintf.pas
|
added options to always build project
|
2005-12-09 09:39:29 +00:00 |
|
propedits.pp
|
fixed TPersistenPropertyEditor for 64bit
|
2005-11-26 18:12:26 +00:00 |
|
README
|
updated COPYING and README for new files
|
2005-06-13 09:38:54 +00:00 |
|
srceditorintf.pas
|
fixed linux compilation, fixed codetools searching class header comment
|
2005-11-10 18:36:27 +00:00 |
|
texttools.pas
|
IDE now extends/clean up project unit path on renaming a project unit
|
2005-11-15 16:14:04 +00:00 |
|
treeviewpropedit.lfm
|
added TTreeView items editor from Lagunov Aleksey
|
2005-09-12 22:22:28 +00:00 |
|
treeviewpropedit.lrs
|
added TTreeView items editor from Lagunov Aleksey
|
2005-09-12 22:22:28 +00:00 |
|
treeviewpropedit.pas
|
added TTreeView items editor from Lagunov Aleksey
|
2005-09-12 22:22:28 +00:00 |