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
6ad16fa2b62bcddf85e66e731d7dffb2999408ba authored about 6 years ago
Fixed 2 segfaults causes
a7b425c7f20f6d32ac44252faaec9212e2948f4b authored about 6 years ago60a9f5f5adbfcadd066196c9ca87446ab72e0ab7 authored about 6 years ago
Fix: Factor value was ignored on block import
f8fe1c4f0073a78dcc5504183edef63d19816853 authored about 6 years agoAs suggested by Armin Stebich (lordofbikes).
f40b48189d4aa008029f3f96b0d821b572e316a2 authored about 6 years agoc561e7762cc515bbba0e576baf69443c2056e197 authored about 6 years ago
a0e360d9dd2a189805fe552c0ab5d034606b183a authored about 6 years ago
5704e78ab0f4847fbb25f968d72115e369bc2753 authored about 6 years ago
d28a72cc9c4ebc7f0a5c1ff12d68e79fec698190 authored about 6 years ago
Fix: RowSpacing and ColSpacing values were swapped in Insert dialog
18f08c06cd66641940128b6d1abfbdc0c2af07cc authored about 6 years ago99f6ad3c3ae7892d0305e454badd28ba2f753750 authored about 6 years ago
e469c5e8d6db3297330161f6e95fd79cac9e780d authored about 6 years ago
Console dxf2pdf
8c7c8ed2c0c1aa916c4ffad1fbdf42754003ff01 authored about 6 years ago955be8a05d822444fb128bb41564b7eca3c5605b authored about 6 years ago
ed90a1976e6ba7f36004cde31c9e30c732fcc551 authored about 6 years ago
3d8783462d9f6ea230747fc630620a34512e5a00 authored about 6 years ago
2d8e0259be7e70f4a43f2d75e45f5e8161d9951c authored about 6 years ago
a65452d3ac0e1cbe006f31c5b302b3def6581731 authored about 6 years ago
3fe68cd08b0372cbf26dcc6fc0be414a0b2af228 authored over 6 years ago
7903c8ba37f160dcf332e58900df81e7f88044d5 authored over 6 years ago
589e4f262372144c5515100c108412f6b58f6bbb authored over 6 years ago
a035ef4d29353985e248ad2460e373badfee6074 authored over 6 years ago
4d5595364575c3e62160e6fcbb8ddff2c894f85f authored over 6 years ago
e7b1590560bcad0799ccf635edf2c22e54c4cd8c authored over 6 years ago
7806f415240d61190295312d3ddcfe568eb27845 authored over 6 years ago
11bd3537ce1b7a1c07ad047f23d9bd56b10b7220 authored over 6 years ago
8b43ebbbfc39e92d4e220a26152a2c02bea3fe03 authored over 6 years ago
Divide plugin improvement
487040a08e76cc3ad1d5869f0f4ea1b7dc5da33d authored over 6 years ago1f67158cbce8399bc208aa8ac4a413cda728b18d authored over 6 years ago
37bc17da5d056943ade811cd5276641785e5e962 authored over 6 years ago
1c99344fd947a0d9ca55ae3d2c01a9b9abea410c authored over 6 years ago
293efb11b4c8d18cb8e79367a54986406a352b82 authored over 6 years ago
3a218543c23c74d91b482ac1fa119dd82979ebe6 authored over 6 years ago
0e8927d87e55d32b7bc47678578b66256cbd4c95 authored over 6 years ago
d90dbd2bb8e4f5f2a9edfb672b24216bbc5e77fb authored over 6 years ago
d779df21a63c4ed789d26c5cbc0c4869ac81846f authored over 6 years ago
b8e2a3c4589854d533977434a398cb210bca5053 authored over 6 years ago
761ec2679942ea132a6731c50449a4f703a4f8b9 authored over 6 years ago
8d8c154552be592960259f570484c32734f3f73a authored over 6 years ago
Lock/unlock all layers
81eeae696a1bdf1210a3514984ac76f8b533651b authored over 6 years agoFix copy/paste/undo (#993)
35c23aca039b59fec5e0acaf411a22f03014aa84 authored over 6 years ago16957f71f1fe8c471d3a98ca72f5b73cca0e327e authored over 6 years ago
37d60156171765e03c8360c198f5eba0c71aa34b authored over 6 years ago
aa4832c590ba65622a0403d7f95805c11da7182c authored over 6 years ago
Misc. typos
70f430e3d9320f6c9e9eded758f22fee03929ad2 authored over 6 years agoc43f770ad6f659266a47904255697ff88a5fcc7b authored over 6 years ago
Found via `codespell -q 3 -I ../librecad-whitelist.txt --skip="*.ts"`
7f127556491ce8b2808afcad47ccc149de86505e authored over 6 years ago439d75dc35381aae7ffe67505da9b93c596afb5b authored over 6 years ago
0653ed64d0da748a43cd49ea5d76bd890448ba9a authored over 6 years ago
e1124d28256c242a1d1e9fbcf563e23cd4a62944 authored over 6 years ago
190a5a8a5c825f419ae2a61781cd68dcf3ba5351 authored over 6 years ago
7dba99278e6c909c81cad1565a9787834693e896 authored over 6 years ago
Fix simple copy/paste/undo by removign deleted entities from the undocycle.
This probabbly intro...
fix build with Qt 5.11
ac524dbd17008f08e6995e6fe8b27094dd321d15 authored over 6 years agoFix warnings made by gcc 7
b88d49c6683ba1db398e459e17e2571865f80d07 authored over 6 years ago
The new Qt removed some implicit inclusions of headers. To avoid build
errors, add explicit incl...
SVG export changes/updates
3ce3db27f979a112f973653a81d561812f31321e authored over 6 years agoSilence all of the fall through warnings produced by gcc 7 and newer
3d8228a8ddc1511e3dc95dc08939c8c9fec8cef4 authored over 6 years agoCompiler found missing break which looks unintentional
f0979fc7730b258dde9053a87e94ff359153faef authored over 6 years ago - crash on windows with Image Export (great thanks to lordofbikes)
- use fabs instead of abs in...
Comment typos
e8a4a95c0217ff8caaf9fe960d83b46c44e9b308 authored over 6 years agoFound via `codespell` and `grep`
5e27db742f3a02dac63bfff7626f7469df494658 authored over 6 years ago - renamed to Export as CAM/plain SVG;
- MakerCAM option description, which originally was imple...
fixed length extension lines should scale according to the General Scale
3b5e31af30d32d4930c471dc6a9c9dafa00bd37e authored almost 7 years agoThis was reported by dellus on the forum:
http://forum.librecad.org/Inside-horizontal-dimension...
984c046e6f0cc67a7669ae26d82df21609d0506a authored almost 7 years agofix972
f5d240a7a06ea0490481f13e4a9f4cd2ef4a40d2 authored almost 7 years ago3e0292d8f1490ac1bf07ec609170cd7e32cc1099 authored almost 7 years ago
b51cf37a53b60d8f7f70f22e430554e8c7c53944 authored almost 7 years ago
3cb13bf3bdba080964cb497dacfc09a0c8e318a2 authored almost 7 years ago
0559d30982ff35fa704b5a0f95f1cb1b4c06780e authored almost 7 years ago
Better inside-horizontal dimensions
050f9e30f07e4286049d4e65782ee85697d1c3c0 authored almost 7 years ago
* The monolithic method to calculate both inside-horizontal and
aligned dimensions were broken...
This will help readability of the subsequent commit
fbfb1a04fc094d4206974601f1c0d8588942fa6e authored almost 7 years agoCheck viewport intersection only through points along the line
edf15fe9c2df522d8fe97210681663fb0d937a38 authored almost 7 years agoAngular dimensions now respect user's custom label text
bda7e74654a355f36746a0540afa63af54a3ab36 authored almost 7 years agoMisc. typos (including doxy)
ccd99bc42f8c7cf3fb4123675919a01e5cd46127 authored almost 7 years agoFix for error C2511: overloaded member function not found in 'CDataSen' etc.
df6f0793046669c0016a3d987dff3e111bdb4600 authored almost 7 years agoFix VS error C2600 by removing ambiguity in the default constructor.
5a6c01d73c86722919c4a8a9bff086ff6280d5f9 authored almost 7 years ago
dimangular objects should reference getLabel instead of getMeasuredLabel
in order to respect any...
Found via `codespell -q 3 -I ../librecad-whitelist.txt --skip="*.ts,./libraries"`
Whiteslist:
``...
a5729c7bdd973793a5a7c7b8b5877fa387bd1d47 authored almost 7 years ago
4a02629f2ecccd83a207ca32fffd996fcc87a4f6 authored almost 7 years ago
58deefa34cb07a3b7b4ed97cd1ac70f9b7fc56d0 authored almost 7 years ago
da597e1ae2c81fccfb78103c1fd277787381886e authored almost 7 years ago
updated-AddLayer-routine-to-use-QRegularExpression
4be8c374d59ac36805e8eb9330aba9090b4ef899 authored almost 7 years ago
This allows for auto increment of any numeric component that ends a
layername. It correctly hand...
7cf17a2b6cf8a42fb646fac857836743d8cf4c8d authored almost 7 years ago
fix a couple more issues on macOS
4da356780ed8ae6a2ad7c1424fab5d82f3717115 authored almost 7 years agoMore misc. typos
45bb01535b940df3c52aa83583e37a31b44c3e2c authored almost 7 years agofix-new-layer-auto-numbering for issue #935
7b77c9d9fe7edbcda85075ece798fdcc21cdcaa9 authored almost 7 years agobd59165a527b76e09814fbb488b44fbe4844ecc0 authored almost 7 years ago
ab97cc5fbec99d50cf10884b828af64937bbcf7f authored about 7 years ago
Typos both in source and comments
Found via `codespell -q 3 -I ../librecad-whitelist.txt --ski...
41c3dbf0dfd5dc7d2db5109695f2675a0aefdbc9 authored about 7 years ago
This allows for any base layer name with a suffix number to be auto
incremented. If no name is s...
Follow up typo and grammatical fixes
54269f5b02c7890871873b8506d816f939554ca5 authored about 7 years ago10675266e590a57875cce8e472a418fa85584b94 authored about 7 years ago
replaced-auto_ptr-with-unique_ptr
5be9281b6f55f8110e1ef222f5ffc607cc858d3a authored about 7 years agoadjusted correctAngle functions to be more consistent. Fix for #824 request.
74e7a3c277b5ca11b5ba3a115239de8e1a315a8f authored about 7 years ago5d8ea1b8fa6e0c48b21267559c4cc1f44d72389a authored about 7 years ago
Update rs_filterdxfrw.cpp; Issue #708
fc4c1a2157be2258ea47f6fe0ddec8daca82b128 authored about 7 years ago