Commit Graph

60093 Commits

Author SHA1 Message Date
juha
a542627231 LCL: Use a faster compare method for case-insensitive StringList.
git-svn-id: trunk@64443 -
2021-01-30 18:36:54 +00:00
dmitry
d0ac16bcc5 cocoa: adding an option to use UTI for file dialog filtering to avoid the verification lag. bug #38399
git-svn-id: trunk@64442 -
2021-01-30 17:58:39 +00:00
marco
960fa0a883 * removed double paragraph wrapping of VisibleColCount
git-svn-id: trunk@64441 -
2021-01-30 16:03:45 +00:00
juha
20c5ac47c0 IDE: Use a faster compare method for case-insensitive strings and StringLists.
git-svn-id: trunk@64440 -
2021-01-29 19:59:04 +00:00
juha
9c257cbd04 DocEditor: Use a faster compare method for case-insensitive StringList.
git-svn-id: trunk@64439 -
2021-01-29 19:58:58 +00:00
juha
2ba0ae90c4 IDE: Formatting and cleanup.
git-svn-id: trunk@64438 -
2021-01-29 19:58:57 +00:00
juha
c32adb1c7f Instead of UTF8CompareText use AnsiCompareText which uses mostly system libraries.
git-svn-id: trunk@64437 -
2021-01-29 19:58:55 +00:00
martin
dfa3fe0ea4 TTabControl: reverted/replaced r64424 #ed6e087523: "fix ClientOrigin, Issue #38403 - Need the origin of the child TabControl".
Modifying the ClientOrigin affects child-controls of the TTabControl.
Also fixes issue #38422, endless recursion if no handle was allocated.

git-svn-id: trunk@64436 -
2021-01-29 18:53:47 +00:00
martin
6fc365af0b LCL: Fix ReleaseComponents hang with modal window. Issue #0021451
git-svn-id: trunk@64435 -
2021-01-29 18:53:45 +00:00
wp
b269bcc49f TAChart: Extend listbox demo to show sorting.
git-svn-id: trunk@64434 -
2021-01-29 15:18:54 +00:00
juha
b5423bfb19 IdeIntf: Refresh OI's component TreeView also when it is not initially open.
git-svn-id: trunk@64433 -
2021-01-29 14:52:03 +00:00
michl
ed738a8192 Show code from Search Results when a docked form editor is used
git-svn-id: trunk@64432 -
2021-01-28 21:19:49 +00:00
juha
e7986013cc LCL-GTK2: Fix SpeedButton freeze after closing system popup menu without choosing menu item. Issue #38402, patch from Andrzej Kilijanski.
git-svn-id: trunk@64431 -
2021-01-28 08:19:11 +00:00
juha
5a0bf2ed29 LCL-GTK2: Fix SpeedButton freeze after closing popup menu without choosing menu item. Issue #38401, patch from Andrzej Kilijanski.
git-svn-id: trunk@64430 -
2021-01-28 08:19:10 +00:00
juha
1e99ef0453 IDE: Don't call SetBuildTargetProject1 in TMainIDE.InitCodeToolBoss. It is called when a project is opened or created.
git-svn-id: trunk@64429 -
2021-01-28 08:19:08 +00:00
martin
41f5ee5ea0 IdeIntf: added TIDEEditorOptions.CreateSynHighlighter
git-svn-id: trunk@64428 -
2021-01-27 21:00:17 +00:00
martin
fc429e3a50 Missing file for * SynEdit: Introduce LineGutter.OnFormatLineNumber - Issue #38370
git-svn-id: trunk@64427 -
2021-01-27 16:08:00 +00:00
martin
299edb5334 SynEdit: Introduce LineGutter.OnFormatLineNumber - Issue #38370
git-svn-id: trunk@64426 -
2021-01-27 16:07:58 +00:00
martin
724aa84cf3 SynEdit: Introduce LineGutter.OnFormatLineNumber - Issue #38370
git-svn-id: trunk@64425 -
2021-01-27 13:16:26 +00:00
martin
ed6e087523 TTabControl: fix ClientOrigin, Issue #38403 - Need the origin of the child TabControl.
git-svn-id: trunk@64424 -
2021-01-27 13:02:49 +00:00
juha
07b254d10c IDE: Add ellipsis (...) to source editor context menu "Options ...". Issue #38400.
git-svn-id: trunk@64423 -
2021-01-26 12:29:31 +00:00
juha
7bf92f485e Documentation updates for LazControls, LazUtils and LCL. Issue #38398, patch from Don Siders.
git-svn-id: trunk@64422 -
2021-01-25 10:40:12 +00:00
juha
9193df8694 Docs: A missing file for LazUtils. Issue #38386, patch from Andrey Sobol.
git-svn-id: trunk@64421 -
2021-01-25 10:23:31 +00:00
juha
d7de049568 LCL: Make TMemo.Modified property work like TEDIT does. Issue #38388, patch from Jamie Philbrook.
git-svn-id: trunk@64420 -
2021-01-25 09:32:13 +00:00
dmitry
7ab17842cd cocoa: UI optimization for the file selection dialog. Do not use path_shouldEnableURL if not filters are used by the openDialog. todo: The same approach could be used if the only filter is any file
git-svn-id: trunk@64419 -
2021-01-24 21:14:52 +00:00
dmitry
31e6d57c33 cocoa: stop using the deprecated filenames property to get the number of files selected
git-svn-id: trunk@64418 -
2021-01-24 20:55:24 +00:00
juha
aeb086e9c0 IDE, Codetools: Restore CodeToolBoss.DefineTree.ClearCache calls that were removed in optimization.
git-svn-id: trunk@64417 -
2021-01-24 12:42:50 +00:00
michl
58cda60754 IDE: Hide TNonFormProxyDesignerForm when component is removed - fixed showing of frames at project closing when a docked form editor is used
git-svn-id: trunk@64416 -
2021-01-23 21:30:51 +00:00
juha
f23ec8bbc2 Docs: Fix structure in LazListClasses. Issue #38380, patch from Andrey Sobol.
git-svn-id: trunk@64415 -
2021-01-21 15:49:13 +00:00
juha
5ee798bb60 IDE: Load Desktop options correctly from environment. Issue #38376, patch from Uwe Schächterle.
git-svn-id: trunk@64414 -
2021-01-21 15:49:12 +00:00
juha
9e251a5c0a LCL: Eliminate a nested loop in TLazIntfImage.CopyPixels.
git-svn-id: trunk@64413 -
2021-01-20 22:00:02 +00:00
juha
f852f4d56a Packager: Make code more readable.
git-svn-id: trunk@64412 -
2021-01-20 22:00:01 +00:00
juha
672f80c137 IDE: Remove CodeToolBossPrepareTree and CompilerParseStampIncHandler. Update DefineTemplates elsewhere.
git-svn-id: trunk@64411 -
2021-01-20 21:59:59 +00:00
martin
ac4a901a8c IDE: file filters, fixed loop reading past #0 terminator of pchar.
git-svn-id: trunk@64410 -
2021-01-20 16:00:39 +00:00
juha
c4fd1e8484 LazBuild: Prevent crash when checking LazarusIDE.IDEStarted. Issue #38377.
git-svn-id: trunk@64409 -
2021-01-20 13:08:04 +00:00
jesus
ca65088ffb LazReport: Package lazreportpdfexport new feature: Create link annotation for TfrMemoView.URLInfo, by Stefan Sinne, issue #37996
git-svn-id: trunk@64408 -
2021-01-19 20:22:39 +00:00
juha
06cde9665e Docs: Resolve broken links in documentation of LCL and LazUtils. Issue #38366, patch from Andrey Sobol.
git-svn-id: trunk@64407 -
2021-01-19 15:19:58 +00:00
juha
f3e2fd9696 Docs: Lazutils documentation update, includes directories for examples. Issue #38365, patch from Andrey Sobol.
git-svn-id: trunk@64406 -
2021-01-19 13:54:29 +00:00
juha
b092cee8be IDE: Optimize DefineTemplates updates for packages and project.
git-svn-id: trunk@64405 -
2021-01-19 09:20:34 +00:00
juha
00e7a5c92b LCL: Optimize TLazIntfImage.CopyPixels and TCustomImageList.ScaleImage a little for common cases.
git-svn-id: trunk@64404 -
2021-01-19 09:20:31 +00:00
wp
d7061ea8e8 TAChart: Fix TBarSeries drawing too thick bar border line when Margin is 0.
git-svn-id: trunk@64403 -
2021-01-17 22:47:13 +00:00
jesus
618596c2ba LCL: fix grids bidi TAB behaviour as by Zaher Dirkey comments, issue #38186
git-svn-id: trunk@64402 -
2021-01-17 19:08:22 +00:00
martin
20f6b975cf FpDebug: tests pointer math
git-svn-id: trunk@64401 -
2021-01-16 19:30:12 +00:00
martin
71e66e0c64 FpDebug: missing result initialization
git-svn-id: trunk@64400 -
2021-01-16 19:30:10 +00:00
martin
0027bd2412 FpDebug: better shortstring detection / pointer base-size for string/array types
git-svn-id: trunk@64399 -
2021-01-16 19:30:08 +00:00
martin
ba1a82803a FpDebug: add size for function-ref
git-svn-id: trunk@64398 -
2021-01-16 19:30:06 +00:00
michael
3ffb492625 * Better loading of files, fix options for atom
git-svn-id: trunk@64397 -
2021-01-16 17:10:56 +00:00
marco
35748025c5 * also passes dialect options to fpdoc, like the makefiles do. Required in trunk fpdocs as of +/- mid december 2020.
git-svn-id: trunk@64396 -
2021-01-16 15:55:51 +00:00
juha
c9fea2b260 Packager: Fix naming a new unit.
git-svn-id: trunk@64395 -
2021-01-16 06:44:18 +00:00
juha
dcf754c7c8 Codetools: Refactoring, move sub-procedure CalculateTemplate out from TDefineTree.Calculate.
git-svn-id: trunk@64394 -
2021-01-16 06:44:17 +00:00