Activity for Lazarus

  • wp wp committed [2c4086] on Code (GIT)

    OPM: Anchoring of buttons in CreateRepository form (old version partially truncated in German translation).

  • wp wp committed [8161c5] on Code (GIT)

    OPM: Update Laz and FPC versions available for selection of compatibility; better formatting of package date

  • Don Siders Don Siders committed [18a7ff] on Code (GIT)

    Docs: LCL/lclversion. Fixes tagging for See Also links.

  • Don Siders Don Siders committed [0e6bf1] on Code (GIT)

    Docs: LCL/lclversion. Fixes tagging for See Also links.

  • Martin committed [32186e] on Code (GIT)

    LazEdit: text=grid-painter, fix need-eto detection

  • Juha committed [b213e8] on Code (GIT)

    IDE: Restore a small dot symbol in ViewUnit dialog, the big one is not included in Windows fonts. See 7a6a7a85.

  • Martin committed [e528bb] on Code (GIT)

    LazEdit: fixed "stored" for color attribute properties. Issue #41582

  • Martin committed [90027a] on Code (GIT)

    SynEdit: fix delayed font size update. TextArea gets the event only after synedit already tried to read the new sizes for chars.

  • Juha Manninen committed [fe380b] on Code (GIT)

    Merge branch 'remove_duplicate_bitbutton_example' into 'main'

  • Juha Manninen committed [b7a552] on Code (GIT)

    remove duplicate bitbutton example

  • Martin committed [6c6671] on Code (GIT)

    SynEdit: move TLazEditTextAttributeModifierCollection

  • Martin committed [8df5cc] on Code (GIT)

    Debugger, Gdbmi: set register validity if numeric value of different display format is requested. Issue #41578

  • Martin committed [47c395] on Code (GIT)

    Debugger, Gdbmi: set register validity if numeric value of different display format is requested. Issue #41578

  • Martin committed [b42cae] on Code (GIT)

    SynEdit: Replace TextDrawer

  • Željan Rikalo committed [1cb679] on Code (GIT)

    Qt,Qt5,Qt6: fixed menuitem radio items behaviour. issue #41577

  • zeljan1 committed [b066b0] on Code (GIT)

    Qt,Qt5,Qt6: fixed menuitem radio items behaviour. issue #41577

  • Maxim Ganetsky committed [a3dc9a] on Code (GIT)

    Merge branch 'IDE/InitSetupWnd/ExDiffOpt' into 'main'

  • n7800 committed [19ea4e] on Code (GIT)

    IDE: Remove the unnecessary ofExtensionDifferent from Options dialog

  • Martin committed [abf1cf] on Code (GIT)

    IDE: Initial setup dlg, use CompareFilenames

  • Martin committed [a5eeb2] on Code (GIT)

    FpDebug: remove non-required lowercase calls (asm stack unwind)

  • Željan Rikalo committed [937bff] on Code (GIT)

    Qt5,Qt6: fixed swapped width/height. issue #41575

  • Željan Rikalo committed [f06d34] on Code (GIT)

    Qt5,Qt6: another fix of crash, also do not create scrollbars in GetWindowSize. issue #41575

  • Željan Rikalo committed [0620a8] on Code (GIT)

    Qt5,Qt6: fixed crash - regression from previous commit. issue #41575

  • Željan Rikalo committed [08e7c9] on Code (GIT)

    Qt5,Qt6: fix GetWindowSize regression. issue #41575

  • Don Siders Don Siders committed [3a913c] on Code (GIT)

    Docs: LazUtils/lazutf8. Updates UTF8Copy and UTF8Insert topics for changes in 162cbbfc, 913b749f, bad60c01.

  • Bart committed [bad60c] on Code (GIT)

    LazUtf8: Fix Utf8Insert for StartCharIndex > Utf8Length(s)+1. Reason: consistent with System.Insert().

  • Bart committed [913b74] on Code (GIT)

    LazUtf8: correct a StartCharIndex < 1 in Utf8Insert. Reason: consistent with System.Insert().

  • zeljan1 committed [06a864] on Code (GIT)

    Qt5,Qt6: fixed swapped width/height. issue #41575

  • zeljan1 committed [cb01b0] on Code (GIT)

    Qt5,Qt6: another fix of crash, also do not create scrollbars in GetWindowSize. issue #41575

  • zeljan1 committed [cc6c85] on Code (GIT)

    Qt5,Qt6: fixed crash - regression from previous commit. issue #41575

  • Željan Rikalo committed [e54a83] on Code (GIT)

    Qt,Qt5,Qt6: initialize scroll offset when handle is created. issue #41513

  • zeljan1 committed [dadc0e] on Code (GIT)

    Qt5,Qt6: fix GetWindowSize regression. issue #41575

  • Martin committed [cc809e] on Code (GIT)

    IDE: SourceEditor, fix SetSyntaxHighlighterId. If the ID is still the same, check that the default has not changed. Issue #39633

  • Bart committed [162cbb] on Code (GIT)

    LazUtf8: correct a StartCharIndex < 1 in Utf8Copy. Reason: consistent with System.Copy().

  • zeljan1 committed [c0f494] on Code (GIT)

    Qt,Qt5,Qt6: initialize scroll offset when handle is created. issue #41513

  • Juha committed [0eae36] on Code (GIT)

    LazUtils: Remove unreachable code in function CompareFilenames. Issue #41571, noticed by n7800.

  • Don Siders Don Siders committed [c605b7] on Code (GIT)

    Docs: LCL/dialogs. Adds an omitted word. Depends on 5563082dfc.

  • Don Siders Don Siders committed [556308] on Code (GIT)

    Docs: LCL/dialogs. Updates content in the TOpenOption.ofNoReadOnlyReturn topic. Issue #41563. Depends on 9f23efb4.

  • Martin committed [7ea532] on Code (GIT)

    SynEdit: Replace TextDrawer.RegisterOnFontChangeHandler with SynEdit.RegisterStatusChangedHandler(... scFontOrStyleChanged)

  • Martin committed [fc053b] on Code (GIT)

    SynEdit: UseUtf8 is not used and always true / remove/deprecate

  • Martin committed [651963] on Code (GIT)

    IDE: Update Highlighter settings when changing mode (objfpc) in project settings (invalidate codetool cache). Issue #39633

  • Martin committed [4f1778] on Code (GIT)

    IDE: Update Highlighter settings when changing mode (objfpc) in project settings (invalidate codetool cache). Issue #39633

  • Martin committed [8dd981] on Code (GIT)

    LazEdit: fixed Makefile

  • Martin committed [569250] on Code (GIT)

    SynEdit: fix continuous frame for comment-color, if there are Pasdoc/Custom-words in comment

  • Martin committed [8fe429] on Code (GIT)

    SynEdit: fixes for GetTokenIsCommentStart/GetTokenIsCommentStart and slash // comments

  • Martin committed [f576fc] on Code (GIT)

    SynEdit: Clean up AssignColors

  • Martin committed [6690e1] on Code (GIT)

    SynEdit: Refactor TSynSelectedColorMergeResult - fix inheritance structure.

  • Martin committed [5abe12] on Code (GIT)

    SynEdit: Token Attributes (TSynSelectedColor), move StartX and EndX to base class

  • Martin committed [9b0070] on Code (GIT)

    SynEdit: remove deprecated methods from TSynSelectedColor

  • Martin committed [1bb56e] on Code (GIT)

    SynEdit: rewrite part of the Highlighter-attribute

  • Martin committed [c6957d] on Code (GIT)

    SynEdit: fix test for new comment color attribs

  • Maxim Ganetsky committed [464da2] on Code (GIT)

    LCL: removed mentions of missing memostrings.inc file from .lpk and fpmake.pp, patch by Don Siders, issue #41568

  • Željan Rikalo committed [0f5b63] on Code (GIT)

    Qt4: fixed scrollCode messages. issue #41566

  • Željan Rikalo committed [56ff70] on Code (GIT)

    Qt5,Qt6: fixed scrollCode messaging. issue #41566

  • zeljan1 committed [6e6cc2] on Code (GIT)

    Qt4: fixed scrollCode messages. issue #41566

  • Don Siders Don Siders committed [0d3a62] on Code (GIT)

    Docs: LCL/grids. Updates TCustomGrid.KeyPress topic for changes in 4d4d4060. Issue #41503.

  • Don Siders Don Siders committed [7f2a8a] on Code (GIT)

    Docs: LCL/dialogs. Updates TOpenOption topics for changes in 9f23efb4c4. Issue #41564.

  • zeljan1 committed [b3c7e1] on Code (GIT)

    Qt5,Qt6: fixed scrollCode messaging. issue #41566

  • Don Siders Don Siders committed [28c9e3] on Code (GIT)

    Docs: LCL/dialogs. Updates TOpenOption topics for changes in 9f23efb4c4. Issue #41564.

  • Maxim Ganetsky committed [d88e34] on Code (GIT)

    JCF2: restored i18n of a caption after 34a6103a127878c44ab34c9e501906c6b83630b1

  • Bart committed [9f23ef] on Code (GIT)

    Dialogs: fix the description of ofReadOnly and ofHideReadOnly flags.

  • Maxim Ganetsky committed [888929] on Code (GIT)

    JCF2: regenerated German translation

  • Maxim Ganetsky committed [d1e969] on Code (GIT)

    IDE: regenerated translations and updated Russian translation

  • Maxim Ganetsky committed [87427b] on Code (GIT)

    IDE: improved a caption

  • Maxim Ganetsky committed [e16a34] on Code (GIT)

    SynEdit: regenerated translations and updated Russian translation

  • Maxim Ganetsky committed [f2a18f] on Code (GIT)

    SynEdit: improved a caption

  • Željan Rikalo committed [22c2c1] on Code (GIT)

    Qt5,Qt6: Fixed QLineEdit behaviour and automatic selectAll() by Qt when control is focused.Related issue #10155 and issue #41562

  • zeljan1 committed [91fbac] on Code (GIT)

    Qt5,Qt6: Fixed QLineEdit behaviour and automatic selectAll() by Qt when control is focused.Related issue #10155 and issue #41562

  • Martin committed [439afd] on Code (GIT)

    Codetools: fix parsing of "class of" with deprecated or unit-name prefix.

  • Martin committed [4027fd] on Code (GIT)

    IDE, SynEdit: refactor some color settings for Pas-Highlighter

  • Željan Rikalo committed [462cf1] on Code (GIT)

    Qt5,Qt6: fixes sizepos loop error. issue #41508

  • Željan Rikalo committed [c6da66] on Code (GIT)

    IDE: fixed wrong activation message. issue #41561

  • zeljan1 committed [1158c4] on Code (GIT)

    ListViewFilterEdit: must clear previous items. issue #41559

  • Željan Rikalo committed [6e9f26] on Code (GIT)

    Qt,Qt5,Qt6: fixed focus indication. issue #41562

  • zeljan1 committed [33c532] on Code (GIT)

    Qt,Qt5,Qt6: fixed focus indication. issue #41562

  • wp wp committed [34a610] on Code (GIT)

    JCF2: Fix typos in JCF2 German translation, add missing German translations

  • Martin committed [4d3ce3] on Code (GIT)

    IDE: reword command description for "delete current line". !398

  • Martin committed [18030f] on Code (GIT)

    SynEdit: fix for fpc 3.2.2: constref vs const

  • Martin committed [3eb2c2] on Code (GIT)

    SynEdit: rewrite FoldHighlighter range class. Use TDictionary.

  • wp wp committed [6e169e] on Code (GIT)

    Fix typos in commit 206425a357

  • wp wp committed [7d04bf] on Code (GIT)

    Images: New general-purpose icons (color, package, paint, plugin, target) by Roland Hahn.

  • Bart committed [126f26] on Code (GIT)

    Win32: Fix crash in TWin32WSOpenDialog.DestroyHandle, caused by me in commit 7cfdbd74.

  • zeljan1 committed [441180] on Code (GIT)

    IDE: fixed wrong activation message. issue #41561

  • wp wp committed [f79668] on Code (GIT)

    Images: Replace package icon in package editor. By Roland Hahn.

  • wp wp committed [206425] on Code (GIT)

    JCF: Update German translation

  • zeljan1 committed [a9a97d] on Code (GIT)

    Gtk3: TGtk3Toolbar cleanup, it is TGtk3CustomControl.

  • Maxim Ganetsky committed [7c4f32] on Code (GIT)

    IDEIntf: regenerated translations and updated Russian translation

  • Maxim Ganetsky committed [df205f] on Code (GIT)

    IDEIntf: improved Save/Open dialog i18n for Treeview Items Editor

  • Željan Rikalo committed [e90c1c] on Code (GIT)

    Qt5,Qt6: make checkable listview check state work with mouse.

  • zeljan1 committed [a7c6c8] on Code (GIT)

    Qt5,Qt6: fixes sizepos loop error. issue #41508

  • zeljan1 committed [1fb8e5] on Code (GIT)

    Qt5,Qt6: make checkable listview check state work with mouse.

  • Bart committed [db6fe2] on Code (GIT)

    TreeStorage: rename some identifiers. No functional changes.

  • wp wp committed [59fa55] on Code (GIT)

    Images/packages: two re-worked package icons by Roland Hahn

  • Martin committed [e893aa] on Code (GIT)

    SynEdit: Improve d8e4b249c35a22dcc0eef08e16d3939e11a1321e, initialize out variable. issue #41553

  • Martin committed [ebd7f5] on Code (GIT)

    SynEdit: Improve d8e4b249c35a22dcc0eef08e16d3939e11a1321e, initialize out variable. issue #41553

  • Martin committed [a08915] on Code (GIT)

    AnchorDocking: Initialize out var. Issue #41558

  • Bart committed [391169] on Code (GIT)

    IDE: Fix crash in the Treeview Items Editor which allowed trying to open an non-existing file.

  • Bart committed [6b2d34] on Code (GIT)

    IDE: in the Treeview Items Editor, add the ability to load a treeview from xml. Resolves issue #40806.

  • Bart committed [d4168a] on Code (GIT)

    IDE: in the Treeview Items Editor, add the ability to save a treeview as xml. Part of issue #40806.

  • Bart committed [81bbf2] on Code (GIT)

    LCL: add unit TreeStorage to LCLBase. Part of issue ##40806.

1 >
Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.