swh:1:snp:78e145aa8174e576786284475a76cf6f187b3475

sort by:
Revision Author Date Message Commit Date
8158223 Add one draw example in each user manual. 14 February 2018, 14:19:42 UTC
e02f319 Update package description 14 February 2018, 08:59:04 UTC
e67e6a4 Add doc for draw 14 February 2018, 08:58:53 UTC
f6e264e Remove macro modified. 14 February 2018, 08:58:36 UTC
3068efa All 4 new examples to illustrate the usage of CGAL::draw. 14 February 2018, 08:45:26 UTC
f216ffb Add figures for all the basic viewers. 14 February 2018, 08:26:37 UTC
b528aab Harmonize the 5 basic viewers. 14 February 2018, 08:26:04 UTC
539f285 * Add draw examples in the 5 concerned packages (Polyhedron, Surface_mesh, T2, T3, LCC) * Update FindQGLViewel to add a target. 13 February 2018, 10:31:21 UTC
57bb72f The -> the 26 January 2018, 08:22:09 UTC
ae4315f Small update of LCC doc, following Andreas remarks. 25 January 2018, 16:09:50 UTC
d355903 Rename file for basic viewers. 18 January 2018, 15:01:14 UTC
b04049d Rename file for basic viewers. 18 January 2018, 14:58:49 UTC
65af212 Some more replace of display by draw; for lcc basic viewer. 18 January 2018, 14:47:47 UTC
c5c447c Rename display into draw (for basic viewers) 18 January 2018, 14:27:08 UTC
03f1334 Update user manual of LCC following Andreas comments. 18 January 2018, 12:58:23 UTC
3422683 Update cmake of LCC example 17 January 2018, 15:37:46 UTC
294b308 Avoid to run the viewer for the CGAL test suite. 17 January 2018, 15:26:05 UTC
1b23e56 Update all basic viewers to have the correct behavior when CGAL_USE_BASIC_VIEWER is not defined. 16 January 2018, 18:57:41 UTC
d012067 Update CMakeLists.txt to allow drawing of lcc example 16 January 2018, 18:49:39 UTC
43eebae Remove ifdef in draw example since this is now done in the basic viewer. 16 January 2018, 16:08:03 UTC
752b04b Protect the code of the basic viewers; rename display into draw; add a draw function that display an error message if the basic viewer is not defined. 16 January 2018, 15:53:49 UTC
0a9c3f2 Add a redraw method. 16 January 2018, 15:52:29 UTC
ad2d7cd Add an option to is_valid to not show errors 13 December 2017, 09:16:34 UTC
dd037db Bug fix: some Dart_handle should be Dart_const_handle 13 December 2017, 09:16:08 UTC
4bc8add One more bug fix in Buffer_for_vao.h 01 December 2017, 16:03:38 UTC
87335fd Update is_facet_convex function; I think this is better now. 01 December 2017, 15:46:36 UTC
5866ed3 update name of first parameter for qt window 01 December 2017, 15:36:00 UTC
127f106 Move t2 viewer in cgal namespace 01 December 2017, 15:35:33 UTC
b34476a Merge branch 'CGAL-basic_viewers-gdamiand' of github.com:gdamiand/cgal into CGAL-basic_viewers-gdamiand 01 December 2017, 15:19:01 UTC
4185ffb Move class in CGAL namespace 01 December 2017, 15:18:48 UTC
26af0ac Bug fix in quadrangular smooth normals 01 December 2017, 15:18:34 UTC
e049e79 Update all basic viewers to allow to have a color functor as parameter. 01 December 2017, 15:17:09 UTC
41bebf6 Add an example to illustrate the use of display for LCC; remove all the use of display from other examples 01 December 2017, 14:38:19 UTC
69380c3 Document in doxygen the new display function for LCC. 01 December 2017, 14:16:01 UTC
a45ff3a Add one viewer call for T2 30 November 2017, 19:57:36 UTC
325a323 Add basic viewer for t2 30 November 2017, 19:27:29 UTC
39452cb Add the possibility to add weighted point 2 in basic viewer 30 November 2017, 19:27:12 UTC
a4daa9c Add T3 viewer, and use it in regular_3.cpp example 30 November 2017, 16:35:00 UTC
28a180e Update LCC, Polyhedron and Surface mesh viewers to follow last modification of basic viewer. 30 November 2017, 16:34:29 UTC
31dcc6d Update Buffer_for_vao and Basic_viewer_qt 30 November 2017, 16:33:52 UTC
595e3b5 Update buffer for vao to allow the use of indexed points 30 November 2017, 09:53:48 UTC
3522b6b update 29 November 2017, 21:52:10 UTC
7adca5d Start to integrate version with indices 29 November 2017, 13:26:32 UTC
7caee70 Update Buffer_for_vao: byf 28 November 2017, 07:13:08 UTC
2fd0b3d Start t3 viewer 28 November 2017, 06:05:38 UTC
7380cdf Update basic viewer to: (1) use a generic class that can maybe be used also in demos; (2) use same name to add mono/colored objects. 16 November 2017, 20:19:06 UTC
a419cb9 Add viewer for surface mesh. 16 November 2017, 14:22:22 UTC
84a1791 Update basic viewer; now it works for LCC, Polyhedron and Surface_mesh. 16 November 2017, 14:17:39 UTC
da53c9d Update basic viewer. 16 November 2017, 10:15:57 UTC
b8d062e Bugfix in basic viewer. 16 November 2017, 07:29:49 UTC
5b0c60d rename filename for polyhedron viewer 15 November 2017, 18:39:12 UTC
97070e1 Update basic viewer. 15 November 2017, 18:33:03 UTC
e10597e Work on generic display function. 15 November 2017, 17:59:20 UTC
f00bddc Add polyhedron viewer 15 November 2017, 13:26:02 UTC
64023d2 Merge branch 'releases/CGAL-4.11-branch' 03 November 2017, 13:32:45 UTC
73800fd Merge pull request #2559 from maxGimeno/Doc_overview-Add_information-GF Add info at the end of the generated overview page 03 November 2017, 13:29:33 UTC
53502d0 Merge pull request #2560 from maxGimeno/VTK_filters_fix-GF Polyhedron demo: fix VTK plugin name filters 03 November 2017, 13:29:32 UTC
208005b Merge pull request #2565 from MaelRL/Various-Fix_numeric_limits_min_uses_411-GF Fix wrong uses of std::numeric_limits::min() (4.11) 03 November 2017, 13:29:30 UTC
4ea7523 Merge pull request #2568 from sgiraudot/Shape_detection-Robustify_detection-GF Shape detection: robustify RANSAC 03 November 2017, 13:29:29 UTC
bfb8d1f Merge branch 'releases/CGAL-4.10-branch' into releases/CGAL-4.11-branch 03 November 2017, 13:28:30 UTC
4d3745a Merge pull request #2565 from MaelRL/Various-Fix_numeric_limits_min_uses_411-GF Fix wrong uses of std::numeric_limits::min() (4.11) 03 November 2017, 13:27:59 UTC
9f05077 Merge pull request #2564 from MaelRL/Various-Fix_numeric_limits_min_uses-GF Fix wrong uses of std::numeric_limits::min() (4.10) 03 November 2017, 13:26:18 UTC
5b85e38 Fix conversion warning float->size_t 02 November 2017, 14:06:03 UTC
404ee82 Fix log2 02 November 2017, 07:27:10 UTC
a533952 Add limit failed candidate to size and fix generated candidates computation 31 October 2017, 11:10:51 UTC
568d67f Expend bounds of double spin box in widget 31 October 2017, 11:06:52 UTC
ce81572 Octree: add option to compute ideal maximum level w.r.t scale 31 October 2017, 11:06:21 UTC
5601714 Merge pull request #2567 from GilesBathgate/fix-spelling Correction to spelling Constaints -> Constraints 30 October 2017, 09:16:15 UTC
bfda956 Correction to spelling Constaints -> Constraints 30 October 2017, 08:59:04 UTC
a8704de Merge branch 'releases/CGAL-4.10-branch' 27 October 2017, 16:05:49 UTC
8bae597 Merge pull request #2558 from sloriot/MCF-fix_after_copy_face_graph_update Cope with the change of order of the vertices in copy_face_graph 27 October 2017, 16:01:52 UTC
8d453b7 Merge pull request #2557 from maxGimeno/Facets_in_complex_2_to_triangle_mesh_Fix-GF Fix facets_in_complex_2_to_triangle_mesh 27 October 2017, 16:01:43 UTC
0a0887e Merge pull request #2554 from maxGimeno/Display_property_plugin_silence_warnings-GF Polyhedron demo: Silence warnings in Display_property_plugin 27 October 2017, 16:01:34 UTC
69b4dac Merge pull request #2482 from lrineau/Mesh_3-API_with_incidences-GF Document Mesh_domain_with_polyline_features_3::add_features_and_incidences 27 October 2017, 16:01:12 UTC
666ff0c Merge pull request #2544 from janetournois/PMP-corefinement-improve-doc-GF PMP corefinement : improve doc 27 October 2017, 16:00:42 UTC
9873b0f Merge pull request #2499 from lrineau/Mesh_3-error_code-GF Mesh_3: the "maximal number of vertices" feature 27 October 2017, 16:00:31 UTC
f116092 Merge pull request #2558 from sloriot/MCF-fix_after_copy_face_graph_update Cope with the change of order of the vertices in copy_face_graph 27 October 2017, 15:59:40 UTC
aaca6a0 Fixed wrong uses of std::numeric_limits<double>::min() 27 October 2017, 10:03:44 UTC
5ef873d Merge remote-tracking branch 'mine/Various-Fix_numeric_limits_min_uses-GF' into Various-Fix_numeric_limits_min_uses_411-GF 27 October 2017, 09:57:21 UTC
da5200f Fixed wrong uses of std::numeric_limits::min() 27 October 2017, 09:40:22 UTC
9940aa9 Merge branch 'CMake-parse_CTest_XML_output-lrineau' 27 October 2017, 07:24:46 UTC
9515e12 Push my work in progress 26 October 2017, 17:50:41 UTC
6333740 Do not run a test if the compilation failed The test binary may have been compiled in a previous compilation. But if the current compilation failed, do not run the test. 26 October 2017, 17:50:40 UTC
3f12ad1 Fix compilation error when NO_ERROR is a macro (On macro `NO_ERROR` evaluates to `0L`!) 26 October 2017, 14:37:38 UTC
09d9cc0 Always update the signature 25 October 2017, 09:54:28 UTC
acee724 Merge pull request #2551 from sloriot/Doc-remove_todos_in_release Make testsuite build release docs 25 October 2017, 07:27:56 UTC
a3ae6c1 Fix filters 24 October 2017, 15:45:00 UTC
f8d228a If suffix balise is not existent, add it event if not creating a skeleton. 24 October 2017, 15:42:50 UTC
56a378c add some information about generation at the end of the overview page 24 October 2017, 13:53:04 UTC
d84399a cope with the change of order of the vertices in copy_face_graph 24 October 2017, 11:47:56 UTC
473abb6 iterate only finite vertices 24 October 2017, 09:52:24 UTC
1c4667b Avoid all T_3 test run at the same time ... because they all save/load from the same file names. 24 October 2017, 09:46:59 UTC
6c24ed9 Deal with comments (`#`) in test/Set_movable_separability_2/*.cmd 24 October 2017, 09:46:40 UTC
030c7c2 Fix test/CGAL_ImageIO/test_trilinear_interpolation.cpp with CTest 24 October 2017, 09:46:03 UTC
a686179 Re-add curve_segment_index(..) as a deprecated compatibility method 23 October 2017, 17:24:04 UTC
675bcc1 Fix compilation errors 23 October 2017, 16:53:42 UTC
93f6caa Include the license checking header 23 October 2017, 16:53:42 UTC
de938ea Cherry-pick, then adapt, two old commits: |commit 6a76062ba692f284cdca8b4504fbf5000c942c39 |Author: Laurent Rineau <Laurent.Rineau__CGAL@normalesup.org> |Date: Wed Aug 29 10:15:10 2012 +0000 | | Add a way to specify a maximal number of vertices. That aborts the meshing. | |Notes: | r71799 branches/features/Mesh_3-experimental-GF | commit 9d501d0bef44cf0e3419299947c1b7ccfd0e87d8 | Author: Laurent Rineau <Laurent.Rineau__CGAL@normalesup.org> | Date: Wed Aug 29 16:14:13 2012 +0000 | | A pointer to a CGAL::Mesh_error_code (an enum) can be passed to Mesh_3 | | Notes: | r71818 branches/features/Mesh_3-experimental-GF 23 October 2017, 16:53:42 UTC
c9a4fcc Merge branch 'releases/CGAL-4.11-branch' 23 October 2017, 16:37:24 UTC
69360e2 Fix typos See Mael's comment https://github.com/CGAL/cgal/pull/2482#issuecomment-334126506 23 October 2017, 16:30:32 UTC
back to top