Commit Graph

60260 Commits

Author SHA1 Message Date
michl
89deb31d9e DockedFormEditor: Fixed flickering at anchoring control
git-svn-id: trunk@64624 -
2021-02-19 21:09:36 +00:00
martin
0c46287ea3 SynEdit: publish OnContextPopup, OnResize. Issue #038511
git-svn-id: trunk@64622 -
2021-02-19 02:13:52 +00:00
maxim
ced0827e1b DockedFormEditor: updated Russian translation
git-svn-id: trunk@64619 -
2021-02-18 22:12:24 +00:00
bart
5aa0aac42e TMaskEdit: workaround for infinite loop in SetEditText (issue cause by compiler bug). Issue #0038505.
git-svn-id: trunk@64617 -
2021-02-18 18:45:48 +00:00
juha
350c9735d0 LazUtils: Optimize PosI(), the case-insensitive version of Pos().
git-svn-id: trunk@64616 -
2021-02-18 12:28:20 +00:00
michl
0d468e1564 DockedFormEditor: Fixed AV when options are modified and Anchor tab is shown
git-svn-id: trunk@64607 -
2021-02-17 21:05:35 +00:00
michl
ae5a9b54d1 DockedFormEditor: Option AllowSizing added
git-svn-id: trunk@64606 -
2021-02-17 20:39:32 +00:00
bart
ac3fae6d99 TValueListEditor: raise an exception when setting RowCount < FixedRows.
git-svn-id: trunk@64605 -
2021-02-17 17:35:57 +00:00
mattias
9baf8fe81d codetools: fixed GetSmartHint other unit
git-svn-id: trunk@64603 -
2021-02-17 13:59:24 +00:00
mattias
226c1066d3 examples: easter: enabled win32 gui app
git-svn-id: trunk@64602 -
2021-02-17 13:24:20 +00:00
mattias
89e76d09dd examples: easter: enabled win32 gui app
git-svn-id: trunk@64601 -
2021-02-17 13:24:01 +00:00
mattias
6eb0f734c5 examples: easter: enabled win32 gui app
git-svn-id: trunk@64600 -
2021-02-17 13:23:20 +00:00
mattias
f5caaeec5c sqldblaz: added TMySQL80Connection
git-svn-id: trunk@64599 -
2021-02-17 13:16:27 +00:00
mattias
531da16b59 sqldblaz: added TMySQL80Connection
git-svn-id: trunk@64598 -
2021-02-17 13:15:58 +00:00
mattias
a59e2ba10d docs: fixed xml
git-svn-id: trunk@64597 -
2021-02-17 13:11:32 +00:00
michl
c681a65d52 DockedFormEditor: Disable all designers of forms and show code in source editor window when a designer is shown in a other source editor window
git-svn-id: trunk@64596 -
2021-02-16 22:33:25 +00:00
michl
5cc908ff89 DockedFormEditor: Fixed a bug with multiple source editor windows
git-svn-id: trunk@64595 -
2021-02-16 21:12:42 +00:00
juha
26427d65ae Docs: Updates for LCL, LazUtils. LazControls. Issue #38490, patch from Don Siders.
git-svn-id: trunk@64594 -
2021-02-16 20:18:40 +00:00
michl
2743adba42 DockedFormEditor: Refactoring: Use DockedTabMaster instead of IDETabMaster
git-svn-id: trunk@64593 -
2021-02-16 20:08:20 +00:00
mattias
a48c53db4e IDE: fixed crash in designer
git-svn-id: trunk@64591 -
2021-02-16 13:34:32 +00:00
juha
1f5fc709d3 LHelp: Focus TOC TreeView in a proper way. Sending key VK_T caused text being deleted in Lazarus source editor.
git-svn-id: trunk@64590 -
2021-02-16 11:53:53 +00:00
juha
98e62261f7 LHelp: Cleanup, improve a variable name.
git-svn-id: trunk@64589 -
2021-02-16 11:53:52 +00:00
juha
afae437ee4 LCL: Change variable names to avoid confusion. Unnest a function.
git-svn-id: trunk@64588 -
2021-02-16 11:53:50 +00:00
michl
54dc02b128 DockedFormEditor: Changed logic of moving of control - only free sides can be moved - a docked side stays docked
git-svn-id: trunk@64587 -
2021-02-15 19:27:22 +00:00
mattias
3b018cd3fd examples: updated holyday, enable win32 gui app
git-svn-id: trunk@64586 -
2021-02-15 16:07:47 +00:00
juha
95fb12724c LHelp: Tweak string and extension handling.
git-svn-id: trunk@64585 -
2021-02-15 15:43:33 +00:00
juha
8ddb160a15 Packager: Use new FilenameExtIn(). Fix an error with extensions not having a dot.
git-svn-id: trunk@64584 -
2021-02-15 08:43:52 +00:00
juha
3f78f0d62d New optimized functions in LazUtils: FilenameExtIs and FilenameExtIn. Used instead of CompareFileExt and similar.
git-svn-id: trunk@64583 -
2021-02-15 08:43:50 +00:00
maxim
9434f5f507 LHelp: Regenerated translations, updated Russian translation. Also reverted not entirely correct changes from Ukrainian translation after r64579 #d01a19e924 (let maintainer handle such updates).
git-svn-id: trunk@64582 -
2021-02-14 22:33:47 +00:00
michl
9a22c9a8f7 DockedFormEditor: focus source editor after changing to tab code
git-svn-id: trunk@64581 -
2021-02-14 22:17:02 +00:00
ondrej
e80edc6b0d SynEdit: revert wrong changes (ScreenRowToRow->ScreenXYToTextXY, RowToScreenRow->TextXYToScreenXY) during the circular dependency removal
git-svn-id: trunk@64580 -
2021-02-14 18:46:26 +00:00
wp
d01a19e924 LHelp: Replace icons by high-dpi versions drawn by Roland Hahn. Redesign "About" box to show application icon.
git-svn-id: trunk@64579 -
2021-02-14 17:21:39 +00:00
michl
eb1efb5fd6 DockedFormEditor: Set focus on designer only when tab of SourceEditorWindow notebook is changed, not when active editor is changed, to prevent stealing focus from ObjectInspector
git-svn-id: trunk@64578 -
2021-02-14 15:45:26 +00:00
michl
b34cb9897a DockedFormEditor: Minor refactoring DockedFormAccess
git-svn-id: trunk@64577 -
2021-02-14 15:42:58 +00:00
michl
58c7171e6c DockedFormEditor Refactoring: Remove not needed code, rename a method
git-svn-id: trunk@64576 -
2021-02-13 22:33:47 +00:00
wp
e32b62e6b4 LCL/ShellCtrls: On Windows automatically show shell icons in TShellTreeView when no imagelist is attached.
git-svn-id: trunk@64575 -
2021-02-13 22:11:24 +00:00
mattias
fcff9d8ea7 IDE: fixed compile with fpc 3.2.0
git-svn-id: trunk@64574 -
2021-02-13 21:49:37 +00:00
michl
e1df656379 DockedFormEditor: Fixed AV on designer default method creation (mouse double click)
git-svn-id: trunk@64573 -
2021-02-13 21:35:48 +00:00
michl
26c6ac0ef4 Make Lazarus compilable again after revision 64564 #f0061abfac: Remove StrUtils instead of LazStringUtils
git-svn-id: trunk@64572 -
2021-02-13 20:18:43 +00:00
mattias
1c57b8cc78 lcl: cocoa: fixed keyboard navigation in open dialog
git-svn-id: trunk@64571 -
2021-02-13 16:24:45 +00:00
martin
8b81b7cfd3 Debugger: Revert recent upper/lowercase changes
git-svn-id: trunk@64570 -
2021-02-13 14:30:50 +00:00
maxim
f24ef4bcda DockedFormEditor: renamed "Designer" tab to "Form" for better clarity, regenerated translations and updated Russian translation
git-svn-id: trunk@64569 -
2021-02-13 14:15:58 +00:00
mattias
73dacac189 updated lpl
git-svn-id: trunk@64568 -
2021-02-13 13:01:48 +00:00
mattias
62c37ad72a updated Makefiles
git-svn-id: trunk@64567 -
2021-02-13 13:01:14 +00:00
mattias
2cf64fa695 mouseandkeyinput: added makefiles
git-svn-id: trunk@64566 -
2021-02-13 13:00:58 +00:00
mattias
7282d3c425 lhelp: less hints
git-svn-id: trunk@64565 -
2021-02-13 12:42:40 +00:00
mattias
f0061abfac IDE: less hints
git-svn-id: trunk@64564 -
2021-02-13 12:39:19 +00:00
juha
436b2d3a74 Debugger: Fix a wrong change in r64527 #077ebbe494.
git-svn-id: trunk@64563 -
2021-02-13 08:54:07 +00:00
maxim
9f27264e00 DockedFormEditor: improved Russian translation
git-svn-id: trunk@64562 -
2021-02-13 01:09:11 +00:00
maxim
8ba5ad224f LHelp: updated Russian translation
git-svn-id: trunk@64561 -
2021-02-12 23:28:11 +00:00