Activity for Lazarus

  • zeljan1 committed [dc6324] on Code (GIT)

    Gtk3: fixed pmNotXor line painting regression. issue #42202

  • zeljan1 committed [3fba08] on Code (GIT)

    Gtk3: fixed pen stroke color with width > 1. issue #42201

  • zeljan1 committed [e34367] on Code (GIT)

    Gtk3: make setCursor more readable.

  • zeljan1 committed [d38f75] on Code (GIT)

    Gtk3: fixed buttons sizing with AutoSize:=true, eg changing caption at runtime.

  • zeljan1 committed [3bbf21] on Code (GIT)

    Gtk3: fixed crash with HCURSOR 0. part of issue #42193

  • Martin committed [77de2c] on Code (GIT)

    FpDebug: fix stepping after exception / issue from "continue last step"

  • Juha committed [70b304] on Code (GIT)

    IDE: Split a form TPGIPConflictsDialog out of unit InterPkgConflictFiles. Add a global Message handler.

  • rich2014 committed [a2881a] on Code (GIT)

    Merge branch 'scroll'

  • rich2014 committed [7bbe31] on Code (GIT)

    Cocoa: separate 3 functions from TCocoaScrollingUtil into TCocoaWSScrollingUtil

  • rich2014 committed [2364c5] on Code (GIT)

    Cocoa: TCocoaScrollUtil --> TCocoaScrollingUtil, TCocoaWSScrollerUtil --> TCocoaWSScrollingUtil

  • rich2014 committed [b20fd6] on Code (GIT)

    Cocoa: implement CocoaScrollStyleManagerCreatorImpl() for CocoaScrolling

  • rich2014 committed [a8b3d1] on Code (GIT)

    Cocoa: separate TCocoaWSScrollingWinControl from CocoaWSForms into CocoaWSScrolling

  • rich2014 committed [4f8d50] on Code (GIT)

    Cocoa: CocoaScrollers --> CocoaScrollerImpl, CocoaWSScrollers --> CocoaWSScrolling

  • rich2014 committed [ea4367] on Code (GIT)

    Cocoa: separate Scrolling related into CocoaScrolling (leave Scroller related in CocoaScrollers)

  • rich2014 committed [7e9a4d] on Code (GIT)

    Cocoa: separate TCocoaScrollView from CocoaScrollers into CocoaScrolling

  • Juha committed [cf7286] on Code (GIT)

    IdeConfig: Add forgotten units ExtTools and ExtToolsConsole.

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

    TAChart: Detect index of clicked axis label.

  • Juha committed [7a77bc] on Code (GIT)

    Codetools: Minor improvement. Issue #41729, patch by Włodzimierz Bień.

  • zeljan1 committed [c4ac47] on Code (GIT)

    Gtk3: fixed forms sizing under wayland.

  • Juha committed [52ea0a] on Code (GIT)

    Move units ExtTools and ExtToolsConsole to IdeConfig package.

  • Juha committed [999e9f] on Code (GIT)

    Move units ColorTTY and LazTTY to LazUtils package.

  • Juha committed [154897] on Code (GIT)

    IDE: Tweak Uses sections.

  • Juha committed [327bd3] on Code (GIT)

    LazBuild: Don't use EditableProject in BuildManager. Prevent wrong typecast. Issue #42210.

  • Juha committed [36a442] on Code (GIT)

    Codetools: Improve nested Result var resolution. Enable test. Issue #41729, patch by Włodzimierz Bień.

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

    IDE: regenerated translations

  • Martin committed [81a57f] on Code (GIT)

    LCL, Mock: Add CreateTimer / DestroyTimer

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

    TAChart: Add TChartAxis methods to determine the index of the first and last visible axis labels.

  • Martin committed [ca07b8] on Code (GIT)

    FpDebug: allow modifying registers

  • Martin committed [ef72a9] on Code (GIT)

    LazDebuggerFp: improve checks if "modify value" was successful.

  • Juha committed [41e1a6] on Code (GIT)

    IDE: Fix renaming identifier in an include file. Issue #42208, patch by Włodzimierz Bień.

  • Juha committed [050bba] on Code (GIT)

    IDE: Fix loading unit editor session after the refactoring commit 9c1a172686a.

  • Juha committed [8ac300] on Code (GIT)

    IdeProject: Move Bookmark classes to a new unit IdeBookmark.

  • wp wp committed [3faa4c] on Code (GIT)

    TAChart: Improvements in TChartAxis.GetHitTestInfoAt after previous commit.

  • wp wp committed [95c5d7] on Code (GIT)

    TAChart: Give access to the polygon around axis labels (ChartAxis.Value[idx].FPolygon)

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

    SynEdit: PasHighLighter, fix "static" in records, fixed other modifier after static. Issue #42197

  • rich2014 committed [e72020] on Code (GIT)

    Cocoa: enable TImageList.Scaled in TImageListCache for ButtonGlyph for Retina Display / HiDPI, issue #42204

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

    LCL: Add some missing items to German translation file.

  • Juha committed [9c1a17] on Code (GIT)

    IdeProject: Remove IdeIntf dependency from unit Project and package IdeProject. Separate a new unit EditableProject.

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

    IDE, Debugger: Watches, fix crash when snapshots are cleared (collapsed/expanded tracking may use pointer to destroyed snapshot / ClearOutdatedTrackingIdData should always use current watches)

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

    IDE, LeakView: improve finding files from leakview. E.g.: ../objpas/classes/collect.inc OR ../packager/pkgmanager.pas

  • rich2014 committed [6abbee] on Code (GIT)

    Cocoa: refactor Point/Rect transform

  • rich2014 committed [bd65df] on Code (GIT)

    Cocoa: unify the style of TCocoaTypeUtil.toPoint()

  • rich2014 committed [b460e0] on Code (GIT)

    Cocoa: apply new TCocoaTypeUtil.toPoint()

  • rich2014 committed [688536] on Code (GIT)

    Cocoa: add four TCocoaTypeUtil.toPoint()

  • rich2014 committed [917545] on Code (GIT)

    Cocoa: unify the style of TCocoaTypeUtil.toRect()

  • rich2014 committed [c43ffb] on Code (GIT)

    Cocoa: apply new TCocoaTypeUtil.toRect()

  • rich2014 committed [b8b874] on Code (GIT)

    Cocoa: add new TCocoaTypeUtil.toRect() corresponding to 6d94706

  • rich2014 committed [f3680d] on Code (GIT)

    Cocoa: apply new TCocoaTypeUtil.toRect()

  • rich2014 committed [c9edc7] on Code (GIT)

    Cocoa: reorganize CocoaPrivate

  • rich2014 committed [bd7897] on Code (GIT)

    Cocoa: integrate standalone RectToViewCoord() into TCocoaTypeUtil

  • rich2014 committed [36d64f] on Code (GIT)

    Cocoa: move global vars into TCocoaWidgetSetState

  • rich2014 committed [7cdcf1] on Code (GIT)

    Cocoa: improve inline modifier in CocoaPrivate

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

    IDE: regenerated translations

  • Juha committed [930e5a] on Code (GIT)

    Codetools: Deal with re-defined types. Issue #42183, patch by Włodzimierz Bień.

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

    IDE: Add and improve some items in German language file.

  • Juha Manninen committed [84b4cf] on Code (GIT)

    Merge branch 'CodeTools/Tests/Runner/Verbose' into 'main'

  • Juha Manninen committed [2e9700] on Code (GIT)

    CodeTools/Tests: Display debug output only with "--verbose" parameter (replace "write" with "dbgout")

  • rich2014 committed [5f8ce2] on Code (GIT)

    fix the issue that the Cursor might be reset to the default arrow by macOS when scrolling with the Overlay Style Scrollbar

  • Juha Manninen committed [0a2423] on Code (GIT)

    Merge branch 'CodeTools/Tests/Runner/List' into 'main'

  • Juha Manninen committed [9a1314] on Code (GIT)

    CodeTools/Tests: Don't pollute the test list with debugging output

  • rich2014 committed [2f302f] on Code (GIT)

    Cocoa: fix the issue that TGraphicControl can still be clicked when its ancestor is disabled

  • Mattias Gaertner Mattias Gaertner committed [c1b81c] on Code (GIT)

    codetools: clean up

  • Mattias Gaertner Mattias Gaertner committed [b80d30] on Code (GIT)

    codetools: fixed find declaration nested class

  • Mattias Gaertner Mattias Gaertner committed [d52d02] on Code (GIT)

    codetools: tests: fixed parsing IDE macros FPCVer

  • rich2014 committed [daf072] on Code (GIT)

    OpenGL: new version Cocoa compatibility, issue #42203

  • rich2014 committed [cddb86] on Code (GIT)

    Cocoa: improve TBitBtn.Layout

  • rich2014 committed [196958] on Code (GIT)

    OpenGL: new version Cocoa compatibility, issue #42203

  • rich2014 committed [eb8f09] on Code (GIT)

    Cocoa: fix the issue of missing Display Size of Glyph in TSpeedButton(ButtonGlyph), issue #42204

  • Mattias Gaertner Mattias Gaertner committed [3ec3f7] on Code (GIT)

    codetools: fixed TTestCompReaderWriterPas.TestBaseTypesMinValues

  • Mattias Gaertner Mattias Gaertner committed [f31c4a] on Code (GIT)

    ide: less hints

  • Mattias Gaertner Mattias Gaertner committed [3fb07a] on Code (GIT)

    lazutils: clean up

  • Mattias Gaertner Mattias Gaertner committed [52a12e] on Code (GIT)

    codetools: clean up

  • wp wp committed [21b0a3] on Code (GIT)

    LCL/TLabel: Fix word-wrap feature in auto-sized label. Issue #42198.

  • rich2014 committed [3f73a8] on Code (GIT)

    Cocoa: improve TBitBtn.Layout

  • rich2014 committed [0f9072] on Code (GIT)

    Cocoa: better support for Quiting APP (CMD+Q/[X]Button/System Shutdown), issue #20955 related

  • rich2014 committed [c21346] on Code (GIT)

    Cocoa: refactor Callback related

  • rich2014 committed [3efce7] on Code (GIT)

    Cocoa: fix the issue that right edge is clipped in TStatusBar, patch by Slidescape, #42190

  • rich2014 committed [40faf7] on Code (GIT)

    Cocoa: better support for Quiting APP (CMD+Q/[X]Button/System Shutdown), issue #20955 related

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

    IDE: regenerated translations and updated Russian translation

  • Michael Van Canneyt committed [21ce58] on Code (GIT)

    Merge branch 'ProjTemplates/Config/Format' into 'main'

  • n7800 committed [837c85] on Code (GIT)

    ProjTemplates: Ignore quotes in config file values

  • n7800 committed [b97e38] on Code (GIT)

    ProjTemplates: Allow string values for boolean parameters in config file

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

    Packages/Install-uninstall packages: improved legend texts, as resource strings. Issue #42188.

  • Mattias Gaertner Mattias Gaertner committed [c51ea5] on Code (GIT)

    markdown: TCustomMarkDownControl.ScrollBars

  • Mattias Gaertner Mattias Gaertner committed [91aca7] on Code (GIT)

    lcl: TTReeView: fixed horz scroll

  • rich2014 committed [aa12b8] on Code (GIT)

    Cocoa: refactor Callback related

  • rich2014 committed [9f4fe7] on Code (GIT)

    Cocoa: remove drawBackground() from Callback

  • rich2014 committed [830250] on Code (GIT)

    Cocoa: remove GetShouldBeEnabled() from Callback

  • rich2014 committed [873fb1] on Code (GIT)

    Cocoa: remove CanFocus() from Callback

  • rich2014 committed [2e14e5] on Code (GIT)

    Cocoa: separate ResignFirstResponder from Callback into TCocoaLCLMessageUtil

  • rich2014 committed [59dd88] on Code (GIT)

    Cocoa: move TCocoaWidgetSetState from CocoaWSService to CocoaPrivate

  • rich2014 committed [1d8bf0] on Code (GIT)

    Cocoa: separate InputClientInsertText from Callback/LCLObjectExtension into TCocoaLCLMessageUtil

  • rich2014 committed [389202] on Code (GIT)

    Cocoa: make GetCaptureControlCallback/SendContextMenu private

  • rich2014 committed [cee946] on Code (GIT)

    Cocoa: remove MouseClick() from Callback

  • rich2014 committed [de6542] on Code (GIT)

    Cocoa: separate DeliverMessage from Callback/LCLObjectExtension into TCocoaLCLMessageUtil

  • rich2014 committed [46596e] on Code (GIT)

    Cocoa: separate Message related from Callback into TCocoaLCLMessageUtil

  • rich2014 committed [85bc26] on Code (GIT)

    Cocoa: separate CocoaOnlyState from Callback into TCocoaWidgetSetState

  • rich2014 committed [e11fab] on Code (GIT)

    Cocoa: separate Caret from Callback

  • rich2014 committed [f8d670] on Code (GIT)

    Cocoa: Optimize Callback

  • rich2014 committed [26d4e9] on Code (GIT)

    Cocoa: fix the issue that right edge is clipped in TStatusBar, patch by Slidescape, #42190

1 >
MongoDB Logo MongoDB