..
frames
IDE: Add ability to exclude components from i18n by identifier or original text:
2016-02-10 22:46:00 +00:00
include
IDE/lazbuild: use GetAppConfigDirUTF8, bug #29157
2015-12-09 16:04:09 +00:00
aboutfrm.lfm
aboutfrm.pas
LazUtils, unit FileUtil: Disable conditionally LazUtf8 and LazFileUtils wrapper functions. For testing define NoLazUTF8Wrappers and build Lazarus.
2015-07-04 23:08:00 +00:00
abstractsmethodsdlg.lfm
abstractsmethodsdlg.pas
addtoprojectdlg.lfm
addtoprojectdlg.pas
LazUtils, unit FileUtil: Disable conditionally LazUtf8 and LazFileUtils wrapper functions. For testing define NoLazUTF8Wrappers and build Lazarus.
2015-07-04 23:08:00 +00:00
advhistorylist.pas
allcompileroptions.lfm
allcompileroptions.pas
IDE+LCL: debugging Disable/EnableAutoSizing
2015-10-26 21:34:11 +00:00
applicationbundle.pas
IDE: clean up
2015-12-03 09:40:09 +00:00
basebuildmanager.pas
IDE: renamed BackupFile to BackupFileForWrite for less ambiguity
2016-01-21 11:18:34 +00:00
basedebugmanager.pas
buildfiledlg.lfm
buildfiledlg.pas
IDEint: DoBuildFile: added parameter Filename to compile an arbitrary file
2015-11-20 14:25:13 +00:00
buildlazdialog.lfm
buildlazdialog.pas
ide: refactoring: use AppendPathDelim/IncludeTrailingPathDelimiter for config paths.
2016-01-24 22:51:50 +00:00
buildmanager.pas
IDE: renamed BackupFile to BackupFileForWrite for less ambiguity
2016-01-21 11:18:34 +00:00
buildmodediffdlg.lfm
IDE: BuildModeDiff dialog layout improvements. Issue #28297 , patch from Alexey Torgashin.
2015-06-16 11:32:46 +00:00
buildmodediffdlg.pas
IDE: BuildModeDiff dialog layout improvements. Issue #28297 , patch from Alexey Torgashin.
2015-06-16 11:32:46 +00:00
buildmodesmanager.lfm
IDE: Remove a Checkbox for creating Debug and Release modes in Build Modes manager. Can be done by setting compiler options as default.
2016-01-03 14:53:21 +00:00
buildmodesmanager.pas
IDE: clean up
2016-01-04 15:05:35 +00:00
buildprofilemanager.lfm
buildprofilemanager.pas
buildprojectdlg.lfm
IDE: Open wiki page for help in BuildProjectDlg. Issue #28697 , patch from Alexey Torgashin.
2015-09-18 22:47:47 +00:00
buildprojectdlg.pas
IDE: Open wiki page for help in BuildProjectDlg. Issue #28697 , patch from Alexey Torgashin.
2015-09-18 22:47:47 +00:00
charactermapdlg.lfm
IDE: Improve Character Map dialog. Issue #29078 , modified from Alexey's patch.
2015-12-08 12:51:55 +00:00
charactermapdlg.pas
IDE: clean up
2015-12-14 12:02:32 +00:00
checkcompileropts.lfm
IDE: Improve CheckCompilerOptions layout. Issue #29072 , patch from Alexey Torgashin.
2015-11-23 17:15:51 +00:00
checkcompileropts.pas
IDE: fixed searching in PATH on Windows
2015-12-17 14:34:53 +00:00
checkcompoptsfornewunitdlg.lfm
checkcompoptsfornewunitdlg.pas
checklfmdlg.lfm
checklfmdlg.pas
chooseclasssectiondlg.lfm
IDE: fixed TChooseClassSectionDialog.Position (use poScreenCenter).
2015-11-04 11:21:19 +00:00
chooseclasssectiondlg.pas
IDE: new dialog for r50196 #14e8ffa23a
2015-10-29 11:15:01 +00:00
cleandirdlg.lfm
cleandirdlg.pas
clipboardhistory.pas
codebrowser.lfm
IDE: Improve layout in Code browser. Issue #28757 , patch from Alexey Torgashin.
2015-10-02 11:28:02 +00:00
codebrowser.pas
IDE+LCL: debugging Disable/EnableAutoSizing
2015-10-26 21:34:11 +00:00
codecontextform.pas
codetools: class helpers: find declaration and code completion, patch #28266 , from Ondrej Pokorny
2015-06-22 10:02:11 +00:00
codeexplopts.pas
Change order of used units so that "deprecated" warnings are not triggered.
2015-08-07 17:20:40 +00:00
codeexplorer.lfm
codeexplorer.pas
IDE: Restore Jump to Implementation menu item accidentally removed in r49226 #c6b6503cf2.
2015-12-19 15:28:48 +00:00
codehelp.pas
Change order of used units so that "deprecated" warnings are not triggered.
2015-08-07 17:20:40 +00:00
codemacroprompt.lfm
codemacroprompt.pas
codemacroselect.lfm
codemacroselect.pas
codetemplatesdlg.lfm
codetemplatesdlg.pas
LazUtils, unit FileUtil: Disable conditionally LazUtf8 and LazFileUtils wrapper functions. For testing define NoLazUTF8Wrappers and build Lazarus.
2015-07-04 23:08:00 +00:00
codetoolsdefines.lfm
IDE: codetools defines editor: clean up
2015-09-08 22:06:39 +00:00
codetoolsdefines.pas
IDE: codetools defines editor: clean up
2015-09-08 22:06:39 +00:00
codetoolsdefpreview.lfm
IDE: codetools defines editor: nicer layout, wordwrap off, patch #28637 from Alexey Torgashin
2015-09-08 11:44:04 +00:00
codetoolsdefpreview.pas
LazUtils, unit FileUtil: Disable conditionally LazUtf8 and LazFileUtils wrapper functions. For testing define NoLazUTF8Wrappers and build Lazarus.
2015-07-04 23:08:00 +00:00
codetoolsoptions.pas
ide: add option to jump directly to method body, if available. Issue #13245 . Modified patch by Balázs Székely
2016-01-26 16:54:30 +00:00
ColorDefault.xml
ColorDelphi.xml
ColorOcean.xml
ColorPascalClassic.xml
ColorTwilight.xml
compatibilityrestrictions.pas
compiler.pp
IDE: Sort a list of choices got from FPC in All Options GUI. Part of #28998 , patch from Simon Ameis.
2015-12-17 14:05:10 +00:00
compileroptions.pp
IDE: added -O4 optimization, bug #29107
2015-11-30 16:31:44 +00:00
componentlist.lfm
IDE: Allow ComponentList to unselect a component. Issue #29348 , patch from Balázs Székely.
2016-01-23 22:25:36 +00:00
componentlist.pas
ComponentList: Prevent component selection on startup also when undocked. Check HostDockSite instead of Parent.
2016-01-24 10:13:40 +00:00
componentpalette.pas
IDE+LCL: debugging Disable/EnableAutoSizing
2015-10-26 21:34:11 +00:00
compoptsmodes.pas
comppagespopup.lfm
comppagespopup.pas
customformeditor.pp
IDE+LCL: debugging Disable/EnableAutoSizing
2015-10-26 21:34:11 +00:00
debugmanager.pas
IDE: fixed debugger menu commands.
2015-10-29 11:52:52 +00:00
definesgui.lfm
definesgui.pas
desktopmanager.lfm
IDE: Desktop manager change separator style back to tbsDividers, fix TabOrder, delete empty SaveActionHint procedure.
2015-10-20 16:02:06 +00:00
desktopmanager.pas
IDE: Desktop manager change separator style back to tbsDividers, fix TabOrder, delete empty SaveActionHint procedure.
2015-10-20 16:02:06 +00:00
dialogprocs.pas
IDE: clean up
2015-12-03 09:40:09 +00:00
diffdialog.lfm
diffdialog.pas
diffpatch.pas
diskdiffsdialog.lfm
diskdiffsdialog.pas
Change order of used units so that "deprecated" warnings are not triggered.
2015-08-07 17:20:40 +00:00
editdefinetree.pas
editorfilemanager.lfm
IDE: Modeless dialogs clean-up. Issue #28354 , patch from Ondrej Pokorny.
2015-06-28 12:27:53 +00:00
editorfilemanager.pas
IDE: Modeless dialogs clean-up. Issue #28354 , patch from Ondrej Pokorny.
2015-06-28 12:27:53 +00:00
editormacrolistviewer.lfm
IDE: Editor-Macro window, layout and tab order. Issue #0028793
2015-10-07 20:53:02 +00:00
editormacrolistviewer.pas
IDE: Prevent AV when trying to record a macro with closed editors. Issue #28947 .
2015-11-03 15:41:19 +00:00
editoroptions.pp
ide: refactoring: use AppendPathDelim/IncludeTrailingPathDelimiter for config paths.
2016-01-24 22:51:50 +00:00
editoroptions.rc
editoroptions.res
editortoolbarstatic.pas
IDE: Replace config button with a popup menu in EditorToolbar. Issue #28865 , patch from Ondrej Pokorny.
2015-10-16 22:16:45 +00:00
emptymethodsdlg.lfm
emptymethodsdlg.pas
encloseifdef.lfm
encloseifdef.pas
ide: refactoring: use AppendPathDelim/IncludeTrailingPathDelimiter for config paths.
2016-01-24 22:51:50 +00:00
encloseselectiondlg.lfm
encloseselectiondlg.pas
environmentopts.pp
IDE: partially revert r50517 #d696ee5a59
2015-11-28 19:42:00 +00:00
etfpcmsgparser.pas
IDE: fpc msg parser: fixed converting 2.6.4 encoding to UTF-8
2015-12-05 00:16:23 +00:00
etmakemsgparser.pas
Change order of used units so that "deprecated" warnings are not triggered.
2015-08-07 17:20:40 +00:00
etmessageframe.lfm
etmessageframe.pas
IDEIntf: deprecated ChildsAsSubMenu, typo
2015-12-15 15:34:01 +00:00
etmessageswnd.lfm
etmessageswnd.pas
IDE: Modeless dialogs clean-up. Issue #28354 , patch from Ondrej Pokorny.
2015-06-28 12:27:53 +00:00
etquickfixes.pas
etsrceditmarks.pas
examplemanager.lfm
examplemanager.pas
LazUtils, unit FileUtil: Disable conditionally LazUtf8 and LazFileUtils wrapper functions. For testing define NoLazUTF8Wrappers and build Lazarus.
2015-07-04 23:08:00 +00:00
extractprocdlg.lfm
extractprocdlg.pas
exttooldialog.lfm
exttooldialog.pas
IDE: fixed i18n regression after r50903 #e9d1b1acd4
2015-12-21 22:17:57 +00:00
exttooleditdlg.lfm
exttooleditdlg.pas
Codetools, unit FileProcs: Disable conditionally wrapper functions. For testing define DisableWrapperFunctions and build Lazarus.
2015-07-07 11:43:38 +00:00
exttools.pas
IDE: fixed compiling with -dVerboseExtToolThread
2016-01-26 13:11:06 +00:00
filereferencelist.pas
Codetools, unit FileProcs: Disable conditionally wrapper functions. For testing define DisableWrapperFunctions and build Lazarus.
2015-07-07 11:43:38 +00:00
findinfilesdlg.lfm
packagetabs: Added packagetabs package.
2015-11-24 11:32:10 +00:00
findinfilesdlg.pas
Cleanup and comments
2016-02-01 21:04:59 +00:00
findoverloadsdlg.lfm
findoverloadsdlg.pas
LazUtils, unit FileUtil: Disable conditionally LazUtf8 and LazFileUtils wrapper functions. For testing define NoLazUTF8Wrappers and build Lazarus.
2015-07-04 23:08:00 +00:00
findrenameidentifier.lfm
IDE: Make Help button do something in Find/rename identifier dialog. Issue #28767 , patch from Alexey Torgashin.
2015-10-02 11:28:09 +00:00
findrenameidentifier.pas
IDE: Make Help button do something in Find/rename identifier dialog. Issue #28767 , patch from Alexey Torgashin.
2015-10-02 11:28:09 +00:00
findreplacedialog.lfm
findreplacedialog.pp
IDE: Retain ReplaceAll flag after F3 in SearchOptions. Issue #28300 , patch from Ondrej Pokorny.
2015-06-15 23:31:55 +00:00
findunitdlg.lfm
findunitdlg.pas
LazUtils, unit FileUtil: Disable conditionally LazUtf8 and LazFileUtils wrapper functions. For testing define NoLazUTF8Wrappers and build Lazarus.
2015-07-04 23:08:00 +00:00
formeditor.pp
fpcsrcscan.pas
Codetools, unit FileProcs: Disable conditionally wrapper functions. For testing define DisableWrapperFunctions and build Lazarus.
2015-07-07 11:43:38 +00:00
fpdoceditwindow.lfm
fpdoceditwindow.pas
IDE+LCL: debugging Disable/EnableAutoSizing
2015-10-26 21:34:11 +00:00
fpdochints.pas
IDE: fpdoc hint: free html control fixing mem leak, patch #28616 from Ondrej Pokorny
2015-09-03 12:08:18 +00:00
fpdocselectinherited.lfm
fpdocselectinherited.pas
fpdocselectlink.lfm
fpdocselectlink.pas
LazUtils, unit FileUtil: Disable conditionally LazUtf8 and LazFileUtils wrapper functions. For testing define NoLazUTF8Wrappers and build Lazarus.
2015-07-04 23:08:00 +00:00
fpmake.pp
frmcustomapplicationoptions.lfm
frmcustomapplicationoptions.pas
genericchecklist.lfm
IDE: Improve GenericCheckListForm layout. Issue #28945 , patch from Alexey Torgashin.
2015-11-03 12:50:08 +00:00
genericchecklist.pas
genericlisteditor.lfm
genericlisteditor.pas
gotofrm.lfm
gotofrm.pas
helpfpcmessages.lfm
helpfpcmessages.pas
Codetools, unit FileProcs: Disable conditionally wrapper functions. For testing define DisableWrapperFunctions and build Lazarus.
2015-07-07 11:43:38 +00:00
helpoptions.pas
ide: refactoring: use AppendPathDelim/IncludeTrailingPathDelimiter for config paths.
2016-01-24 22:51:50 +00:00
ide.pas
idecmdline.pas
lazbuild: added parameter: --add-package-link
2015-12-21 20:43:07 +00:00
idecontexthelpedit.lfm
idecontexthelpedit.pas
idecoolbardata.pas
IDE: IDECommands refactoring; deleted menu item Project -> Change Build Mode
2015-11-20 14:04:24 +00:00
idedefs.pas
idefpcinfo.lfm
IDE: Visual improvements for "About FPC" and "About IDE" dialogs. Issue #28457 , patch from Alexey Torgashin.
2015-08-05 21:58:23 +00:00
idefpcinfo.pas
Change order of used units so that "deprecated" warnings are not triggered.
2015-08-07 17:20:40 +00:00
idefpdocfilesearch.lfm
idefpdocfilesearch.pas
ideguicmdline.pas
IDE: less hints
2015-10-18 17:23:53 +00:00
idehelpmanager.lfm
IDE: help selector: show database
2015-12-06 14:41:42 +00:00
idehelpmanager.pas
IDE: help selector: show database
2015-12-06 14:41:42 +00:00
ideinfodlg.lfm
IDE: Visual improvements for "About FPC" and "About IDE" dialogs. Issue #28457 , patch from Alexey Torgashin.
2015-08-05 21:58:23 +00:00
ideinfodlg.pas
IDE: Visual improvements for "About FPC" and "About IDE" dialogs. Issue #28457 , patch from Alexey Torgashin.
2015-08-05 21:58:23 +00:00
ideinfoneedbuild.lfm
IDE: In "Needs building" dialog prevent a crash when text was typed in Combobox. Layout improvements. Issue #28456 , patch from Alexey Torgashin.
2015-08-05 22:35:16 +00:00
ideinfoneedbuild.pas
Codetools, unit FileProcs: Disable conditionally wrapper functions. For testing define DisableWrapperFunctions and build Lazarus.
2015-07-07 11:43:38 +00:00
ideinstances.pas
IDE: focus editor window when file is opened from command line in IDEInstances (issue on MS Windows)
2015-12-06 08:23:21 +00:00
ideoptiondefs.pas
IDE: Turn ProcedureList into a proper IDE window. Position and size are remembered. Issue #13570 .
2015-12-18 17:45:49 +00:00
ideoptionsdlg.lfm
IDE: Set FilterEdit as ActiveControl in IDEOptions dialog. It was dropped off at some point.
2015-11-30 13:07:04 +00:00
ideoptionsdlg.pas
IDE: Remove extra value of TextHint in IdeOptionsDialog form file. Issue #28956 .
2015-11-04 21:29:29 +00:00
ideprocs.pp
IDE: BackupFileForWrite: invalidate codetools file load date
2016-01-21 12:03:55 +00:00
ideprotocol.pas
IDE: use AppendPathDelim instead of IncludeTrailingPathDelimiter for config paths.
2016-01-25 12:47:53 +00:00
idetranslations.pas
IDE: Add ability to exclude components from i18n by identifier or original text:
2016-02-10 22:46:00 +00:00
idewindowhelp.pas
LazUtils, unit FileUtil: Disable conditionally LazUtf8 and LazFileUtils wrapper functions. For testing define NoLazUTF8Wrappers and build Lazarus.
2015-07-04 23:08:00 +00:00
imexportcompileropts.lfm
IDE: New look for ImportExportCompOpts, use ComboBox. Issue #28291 , patch from Alexey Torgashin.
2015-06-14 21:38:23 +00:00
imexportcompileropts.pas
IDEIntf: Use the latest FileVersion as default for WindowLayoutList. Has effect when there is no configuration yet.
2015-10-07 10:41:26 +00:00
initialsetupdlgs.lfm
initialsetupdlgs.pas
IDE: initial setup: compiler: only prompt if file exists
2015-12-20 09:53:44 +00:00
initialsetupproc.pas
IDE: initial setup dialog: se environment vars FPCDIR and PP, patch from Maciej
2015-12-18 10:27:06 +00:00
inputfiledialog.pas
LazUtils, unit FileUtil: Disable conditionally LazUtf8 and LazFileUtils wrapper functions. For testing define NoLazUTF8Wrappers and build Lazarus.
2015-07-04 23:08:00 +00:00
inputhistory.pas
IDE: use AppendPathDelim instead of IncludeTrailingPathDelimiter for config paths.
2016-01-25 12:47:53 +00:00
inspectchksumchangeddlg.lfm
inspectchksumchangeddlg.pas
Change order of used units so that "deprecated" warnings are not triggered.
2015-08-07 17:20:40 +00:00
invertassigntool.pas
jumphistoryview.lfm
jumphistoryview.pas
keymapping.pp
Keymap: fix cache / update on remove
2016-02-10 06:28:37 +00:00
keymapschemedlg.lfm
keymapschemedlg.pas
keymapshortcutdlg.lfm
keymapshortcutdlg.pas
lazadvancedipc.pp
IDE: renamed AdvancedIPC to LazAdvancedIPC to prevent file duplicate errors with FPC 3.1.1. Issue #28999 . Patch by Do-wan Kim
2015-11-12 12:55:30 +00:00
lazarus_dci_file.dci
lazarus_indentation.res
lazarus.ico
lazarus.lpi
trunk: set version to 1.7
2015-11-30 19:06:17 +00:00
lazarus.pp
IDE: don't show empty heaptrc output dialog on windows
2015-11-02 07:20:20 +00:00
lazarus.res
fixed typos, bug #29323 patch from Paul Gevers
2016-01-04 15:02:09 +00:00
lazarusidestrconsts.pas
IDE: Add ability to exclude components from i18n by identifier or original text:
2016-02-10 22:46:00 +00:00
lazarusmanager.pas
IDE: IDEInstances: reopen project at start if not opened in another instance
2015-11-15 07:31:22 +00:00
lazbuild.lpi
IDE: renamed BackupFile to BackupFileForWrite for less ambiguity
2016-01-21 11:18:34 +00:00
lazbuild.lpr
IDE: renamed BackupFile to BackupFileForWrite for less ambiguity
2016-01-21 11:18:34 +00:00
lazconf.pp
ide: lazconf: fix Primary- and SecondaryConfigPath. They should end without path delimiter (see InternalInit in lazbaseconf.inc)
2016-01-24 22:48:50 +00:00
lazdoc.res
lfmunitresource.pas
macropromptdlg.pas
main.pp
IDE: Add ability to exclude components from i18n by identifier or original text:
2016-02-10 22:46:00 +00:00
mainbar.pas
IDE: fix InitPaletteAndCoolBar for non-docked IDE. Regression from r51338 #64d6d494f8. Issue #28096
2016-01-19 20:16:25 +00:00
mainbase.pas
IDEIntf: fixed compilation error introduced in r51233 #3a1c8fac99
2016-01-10 21:48:52 +00:00
mainintf.pas
Packager: Update search paths after "Add Active File To Package". Issue #27720 .
2015-12-16 00:16:23 +00:00
Makefile
IDE+lazbuild+makefiles: on darwin use -gw instead of -g
2015-10-01 18:40:54 +00:00
Makefile.fpc
IDE+lazbuild+makefiles: on darwin use -gw instead of -g
2015-10-01 18:40:54 +00:00
makeresstrdlg.lfm
makeresstrdlg.pas
miscoptions.pas
ide: refactoring: use AppendPathDelim/IncludeTrailingPathDelimiter for config paths.
2016-01-24 22:51:50 +00:00
modematrixopts.pas
mouseactiondialog.lfm
IDE: mouse actions options: simplified and improved layout for Linux, patch #28961 from Alexey
2015-11-06 22:34:29 +00:00
mouseactiondialog.pas
IDE: mouse actions options: simplified and improved layout for Linux, patch #28961 from Alexey
2015-11-06 22:34:29 +00:00
msgvieweditor.lfm
msgvieweditor.pas
multireplacedlg.lfm
multireplacedlg.pas
newdialog.lfm
newdialog.pas
newprojectdlg.lfm
IDE: Prevent Access violation when double-clicking on "Project" tree node in "NewProjectDlg. Issue #28399 .
2015-07-16 16:45:15 +00:00
newprojectdlg.pp
IDE: Prevent Access violation when double-clicking on "Project" tree node in "NewProjectDlg. Issue #28399 .
2015-07-16 16:45:15 +00:00
objectlists.pas
patheditordlg.lfm
IDE: Make more buttons with "..." wider. Issue #29493 , patch from Alexey Torgashin.
2016-02-02 00:20:23 +00:00
patheditordlg.pas
LazUtils, unit FileUtil: Disable conditionally LazUtf8 and LazFileUtils wrapper functions. For testing define NoLazUTF8Wrappers and build Lazarus.
2015-07-04 23:08:00 +00:00
procedurelist.lfm
IDE: Turn ProcedureList into a proper IDE window. Position and size are remembered. Issue #13570 .
2015-12-18 17:45:49 +00:00
procedurelist.pas
IDE: Turn ProcedureList into a proper IDE window. Position and size are remembered. Issue #13570 .
2015-12-18 17:45:49 +00:00
progressdlg.lfm
progressdlg.pas
progresswnd.lfm
progresswnd.pas
IDE+LCL: debugging Disable/EnableAutoSizing
2015-10-26 21:34:11 +00:00
project.pp
IDE: Add ability to exclude components from i18n by identifier or original text:
2016-02-10 22:46:00 +00:00
projectdefs.pas
IDE: Save Application Bundle and resource XPManifest to default project configuration. Issue #22286 .
2015-12-27 22:36:55 +00:00
projecticon.pas
Codetools, unit FileProcs: Disable conditionally wrapper functions. For testing define DisableWrapperFunctions and build Lazarus.
2015-07-07 11:43:38 +00:00
projectinspector.lfm
IDE: use tbsButtonDrop instead of '>>' buttons
2015-12-18 10:39:04 +00:00
projectinspector.pas
IDE: projectinspector: load project icon from LazProject and not from file
2016-01-20 12:04:42 +00:00
projectresources.pas
Cleanup.
2015-12-28 13:32:23 +00:00
projectuserresources.pas
IDEIntf: renamed AddCsutomMessage to AddIDEMessage
2015-09-05 18:11:36 +00:00
projectwizarddlg.lfm
projectwizarddlg.pas
publishmodule.pas
LazUtils, unit FileUtil: Disable conditionally LazUtf8 and LazFileUtils wrapper functions. For testing define NoLazUTF8Wrappers and build Lazarus.
2015-07-04 23:08:00 +00:00
publishprojectdlg.lfm
publishprojectdlg.pas
LazUtils, unit FileUtil: Disable conditionally LazUtf8 and LazFileUtils wrapper functions. For testing define NoLazUTF8Wrappers and build Lazarus.
2015-07-04 23:08:00 +00:00
qfinitlocalvardlg.lfm
qfinitlocalvardlg.pas
raw_window.pas
redirect_stderr.pas
restrictionbrowser.lfm
restrictionbrowser.pas
runparamsopts.lfm
runparamsopts.pas
LazUtils, unit FileUtil: Disable conditionally LazUtf8 and LazFileUtils wrapper functions. For testing define NoLazUTF8Wrappers and build Lazarus.
2015-07-04 23:08:00 +00:00
searchfrm.lfm
searchfrm.pas
IDE: fixed search results when match at in psaces at beginning of line
2015-11-06 19:07:52 +00:00
searchresultview.lfm
IDE: Modeless dialogs clean-up. Issue #28354 , patch from Ondrej Pokorny.
2015-06-28 12:27:53 +00:00
searchresultview.pp
IDE: partially revert r50517 #d696ee5a59
2015-11-28 19:42:00 +00:00
showcompileropts.lfm
showcompileropts.pas
Codetools, unit FileProcs: Disable conditionally wrapper functions. For testing define DisableWrapperFunctions and build Lazarus.
2015-07-07 11:43:38 +00:00
showdeletingfilesdlg.lfm
showdeletingfilesdlg.pas
sortselectiondlg.lfm
sortselectiondlg.pas
sourceeditor.lfm
sourceeditor.pp
IDE, fix compiling and some corruption on logging when VerboseMenuIntf directive is enabled
2016-02-02 06:19:08 +00:00
sourceeditprocs.pas
codetools: allow methods with higher visibility in class headers with lower visibility. show them in gray color.
2016-01-26 23:50:35 +00:00
sourcefilemanager.pas
IDE: Save Application Bundle and resource XPManifest to default project configuration. Issue #22286 .
2015-12-27 22:36:55 +00:00
sourcemarks.pas
sourcesyneditor.pas
IDE: IDECommand update events refactored: delete timer, use checks for command updates, add TIDESpecialCommand.OnRequestCaptionHint
2015-10-23 17:04:26 +00:00
splash.lfm
splash.pp
srcedithintfrm.pas
startlazarus.ico
startlazarus.lpi
IDE: A single IDE instance feature. Issue #8051 , patch from Ondrej Pokorny.
2015-10-02 09:42:44 +00:00
startlazarus.lpr
IDE: A single IDE instance feature. Issue #8051 , patch from Ondrej Pokorny.
2015-10-02 09:42:44 +00:00
startlazarus.res
syncolorattribeditor.lfm
syncolorattribeditor.pas
sysvaruseroverridedlg.pas
IDE: Use InputQuery in SysVarOverrideDialog. Issue #28836 , patch from Alexey Torgashin.
2015-10-18 15:20:19 +00:00
toolbarconfig.lfm
IDE: toolbar config: show wiki help, patch from Alexey Torgashin
2015-10-06 15:45:49 +00:00
toolbarconfig.pas
IDE: simplified
2016-01-11 13:49:11 +00:00
transfermacros.pp
Codetools, unit FileProcs: Disable conditionally wrapper functions. For testing define DisableWrapperFunctions and build Lazarus.
2015-07-07 11:43:38 +00:00
unitdependencies.lfm
IDE: formatting
2015-10-05 22:47:01 +00:00
unitdependencies.pas
IDE: formatting
2015-10-05 22:47:01 +00:00
unitinfodlg.lfm
unitinfodlg.pp
Change order of used units so that "deprecated" warnings are not triggered.
2015-08-07 17:20:40 +00:00
unusedunitsdlg.lfm
unusedunitsdlg.pas
useunitdlg.lfm
IDE: use unit dialog: save choice of uses section
2015-12-22 22:39:01 +00:00
useunitdlg.pas
IDE: use unit dialog: save choice of uses section
2015-12-22 22:39:01 +00:00
version.inc
trunk: set version to 1.7
2015-11-30 19:06:17 +00:00
viewunit_dlg.lfm
viewunit_dlg.pp
IDE: view unit/form dialog: fixed ImagIndex
2015-12-05 18:24:10 +00:00
w32manifest.pas
IDE: Save Application Bundle and resource XPManifest to default project configuration. Issue #22286 .
2015-12-27 22:36:55 +00:00
w32versioninfo.pas
IDE: clean up
2015-12-03 09:40:09 +00:00
wordcompletion.pp