Commit Graph

251 Commits

Author SHA1 Message Date
juha
e800a738ad Copy AVL_Tree from FPC trunk and replace classes in AvgLvlTree and in CodetoolsStructs with it.
The unit in FPC packages will be used directly later.

git-svn-id: trunk@54524 -
2017-04-05 08:34:48 +00:00
joost
1de2cbf586 general: Updated address of the Free Software Foundation in copyright messages
git-svn-id: trunk@54031 -
2017-01-29 21:04:32 +00:00
juha
63f9efed4e LCL: Add support for MUI widgetset (AmigaOS, MorphOS, AROS) by Marcus Sackrow.
git-svn-id: trunk@53941 -
2017-01-14 09:55:59 +00:00
mattias
28991b109d IDE: fixed searching Pascal files case insensitive
git-svn-id: trunk@53400 -
2016-11-21 15:58:43 +00:00
mattias
28e4e1a7e6 IDE: updated lpi
git-svn-id: trunk@53394 -
2016-11-21 12:13:44 +00:00
mattias
c6262f1fed lazbuild: create-makefile: hide output depending on verbosity, check fileage of fpmake
git-svn-id: trunk@52000 -
2016-03-20 11:19:13 +00:00
mattias
72246cb241 IDE: BackupFileForWrite: invalidate codetools file load date
git-svn-id: trunk@51370 -
2016-01-21 12:03:55 +00:00
mattias
38c894449e IDE: renamed BackupFile to BackupFileForWrite for less ambiguity
git-svn-id: trunk@51366 -
2016-01-21 11:18:34 +00:00
mattias
6ca846595d IDE: BackupFile: check FPStat result
git-svn-id: trunk@51364 -
2016-01-21 10:48:40 +00:00
juha
5ff026ab94 IDE: Support dotted unit names in FilenameIsPascalSource. Issue #29363.
git-svn-id: trunk@51261 -
2016-01-12 17:00:28 +00:00
juha
08c9621520 Change order of used units so that "deprecated" warnings are not triggered.
git-svn-id: trunk@49612 -
2015-08-07 17:20:40 +00:00
juha
653b5dd43a Codetools, unit FileProcs: Disable conditionally wrapper functions. For testing define DisableWrapperFunctions and build Lazarus.
git-svn-id: trunk@49504 -
2015-07-07 11:43:38 +00:00
juha
708afdf966 Fix uninitialized variables and other problems found by the compiler.
git-svn-id: trunk@48451 -
2015-03-22 10:17:35 +00:00
mattias
8ffc5aba40 codetools: use lazlogger
git-svn-id: trunk@48416 -
2015-03-18 17:33:47 +00:00
mattias
f93f158c57 IDE: FindProgram: resolve leading ~ under Unix
git-svn-id: trunk@48132 -
2015-03-04 15:44:24 +00:00
mattias
fc22ff99e3 IDE: find in files: search in multiple directories
git-svn-id: trunk@45992 -
2014-07-30 12:07:54 +00:00
mattias
791dda33f3 IDE: package editor: move files: find res files
git-svn-id: trunk@45483 -
2014-06-12 11:05:58 +00:00
mattias
a8fb1a0c44 IDE: clean up
git-svn-id: trunk@45399 -
2014-06-08 12:49:44 +00:00
mattias
30c58e48d6 IDE,lazutils: added GetPhysicalFilenameCached
git-svn-id: trunk@45247 -
2014-05-30 13:41:20 +00:00
mattias
978ec20681 IDE: use GetPhysicalFilename instead of readalllinks
git-svn-id: trunk@45246 -
2014-05-30 12:41:17 +00:00
mattias
7f6a28d1fe IDEIntf: clean up and added unit ideutils
git-svn-id: trunk@44150 -
2014-02-18 20:55:15 +00:00
mattias
4524f9a281 IDE: clean up
git-svn-id: trunk@44148 -
2014-02-18 18:53:57 +00:00
mattias
b74021d4cc IDE: clean up
git-svn-id: trunk@44147 -
2014-02-18 18:49:38 +00:00
mattias
5a07230297 IDE: clean up
git-svn-id: trunk@44146 -
2014-02-18 18:47:15 +00:00
mattias
266e8dd77d IDE: clean up
git-svn-id: trunk@44145 -
2014-02-18 18:42:53 +00:00
mattias
e136f8a24a IDE: clean up
git-svn-id: trunk@44144 -
2014-02-18 18:41:31 +00:00
mattias
b76dce2e3f IDE: clean up
git-svn-id: trunk@44143 -
2014-02-18 18:38:53 +00:00
juha
3b77642a28 IdeProgs: comments
git-svn-id: trunk@40971 -
2013-05-01 10:57:18 +00:00
juha
04a4b1e14f IdeProcs: In BackupFile copy file if it is hardlink. Issue #16593, patch from Bart Broersma
git-svn-id: trunk@40969 -
2013-05-01 10:28:05 +00:00
juha
48f88c37ef Revert "Use AllFilesMask everywhere instead of GetAllFilesMask, mask must be fixed in FPC libs"
git-svn-id: trunk@40957 -
2013-04-30 16:35:02 +00:00
juha
73fb9ab0e2 Use AllFilesMask everywhere instead of GetAllFilesMask
git-svn-id: trunk@40849 -
2013-04-19 07:08:03 +00:00
mattias
a99a34ebd2 IDE: using UTF8CompareText
git-svn-id: trunk@37960 -
2012-07-16 20:53:37 +00:00
mattias
72a324323b IDE: fixed comparing file names case insensitive
git-svn-id: trunk@37753 -
2012-06-24 06:48:35 +00:00
mattias
24c2470b43 IDE: using TFileStreamUTF8 and TStringListUTF8
git-svn-id: trunk@37656 -
2012-06-15 16:50:31 +00:00
mattias
458181f496 IDE: recent/history lists: replaced case sensitive comparison with three types
git-svn-id: trunk@37020 -
2012-04-25 09:03:37 +00:00
mattias
f0f090fb65 lazutf8: added overloaded UTF8FixBroken(var string)
git-svn-id: trunk@36319 -
2012-03-25 16:24:14 +00:00
mattias
281b8cf1da IDE: SpecialCharsToSpaces: trim UTF8 control codes
git-svn-id: trunk@36316 -
2012-03-25 15:35:03 +00:00
mattias
074286aea3 undo
git-svn-id: trunk@36315 -
2012-03-25 15:34:46 +00:00
mattias
3525373a8a IDE: SpecialCharsToSpaces: trim UTF8 control codes
git-svn-id: trunk@36314 -
2012-03-25 15:33:26 +00:00
mattias
a083dd405b IDE: fixed ResolveLinksInFileList keeping dangling links
git-svn-id: trunk@36306 -
2012-03-25 09:45:31 +00:00
mattias
9398fb166e IDE: clean up
git-svn-id: trunk@36278 -
2012-03-23 16:06:53 +00:00
mattias
dfc84d8ae3 IDE: started array of parsed env paths
git-svn-id: trunk@36051 -
2012-03-15 23:50:44 +00:00
mattias
f91dfafe6a IDE: parsed compiler options: unified
git-svn-id: trunk@36047 -
2012-03-15 22:53:27 +00:00
mattias
3e9e907062 IDE: switched to new laz2_xml
git-svn-id: trunk@35937 -
2012-03-13 20:55:43 +00:00
juha
2554f47ab1 Change variable name "l" because it resembles "1".
git-svn-id: trunk@33615 -
2011-11-18 16:20:31 +00:00
juha
f18dc977ec IDE: fix problem with combobox list when changing items order. Save form's layout in IDEDialogLayoutList. Issue #18931
git-svn-id: trunk@33098 -
2011-10-26 16:40:37 +00:00
juha
683285b605 IDE: formatting
git-svn-id: trunk@33097 -
2011-10-26 16:40:09 +00:00
mattias
173b64a12c IDE: clean directory: fixed checking reguar expression, bug #20382
git-svn-id: trunk@32574 -
2011-09-30 18:48:38 +00:00
juha
216179a379 ideprogs: remove TreeView related functions that were moved to ListFilterEdit.
git-svn-id: trunk@31465 -
2011-06-29 22:44:24 +00:00
mattias
a4080c2387 IDE: RenameFileUTF8: invalidate file cache
git-svn-id: trunk@30956 -
2011-05-29 09:41:25 +00:00