1
0
mirror of git://projects.qi-hardware.com/ben-scans.git synced 2024-11-22 03:14:39 +02:00
ben-scans/solidify
Werner Almesberger f6ed3bf762 solidify now stores the context of sessions in project description files.
- solidify/Makefile (OBJS): added project.o
- solidify/Makefile (new): new target to create a new project
- solidify/Makefile (run): changed to resume previously created project
- solidify/util.h (stralloc): added stralloc (from fped)
- solidify/project.h, solidify/project.c: create, load, and save project
  description files
- solidify/solidify.c (clicked, gui_buttons, gui, main): updated to use
  project instead of solid
- solidify/solidify.c (usage, main): new invocation: four arguments to start
  new project, one argument to resume old project
2010-09-24 21:01:59 -03:00
..
array.c Some simple optimizations increase drawing speed in overlap by 33%. 2010-09-24 17:56:55 -03:00
array.h The #endif at end of header file must have a comment saying /* !name */ 2010-09-24 18:58:55 -03:00
face.c Step sizes are now auto-determined, allowing use of files of any resolution. 2010-09-24 19:53:06 -03:00
face.h Step sizes are now auto-determined, allowing use of files of any resolution. 2010-09-24 19:53:06 -03:00
histo.c Added copyright headers all over the place. (GPLv2+) 2010-09-23 20:13:48 -03:00
histo.h The #endif at end of header file must have a comment saying /* !name */ 2010-09-24 18:58:55 -03:00
level.c When leveling, the center circle is now shown when the pointer approaches it. 2010-09-24 02:04:04 -03:00
level.h The #endif at end of header file must have a comment saying /* !name */ 2010-09-24 18:58:55 -03:00
main.pov solidify/main.pov: don't use weird "x is up" perspective 2010-09-24 16:54:53 -03:00
Makefile solidify now stores the context of sessions in project description files. 2010-09-24 21:01:59 -03:00
matrix.c Instead of performing the tranformations stepwise for each point, pre-calculate 2010-09-24 16:42:36 -03:00
matrix.h Instead of performing the tranformations stepwise for each point, pre-calculate 2010-09-24 16:42:36 -03:00
overlap.c Like rotations, shifts can now be accelerated by changing the mouse position. 2010-09-24 18:24:10 -03:00
overlap.h Introduce a solid data type and use it, mainly in overlap() 2010-09-23 23:41:35 -03:00
project.c solidify now stores the context of sessions in project description files. 2010-09-24 21:01:59 -03:00
project.h solidify now stores the context of sessions in project description files. 2010-09-24 21:01:59 -03:00
solid.c Infrastructure for generating POV-Ray output (not useful yet) 2010-09-24 06:37:12 -03:00
solid.h The #endif at end of header file must have a comment saying /* !name */ 2010-09-24 18:58:55 -03:00
solidify.c solidify now stores the context of sessions in project description files. 2010-09-24 21:01:59 -03:00
style.c When leveling, the center circle is now shown when the pointer approaches it. 2010-09-24 02:04:04 -03:00
style.h Like rotations, shifts can now be accelerated by changing the mouse position. 2010-09-24 18:24:10 -03:00
util.c When leveling, the center circle is now shown when the pointer approaches it. 2010-09-24 02:04:04 -03:00
util.h solidify now stores the context of sessions in project description files. 2010-09-24 21:01:59 -03:00