Commit Graph
40913 Commits
Author SHA1 Message Date
Sylvain Pion 2c5ebdb4f4 Use \ccSum. 2009-02-02 17:07:31 +00:00
Sylvain Pion 40200e96cf New \ccsum{a}{b}{c} macro that does \sum_{a}^{b}{c} with nicer html rendering. 2009-02-02 17:06:34 +00:00
Sylvain Pion f04ed5e4e7 Add comment. 2009-02-02 15:21:08 +00:00
Laurent Rineau 16ab0cd242 Add a *useful* comment. 2009-02-02 13:09:25 +00:00
Sylvain Pion 9d3827addb In the package overview page, replace
"BibTex Key: cgal:kqjshdfgbqlbchrlqcgalisgreatandmoniqueevenmorebutwhatsthisbibtexthingkjshbfliqsudgldfs"
by
"Citation Entry"
2009-01-31 17:43:37 +00:00
Laurent Rineau e3b02d40c5 - MainWindow.ui: add shortcuts
- Terrain.cpp: let users pass a filepath as first argument.
- Viewer: 
   - draw constraints edges in red,
   - use lighting when needed.
2009-01-30 16:09:47 +00:00
Laurent Rineau 397c0fd00f s/above/below/ 2009-01-30 15:42:41 +00:00
Andreas Fabri bc31311906 A terrain demo 2009-01-30 14:57:59 +00:00
Patrick Wenzlaff 17617a3023 added some consts 2009-01-30 14:29:09 +00:00
Patrick Wenzlaff 2b14070c77 restore original test (wrong commit) 2009-01-30 13:40:59 +00:00
Patrick Wenzlaff 33a9184a63 more generic version of the test in package Polynomial
TODO: finish test and merge back to package Polynomial
2009-01-30 13:31:53 +00:00
Sylvain Pion 3cf9d37d01 Add missing license note. 2009-01-29 13:44:18 +00:00
Sylvain Pion 872586c9bd Remove default arguments in the declarations of the classes
Ambient_dimension and Feature_dimension to fix a problem
with buggy links to "Kernel".
2009-01-29 10:21:16 +00:00
Sylvain Pion a6060ffd6c Fully CSS-ify the ccAdvanced environment, with a background image.
Also add images for Class, Concept, etc... (longer and thiner than the current
ones) to be used in a further commit.
2009-01-28 17:49:41 +00:00
Laurent Saboret d8a42e1559 surface_reconstruction_read_g23() skips 2D points not reconstructed in 3D (required by Boujou) 2009-01-27 08:38:26 +00:00
Laurent Rineau f67162c384 Merge changes of the 3.4 branch into the trunk. 2009-01-27 07:42:11 +00:00
Sylvain Pion 829bf3231d Fix for \mbox inside math environment introduced in a recent revision. 2009-01-26 22:17:37 +00:00
Laurent Rineau 1c91006892 More profiling instructions (beurk!) 2009-01-26 15:22:57 +00:00
Andreas Fabri 59fc5c10b0 typo 2009-01-26 15:08:44 +00:00
Andreas Fabri 1322e793a3 fix typo 2009-01-26 13:20:56 +00:00
Laurent Rineau d6d4608ede In CGAL::Profile_timer, use CGAL::Timer instead of CGAL::Real_timer, so
that the CPU time is computed instead of the sum CPU+system times.
2009-01-26 12:47:26 +00:00
Andreas Fabri a8e9a6954d Add input tool for polygon with holes 2009-01-26 10:39:57 +00:00
Andreas Fabri df8bf7d3e3 Add slot processInput(..) 2009-01-26 10:38:57 +00:00
Andreas Fabri a9a4f4c0bf Make the eventFilter(..) public 2009-01-26 10:38:23 +00:00
Laurent Rineau 889ba5afe1 Fix latex_to_html problem: use \path instead of \url 2009-01-25 23:46:33 +00:00
Laurent Rineau ecb349ec7a No need to link explicitly with ${TAUCS_LIBRARIES}: ${TAUCS_USE_FILE} deals
with that.
2009-01-25 23:12:45 +00:00
Andreas Fabri 1dca8478ca Fix IntroducedIn 2009-01-25 19:48:38 +00:00
Laurent Rineau 833483e0d2 Fix a \ref: Sylvain has removed the section long ago. See the following
revision:

r36150 | spion | 2007-02-09 16:33:07 +0100 (Fri, 09 Feb 2007) | 4 lines

Move CGAL_VERSION and related macros documentation
from the developers' manual to the general introduction,
since it's meant for users.
2009-01-25 18:21:36 +00:00
Laurent Rineau 9950bb2547 Merge revision 47808 from branch 3.4:
- Add a conditional compilation of MainWindow_curvature_estimation.cpp,
    that depends on the configuration of LAPACK.
  - Add QMessage::warning() calls, to tell the user why some functionality
    is not available.
2009-01-25 14:36:58 +00:00
Andreas Fabri 30b834fd21 Embryonic version for bounded linear polygons with holes only 2009-01-23 21:08:30 +00:00
Andreas Fabri 14c70219e2 fix typo 2009-01-23 21:05:39 +00:00
Andreas Fabri 6b165b487a fix typo 2009-01-23 21:04:55 +00:00
Joachim Reichel 31245d7bf6 fix typo 2009-01-23 20:35:05 +00:00
Joachim Reichel 0f47edde35 update Debian stuff for 3.4-1 2009-01-23 20:25:55 +00:00
Laurent Rineau f709e20493 - Add two header <CGAL/Surface_mesher/Profile_timer.h> and
<CGAL/Surface_mesher/Profile_counter.h> that wrap the one in CGAL/.
- Add profilers to several parts of Surface_mesher code.
2009-01-23 15:01:25 +00:00
Andreas Fabri 811da8f5b0 fix typo 2009-01-23 14:26:12 +00:00
Laurent Rineau b0cc8d2337 Remove check_restricted_delaunay, and assertions using it: that check is not robust, and is pretty useless now. 2009-01-23 13:49:56 +00:00
Andreas Fabri c562476bf8 typo 2009-01-22 13:07:00 +00:00
Andreas Fabri 1bb918476f Add 3.4 announcement 2009-01-22 13:03:46 +00:00
Laurent Rineau 425aeb4621 Merge from branch 3.4:
r47778 | lrineau | 2009-01-22 11:14:13 +0100 (Thu, 22 Jan 2009) | 2 lines

Fix links to acknowledge.html

------------------------------------------------------------------------
r47776 | lrineau | 2009-01-22 11:06:06 +0100 (Thu, 22 Jan 2009) | 2 lines

Fix a link in how_to_cite_cgal.html
2009-01-22 10:16:48 +00:00
Laurent Rineau c773b9f74d Install cmake macros in lib/CGAL/ instead of lib/CGAL-3.4/. 2009-01-21 17:12:45 +00:00
Laurent Rineau dc5d2dc434 Remove \cccWithURL and \ccRefIdfierPageWithURL 2009-01-20 22:50:19 +00:00
Laurent Rineau 2bf7e2ccce Merge from the CGAL-3.4 branch:
New Revision: 47768
 Author: lrineau
 Date: 2009-01-20 23:19:01 +0100 (Tue, 20 Jan 2009)
 
 Log message:
 
Fix wrong cross-linking in the manual, using new optional argument of \ccc
and \ccRefIdfierPage.
2009-01-20 22:37:16 +00:00
Laurent Rineau 89908df679 \ccc and \ccRefIdfierPage now have an optional argument. Usage:
\ccc[Kernel::do_intersect]{void do_intersect(int a, int b)}
  \ccRefIdfierPage[Kernel::do_intersect]{do_intersect}

The argument must be a label declared with \ccRefLabel, such as in:
  \ccRefLabel{Kernel::do_intersect}
2009-01-20 21:56:43 +00:00
Laurent Rineau e68504513a ooops. If the *second* argument is to be ignored, then only the *first one*
should be passed.
2009-01-20 14:02:56 +00:00
Laurent Rineau df0048415c Remove a temporary test that had never been removed! :-( 2009-01-20 13:23:17 +00:00
Laurent Rineau cbacb441a1 Add a wrapper \ccRefIdfierPageWithURL. 2009-01-20 12:41:25 +00:00
Laurent Rineau a3e8cffc3d Add generated files to svn:ignore. 2009-01-20 12:40:20 +00:00
Laurent Rineau 554e9dabb6 revert revision r47751 2009-01-20 12:39:24 +00:00
Laurent Rineau 79579c66a6 Add generated files to svn:ignore. 2009-01-20 12:36:38 +00:00