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

git ignore *.autosave files

6ad16fa2b62bcddf85e66e731d7dffb2999408ba authored about 6 years ago
Merge pull request #1032 from xanderdin/segfaults

Fixed 2 segfaults causes

a7b425c7f20f6d32ac44252faaec9212e2948f4b authored about 6 years ago
Fixed 2 segfaults causes

60a9f5f5adbfcadd066196c9ca87446ab72e0ab7 authored about 6 years ago
Merge pull request #1031 from xanderdin/factor_ignored_fix

Fix: Factor value was ignored on block import

f8fe1c4f0073a78dcc5504183edef63d19816853 authored about 6 years ago
Respect both tolerance and negative factor values on block import.

As suggested by Armin Stebich (lordofbikes).

f40b48189d4aa008029f3f96b0d821b572e316a2 authored about 6 years ago
Modified as suggested by Armin Stebich (lordofbikes)

c561e7762cc515bbba0e576baf69443c2056e197 authored about 6 years ago
Set factor to 1.0 if user inputs 0 on block import

a0e360d9dd2a189805fe552c0ab5d034606b183a authored about 6 years ago
Fix: import block to active layer

5704e78ab0f4847fbb25f968d72115e369bc2753 authored about 6 years ago
Fix: Factor value was ignored on block import

d28a72cc9c4ebc7f0a5c1ff12d68e79fec698190 authored about 6 years ago
Merge pull request #1028 from xanderdin/rowSpacing_colSpacing_swap_fix

Fix: RowSpacing and ColSpacing values were swapped in Insert dialog

18f08c06cd66641940128b6d1abfbdc0c2af07cc authored about 6 years ago
Fix: RowSpacing and ColSpacing values were swapped in Insert properties dialog

99f6ad3c3ae7892d0305e454badd28ba2f753750 authored about 6 years ago
fixed twice increment in --debug command line switch handling

e469c5e8d6db3297330161f6e95fd79cac9e780d authored about 6 years ago
Merge pull request #1023 from xanderdin/console_dxf2pdf

Console dxf2pdf

8c7c8ed2c0c1aa916c4ffad1fbdf42754003ff01 authored about 6 years ago
bundle all plugin modifications into one undoCycle

955be8a05d822444fb128bb41564b7eca3c5605b authored about 6 years ago
added LC_UndoSection class, a wrapper for RS_Undo methods

ed90a1976e6ba7f36004cde31c9e30c732fcc551 authored about 6 years ago
fixed #932, polyline was exploded, when selected while pasting

3d8783462d9f6ea230747fc630620a34512e5a00 authored about 6 years ago
improved RS_Undo startUndoCycle() and endUndoCycle()

2d8e0259be7e70f4a43f2d75e45f5e8161d9951c authored about 6 years ago
fixed asking to save drawing, when closing unmodified drawing

a65452d3ac0e1cbe006f31c5b302b3def6581731 authored about 6 years ago
gitignore Unnamed, the autosaved default document

3fe68cd08b0372cbf26dcc6fc0be414a0b2af228 authored over 6 years ago
fixed #1002, rotating multiple entities needed multiple undos, for each entity

7903c8ba37f160dcf332e58900df81e7f88044d5 authored over 6 years ago
fixed #993, crashed after cut, paste, undo

589e4f262372144c5515100c108412f6b58f6bbb authored over 6 years ago
revert 35c23aca and cleanup RS_Undoable class

a035ef4d29353985e248ad2460e373badfee6074 authored over 6 years ago
Merge remote-tracking branch 'upstream/master' into console_dxf2pdf

4d5595364575c3e62160e6fcbb8ddff2c894f85f authored over 6 years ago
Console dxf2pdf tool

e7b1590560bcad0799ccf635edf2c22e54c4cd8c authored over 6 years ago
removed unused rs_actionparisdebugcreatecontainer files

7806f415240d61190295312d3ddcfe568eb27845 authored over 6 years ago
fixed Windows build with MinGW for divide plugin

11bd3537ce1b7a1c07ad047f23d9bd56b10b7220 authored over 6 years ago
fixed build with divide plugin improvment

8b43ebbbfc39e92d4e220a26152a2c02bea3fe03 authored over 6 years ago
Merge pull request #1022 from mad-hatter99/master

Divide plugin improvement

487040a08e76cc3ad1d5869f0f4ea1b7dc5da33d authored over 6 years ago
Update dividedlg.h

1f67158cbce8399bc208aa8ac4a413cda728b18d authored over 6 years ago
Update dividedlg.cpp

37bc17da5d056943ade811cd5276641785e5e962 authored over 6 years ago
Update divide.h

1c99344fd947a0d9ca55ae3d2c01a9b9abea410c authored over 6 years ago
Update divide.cpp

293efb11b4c8d18cb8e79367a54986406a352b82 authored over 6 years ago
uncheck 'Print to file' checkbox in QPrinterDialog

3a218543c23c74d91b482ac1fa119dd82979ebe6 authored over 6 years ago
fixed #1021, oversized layer list icons for print and construction

0e8927d87e55d32b7bc47678578b66256cbd4c95 authored over 6 years ago
removed forgotten debugging output

d90dbd2bb8e4f5f2a9edfb672b24216bbc5e77fb authored over 6 years ago
fixed #1016, '@' key press didn't activate command box

d779df21a63c4ed789d26c5cbc0c4869ac81846f authored over 6 years ago
fixed #1019, angular dimensions failed to move, rotate, mirror or scale

b8e2a3c4589854d533977434a398cb210bca5053 authored over 6 years ago
fixed #1008, added mouse button hint to clarify properties tool handling

761ec2679942ea132a6731c50449a4f703a4f8b9 authored over 6 years ago
fixed #980, column width in layer list too big since Ubuntu 18.04

8d8c154552be592960259f570484c32734f3f73a authored over 6 years ago
Merge pull request #1018 from xanderdin/layers_lock_all

Lock/unlock all layers

81eeae696a1bdf1210a3514984ac76f8b533651b authored over 6 years ago
Merge pull request #996 from Daniel-Trevitz/copy-paste-fix-2

Fix copy/paste/undo (#993)

35c23aca039b59fec5e0acaf411a22f03014aa84 authored over 6 years ago
Deselect entities on locking all layers

16957f71f1fe8c471d3a98ca72f5b73cca0e327e authored over 6 years ago
Lock/unlock all layers

37d60156171765e03c8360c198f5eba0c71aa34b authored over 6 years ago
fixed #940, sf599, Spline regression, where the startpoint was at 0,0 by mistake

aa4832c590ba65622a0403d7f95805c11da7182c authored over 6 years ago
Merge pull request #1003 from luzpaz/misc-typos

Misc. typos

70f430e3d9320f6c9e9eded758f22fee03929ad2 authored over 6 years ago
added new plugin Divide, many thanks to contributor mad-hatter

c43f770ad6f659266a47904255697ff88a5fcc7b authored over 6 years ago
Misc. typos

Found via `codespell -q 3 -I ../librecad-whitelist.txt --skip="*.ts"`

7f127556491ce8b2808afcad47ccc149de86505e authored over 6 years ago
fixed #998, protect 4th vector when triangle solid is modified (move(), rotate(), scale(), mirror())

439d75dc35381aae7ffe67505da9b93c596afb5b authored over 6 years ago
style: more re-formatting and style fixes in rs_solid.* files to prepare fix of #998

0653ed64d0da748a43cd49ea5d76bd890448ba9a authored over 6 years ago
re-formatting rs_solid.* for readabillity

e1124d28256c242a1d1e9fbcf563e23cd4a62944 authored over 6 years ago
fix: gcc7 warning 'misleading-indentation'

190a5a8a5c825f419ae2a61781cd68dcf3ba5351 authored over 6 years ago
fix: gcc7 warning 'varianbles may be used uninitialized'

7dba99278e6c909c81cad1565a9787834693e896 authored over 6 years ago
Fix copy/paste/undo

Fix simple copy/paste/undo by removign deleted entities from the undocycle.
This probabbly intro...

23c9ea3c4d3a31916515b997ff41229965dc9f90 authored over 6 years ago
Merge pull request #990 from jirislaby/master

fix build with Qt 5.11

ac524dbd17008f08e6995e6fe8b27094dd321d15 authored over 6 years ago
Merge pull request #986 from Daniel-Trevitz/master

Fix warnings made by gcc 7

b88d49c6683ba1db398e459e17e2571865f80d07 authored over 6 years ago
fix build with Qt 5.11

The new Qt removed some implicit inclusions of headers. To avoid build
errors, add explicit incl...

6c392e903e162b9283e88f53006e929663f2e883 authored over 6 years ago
Merge pull request #977 from ayaromenok/00_RollOutBranch

SVG export changes/updates

3ce3db27f979a112f973653a81d561812f31321e authored over 6 years ago
Fall through warning

Silence all of the fall through warnings produced by gcc 7 and newer

3d8228a8ddc1511e3dc95dc08939c8c9fec8cef4 authored over 6 years ago
Fix missing break

Compiler found missing break which looks unintentional

f0979fc7730b258dde9053a87e94ff359153faef authored over 6 years ago
SVG export fixes:

- crash on windows with Image Export (great thanks to lordofbikes)
- use fabs instead of abs in...

ca9c2268d0a925956105cb9759768844b7d8c8f4 authored over 6 years ago
Merge pull request #982 from luzpaz/typos

Comment typos

e8a4a95c0217ff8caaf9fe960d83b46c44e9b308 authored over 6 years ago
Comment typos

Found via `codespell` and `grep`

5e27db742f3a02dac63bfff7626f7469df494658 authored over 6 years ago
SVG export changes/updates

- renamed to Export as CAM/plain SVG;
- MakerCAM option description, which originally was imple...

91c8f4466ed3c0361d06d6f28cb51f741c9449a3 authored almost 7 years ago
Merge pull request #975 from pwnage101/fixed-length-extension-lines-scale

fixed length extension lines should scale according to the General Scale

3b5e31af30d32d4930c471dc6a9c9dafa00bd37e authored almost 7 years ago
fixed length extension lines should scale according to the General Scale

This was reported by dellus on the forum:

http://forum.librecad.org/Inside-horizontal-dimension...

984c046e6f0cc67a7669ae26d82df21609d0506a authored almost 7 years ago
Merge pull request #973 from shangke1988/fix972

fix972

f5d240a7a06ea0490481f13e4a9f4cd2ef4a40d2 authored almost 7 years ago
added copyright headers, added some #ifdef Q_OS_MAC guards

3e0292d8f1490ac1bf07ec609170cd7e32cc1099 authored almost 7 years ago
Merge pull request #924 from xzcvczx/fix877

b51cf37a53b60d8f7f70f22e430554e8c7c53944 authored almost 7 years ago
fix972

3cb13bf3bdba080964cb497dacfc09a0c8e318a2 authored almost 7 years ago
added new pattern millstone.dxf from @Lamy78, PR #964

0559d30982ff35fa704b5a0f95f1cb1b4c06780e authored almost 7 years ago
Merge pull request #967 from pwnage101/better_horizontal_dimensions

Better inside-horizontal dimensions

050f9e30f07e4286049d4e65782ee85697d1c3c0 authored almost 7 years ago
Improve appearance of inside-horizontal dimensions

* The monolithic method to calculate both inside-horizontal and
aligned dimensions were broken...

1fc9dd89a959b5191503d8508db2ca7e1287dd49 authored almost 7 years ago
fix code style, mostly removed mixed tabs and spaces

This will help readability of the subsequent commit

fbfb1a04fc094d4206974601f1c0d8588942fa6e authored almost 7 years ago
Merge pull request #915 from Akranen/Fix_Hang

Check viewport intersection only through points along the line

edf15fe9c2df522d8fe97210681663fb0d937a38 authored almost 7 years ago
Merge pull request #958 from pwnage101/dimangular_respects_user_label

Angular dimensions now respect user's custom label text

bda7e74654a355f36746a0540afa63af54a3ab36 authored almost 7 years ago
Merge pull request #956 from luzpaz/doxy-typos

Misc. typos (including doxy)

ccd99bc42f8c7cf3fb4123675919a01e5cd46127 authored almost 7 years ago
Merge pull request #953 from kkouptsov/fix-error-C2511

Fix for error C2511: overloaded member function not found in 'CDataSen' etc.

df6f0793046669c0016a3d987dff3e111bdb4600 authored almost 7 years ago
Merge pull request #952 from kkouptsov/fix-error-C2600

Fix VS error C2600 by removing ambiguity in the default constructor.

5a6c01d73c86722919c4a8a9bff086ff6280d5f9 authored almost 7 years ago
Angular dimensions now respect user's custom label text

dimangular objects should reference getLabel instead of getMeasuredLabel
in order to respect any...

985786d28cb97a3eab1c480917183cdd0c017420 authored almost 7 years ago
Misc. typos (including doxy)

Found via `codespell -q 3 -I ../librecad-whitelist.txt --skip="*.ts,./libraries"`
Whiteslist:
``...

0822aa726477303e03c068df551feb73737f59eb authored almost 7 years ago
Fix for error C2511: overloaded member function not found in 'CDataSen'

a5729c7bdd973793a5a7c7b8b5877fa387bd1d47 authored almost 7 years ago
Fix VS error C2600 by removing ambiguity in default constructor.

4a02629f2ecccd83a207ca32fffd996fcc87a4f6 authored almost 7 years ago
refactoring of RS_DimAngular, fix #911 and #824/#896

58deefa34cb07a3b7b4ed97cd1ac70f9b7fc56d0 authored almost 7 years ago
reformatting for better readability, in preparation to fix issues #911 and #824

da597e1ae2c81fccfb78103c1fd277787381886e authored almost 7 years ago
Merge pull request #947 from webmite/update-AddLayer-routine-to-use-QRegularExpression

updated-AddLayer-routine-to-use-QRegularExpression

4be8c374d59ac36805e8eb9330aba9090b4ef899 authored almost 7 years ago
updated-revision-of-AddLayer-routine-with-QRegularExpression

This allows for auto increment of any numeric component that ends a
layername. It correctly hand...

0fce3fe631e15eddd8b2473e050166ec832c1844 authored almost 7 years ago
updated-AddLayer-routine-to-use-QRegularExpression

7cf17a2b6cf8a42fb646fac857836743d8cf4c8d authored almost 7 years ago
Merge pull request #922 from xzcvczx/fixes

fix a couple more issues on macOS

4da356780ed8ae6a2ad7c1424fab5d82f3717115 authored almost 7 years ago
Merge pull request #938 from luzpaz/followup-misc-typos

More misc. typos

45bb01535b940df3c52aa83583e37a31b44c3e2c authored almost 7 years ago
Merge pull request #934 from webmite/fix-new-layer-auto-numbering

fix-new-layer-auto-numbering for issue #935

7b77c9d9fe7edbcda85075ece798fdcc21cdcaa9 authored almost 7 years ago
...more typos

bd59165a527b76e09814fbb488b44fbe4844ecc0 authored almost 7 years ago
...another minor typo

ab97cc5fbec99d50cf10884b828af64937bbcf7f authored about 7 years ago
More misc. typos

Typos both in source and comments

Found via `codespell -q 3 -I ../librecad-whitelist.txt --ski...

41c3dbf0dfd5dc7d2db5109695f2675a0aefdbc9 authored about 7 years ago
fix-new-layer-auto-numbering

This allows for any base layer name with a suffix number to be auto
incremented. If no name is s...

1d1f875c3ff497af1836560330a42ccef503d92c authored about 7 years ago
Merge pull request #931 from luzpaz/misc-typos

Follow up typo and grammatical fixes

54269f5b02c7890871873b8506d816f939554ca5 authored about 7 years ago
Follow up typo and grammatical fixes

10675266e590a57875cce8e472a418fa85584b94 authored about 7 years ago
Merge pull request #928 from webmite/replace-auto_ptr-with-unique_ptr

replaced-auto_ptr-with-unique_ptr

5be9281b6f55f8110e1ef222f5ffc607cc858d3a authored about 7 years ago
Merge pull request #896 from webmite/Better-Angle-handling

adjusted correctAngle functions to be more consistent. Fix for #824 request.

74e7a3c277b5ca11b5ba3a115239de8e1a315a8f authored about 7 years ago
clarification for issue #843 resp. pull request #860

5d8ea1b8fa6e0c48b21267559c4cc1f44d72389a authored about 7 years ago
Merge pull request #927 from CivilGuy/CivilGuy-patch-1

Update rs_filterdxfrw.cpp; Issue #708

fc4c1a2157be2258ea47f6fe0ddec8daca82b128 authored about 7 years ago