leocad/common
2018-01-06 10:15:24 -08:00
..
camera.cpp Auto calculate the far plane when generating preview images. 2017-12-21 14:02:16 -08:00
camera.h Added --camera-angles command line option. Closes #147. 2017-12-13 17:36:35 -08:00
group.cpp Removed lcint types. 2017-12-02 12:22:04 -08:00
group.h Converted include guards to pragma once. 2017-07-19 14:20:32 -07:00
image.cpp Removed lcint types. 2017-12-02 12:22:04 -08:00
image.h Converted include guards to pragma once. 2017-07-19 14:20:32 -07:00
lc_application.cpp Added POV-Ray quality and save image. 2017-12-27 13:55:37 -08:00
lc_application.h Fixed crash on startup on some configs. Fixes #146. 2017-12-10 10:20:31 -08:00
lc_array.h Converted include guards to pragma once. 2017-07-19 14:20:32 -07:00
lc_basewindow.h Added -html command line option. Closes #145. 2017-12-11 11:14:37 -08:00
lc_category.cpp Use QString for categories. 2017-02-08 09:41:48 -08:00
lc_category.h Converted include guards to pragma once. 2017-07-19 14:20:32 -07:00
lc_colors.cpp Fixed compiler warnings. 2017-12-12 22:17:14 -08:00
lc_colors.h Removed lcint types. 2017-12-02 12:22:04 -08:00
lc_commands.cpp Renamed user facing strings "project" -> "model" and "model" -> "submodel" to be consistent. 2017-12-10 15:01:12 -08:00
lc_commands.h Added piece selection modes. 2017-11-21 17:58:36 -08:00
lc_context.cpp Fixed missing depth buffer when AA is disabled. 2017-12-30 13:03:47 -08:00
lc_context.h Reuse the same FBO when creating new preview images. 2017-12-29 06:50:18 -08:00
lc_file.cpp Update file functions to support multibyte strings. Fixes #46. 2017-05-29 13:32:45 -07:00
lc_file.h Removed lcint types. 2017-12-02 12:22:04 -08:00
lc_glext.h Fixed Linux warnings. 2017-07-19 14:37:03 -07:00
lc_glextensions.cpp Fixed compile errors. 2017-12-30 12:49:50 -08:00
lc_glextensions.h Fixed compile errors. 2017-12-30 12:49:50 -08:00
lc_global.cpp Updated pch location. 2017-06-22 08:03:23 -07:00
lc_global.h Updated version number. 2018-01-01 08:00:39 -08:00
lc_glwidget.h Added Shift+LMB shortcut to remove selection. 2017-11-20 15:12:00 -08:00
lc_library.cpp Bumped cache version. 2017-12-23 05:26:55 -08:00
lc_library.h Only upload textures from the main thread. 2017-12-22 05:42:28 -08:00
lc_lxf.cpp Fixed LDD importer not matching the transform table. 2017-12-09 16:47:47 -08:00
lc_lxf.h New LDD importer. 2017-07-08 09:29:35 -07:00
lc_mainwindow.cpp Fixed reloading model references. 2018-01-06 10:15:24 -08:00
lc_mainwindow.h Don't reset tab layout when reloading a model. 2018-01-02 19:46:50 -08:00
lc_math.h Don't reset tab layout when reloading a model. 2018-01-02 19:46:50 -08:00
lc_mesh.cpp Removed lcint types. 2017-12-02 12:22:04 -08:00
lc_mesh.h Removed lcint types. 2017-12-02 12:22:04 -08:00
lc_model.cpp Save MSAA images. Fixes #101. 2017-12-26 10:19:20 -08:00
lc_model.h Removed lcint types. 2017-12-02 12:22:04 -08:00
lc_partselectionwidget.cpp Reuse the same FBO when creating new preview images. 2017-12-29 06:50:18 -08:00
lc_partselectionwidget.h Reuse the same FBO when creating new preview images. 2017-12-29 06:50:18 -08:00
lc_profile.cpp Added POV render resolution. 2017-11-03 16:01:30 -07:00
lc_profile.h Added POV render resolution. 2017-11-03 16:01:30 -07:00
lc_scene.cpp Save MSAA images. Fixes #101. 2017-12-26 10:19:20 -08:00
lc_scene.h Reorganized scene and context classes. 2017-04-01 16:53:54 -07:00
lc_selectbycolordialog.cpp Added select by color dialog. Closes #18. 2017-02-16 22:57:11 -08:00
lc_selectbycolordialog.h Converted include guards to pragma once. 2017-07-19 14:20:32 -07:00
lc_shortcuts.cpp Fixed loading mouse shortcuts. Fixes #107. 2017-08-25 18:21:34 -07:00
lc_shortcuts.h Converted include guards to pragma once. 2017-07-19 14:20:32 -07:00
lc_synth.cpp Removed lcint types. 2017-12-02 12:22:04 -08:00
lc_synth.h Converted include guards to pragma once. 2017-07-19 14:20:32 -07:00
lc_texture.cpp Only upload textures from the main thread. 2017-12-22 05:42:28 -08:00
lc_texture.h Fixed compile errors. 2017-12-30 12:49:50 -08:00
lc_timelinewidget.cpp Support selection mode on all selection tools. 2017-11-21 22:54:49 -08:00
lc_timelinewidget.h Converted include guards to pragma once. 2017-07-19 14:20:32 -07:00
lc_zipfile.cpp Removed lcint types. 2017-12-02 12:22:04 -08:00
lc_zipfile.h Removed lcint types. 2017-12-02 12:22:04 -08:00
light.cpp Removed lcint types. 2017-12-02 12:22:04 -08:00
light.h Fixed compiler warnings. 2017-12-12 22:17:14 -08:00
minifig.cpp Auto calculate the far plane when generating preview images. 2017-12-21 14:02:16 -08:00
minifig.h Converted include guards to pragma once. 2017-07-19 14:20:32 -07:00
object.cpp Use QTextStream for saving files. 2014-09-05 00:24:28 +00:00
object.h Removed lcint types. 2017-12-02 12:22:04 -08:00
piece.cpp Removed lcint types. 2017-12-02 12:22:04 -08:00
piece.h Removed lcint types. 2017-12-02 12:22:04 -08:00
pieceinf.cpp Auto calculate the far plane when generating preview images. 2017-12-21 14:02:16 -08:00
pieceinf.h Fixed reloading model references. 2018-01-06 10:15:24 -08:00
project.cpp Don't reset tab layout when reloading a model. 2018-01-02 19:46:50 -08:00
project.h Don't reset tab layout when reloading a model. 2018-01-02 19:46:50 -08:00
texfont.cpp Save MSAA images. Fixes #101. 2017-12-26 10:19:20 -08:00
texfont.h Converted include guards to pragma once. 2017-07-19 14:20:32 -07:00
view.cpp Fixed tiled render math. Fixes #156. 2018-01-04 10:22:57 -08:00
view.h Reuse the same FBO when creating new preview images. 2017-12-29 06:50:18 -08:00