Go to file
Jonathan Westhues 3dea64af47 Make default text in dimension box the exact (up to ten digits
after decimal) current value of the dimension, not the value
truncated to the same number of digits that are usually displayed.

And make the paste transformed screen accept expressions, not
just integers, for the count, angle, and scale.

[git-p4: depot-paths = "//depot/solvespace/": change = 2181]
2010-10-11 19:13:41 -08:00
doc Update reference manual for SolveSpace. 2008-08-11 03:57:46 -08:00
exposed Fix typo in SolveSpace library documentation. 2010-07-15 02:07:54 -08:00
extlib Add support for the 3dconnexion six degree of freedom input devices 2009-07-20 11:05:33 -08:00
icons Add two more icons to the toolbar, for text in a TrueType font and 2010-05-16 09:04:56 -08:00
obj This is my initial checkin for solvespace, a second attempt at 2008-03-25 02:02:13 -08:00
srf A big nasty change, originally just to add paste transformed. So it 2009-12-15 04:26:22 -08:00
tools Add special characters to font, to represent checkboxes and radio 2010-05-08 17:20:02 -08:00
win32 Add a color picker, with a fancy HSV (actually, a modified version 2010-07-20 21:04:03 -08:00
Makefile Major UI changes, to use the checkboxes and radio buttons wherever 2010-05-09 10:25:23 -08:00
bitmapextra.table Add special characters to font, to represent checkboxes and radio 2010-05-08 17:20:02 -08:00
bitmapfont.table Add special characters to font, to represent checkboxes and radio 2010-05-08 17:20:02 -08:00
bsp.cpp Add hidden line and surface removal, and vector shaded surface 2009-03-17 08:33:46 -08:00
clipboard.cpp Make default text in dimension box the exact (up to ten digits 2010-10-11 19:13:41 -08:00
confscreen.cpp Make the number of digits after the decimal point (for dimensions, 2010-09-23 18:58:34 -08:00
constraint.cpp Improve the non-parametric rounding. It now works on both lines and 2010-05-16 08:36:23 -08:00
constrainteq.cpp Add a constraint for tangency between any combination of arcs 2010-05-09 20:14:06 -08:00
describescreen.cpp Put wrappers around the functions to show and hide the edit control 2010-07-11 23:51:12 -08:00
draw.cpp Replace ugly text links to hide/show things with icons. So add code 2010-05-02 21:04:42 -08:00
drawconstraint.cpp Indicate diameter symbol on diameter dimensions, instead of just a 2010-05-22 22:21:42 -08:00
drawentity.cpp A monster change to add support for filled paths. This requires us 2009-10-28 23:16:28 -08:00
dsc.h Add a color picker, with a fancy HSV (actually, a modified version 2010-07-20 21:04:03 -08:00
entity.cpp Add a constraint for tangency between any combination of arcs 2010-05-09 20:14:06 -08:00
export.cpp Update selection of extrusion/lathe solid model color to use new 2010-08-14 11:00:25 -08:00
exportstep.cpp Edit Message() and Error() strings to use just \n, not \r\n, since 2010-01-16 10:15:40 -08:00
exportvector.cpp Add G Code export to SolveSpace, similar to SketchFlat. This 2010-01-13 20:47:17 -08:00
expr.cpp Add a screen to edit the view parameters; scale, translation, 2010-01-03 16:35:28 -08:00
expr.h Add a screen to edit the view parameters; scale, translation, 2010-01-03 16:35:28 -08:00
file.cpp Add a constraint for tangency between any combination of arcs 2010-05-09 20:14:06 -08:00
font.table Add routines to draw a vector font (public domain Hershey Simplex 2008-04-11 03:13:47 -08:00
generate.cpp The box when additional things get deleted (because they depend on 2010-06-13 20:42:47 -08:00
glhelper.cpp Major UI changes, to use the checkboxes and radio buttons wherever 2010-05-09 10:25:23 -08:00
graphicswin.cpp Put wrappers around the functions to show and hide the edit control 2010-07-11 23:51:12 -08:00
group.cpp Major UI changes, to use the checkboxes and radio buttons wherever 2010-05-09 10:25:23 -08:00
groupmesh.cpp A big nasty change, originally just to add paste transformed. So it 2009-12-15 04:26:22 -08:00
icon.ico Add an icon file (ugly, but at least it's not the default anymore). 2008-07-18 01:50:52 -08:00
keygen.pl Change name to SolveSpace everywhere. 2008-02-13 08:13:08 -08:00
mesh.cpp A big nasty change, originally just to add paste transformed. So it 2009-12-15 04:26:22 -08:00
modify.cpp When curves to be split intersect at multiple points, don't just 2010-07-11 22:47:14 -08:00
mouse.cpp Make default text in dimension box the exact (up to ten digits 2010-10-11 19:13:41 -08:00
png2c.pl Add special characters to font, to represent checkboxes and radio 2010-05-08 17:20:02 -08:00
pngchar2c.pl Add special characters to font, to represent checkboxes and radio 2010-05-08 17:20:02 -08:00
polygon.cpp Add ability to measure the area of a plane sketch, since that's 2010-03-01 09:23:57 -08:00
polygon.h Add ability to measure the area of a plane sketch, since that's 2010-03-01 09:23:57 -08:00
request.cpp Add support for a clipboard, with cut, copy, and paste. This works 2009-12-04 00:08:41 -08:00
sketch.h Update selection of extrusion/lathe solid model color to use new 2010-08-14 11:00:25 -08:00
solvespace.cpp Make the number of digits after the decimal point (for dimensions, 2010-09-23 18:58:34 -08:00
solvespace.h Make the number of digits after the decimal point (for dimensions, 2010-09-23 18:58:34 -08:00
style.cpp Update selection of extrusion/lathe solid model color to use new 2010-08-14 11:00:25 -08:00
system.cpp Add option to treat all dimensions as reference dimensions. This is 2010-05-09 17:06:09 -08:00
textscreens.cpp Due to questionable decision to use copy-number values of 1000 2010-09-17 18:20:08 -08:00
textwin.cpp Add a color picker, with a fancy HSV (actually, a modified version 2010-07-20 21:04:03 -08:00
toolbar.cpp Fix tooltip; arc and tangent arc are separate operations now. 2010-05-16 11:29:05 -08:00
ttf.cpp SPolyCurve (i.e., polynomial curve) vs. SPolygon got too confusing; 2009-01-18 19:51:00 -08:00
ui.h Make the number of digits after the decimal point (for dimensions, 2010-09-23 18:58:34 -08:00
undoredo.cpp Fix a gross memory leak: when switching to a new file, either after 2010-02-28 11:23:01 -08:00
util.cpp Add a color picker, with a fancy HSV (actually, a modified version 2010-07-20 21:04:03 -08:00
view.cpp Put wrappers around the functions to show and hide the edit control 2010-07-11 23:51:12 -08:00
wishlist.txt Make the number of digits after the decimal point (for dimensions, 2010-09-23 18:58:34 -08:00