swh:1:snp:78e145aa8174e576786284475a76cf6f187b3475

sort by:
Revision Author Date Message Commit Date
ce786f9 Merge branch 'CGAL-Qt5_support-GF' Fixes various issues in demos Improve runtime of Side_of_triangle_mesh 07 August 2015, 10:13:41 UTC
b399e8f fix double to float conversion warning (and avoid a bunch of divisions) 07 August 2015, 10:02:37 UTC
ab99da0 use CGAL_PI to avoid issue with MSVC and M_PI 07 August 2015, 06:30:06 UTC
ca19447 fix warnings detected by clang 06 August 2015, 17:39:35 UTC
db4c217 make the item created from a selection the selected item 06 August 2015, 17:18:19 UTC
de61f7c fix color display bug of the selection 06 August 2015, 17:14:40 UTC
dd55213 make sure the selection item is selected when modifying the selection 06 August 2015, 17:12:33 UTC
f5eec04 Trivial fix for g++-5.1 C++11 06 August 2015, 15:43:38 UTC
548ae00 Compose CGAL-4.7-beta1 06 August 2015, 15:43:26 UTC
86796b9 Merge pull request #256 from bo0ts/Kernel-fix_issue_129-pmoeller Stop-gap solution for issue #129 06 August 2015, 15:42:41 UTC
88c2ce6 force the display of newly created items 06 August 2015, 14:59:52 UTC
1a21950 make a selection item newly created automatically selected 06 August 2015, 14:59:15 UTC
001cabc when creating a new sdf/segmentation item, keep the polyhedron selected 06 August 2015, 14:53:56 UTC
63dca73 Scene::setSelectedItem is now connected to MainWindow::selectSceneItem 06 August 2015, 14:49:25 UTC
5de888d Revert "move update of the status outside of the constructor" This reverts commit 6378a51191df7cb28a24dadc1706112c0c7df926. The commit was incorrect and was introducing a huge performance issue 06 August 2015, 13:27:55 UTC
e413b0c GLSL Version changed - Shaders specify version 140 (opengl 3.1) instead of 330. This should fix the "GLSL 3.30 is not supported" error. 06 August 2015, 13:19:36 UTC
970e767 GL security enhancement - Version of the shaders added and depth test enabled at each draw. 06 August 2015, 13:05:00 UTC
fd38d11 Plane manipulated secured - Should resolve all the remaining problems about the manipulated frame, except for the wheels events. - Added glEnable(GL_DEPTH_TEST) to the draw() function of the viewer to avoid errors in certain cases 06 August 2015, 12:47:21 UTC
4b9c090 Polyline points color fix - The color of the points of the polylines in points renderingMode was not the good one. It is now. 06 August 2015, 11:02:52 UTC
2bf6835 Merge branch 'CGAL-Qt5_support-GF' of github.com:CGAL/cgal-public-dev into CGAL-Qt5_support-GF 06 August 2015, 11:01:38 UTC
867bfec do not draw polylines larger 06 August 2015, 10:43:28 UTC
47cae42 Add a description of the issue 06 August 2015, 10:35:59 UTC
797ff3f Merge branch 'CGAL-Qt5_support-GF' of github.com:CGAL/cgal-public-dev into CGAL-Qt5_support-GF 06 August 2015, 10:34:42 UTC
0bd24e0 Trivial CMake fix for issue #243 Fix #243: "Bug in the export() commands in demo/Polyhedron/CMakeLists.txt" 06 August 2015, 10:34:07 UTC
4cf774b remove unused variable bis 06 August 2015, 10:33:25 UTC
b6b7842 fix error introduced in a previous commit 06 August 2015, 10:30:31 UTC
4119600 Merge branch 'CGAL-Qt5_support-GF' of github.com:CGAL/cgal-public-dev into CGAL-Qt5_support-GF 06 August 2015, 10:28:28 UTC
120f5f8 remove debug output 06 August 2015, 10:27:53 UTC
a950c55 remove unused parameter 06 August 2015, 10:26:59 UTC
12eb36c Clean up 06 August 2015, 10:18:15 UTC
5f99e2d Make FT typedef public This way we no longer trigger a hard error in strict C++03. This is only a stop-gap solution. The actual issue is that the internal namespace is full with unrelated components and does not fulfill its purposee as an SFINAE barrier anymore. Fixes #129 06 August 2015, 10:17:17 UTC
27ac9b6 Add test case for issue 129 06 August 2015, 10:17:16 UTC
f90f19a Polylines Fix - fixing the FlatPlusEdges return from the last commit. 06 August 2015, 10:12:10 UTC
4dd4e51 Spheres 4th position removed - Useless bool to be removed 06 August 2015, 09:54:29 UTC
251cc37 Merge branch 'CGAL-Qt5_support-GF' of github.com:CGAL/cgal-public-dev into CGAL-Qt5_support-GF 06 August 2015, 09:35:17 UTC
875d1a4 Shortest_path Fix - Source Points bigger and polylines made a little thicker to make them visible when they are rendered over an edge. 06 August 2015, 09:33:06 UTC
296935e factorize the code to create a sphere 06 August 2015, 09:19:26 UTC
56976db reduce the number of containers used and simplify a bit the code 06 August 2015, 08:16:16 UTC
1a96343 fix control vertex group coloring 06 August 2015, 08:16:16 UTC
ccedb33 Polylines Spheres fixed - The FlatPlusEdges mode has been replaced by the Flat mode and the wireframed spheres has been fixed. 06 August 2015, 08:10:07 UTC
11bb60f restore the lastest mesh_3 plugin lost after a bad merge conflict resolution It was lost by this merge: |-- |commit ed3298ee2f202d92183ab92046ff0d167469b33e |Merge: ba4ede5 f44c824 |Author: Maxime Gimeno <maxime.gimeno@gmail.com> |Date: Mon Apr 27 08:50:06 2015 +0200 | | Merge branch 'Polyhedron-new_opengl_REBASED_to_ignore_reindentations-gf' into CGAL-Qt5_support-GF |-- 06 August 2015, 06:58:39 UTC
dd3e199 hue is -1 for grey colors 05 August 2015, 15:42:58 UTC
5619bd3 only two parameters... 05 August 2015, 15:14:55 UTC
e18e385 normal inversion is not applicable if the point set has no normal 05 August 2015, 14:08:28 UTC
d55283c jet smoothing is breaking normals 05 August 2015, 14:08:28 UTC
7d726d2 only reset the patch ids if the color vector was initialized Fixes: |-- | commit 9d76ae0b2e6e973c005eaa7242b7577ba89cc5eb | Author: Sébastien Loriot <sebastien.loriot@cgal.org> | Date: Wed Aug 5 11:10:22 2015 +0200 | | reset the patch ids of faces when the color is changed |-- 05 August 2015, 14:08:28 UTC
b98f9be Polylines fix - draw_edges had no Viewer_interface as argument. I added one and passed it to the polylines draw_edges, they are now displayed. 05 August 2015, 14:06:47 UTC
a773d97 force item update 05 August 2015, 10:01:12 UTC
3534515 remove debug output 05 August 2015, 10:01:12 UTC
586fef3 add an (A/B) tag in the name of plugin needing this item selection method 05 August 2015, 10:01:12 UTC
17b2aa9 improve point inside polyhedron ui 05 August 2015, 10:01:12 UTC
79244a4 force point display 05 August 2015, 10:01:12 UTC
9d76ae0 reset the patch ids of faces when the color is changed 05 August 2015, 10:01:12 UTC
564ca2a changed() is already called by SetColor() 05 August 2015, 10:01:12 UTC
d8e475d Merge pull request #241 from bo0ts/GraphicsView-better_dependency_check-pmoeller Provide a better dependency check in GraphicsView 05 August 2015, 09:27:57 UTC
6b4be50 Merge branch 'CGAL-Qt5_support-GF' of github.com:CGAL/cgal-public-dev into CGAL-Qt5_support-GF 05 August 2015, 09:24:10 UTC
508b467 Merge branch 'CGAL-Qt5_support-GF' 05 August 2015, 09:23:40 UTC
2a59e4c Merge pull request #242 from sloriot/PMP-fix_cc_doc Polygon Mesh Processing: fix doc of "connected components" features 05 August 2015, 09:22:27 UTC
e9b8d62 Merge pull request #239 from lrineau/CGAL-Fix_demos_with_Qt_5.2-GF Support Qt-5.2 The use of `QApplication::setAttribute(Qt::AA_UseDesktopOpenGL);` is only for Qt>=5.3. 05 August 2015, 08:57:08 UTC
413ea74 improve ui of advanced skeletonization 05 August 2015, 08:39:19 UTC
0d4f874 rename button to help guessing what is the input 05 August 2015, 08:20:34 UTC
e63fb1e fix the orientation of faces in mesh_3 plugin 05 August 2015, 08:00:58 UTC
5db1450 avoid segfault when several items are erased at the same time 04 August 2015, 16:48:43 UTC
4144ea2 Merge pull request #235 from lrineau/CGAL_demos-do_not_build_with_CGAL_WITH_Qt5_OFF-GF Do not build the demo when WITH_CGAL_Qt5=OFF 04 August 2015, 16:04:02 UTC
9fc31e6 Merge pull request #238 from lrineau/GraphicsView-fix_segment_delaunay_graph_demos-GF Graphics View demos: remove unwanted slots 04 August 2015, 16:03:04 UTC
986a7ae Return early when missing dependencies This saves parsing time, indentation depth, keeps messages local and reduces code complexity. 04 August 2015, 14:02:54 UTC
57f9763 Report the exact missing dependencies Build a variable with missing dependencies and use that to produce and error message. Pretty printing could still be improved. 04 August 2015, 14:01:35 UTC
21e6e8b Merge pull request #227 from lrineau/Testsuite-display_Qt5_version_in_results-GF Display Qt5 version in testsuite result pages (partially tested). 04 August 2015, 11:04:22 UTC
cabb80a if no cc is to be removed, do nothing 04 August 2015, 10:22:51 UTC
74e6f3e remove named parameter not needed 04 August 2015, 10:22:51 UTC
41be074 testing border cases or keep/remove ccs 04 August 2015, 10:22:51 UTC
69fd6e1 Picking Fix - With the new drawing system, the frustum was not modified by gluPickMatrix anymore. This commit make the shader use this matrix. 04 August 2015, 10:22:15 UTC
55c30d0 Qt::AA_UseDesktopOpenGL is usable from Qt-5.3 only 04 August 2015, 08:55:26 UTC
3030a81 Merge branch 'CGAL-Qt5_support-GF' of github.com:CGAL/cgal-public-dev into CGAL-Qt5_support-GF 04 August 2015, 07:05:43 UTC
839d09e ManipulatedFrame fps fix - I used the startTimer(0) to cadence the calls to cutting_plane() - Now if the plane is spinning, the fast_distance is used. 04 August 2015, 07:03:15 UTC
2a9c1c3 Demote a slot, to a private function Should fix #234 03 August 2015, 15:43:02 UTC
39ab917 Remove on_actionSaveConstraints_triggered The action was: - not implemented - not connected to any slot. 03 August 2015, 15:42:53 UTC
c6e8f8b Do not build the demo when WITH_CGAL_Qt5=OFF 03 August 2015, 15:09:52 UTC
ccbda1a Merge pull request #232 from lrineau/CGAL-remove_unused_moc_files-GF Remove warnings about unused moc files 03 August 2015, 14:47:47 UTC
6de3260 force the display of the intersecting faces 03 August 2015, 14:42:38 UTC
568179e Cleanup of c5940aab107a908f9128e114d1ba7a6cbd3bcebf 03 August 2015, 14:41:43 UTC
90a5e0e do trigger the redraw 03 August 2015, 14:39:40 UTC
cb0bdd3 Remove warnings about unused moc files Should fix #194. 03 August 2015, 14:27:28 UTC
03e82e2 Qt5 instead of Qt4 And WITH_CGAL_Qt3 is OFF by default, now. 03 August 2015, 13:06:53 UTC
714fc90 Remove an unused file This file was unused for six years: cmake/modules/CGAL_CreateSingleSourceCGALProgramQt4.cmake I remove it. 03 August 2015, 13:00:18 UTC
93fb88b Display Qt5 version in testsuite result pages 03 August 2015, 11:09:44 UTC
1b14d44 SEGFAULT Fix - the iterator he_circ was looping wrong. I changed he_circ_end(he_circ) in he_circ_end = lcc.darts_of_orbit<1>(dartIter).end(); 03 August 2015, 10:57:45 UTC
59b06b3 Merge branch 'CGAL-Qt5_support-GF' Fix the corefinement plugins and remove warnings 01 August 2015, 14:05:23 UTC
39f1b7d Merge pull request #220 from sloriot/PMP-fix_stitching Polygon Mesh Processing: fix stitching 01 August 2015, 13:56:26 UTC
7f2b86d fix the fix bb39544d for the stitching plugin the definition of a border vertex was reversed 31 July 2015, 14:56:33 UTC
6ce9023 Merge pull request #223 from lrineau/Polyhedron_demo-Point_set_selection-GF Polyhedron demo, add a demo point set selection plugin 31 July 2015, 12:51:59 UTC
1f976af warning fix 31 July 2015, 12:50:14 UTC
6cb766f Merge remote-tracking branch 'cgal-dev/Scale_space-bench-GF' improve the performances of the Scale-space reconstruction package Tested in CGAL-4.7-Ic-102 31 July 2015, 12:45:17 UTC
e393f14 remove commited CMakeList 31 July 2015, 12:41:18 UTC
086ffc7 Display fixed - One normal per vertex and not one per facet 31 July 2015, 12:30:49 UTC
56cecfa Merge branch 'CGAL-Qt5_support-GF' 31 July 2015, 12:30:18 UTC
70c08ae Merge pull request #217 from bo0ts/Surface_mesh-drop_fusion-pmoeller Drop Boost.Fusion from Surface_mesh 31 July 2015, 12:27:30 UTC
928520b Merge pull request #214 from lrineau/Installation-support_MSVC2015-GF Add support for VC14 (from MSVC 2015) 31 July 2015, 12:26:11 UTC
0077565 Upgrading Scene_combinatorial_map_item to Programmable_Pipeline 31 July 2015, 12:14:39 UTC
acd4f70 improve doc 31 July 2015, 12:11:39 UTC
back to top