8
I Use This!
Activity Not Available

Commits : Listings

Analyzed about 1 year ago. based on code collected about 1 year ago.
Jan 19, 2023 — Jan 19, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Cleaned up logging and put conversion logic into helper function for cleaner derationalize() code. More... about 5 years ago
Added support for commonly-requeste metric unit symbols (see bug reports / feature requests). More... about 5 years ago
Fix preview on inserting block with inserts. More... about 5 years ago
Undo block removing: More... about 5 years ago
Window for block editing. More... about 5 years ago
Almost complete coverage. Next is adding testing and cleaning up logging. More... about 5 years ago
Added yards, feet, and fractional parts. More... about 5 years ago
Add QRegularExpression regex and initial inch conversion code. More... about 5 years ago
Update window title on block renaming. More... about 5 years ago
Fixed header issue and rs_math.cpp format error. More... about 5 years ago
Add "derationalize" function to rs_math.cpp. More... about 5 years ago
Deactivate removed block. More... about 5 years ago
Block cannot contain blocks. More... about 5 years ago
Block may contain inserts of other blocks except itself. More... about 5 years ago
Drawing opts: paper size to orientation relationship. More... about 5 years ago
Fix custom landscape paper size resetting. More... about 5 years ago
Fix pasting from clipboard to block. More... about 5 years ago
Print Preview: fix auto zoom on opening. More... about 5 years ago
Do not highlight selection on Print Preview More... about 5 years ago
Print Preview behaves as other windows. More... about 5 years ago
Sync options visibility with window focus. More... about 5 years ago
Print Preview not closing. More... about 5 years ago
Print Preview: Line width scaling More... about 5 years ago
Fit to whole page. More... about 5 years ago
Reorder Users Documentation More... about 5 years ago
Fix missing app name and icon on Wayland More... over 5 years ago
Repairs issue described at: https://github.com/LibreCAD/LibreCAD/issues/1145 Adds "hold shift" feature to mirroring entities More... over 5 years ago
Extension of the previous commit. More... over 5 years ago
Extension of the previous commit More... over 5 years ago
When drawing a line by a mouse and holding the "Shift" key during placing the line endpoint, one can move the cursor only along certain angles (0°, 15°, 30°, 45°, etc.). This commit enables this feature also for moving and copying entities. I. e. when the reference point is selected and the entity is moved, by pressing the "Shift" key one can move the reference point (and the entity) only along the certaing angles (0°, 15°, 30°, 45°, etc.) measured from the original reference point position. More... over 5 years ago