Go to file
Daniel Richard G 93145387f4 Fixed uninitialized-memory errors detected by Valgrind 2013-09-16 16:22:14 -04:00
exposed Clean up SolveSpace makefile, and add forgotten copyright notice. 2013-07-28 14:53:30 -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 Changed "static const int" class members into enums 2013-09-09 15:50:32 -04:00
tools Add special characters to font, to represent checkboxes and radio 2010-05-08 17:20:02 -08:00
win32 General compiler warning/error fixes 2013-08-26 16:54:04 -04:00
COPYING.txt Changes in preparation for the release of SolveSpace under the GPL, 2013-07-28 14:08:34 -08:00
Makefile.msvc Renamed the MSVC makefile to Makefile.msvc 2013-08-27 16:46:24 -04: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 Quash "variable may be used uninitialized" warnings 2013-08-26 15:36:00 -04:00
clipboard.cpp Added const qualifiers to edit-control string handling 2013-09-16 15:51:20 -04:00
confscreen.cpp Added const qualifiers to edit-control string handling 2013-09-16 15:51:20 -04:00
constraint.cpp Added const qualifiers 2013-08-26 14:58:35 -04:00
constrainteq.cpp Changes in preparation for the release of SolveSpace under the GPL, 2013-07-28 14:08:34 -08:00
describescreen.cpp Changes in preparation for the release of SolveSpace under the GPL, 2013-07-28 14:08:34 -08:00
draw.cpp Quash "variable may be used uninitialized" warnings 2013-08-26 15:36:00 -04:00
drawconstraint.cpp Quash "variable may be used uninitialized" warnings 2013-08-26 15:36:00 -04:00
drawentity.cpp Quash "variable may be used uninitialized" warnings 2013-08-26 15:36:00 -04:00
dsc.h Changed "static const int" class members into enums 2013-09-09 15:50:32 -04:00
entity.cpp Changes in preparation for the release of SolveSpace under the GPL, 2013-07-28 14:08:34 -08:00
export.cpp Use casts to bridge mismatches in integer-type sizes and signedness 2013-08-26 16:19:23 -04:00
exportstep.cpp Changes in preparation for the release of SolveSpace under the GPL, 2013-07-28 14:08:34 -08:00
exportvector.cpp Use casts to bridge mismatches in integer-type sizes and signedness 2013-08-26 16:19:23 -04:00
expr.cpp Added const qualifiers to edit-control string handling 2013-09-16 15:51:20 -04:00
expr.h Added const qualifiers to edit-control string handling 2013-09-16 15:51:20 -04:00
file.cpp General compiler warning/error fixes 2013-08-26 16:54:04 -04:00
font.table Add routines to draw a vector font (public domain Hershey Simplex 2008-04-11 03:13:47 -08:00
generate.cpp Changes in preparation for the release of SolveSpace under the GPL, 2013-07-28 14:08:34 -08:00
glhelper.cpp OpenGL fixes 2013-09-09 16:05:33 -04:00
graphicswin.cpp Added missing items to GraphicsWindow::menu[] elements 2013-08-26 17:00:02 -04:00
group.cpp Changes in preparation for the release of SolveSpace under the GPL, 2013-07-28 14:08:34 -08:00
groupmesh.cpp Fixed uninitialized-memory errors detected by Valgrind 2013-09-16 16:22:14 -04: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
mesh.cpp Quash "variable may be used uninitialized" warnings 2013-08-26 15:36:00 -04:00
modify.cpp Quash "variable may be used uninitialized" warnings 2013-08-26 15:36:00 -04:00
mouse.cpp Added const qualifiers to edit-control string handling 2013-09-16 15:51:20 -04:00
png2c.pl Revised the Perl scripts 2013-08-26 17:45:09 -04:00
pngchar2c.pl Revised the Perl scripts 2013-08-26 17:45:09 -04:00
polygon.cpp Fixed uninitialized-memory errors detected by Valgrind 2013-09-16 16:22:14 -04:00
polygon.h Changed "static const int" class members into enums 2013-09-09 15:50:32 -04:00
request.cpp Quash "variable may be used uninitialized" warnings 2013-08-26 15:36:00 -04:00
sketch.h Changed "static const int" class members into enums 2013-09-09 15:50:32 -04:00
solvespace.cpp Added const qualifiers 2013-08-26 14:58:35 -04:00
solvespace.h OpenGL fixes 2013-09-09 16:05:33 -04:00
style.cpp Use png_get_image_{width,height}() instead of info_ptr->{width,height} 2013-09-16 15:57:32 -04:00
system.cpp Quash "variable may be used uninitialized" warnings 2013-08-26 15:36:00 -04:00
textscreens.cpp Added const qualifiers to edit-control string handling 2013-09-16 15:51:20 -04:00
textwin.cpp OpenGL fixes 2013-09-09 16:05:33 -04:00
toolbar.cpp Fixed uninitialized-memory errors detected by Valgrind 2013-09-16 16:22:14 -04:00
ttf.cpp Modified Get{BYTE,WORD,DWORD}() to return the respective type 2013-08-26 16:24:16 -04:00
ui.h Added const qualifiers to edit-control string handling 2013-09-16 15:51:20 -04:00
undoredo.cpp Changes in preparation for the release of SolveSpace under the GPL, 2013-07-28 14:08:34 -08:00
util.cpp Use casts to bridge mismatches in integer-type sizes and signedness 2013-08-26 16:19:23 -04:00
view.cpp Added const qualifiers to edit-control string handling 2013-09-16 15:51:20 -04:00
wishlist.txt Make oops() calls exit instead of entering debugger by default, 2011-03-05 12:52:57 -08:00