.. |
languages
|
add Lithuanian translations from Valdas
|
2007-08-27 21:54:40 +00:00 |
actionseditor.lfm
|
fixed deleting an action in TActionListEditor
|
2005-08-17 10:55:31 +00:00 |
actionseditor.lrs
|
set button/bitbtn borderspacing.innerborder to 4
|
2006-05-22 08:10:49 +00:00 |
actionseditor.pas
|
project version info: fixes from Jouke Rensma
|
2006-09-12 20:32:12 +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
|
set button/bitbtn borderspacing.innerborder to 4
|
2006-05-22 08:10:49 +00:00 |
actionseditorstd.pas
|
fixed fpc 2.3 compilation (assigning to set or record properties)
|
2007-05-04 22:43:58 +00:00 |
allideintf.pas
|
- added interfaces to common IDE imagelists
|
2007-05-02 08:55:41 +00:00 |
baseideintf.pas
|
IDE: added safeguard against getting environmentstrings that start with '=' as can happen on windows. This fixes bug #1685 and #7699
|
2006-12-14 20:24:04 +00:00 |
checkgroupeditordlg.lfm
|
LCL: autosizing parent control now work with childs anchored to parent
|
2007-08-23 20:14:12 +00:00 |
checkgroupeditordlg.lrs
|
LCL: autosizing parent control now work with childs anchored to parent
|
2007-08-23 20:14:12 +00:00 |
checkgroupeditordlg.pas
|
LCL: TCustomUpDown remving old csPanel and using default of TCustomControl ancestor
|
2007-08-23 13:28:31 +00:00 |
checklistboxeditordlg.lfm
|
improve checkgroup editor (patch from Salvatore Coppola)
|
2007-02-11 16:24:28 +00:00 |
checklistboxeditordlg.lrs
|
improve checkgroup editor (patch from Salvatore Coppola)
|
2007-02-11 16:24:28 +00:00 |
checklistboxeditordlg.pas
|
improve checkgroup editor (patch from Salvatore Coppola)
|
2007-02-11 16:24:28 +00:00 |
collectionpropeditform.lfm
|
converted TStringsPropEditorDlg, TCollectionPropertyEditorForm to lfm from Tomas Gregorovic
|
2006-01-20 22:34:46 +00:00 |
collectionpropeditform.lrs
|
set button/bitbtn borderspacing.innerborder to 4
|
2006-05-22 08:10:49 +00:00 |
columndlg.pp
|
added resourcestrings
|
2006-08-14 09:19:37 +00:00 |
componenteditors.pas
|
* Spaces fix by Pawel Trochimczuk
|
2007-08-26 16:55:51 +00:00 |
componentreg.pas
|
fixed registering TStaticText
|
2005-06-23 18:48:55 +00:00 |
componenttreeview.lrs
|
added icons for component treeview in OI and implemented changing parent via dnd from Luca Minuti
|
2005-03-14 13:37:18 +00:00 |
componenttreeview.pas
|
IDE: fixed selected image in the component treeview from Martin Smat (#8829)
|
2007-05-08 02:02:13 +00:00 |
dbpropedits.pas
|
|
|
fieldseditor.lfm
|
make fields editor more robust for multiple forms from Alexandrov Alexandru
|
2006-04-23 20:24:57 +00:00 |
fieldseditor.lrs
|
set button/bitbtn borderspacing.innerborder to 4
|
2006-05-22 08:10:49 +00:00 |
fieldseditor.pas
|
IDE, fixes lazarus freeze after closing fields editor (issue #8925), also improved fields editor so it keeps dataset opened while adding/removing fields
|
2007-08-06 19:24:46 +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
|
set button/bitbtn borderspacing.innerborder to 4
|
2006-05-22 08:10:49 +00:00 |
fieldslist.pas
|
IDE, removed unnecesary comment
|
2007-08-07 06:36:41 +00:00 |
formeditingintf.pas
|
IDE: implemented registering custom component base classes for designer
|
2007-01-16 18:28:15 +00:00 |
frmselectprops.lfm
|
(IDE):
|
2007-07-30 16:33:41 +00:00 |
frmselectprops.lrs
|
(IDE):
|
2007-07-30 16:33:41 +00:00 |
frmselectprops.pas
|
IDEIntf: clean up uses sections
|
2007-08-09 21:40:18 +00:00 |
graphicpropedit.lfm
|
(IDE):
|
2007-07-30 16:33:41 +00:00 |
graphicpropedit.lrs
|
(IDE):
|
2007-07-30 16:33:41 +00:00 |
graphicpropedit.pas
|
IDEIntf: added resourcestrings
|
2006-09-12 17:55:57 +00:00 |
graphpropedits.pas
|
* Spaces fix by Pawel Trochimczuk
|
2007-08-26 16:55:51 +00:00 |
helpfpdoc.pas
|
TrimFilename no longer reduces $Macro/.. directories
|
2006-09-22 19:49:33 +00:00 |
idecommands.pas
|
IDE: fixed compilation with fpc 2.3.1; TShiftState is now declared with {$PACKSET 1}
|
2007-06-27 09:23:39 +00:00 |
idedialogs.pas
|
fixed double creating hints in OI
|
2006-09-06 08:53:48 +00:00 |
ideexterntoolintf.pas
|
IDE: moved package compile code to packagesystem, IDEIntf: removed IsPartOfProject flag of Backup functions, lazbuidl: package compiling
|
2006-09-06 22:40:37 +00:00 |
idehelpintf.pas
|
fixed av in code templ dlg and added help for linker error cannot find -l
|
2006-05-17 16:29:37 +00:00 |
ideimagesintf.pas
|
- added TLResources.Find by Name and ValueType (it was by Name only before)
|
2007-07-06 02:32:22 +00:00 |
idemsgintf.pas
|
added package prettymessages - an IDE add-on to reduce FPC hints
|
2007-04-25 16:37:19 +00:00 |
idetextconverter.pas
|
codetools: implemented function to convert simple functions to constants, h2pas: new tools to reduce IFDEFs and fucntions to constant conversion
|
2007-08-08 18:22:43 +00:00 |
idewindowintf.pas
|
moved ideintf/configstorage.pas to lcl/lazconfigstorage.pas
|
2006-05-13 11:44:14 +00:00 |
imagelisteditor.lfm
|
ideintf: improved layout of image list editor
|
2007-08-12 15:05:55 +00:00 |
imagelisteditor.lrs
|
ideintf: improved layout of image list editor
|
2007-08-12 15:05:55 +00:00 |
imagelisteditor.pp
|
LCL : Changed TColorBox.Selection to TColorBox.Selected (bug #9498)
|
2007-08-25 21:50:38 +00:00 |
lazideintf.pas
|
IDE: compiling a package now shows it in the MainBar caption, building the IDE does not save virtual projects
|
2007-03-31 12:41:20 +00:00 |
lazstringgridedit.lfm
|
fixes grid's line widths in several forms
|
2007-04-17 18:58:04 +00:00 |
lazstringgridedit.lrs
|
fixes grid's line widths in several forms
|
2007-04-17 18:58:04 +00:00 |
lazstringgridedit.pas
|
renamed stringgriddlg.pas to lazstringgridedit.pas
|
2006-06-28 17:32:23 +00:00 |
listviewpropedit.lfm
|
ide: extending listview items editor control width and reanchoring them (now at least russian labels fit to width) (issue #0009370)
|
2007-08-02 15:48:24 +00:00 |
listviewpropedit.lrs
|
ide: extending listview items editor control width and reanchoring them (now at least russian labels fit to width) (issue #0009370)
|
2007-08-02 15:48:24 +00:00 |
listviewpropedit.pp
|
LCL: default values of ListItem and TreeNode image index set to -1 for Delphi compatibility (bug #9192)
|
2007-07-03 13:26:02 +00:00 |
macrointf.pas
|
IDE: LazDoc: lazdoc paths can now be relative and contain global macros for projects and packages
|
2006-12-06 11:06:31 +00:00 |
Makefile
|
regenerated makefiles with fpcmake 2.3.1 to include the -Cg flag for x86_64-linux
|
2007-04-01 19:38:53 +00:00 |
Makefile.fpc
|
added TMaskEdit.EditMask property editor from Lagunov Aleksey
|
2005-08-27 12:55:55 +00:00 |
maskpropedit.lfm
|
(IDE):
|
2007-07-30 16:33:41 +00:00 |
maskpropedit.lrs
|
(IDE):
|
2007-07-30 16:33:41 +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: fixed initial size of Find in files dialog (bug #7625)
|
2006-12-01 09:54:59 +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
|
set button/bitbtn borderspacing.innerborder to 4
|
2006-05-22 08:10:49 +00:00 |
newfield.pas
|
fixed compilation under fpc 2.1.1
|
2006-07-31 07:38:52 +00:00 |
newitemintf.pas
|
improved Delphi project converter with reading .dof and .cfg file, multiple retries and fixing include filenames in .lpr
|
2006-03-05 23:55:40 +00:00 |
objectinspector.pp
|
object inspector: only show scollbars in the component treeview, if they are needed (bug #9081) from Graeme
|
2007-06-19 06:22:16 +00:00 |
objinspstrconsts.pas
|
* Spaces fix by Pawel Trochimczuk
|
2007-08-26 16:55:51 +00:00 |
oi_box.bmp
|
added icons for component treeview in OI and implemented changing parent via dnd from Luca Minuti
|
2005-03-14 13:37:18 +00:00 |
oi_comp.bmp
|
added icons for component treeview in OI and implemented changing parent via dnd from Luca Minuti
|
2005-03-14 13:37:18 +00:00 |
oi_control.bmp
|
added icons for component treeview in OI and implemented changing parent via dnd from Luca Minuti
|
2005-03-14 13:37:18 +00:00 |
oi_form.bmp
|
added icons for component treeview in OI and implemented changing parent via dnd from Luca Minuti
|
2005-03-14 13:37:18 +00:00 |
packageintf.pas
|
IDE: replaced the Cancel button with "Skip this package", when an error is shown during loading of multiple packages, bug(8655)
|
2007-07-06 20:18:38 +00:00 |
projectintf.pas
|
IDEIntf+IDE: added new project type: console application - a program using TCustomApplication
|
2007-08-12 11:54:11 +00:00 |
propedits.pp
|
IDEIntf: changed TPropHookCreateMethod parameters to use propertyowner and propertyname
|
2007-08-22 08:50:20 +00:00 |
README.txt
|
renamed README files to README.txt
|
2006-07-21 18:31:15 +00:00 |
srceditorintf.pas
|
added package prettymessages - an IDE add-on to reduce FPC hints
|
2007-04-25 16:37:19 +00:00 |
stringspropeditdlg.lfm
|
IDE: improved strings property editor layout (#8770) from Graeme
|
2007-04-27 09:24:31 +00:00 |
stringspropeditdlg.lrs
|
IDE: improved strings property editor layout (#8770) from Graeme
|
2007-04-27 09:24:31 +00:00 |
stringspropeditdlg.pas
|
added resourcestrings
|
2006-09-02 19:18:44 +00:00 |
texttools.pas
|
added package SimpleIDEIntf to test IDE plugins easier
|
2007-01-04 19:51:33 +00:00 |
treeviewpropedit.lfm
|
ide: extending treeview items editor control width and reanchoring them (now at least russian labels fit to width)
|
2007-08-02 15:36:54 +00:00 |
treeviewpropedit.lrs
|
ide: extending treeview items editor control width and reanchoring them (now at least russian labels fit to width)
|
2007-08-02 15:36:54 +00:00 |
treeviewpropedit.pas
|
LCL: default values of ListItem and TreeNode image index set to -1 for Delphi compatibility (bug #9192)
|
2007-07-03 13:26:02 +00:00 |