Ecosyste.ms: OpenCollective

An open API service for software projects hosted on Open Collective.

github.com/LibreCAD/LibreCAD

LibreCAD is a cross-platform 2D CAD program written in C++17. It can read DXF/DWG files and can write DXF/PDF/SVG files. It supports point/line/circle/ellipse/parabola/spline primitives. The user interface is highly customizable, and has dozens of translations.
https://github.com/LibreCAD/LibreCAD

formatting - removed debug artifacts and commented code

69f0d15b7acf54ea9f63eb08b44d94843819cf57 authored over 2 years ago by Armin Stebich <[email protected]>
fixed condition for solid fill hatch polygones, fixes #826,#1353,#1354

5480eba6af927db91ca43338815b40fdd4d3130b authored over 2 years ago by Armin Stebich <[email protected]>
Merge pull request #1365 from phkahler/glyphs [ci skip]

Add glyphs to unicode.lff for hole annotations.

2096e84034cda4c0084d2823fd7d4a27ce1f9574 authored over 2 years ago by Armin Stebich <[email protected]>
Merge pull request #1350 from Symbian9/master [ci skip]

Fix Ukrainian characters LFF markup in unicode.lff

f0defe4251f003c4d94db33ef9d18238c885064a authored over 2 years ago by Armin Stebich <[email protected]>
added CHANGELOG.md - history of changes back to version 2.1.0 [ci skip]

07026502c22eabd765ac2b64d0b6706ea9f9e9fb authored over 2 years ago by Armin Stebich <[email protected]>
Fix typos

Found via `codespell -q 3 -S *.ts,./libraries,*.dxf,*.lff,*.desktop -L ans,atleast,ba,bload,ded,...

0ffbc44bb8a4c76709bb7f8b0d045e0c4d0fa081 authored over 2 years ago by luz paz <[email protected]>
Issue #1511 Four essential tools missing from Dock Widgets

wip

8e0b33aa9def4f806470bb75d23ca87800fdb9dc authored almost 3 years ago by pollywinters <[email protected]>
Issue #1511 Four essential tools missing from Dock Widgets

wip

d8533c3b2a7e3bd33ea7462adb736a28a088a3f8 authored almost 3 years ago by pollywinters <[email protected]>
Issue #1511 Four essential tools missing from Dock Widgets

wip

a5791ed79a2a727e645d909e35e13c77eb9e609a authored almost 3 years ago by pollywinters <[email protected]>
Issue #1519 No tooltips shown for widgets on the 'Categories' toolbar

Solution:
Tooltips are added by insertion of "setToolTip()" calls within the
librecad/src/ui/lc_w...

d85ae40e1012a348f832542655e068f7cd8a1e92 authored almost 3 years ago by pollywinters <[email protected]>
Fix renaming of nested blocks

Block list fix:
When block A that is nested within block B is renamed, then rename
also all inse...

93447c1ba16ce10008a73c4b0b3d94eb52fe7517 authored almost 3 years ago by Adam Zimny <[email protected]>
Fix image mirroring

Image was rotated and offset instead of mirrored.
Also, when mirrored image was selected, the se...

7feb777260a30a6a2640b0ee0c72a570eded1b2c authored almost 3 years ago by Adam Zimny <[email protected]>
CI, skip jobs with secrets in forks [ci skip]

4602ec6a3ab852f2acf06e3950828bd56f18d99c authored almost 3 years ago by Armin Stebich <[email protected]>
build Windows, MacOS and Linux packages in one action

3c4163a95d0fa34ffd042558a7d2465d275957d9 authored almost 3 years ago by Armin Stebich <[email protected]>
Issue #1515 Don't scroll layerwidget after toggling layer visibility

Before the change, toggling layer visibility (or in essence updating
contents of layerwidget) ca...

75154ffff6326255ee2300ab053ded5b89d5d60b authored almost 3 years ago by Michał Grzybowski <[email protected]>
add new error code from libdxfrw update

581f39939d1e929b4a980a12aaae636ed6349753 authored almost 3 years ago by Armin Stebich <[email protected]>
sync libdxfrw (072aecd)

https://github.com/LibreCAD/libdxfrw/commit/072aecd49d835eb83e41572a4ab4d143fdba105a

5d331c8bf51031f46989a5ce3350c59508505289 authored almost 3 years ago by Armin Stebich <[email protected]>
fixed possible out of bounds read with MText entities

e829bce1d8b8719406d6573ee6a0b8cb4b1ed4f5 authored almost 3 years ago by Armin Stebich <[email protected]>
sync libdxfrw

258fef91781424b8c8866115c7d4edf609ccc104 authored almost 3 years ago by Armin Stebich <[email protected]>
Solved issue #1496

1c7ba5dca89b7946a081c510f904c58895e31e3c authored almost 3 years ago by Melwyn Francis Carlo <[email protected]>
AppImage was broken by fix for #1488

b7092a9526ddc1f3fa5e75fc10249f1c76d67166 authored almost 3 years ago by Armin Stebich <[email protected]>
fixed wrong translations folder for additionals paths from settings

96bd34ba5eb459a6213030eca9ff53b82a79b528 authored almost 3 years ago by Armin Stebich <[email protected]>
fixed #1488, getDirectoryList() failed on Linux when librecad is in $PATH

8c3b652a8813588d67ef6bef17ea83ccc3b20f89 authored almost 3 years ago by Armin Stebich <[email protected]>
Corrected transformation functions

9df0b1a7919cdfe829057c648d6356fc58d29483 authored almost 3 years ago by Melwyn Francis Carlo <[email protected]>
Merge pull request #1491 from luzpaz/typos [ci skip]

FIx various source comment typos

2c2c1b0d44fdaf9af20edabdae08a66a05ca228d authored almost 3 years ago by Armin Stebich <[email protected]>
FIx various source comment typos

Found via `codespell -q 3 -S *.ts,./libraries,*.dxf,*.lff,*.desktop -L ans,atleast,ba,bload,ded,...

3613d526909d3f7e2a201e382ec4ab86d87f6c78 authored almost 3 years ago by luz paz <[email protected]>
Merge pull request #1475 from eldstal/polyline_bounds [ci skip]

Correct bounds check in DRW_LWPolyline, fixing issue #1474

70f7a86ba991b11db05c4f392d516d12fd98b7e8 authored almost 3 years ago by Armin Stebich <[email protected]>
Merge pull request #1469 from eldstal/hatch93 [ci skip]

Added NULL check for DXF hatch code 93, Fixing issue #1468

29e85c5ff151018c6252afa104366e02c0da36e7 authored almost 3 years ago by Armin Stebich <[email protected]>
Merge pull request #1465 from eldstal/cdatalist [ci skip]

Added bounds check to CDataList in JWW parser (Issue #1464)

e6a8fffef9b2242213ed05a3c29a9756c6a1233f authored almost 3 years ago by Armin Stebich <[email protected]>
Merge pull request #1463 from eldstal/security [ci skip]

Solved issue #1462

d9dcb27e47f9545cac3bccdca2d4f9c8754ff801 authored almost 3 years ago by Armin Stebich <[email protected]>
Merge pull request #1384 from a1346054/fixes [ci skip]

Move to new IRC network [ci skip]

a4a4f297ad9720c163d0fc4090e2a4eabadfe3f2 authored almost 3 years ago by Armin Stebich <[email protected]>
Merge pull request #1359 from luzpaz/typos [ci skip]

Fix trivial typos [ci skip]

468c26595429893ada8f82045aef2979ea6e464a authored almost 3 years ago by Armin Stebich <[email protected]>
copy/rename media files in desktop folder to remove whitespaces [ci skip]

b3e667f2a04e316adcbd5a4b4606eb7561b5df99 authored almost 3 years ago by Armin Stebich <[email protected]>
DimArc tool : Solved issue #1255

29a2f6073dc586cda6ef40059eb5f5d230a97ea9 authored about 3 years ago by Melwyn Francis Carlo <[email protected]>
Fix bounds check in DRW_LWPolyline

This fixes issue #1474

8c9e0659676a661eec8d0bd3b8729345a78eeda6 authored about 3 years ago by eldstal <[email protected]>
Added NULL check for hatch code 93

This fixes issue #1468

5771425808bd16e78e1c6f28728c0712c47316f7 authored about 3 years ago by eldstal <[email protected]>
Added bounds check to CDataList in JWW parser

This fixes issue #1464

4edcbe72679f95cb60979c77a348c1522a20b0f4 authored about 3 years ago by eldstal <[email protected]>
Added bounds checking to CDataMoji in jww parser.

This fixes issue #1462

f3502963eaf379a429bc9da73c1224c5db649997 authored about 3 years ago by eldstal <[email protected]>
Solved issue #1452

6e0247762d6c96141797eae5e354ea24fe61edf0 authored about 3 years ago by Melwyn Francis Carlo <[email protected]>
Creating DimArc

855757b2cb7025e0b8edb9e316f156666862a199 authored about 3 years ago by Melwyn Francis Carlo <[email protected]>
Solved issue #1453

2cb597b00f46fac72e3157b416edf0295cf665e3 authored about 3 years ago by Melwyn Francis Carlo <[email protected]>
remove --tags from git describe

eba1413869c7d7cdd8cb1a1aeabf911ba152980e authored about 3 years ago by Armin Stebich <[email protected]>
run action on master push only

8d1116b5cfd1295ec2e41977714be9c5d33c0275 authored about 3 years ago by Armin Stebich <[email protected]>
Merge branch 'appimage'

ad4802f7b84c7d6139fc2adc6adf799fa8f2b449 authored about 3 years ago by Armin Stebich <[email protected]>
AppImage - use git sha for version, upload to latest pre-release

d1d8318f423a4de0d8bfdba767cfcfe7c8e91f23 authored about 3 years ago by Armin Stebich <[email protected]>
AppImage - build on GitHub Actions, with go-appimage tool

a64f1f481cd3316e9cce79beeeafd59faf67b703 authored about 3 years ago by Armin Stebich <[email protected]>
Add tab stops to qg_dlgtext.ui in a logical order

1f8964a4d5c9423d846abdfd729b8e763293d3f8 authored about 3 years ago by marcellothearcane <[email protected]>
migrated static analyzer build from Travis CI to GitHub Actions

1d31427075713dfc53c020006dbeec6269218bd0 authored about 3 years ago by Armin Stebich <[email protected]>
Solved issue #1364

4574ab540ba0aa213fc11da7935455aba3b05578 authored about 3 years ago by Melwyn Francis Carlo <[email protected]>
Solved issue #1395

a292f412978568bd254ef4746d5847e10b8b7249 authored about 3 years ago by Melwyn Francis Carlo <[email protected]>
Merge pull request #1402 from andesfreedesign/master

Add drw_base.cpp

e75cba87d6cdc4bd563faae9dd5524a5784ac905 authored about 3 years ago by Armin Stebich <[email protected]>
Add drw_base.cpp

Without this file you cannot compile ...

bfb0e7002095e5edbce3caa298c115d3bea51839 authored about 3 years ago by MaxiV <[email protected]>
libdxfrw update

synced libdxfrw with upstream version
fcd977cc7f8f6cc7f012e5b72d33cf7d77b3fa69; created new bran...

33b34d4a4acb7a681462626ef442013528c69faa authored about 3 years ago by Armin Stebich <[email protected]>
Undo whitespace change

4bd75f81966ef6bacb5e423451447c16ee4ac040 authored about 3 years ago by marcellothearcane <[email protected]>
Announce radius in command box

b9131ec02d0de2570387324497192c72fa001391 authored about 3 years ago by marcellothearcane <[email protected]>
Handle numeric commands

edc54aae09a21d56a8fbdad21b4b47997d86e1ab authored about 3 years ago by marcellothearcane <[email protected]>
Move to new IRC network

45421b87ecd3ce16941d6ed71d3a154db3e4c898 authored over 3 years ago by a1346054 <[email protected]>
Fix trivial typos

b8718e215b08667e2c22e0a5b15d04b16ac5294b authored over 3 years ago by luz paz <[email protected]>
fixed #1371, read failed with binary DXF

415f8fcbe4e8b256884c17da344b0fadc901a023 authored over 3 years ago by Armin Stebich <[email protected]>
fix: increase maximum sizes of statusbar widgets to accommodate hidpi

Since all of these widgets shrink to fit their content anyway, there is
really no downside to...

18a0b3ff022f0398a9af3897eaf7c21cc4659639 authored over 3 years ago by Glen Whitney <[email protected]>
Add ability to copy objects and mini dialog to set options to Align plugin

Prior to this change, unlike built-in move and moverotate operations,
the Align plugin cou...

e3861ad041fadfc0826a5f678861c8bd67245ef2 authored over 3 years ago by Glen Whitney <[email protected]>
Add glyphs to unicode.lff. 21A7-depth, 2334-counterbore, and 2335-countersink. These are useful for hole annotations.

528456d0959367569e9c1a1dfa6ceb916f334817 authored over 3 years ago by phkahler <[email protected]>
RS_System::getDirectoryList() - add plugins folder for AppImage

7484ec976afbcb8624243e5dae338fbf0df1d9a2 authored over 3 years ago by Armin Stebich <[email protected]>
fix: RS_System::getDirectoryList() - use relative paths for AppImage

e666fb172e3497dd00435ff435cc6d5177f3b8ee authored over 3 years ago by Armin Stebich <[email protected]>
fix RS_System style - only whitespace and indentation fixed to prepare changes

6be043be42b1d24a7cf7bc8426d5c2095797dcf4 authored over 3 years ago by Armin Stebich <[email protected]>
Correct "[0454] є" character in unicode.lff

ea833cca95e46f210126730d6b5c4c065da25e8b authored over 3 years ago by app4soft <[email protected]>
Fix Ukrainian characters LFF markup in unicode.lff

See https://github.com/LibreCAD/LibreCAD/issues/690#issuecomment-206942438

0c8c2d290bd491894e578a6302d5b57c55ec4b04 authored over 3 years ago by app4soft <[email protected]>
add appimage branch to build on Travis CI

9fde6cdae9d5541172052a3ac0622db72332e3e3 authored over 3 years ago by Armin Stebich <[email protected]>
Travis-CI - use static analyzer build to create AppImage

584d873583f910125dfd1a83b03365679b63f3df authored over 3 years ago by Armin Stebich <[email protected]>
Merge pull request #1345 from jirislaby/boost_1_76

add boost tuple include to fix build

e02f3580311d50b617427652ff77988f6bd62d9d authored over 3 years ago by Armin Stebich <[email protected]>
Merge pull request #1314 from serval2412/cppcheck_dup

cppcheck: Same expression on both sides of '&&'

72a91706d8c5b06b955d7b304d4aa7942d7e14e7 authored over 3 years ago by Armin Stebich <[email protected]>
add boost tuple include to fix build

With boost 1.76, we see:
lib/engine/rs_ellipse.cpp:70:15: error: 'tuple' in namespace 'boost::ma...

1fd07fcd847659d518efa0897a9f603de83fe362 authored over 3 years ago by Jiri Slaby <[email protected]>
rs_filterinterface.h - #include <QObject> for older Qt versions

768285653c46e734a75460928142cda1a33c2c53 authored over 3 years ago by Armin Stebich <[email protected]>
QC_ApplicationWindow - fixed small drawing windows in tabbed mode, when open failed

8a5b51cf17671ddfb28a75abaf146383240c24e6 authored over 3 years ago by Armin Stebich <[email protected]>
RS_FilterDXFRW - implement last error message on file open for DXF/DWG files

ec8b1a589e319f5535e34666dddb263c9f96a047 authored over 3 years ago by Armin Stebich <[email protected]>
libdxfrw - implemented error codes for reading DXF too

edcc7c856cf8541a6b560b4fe8f86a49307691cf authored over 3 years ago by Armin Stebich <[email protected]>
fixed LFF font issue 2 from #1252

0f2852a4eb37e01dddebbc2f73f569bd0b117a0a authored over 3 years ago by Armin Stebich <[email protected]>
fixed issue with detecting LFF font files

56dddeb332009c7772ed100e66a89f41713260d2 authored over 3 years ago by Armin Stebich <[email protected]>
tools/ttf2lff - add more font info and FreeType version to output

ad9c302ada33e0153dd50546428ec0c7ce664bf7 authored over 3 years ago by Armin Stebich <[email protected]>
fixed #1282, impossible condition

8b2b62d1a3fbd2f5510c6cd5bc9502d554c03004 authored almost 4 years ago by Armin Stebich <[email protected]>
libdxfrw - further improvement reading non LibreCAD DXF files

c819fed798b65c09ed12b49fa2a3bcac8bcc5dad authored almost 4 years ago by Armin Stebich <[email protected]>
fix: angular dimensions persistently pull single click selection with arrow size 0

50805858095c100b093da76da3e47c52ac9983e1 authored almost 4 years ago by Armin Stebich <[email protected]>
list plugin - fix formatting of merged #1325

00b0bbceb66a03fd9162bb7b0105af1889354beb authored almost 4 years ago by Armin Stebich <[email protected]>
Merge branch 'master' of https://github.com/perepujal/LibreCAD into perepujal-master

4de825dba2a2497f2cb20722bb7ab7a745a5ce02 authored almost 4 years ago by Armin Stebich <[email protected]>
fix: sf ticket 611, libdxfrw failed to open non LibreCAD DXF files

369783fa5a12b6eb0044b97680fc38242500c155 authored almost 4 years ago by Armin Stebich <[email protected]>
List entities plugin: Add text insertion point and text content to its output.

187c4f18a4e37b8b8244b05aaef3c901116b6c48 authored almost 4 years ago by Pere Pujal i Carabantes <[email protected]>
cppcheck: Same expression on both sides of '&&'

2a5bcedf1701caaf6900ffaf63c2a029d960e8c7 authored almost 4 years ago by Julien Nabet <[email protected]>
libdxfrw - manual merge changes from LibreCAD/libdxfrw

6dfb387cdf927d69ec75a0dc445b574f860bd9b3 authored almost 4 years ago by Armin Stebich <[email protected]>
changed Help->Online->Commands link, fixes #1215

aa5a427f5a860f52264e9897f3fbad8aa4632a78 authored about 4 years ago by Armin Stebich <[email protected]>
fixed some links from Help->Online menu, closing #1216

631d6ceb983fe8630fc5693b5f7cc7b080d024d0 authored about 4 years ago by Armin Stebich <[email protected]>
libdxfrw - fixed issue when reading DWG hatch entities

973e81c9df803fcdd258f3c549bb664efd045bf9 authored about 4 years ago by Armin Stebich <[email protected]>
Merge pull request #1298 from luzpaz/source-typo-mesage

Fix source typos

115bb86a1b4da8baec067d582be32448727543f7 authored about 4 years ago by Armin Stebich <[email protected]>
fixed wrong case from search/replace

0dfe63535627dace3b347172f8508e26db0d0875 authored about 4 years ago by Armin Stebich <[email protected]>
Merge pull request #1297 from luzpaz/source-typo

Fix source typo

0d2b7c461443c700bcf50a83a94fa1dd5ae5c476 authored about 4 years ago by Armin Stebich <[email protected]>
Fix source typos

`s/[Mm]esage/[Mm]essage/`
This change is untested.

d4aa4f55061f7479dcd7e90b4cc876559539ccba authored about 4 years ago by luz paz <[email protected]>
Fix source typo

8435e766e63462c32b0a27fd8f1438157fb4ef2a authored about 4 years ago by luz paz <[email protected]>
Merge pull request #1283 from baranovskiykonstantin/plotsettingsfix

Add missing subclass marker to PLOTSETTINGS.

299a18272be2ddc9998c1e51a9e7580e57c63c82 authored about 4 years ago by Armin Stebich <[email protected]>
libdxfrw - added missing print() methods for signed/unsigned char

f9b6520d4a8fc0819cca83f60ab5f5b5eb04148d authored about 4 years ago by Armin Stebich <[email protected]>
Merge pull request #1234 from v-tyrtov/dwg-spline-fix

libdxfrw: fix spline parsing

61a6aafe297c98c151bce65c454e3d8eafe1532f authored about 4 years ago by Armin Stebich <[email protected]>
Merge pull request #1292 from luzpaz/typos

Fix typos

59b243f7daa9e4cdbe785f067473afa28e4a42dc authored about 4 years ago by Armin Stebich <[email protected]>