Activity for Lazarus Code and Component Repository

  • wp wp committed [r9337] on SVN

    LazMapViewer: Remove duplicate distance calculation in TGPSPoint. Had to move some general-purpose geo-math routines to a new units mvGeoMath. Old functions kept in mvEngine, but marked as deprecated.

  • Lagunov Aleksey Lagunov Aleksey committed [r9336] on SVN

    RxFPC:RxSpinEdit - check input value on exit editor

  • Lagunov Aleksey Lagunov Aleksey committed [r9335] on SVN

    RxFPC:rewriten RxSpinEdit. For old style component define OLD_SPIN_EDIT direcive in rx.inc

  • wp wp committed [r9334] on SVN

    LazBarCodes: Some more refactoring for PDF417 family.

  • wp wp committed [r9333] on SVN

    LazBarCodes: Fix array overflow in PDF417 barcode creation. Issue #39071.

  • wp wp committed [r9332] on SVN

    fpspreadsheet: Add demo for writing an area chart

  • wp wp committed [r9331] on SVN

    LazMapViewer: Remove obsolete folder "fulldemo_with_addons" (project is in "fulldemo" now).

  • wp wp committed [r9330] on SVN

    LazMapViewer: Add mapmarker image as resource to fulldemo projects.

  • wp wp committed [r9329] on SVN

    LazBarcode: Fix PDF417 issues with long strings, gitlab issue #39071 (not perfect, yet). Some refactoring.

  • wp wp committed [r9328] on SVN

    LazMapViewer: Fix fulldemo ignoring designtime-selection of MapProvider at first run.

  • wp wp committed [r9327] on SVN

    LazMapViewer: Add missing PenStyle setters/getters to the LCL DrawingEngine. Some clean-up.

  • wp wp committed [r9326] on SVN

    LazMapViewer: Combine the units of the two fulldemo projects.

  • wp wp committed [r9325] on SVN

    LazMapViewer: Fix crash in TMapView.SetPOIImage(AValue) when AValue is nil.

  • wp wp committed [r9324] on SVN

    LazMapViewer: Complete unfinished LCL mapviewer (using only LCL drawing routines). Update "fulldemo_with_addons".

  • wp wp committed [r9323] on SVN

    LazMapViewer: Simplify DrawBitmap for BGRA DrawingEngine.

  • wp wp committed [r9322] on SVN

    LazMapViewer: Fix text size issue in BGRABitmap drawing engine. Improved detection of default font name and size.

  • wp wp committed [r9321] on SVN

    LazMapViewer: Cleanup

  • wp wp committed [r9320] on SVN

    LazMapViewer: Fix transparency of marker images in the RGBGraphics drawing engine.

  • wp wp committed [r9319] on SVN

    LazMpaViewer: Keep the alpha channel when a new image is assigned to the TMapView.POIImage.

  • wp wp committed [r9318] on SVN

    LazMapViewer: Add button to replace default POI image to fulldemo projects.

  • Lazarus Code and Component Repository Lazarus Code and Component Repository updated /LazRGBGraphics/OPM/update_rgbgraphics.json

  • Lazarus Code and Component Repository Lazarus Code and Component Repository released /LazRGBGraphics/LazRGBGraphics 1.1/rgbgraphics-v1.1.zip

  • wp wp committed [r9317] on SVN

    rgbGraphics: Update version to 1.1 for next OPM release.

  • wp wp committed [r9316] on SVN

    LazMapviewer: Update RGBGraphicsDrawingEngine to support qt6

  • wp wp committed [r9315] on SVN

    rgbgraphics: Add qt6 and cocoa support.

  • wp wp committed [r9314] on SVN

    rgbgraphics: Add qt5 support.

  • wp wp committed [r9313] on SVN

    LazMapViewer: Rework text drawing in TRGBGraphicsDrawingEngine to avoid by-pass to LazIntfImage in favour of built-in graphics routines.

  • wp wp committed [r9312] on SVN

    LazMapViewer: Move public TCustomDrawingEngine.DrawBitmapOT to protected section of TIntfGraphicsDrawingEngine, not needed anywhere else.

  • wp wp committed [r9311] on SVN

    LazMapViewer: Fix GPSPointIntfo display in both fulldemo projects

  • wp wp committed [r9310] on SVN

    LazMapViewer: Improved text rendering by IntfGraphicsDrawingEngine when text color is white

  • wp wp committed [r9309] on SVN

    LazMapViewer: Improved text rendering by IntfGraphicsDrawingEngine

  • wp wp committed [r9308] on SVN

    LazMapViewer: Rework text drawing code in IntfGraphicsDrawingEngine for simplification and to avoid occasionally opaque text background in Linux/gtk2 although it should be transparent.

  • wp wp committed [r9307] on SVN

    LazMapViewer: Fix package compilation and elevations demo with Laz 2.0.12

  • Yuliyan Ivanov Yuliyan Ivanov committed [r9306] on SVN

    LazMapViewer: HitTest method added to TMapItem, TMapCollection. Intersect() zerodiv fix. TMapView.LatLonToScreen overload with lat,lon.

  • wp wp committed [r9305] on SVN

    LazMapViewer: Fix height of POI text background color combobox in fulldemo (too small in Linux)

  • wp wp committed [r9304] on SVN

    LazMapViewer: Fix text size calculation in intfgraphics drawingengine for qt5

  • Yuliyan Ivanov Yuliyan Ivanov committed [r9303] on SVN

    LazMapViewer: flights example: Added `Follow tightly' check box. Marked missing segments in QFA28, QFA95.

  • wp wp committed [r9302] on SVN

    LazMapViewer: Add URL encoding method to DownloadEngine to fix failure in searching for city names with unsafe characters in mvGeoNames unit.

  • wp wp committed [r9301] on SVN

    LazMapViewer: Fix usage of CachePath and CacheOnDisk in some example projects.

  • Yuliyan Ivanov Yuliyan Ivanov committed [r9300] on SVN

    LazMapViewer: TMapViewer.CacheOnDisk property initialization fix.

  • wp wp committed [r9299] on SVN

    LazMapViewer: Deprecate also TRealPoint.Init in favour of TRealPoint.InitXY and TRealPoint.InitLatLon

  • wp wp committed [r9298] on SVN

    LazMapViewer: Add functions named "LatLon" in addition to the old ones named as "LonLat" and mark the old ones as deprecated.

  • Yuliyan Ivanov Yuliyan Ivanov committed [r9297] on SVN

    LazMapViewer: New example - Flight Track Logs.

  • Yuliyan Ivanov Yuliyan Ivanov committed [r9296] on SVN

    LazMapViewer: Added TMapPoint.AssignTo methods.

  • Yuliyan Ivanov Yuliyan Ivanov committed [r9295] on SVN

    LazMapViewer: ZoomMin and ZoomMax restrictions when zooming with the mouse.

  • Yuliyan Ivanov Yuliyan Ivanov committed [r9294] on SVN

    LazMapViewer: TMapView.CyclicPointsOf fix of array length. CalcIntermedPoint parameters check.

  • Yuliyan Ivanov Yuliyan Ivanov committed [r9293] on SVN

    LazMapViewer: amend [r9292]

  • Yuliyan Ivanov Yuliyan Ivanov committed [r9292] on SVN

    LazMapViewer: Calculation of bearing, target point by bearing, midpoint, intermediate point. First, Last of TMapCollection, TMapPoint.ToScreen property. TGPSTrack draw event and ConnectColor/Width properties. Better GPX import/export.

  • Yuliyan Ivanov Yuliyan Ivanov committed [r9291] on SVN

    LazMapViewer: Track segments connection. Z Orders fix. GPX load/store new props. ClipPolyToRect function added.

  • Yuliyan Ivanov Yuliyan Ivanov committed [r9290] on SVN

    LazMapViewer: Track segment marks and GPX track loading. TryStrToGpxColor fix.

  • Yuliyan Ivanov Yuliyan Ivanov committed [r9289] on SVN

    LazMapViewer: Rehaul of TMapItem/TMapCollection, TMapTrack, TMapTrackPoint, TMapTrackPoints. TTrackSegmentExtraData added.

  • Yuliyan Ivanov Yuliyan Ivanov committed [r9288] on SVN

    LazMapViewer: Drag button check (mbLeft) moved from Engine to MapView. Added Start/End/AbortDragging methods. GetObjectsInArea with a class filter.

  • Yuliyan Ivanov Yuliyan Ivanov committed [r9287] on SVN

    LazMapViewer: mvde_bgra.pas TextOut native.

  • wp wp committed [r9286] on SVN

    NiceChart: Fix compilation in case-sensitive OS.

  • wp wp committed [r9285] on SVN

    image_source: Note that images in "Lazarus" folder have been moved to gitlab and will be deleted here sooner or later.

  • Lagunov Aleksey Lagunov Aleksey committed [r9284] on SVN

    RxFPC:TMemDataset fix datasize for BCD fields

  • Yuliyan Ivanov Yuliyan Ivanov committed [r9283] on SVN

    LazMapViewer: Drawing engines BrushStyle fix.

  • wp wp committed [r9282] on SVN

    fpspreadsheet: Chart link supports series pointers varying with y level in multi-level series

  • wp wp committed [r9281] on SVN

    fpexif: New EXIF convenience property GPSDateTime (read/write)

  • wp wp committed [r9280] on SVN

    fpexif: Allow to write EXIF image orientation.

  • wp wp committed [r9279] on SVN

    fpExif: Do not abort reading EXIF in case of some specific errors.

  • wp wp committed [r9278] on SVN

    fpspreadsheet: Gradient support in xlsx charts. Unified gradient directions between xlsx and ods.

  • wp wp committed [r9277] on SVN

    fpspreadsheet: xlsx chart writer supports chart background color.

  • wp wp committed [r9276] on SVN

    fpspreadsheet: xlsx writer supports chart plotarea background and border.

  • wp wp committed [r9275] on SVN

    fpspreadsheet: Improved luminance modulation and offset calculation of chart colors.

  • wp wp committed [r9274] on SVN

    fpspreadsheet: Set default stock chart axis minimum to zero.

  • wp wp committed [r9273] on SVN

    fpspreadsheet: Fix position of right TChartAxis read from xlsx file.

  • wp wp committed [r9272] on SVN

    fpspreadsheet: Attempting to use Excel's default series colors.

  • wp wp committed [r9271] on SVN

    fpspreadsheet: Fix default brushes and pens in stock series.

  • Yuliyan Ivanov Yuliyan Ivanov committed [r9270] on SVN

    LazMapViewer: Added option TMapViewOption.mvoLatLonInDMS to show/edit Latitude and Longitude in deg-min-secs.

  • wp wp committed [r9269] on SVN

    fpspreadsheet: Combine TsColor and Transparency to new type TsChartColor. Update all demos.

  • Yuliyan Ivanov Yuliyan Ivanov committed [r9268] on SVN

    LazMapViewer: TMapLayersPropertyEditor form added.

  • Yuliyan Ivanov Yuliyan Ivanov committed [r9267] on SVN

    LazMapViewer: TMapLayersPropertyEditor with Load/Save single layer to .gpx file.

  • Yuliyan Ivanov Yuliyan Ivanov committed [r9266] on SVN

    LazMapViewer: Added TGpxWriter (rudimentary) into mvGPX.

  • Yuliyan Ivanov Yuliyan Ivanov committed [r9265] on SVN

    LazMapViewer: Added CacheLocation property to the TMapView

  • Yuliyan Ivanov Yuliyan Ivanov committed [r9264] on SVN

    SetOnDrawPoint fix.

  • wp wp committed [r9263] on SVN

    MPlayer: Add start parameters to "simple" demo to fix occasional issues in Windows.

  • wp wp committed [r9262] on SVN

    MPlayer: Fix component being broken in Linux (gtk2) after Lazarus commit "bfd34850 LCL-GTK2: Remove a boolean param from GetWidgetInfo and use new func GetOrCreateWidgetInfo. Identify memory leaks." on Aug 11, 2019. Issue #39070. Based on patch by Michael Köcher. Update "Simple" demo project.

  • wp wp committed [r9261] on SVN

    fpspreadsheet: Implement axis position for xlsx writer. Fix its transfer to TAChart.

  • wp wp committed [r9260] on SVN

    fpspreadsheet: xlsx writer supports error bars.

  • wp wp committed [r9259] on SVN

    fpspreadsheet: Fix writing stack-volume chart to xlsx.

  • wp wp committed [r9258] on SVN

    fpspreadsheet: Fix crash and wrong colors when reading stock HLC ods test file.

  • wp wp committed [r9257] on SVN

    fpspreadsheet: Fix display of date axis labels for xlsx stock series

  • wp wp committed [r9256] on SVN

    fpspreadsheet: xlsx writer for stock series complete. reader improved.

  • wp wp committed [r9255] on SVN

    CactusJukebox: Stop the player process when the application ends.

  • wp wp committed [r9254] on SVN

    cactusjukebox: Fix floating point-to-string conversion error

  • wp wp committed [r9253] on SVN

    image_sources: Two more marker images by Roland Hahn

  • wp wp committed [r9252] on SVN

    LazMapViewer: Two more marker images by Roland Hahn

  • Lagunov Aleksey Lagunov Aleksey committed [r9251] on SVN

    RxFPC:add Hint property for LazReport controls

  • Juha Manninen Juha Manninen committed [r9250] on SVN

    Fix compilation of Cactus Jukebox. Cleanup.

  • Juha Manninen Juha Manninen posted a comment on ticket #24

    RichMemo is removed from Lazarus CCR. This can be closed.

  • Juha Manninen Juha Manninen modified ticket #24

    richmemo package install error

  • wp wp committed [r9249] on SVN

    LazMapViewer: Add marker images, provided by Roland Hahn.

  • wp wp committed [r9248] on SVN

    image_sources: More map marker images by Roland Hahn

  • wp wp committed [r9247] on SVN

    images_sources: Marker images for LazMapViewer by Roland Hahn

  • wp wp committed [r9246] on SVN

    fpspreadsheet: xlsx chart writer supports stock series (not 100% perfect, yet).

  • wp wp committed [r9245] on SVN

    ExCtrls: Fix compilation with FPC 3.3.1

  • wp wp committed [r9244] on SVN

    images_sources: Updated tab-close icons for the search dialog. By Roland Hahn.

  • wp wp committed [r9243] on SVN

    fpspreadsheet: xlsx chart writer supports line series.

  • wp wp committed [r9242] on SVN

    image_sources: images for treeview component editor. Some more general purpose images. By Roland Hahn.

1 >