leocad/common
2018-02-18 16:17:48 -08:00
..
camera.cpp Added commands for moving the camera relative to its current orientation. 2018-01-15 11:35:15 -08:00
camera.h Added commands for moving the camera relative to its current orientation. 2018-01-15 11:35:15 -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 Restore last tab layout when loading a file. 2018-01-06 15:01:04 -08:00
lc_application.h Restore last tab layout when loading a file. 2018-01-06 15:01:04 -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 Replaced email menu item with a link to the bug report page on github. 2018-02-18 16:17:48 -08:00
lc_commands.h Replaced email menu item with a link to the bug report page on github. 2018-02-18 16:17:48 -08:00
lc_context.cpp Fixed alpha of the opaque parts of texmap translucent parts. 2018-01-12 21:44:49 -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-02-09 18:19:20 -08:00
lc_glwidget.h Added Shift+LMB shortcut to remove selection. 2017-11-20 15:12:00 -08:00
lc_library.cpp Fixed Windows warning. 2018-02-17 11:34:15 -08:00
lc_library.h Initial implementation of spherical texture mapping. 2018-01-27 15:57:48 -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 Replaced email menu item with a link to the bug report page on github. 2018-02-18 16:17:48 -08:00
lc_mainwindow.h Fixed Qt4. 2018-01-07 08:59:05 -08:00
lc_math.h Fixed pan not working when the center of the model is behind the camera. Fixes #161. 2018-02-04 11:53:13 -08:00
lc_mesh.cpp Removed lcint types. 2017-12-02 12:22:04 -08:00
lc_mesh.h Bumped mesh version to force rebuild parts with welding issues. 2018-02-10 15:42:59 -08:00
lc_model.cpp Fixed parts inside mpd files not drawing. Fixes #178. 2018-02-06 22:07:35 -08:00
lc_model.h Fixed parts inside mpd files not drawing. Fixes #178. 2018-02-06 22:07:35 -08:00
lc_partselectionwidget.cpp Make sure there's always a tab open after loading a file. 2018-01-15 16:36:50 -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-Ray exe. 2018-01-14 15:37:07 -08: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 Added commands for moving the camera relative to its current orientation. 2018-01-15 11:35:15 -08:00
light.h Added commands for moving the camera relative to its current orientation. 2018-01-15 11:35:15 -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
object.h Removed lcint types. 2017-12-02 12:22:04 -08:00
piece.cpp Fixed moving the pivot point of rotated pieces. Fixes #179. 2018-01-22 17:14:38 -08:00
piece.h Added commands for moving the camera relative to its current orientation. 2018-01-15 11:35:15 -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 Fixed parts inside mpd files not drawing. Fixes #178. 2018-02-06 22:07:35 -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 camera menu not updating when selecting a viewpoint and the active view has a camera. 2018-02-17 17:32:07 -08:00
view.h Prevent mouse shortcuts from overriding overlay actions. Fixes #180. 2018-02-06 14:47:11 -08:00