Commit graph

  • 3bceccc41a [pre-commit.ci] auto fixes from pre-commit.com hooks pre-commit-ci[bot] 2026-05-01 16:59:07 +00:00
  • a6a4f28c03
    Update quickstart.rst hilalcicek707-ops 2026-05-01 19:57:26 +03:00
  • c294771cce
    chore(deps): bump jupyterlab from 4.5.2 to 4.5.7 dependabot[bot] 2026-04-30 18:49:36 +00:00
  • 43297fb736
    chore(deps): bump notebook from 7.5.2 to 7.5.6 dependabot[bot] 2026-04-30 18:02:04 +00:00
  • 197a20505f Add regression test for issue #4648 Rotem 2026-04-27 19:08:59 +03:00
  • 9b30e0a8ea Fix arrange reference zip iteration Rotem 2026-04-26 21:57:45 +03:00
  • d58dfc47ee Fix arrange reference implementation Rotem 2026-04-26 21:46:25 +03:00
  • f0c195b124 Restore arrange method indentation Rotem 2026-04-26 21:41:45 +03:00
  • 929d321db3 [pre-commit.ci] auto fixes from pre-commit.com hooks pre-commit-ci[bot] 2026-04-26 15:40:06 +00:00
  • cc1142eeb2 Fix arrange indentation Rotem 2026-04-26 18:39:05 +03:00
  • 82abb415e1 Use reference submobject for arrange Rotem 2026-04-26 18:32:04 +03:00
  • 354a8b7e29 Fix arrange last reference test Rotem 2026-04-26 18:13:09 +03:00
  • 475f854384 [pre-commit.ci] auto fixes from pre-commit.com hooks pre-commit-ci[bot] 2026-04-26 15:03:52 +00:00
  • eb389d0f51 Add last reference option to arrange Rotem 2026-04-26 18:02:50 +03:00
  • 0a1004279d
    Merge branch 'main' into codex/fix-add-tip-polyline-distortion Brighton 2026-04-26 19:06:55 +08:00
  • f18871a721 Fix GniLudio 2026-04-25 16:28:14 +02:00
  • a3c234ec3d [pre-commit.ci] auto fixes from pre-commit.com hooks pre-commit-ci[bot] 2026-04-23 16:11:33 +00:00
  • 6b851a28f1 Fix type error suppression for os.startfile in open_file function Akshat Mishra 2026-04-23 16:11:12 +00:00
  • 0ad58ec9a0 Fix **kwargs not taking effect on SVGMobject, Text, MarkupText Akshat Mishra 2026-04-23 21:32:59 +05:30
  • f10f004e32 Fix default angled camera orientation in ThreeDScene neeh 2026-04-23 01:34:38 -05:00
  • a377d0039f added regression test for inconsistent stroke width scaling for text in compound objects Vihaan Dutta 2026-04-21 14:53:38 -04:00
  • 554d4f4607
    chore(deps): bump nbconvert from 7.17.0 to 7.17.1 dependabot[bot] 2026-04-21 18:07:14 +00:00
  • bc271fa1e9 Fixed text center of rotation for add_fixed_orientation_mobjects() Vihaan Dutta 2026-04-20 12:32:44 -04:00
  • c3cc5023d0 [pre-commit.ci] auto fixes from pre-commit.com hooks pre-commit-ci[bot] 2026-04-20 05:50:32 +00:00
  • 96d53f0483
    Refactor em dash width test to check available fonts Antonin Peronnet 2026-04-20 07:50:07 +02:00
  • ac681f444b [pre-commit.ci] auto fixes from pre-commit.com hooks pre-commit-ci[bot] 2026-04-20 05:38:47 +00:00
  • 99bc87eddf
    Update text_mobject.py Antonin Peronnet 2026-04-20 07:38:32 +02:00
  • df034318ea [pre-commit.ci] auto fixes from pre-commit.com hooks pre-commit-ci[bot] 2026-04-20 05:36:12 +00:00
  • a876c235be Add PANGO_SVG_UNITS_PER_PT constant (96 DPI), remove import from constants Antonin Peronnet 2026-04-20 07:35:27 +02:00
  • 0a9bfcad76 Add TEX_SVG_UNITS_PER_PT constant with 72 DPI documentation Antonin Peronnet 2026-04-20 07:35:19 +02:00
  • 12b7b06133 Move PT_OVER_PX to text_mobject.py (backend-specific) Antonin Peronnet 2026-04-20 07:35:10 +02:00
  • aba7b5b145 [pre-commit.ci] auto fixes from pre-commit.com hooks pre-commit-ci[bot] 2026-04-20 05:25:06 +00:00
  • d790a68374
    Modify em dash width test for Liberation Sans font Antonin Peronnet 2026-04-20 07:24:51 +02:00
  • 04a0508932
    Update assertion for em dash width test Antonin Peronnet 2026-04-20 07:15:29 +02:00
  • a2210cbdc9
    Update precision in em dash width test Antonin Peronnet 2026-04-20 06:50:22 +02:00
  • e8c7d7ea1c
    Change precision of width assertion in test Antonin Peronnet 2026-04-20 06:49:02 +02:00
  • 429f25328d
    Fixed inconsistent stroke width scaling for text in compound objects (#4694) Vihaan Dutta 2026-04-19 16:10:14 -04:00
  • 5963389d7d [pre-commit.ci] auto fixes from pre-commit.com hooks pre-commit-ci[bot] 2026-04-19 08:54:15 +00:00
  • 1883cc39e1
    Fix scaling calculation for font size Antonin Peronnet 2026-04-19 10:51:29 +02:00
  • 102d45d13d
    Fix scaling factor calculation for font size Antonin Peronnet 2026-04-19 10:47:26 +02:00
  • 4b2277f676
    Change default font size in world space to 0.5 Antonin Peronnet 2026-04-19 10:46:57 +02:00
  • 6863275007
    Merge pull request #1 from rambip/copilot/add-font-size-calculation-tests Antonin Peronnet 2026-04-19 10:40:58 +02:00
  • d4202f69cd
    test: simplify em-dash test names copilot-swe-agent[bot] 2026-04-19 08:38:26 +00:00
  • 7474bd7bdd
    test: relax text em-dash width precision copilot-swe-agent[bot] 2026-04-19 08:37:13 +00:00
  • 511cd8dbb6
    fix: stop scaling tex by PT_OVER_PX and relax em-dash precision copilot-swe-agent[bot] 2026-04-19 08:35:43 +00:00
  • 5a2970239b
    refactor: make world-space font-size constant name canonical copilot-swe-agent[bot] 2026-04-19 08:30:28 +00:00
  • 0c111b3183
    test: use world-space constant alias in em-dash tests copilot-swe-agent[bot] 2026-04-19 08:28:58 +00:00
  • ef13da666d
    fix: rename text font-size internals and add world-space aliases copilot-swe-agent[bot] 2026-04-19 08:27:03 +00:00
  • 8401941dfe
    test: add em-dash width checks for text and math text copilot-swe-agent[bot] 2026-04-19 08:09:01 +00:00
  • 378978efc1
    Rename TEX_DEFAULT_FONTSIZE_PT to TEX_DEFAULT_FONT_SIZE_PT Antonin Peronnet 2026-04-19 09:58:18 +02:00
  • f1dbcc729e
    Import PT_OVER_PX constant in text_mobject.py Antonin Peronnet 2026-04-19 09:51:13 +02:00
  • 28b3835c42
    Refactor constants import in tex_mobject.py Antonin Peronnet 2026-04-19 09:50:30 +02:00
  • 607d8d9cec [pre-commit.ci] auto fixes from pre-commit.com hooks pre-commit-ci[bot] 2026-04-19 07:43:38 +00:00
  • bdc693c875
    Update imports in tex_mobject.py for constants Antonin Peronnet 2026-04-19 09:43:24 +02:00
  • 5ec5cd3eae Fix code window button animations GniLudio 2026-04-18 00:11:55 +02:00
  • 826fd984dd Accept list-typed VMobject.points in set_cairo_context_path Hamdi Barkous 2026-04-17 00:07:50 +01:00
  • 66a9ef4f0e add get_entry and get_entry_without_label to table nitzan-treg 2026-04-17 00:51:23 +03:00
  • bd606886fb [pre-commit.ci] auto fixes from pre-commit.com hooks pre-commit-ci[bot] 2026-04-16 20:07:18 +00:00
  • 24851f2df1
    Refactor font size handling to use initial_font_size Antonin Peronnet 2026-04-16 22:07:02 +02:00
  • 394d52a82e [pre-commit.ci] auto fixes from pre-commit.com hooks pre-commit-ci[bot] 2026-04-16 20:00:20 +00:00
  • de8524c5c1
    Fix DEFAULT_FONT_SIZE_IN_WOLRD_SPACE definition Antonin Peronnet 2026-04-16 21:53:19 +02:00
  • 9916d45505
    Refactor font size management in tex_mobject.py Antonin Peronnet 2026-04-16 21:26:10 +02:00
  • 3e8e21e8c5
    Refactor text scaling and font size constants Antonin Peronnet 2026-04-16 21:12:16 +02:00
  • d4a534d404
    Add font size constants to constants.py Antonin Peronnet 2026-04-16 20:45:36 +02:00
  • c6faae1c79
    Merge branch 'main' into adjust_code_alignment Colin Belhomme 2026-04-16 17:04:51 +02:00
  • 155ac7f321
    Merge branch 'main' into consistent_mobject_scaling Vihaan Dutta 2026-04-15 15:34:40 -04:00
  • 9be3ff814e [pre-commit.ci] auto fixes from pre-commit.com hooks pre-commit-ci[bot] 2026-04-15 12:45:33 +00:00
  • cae5f48daa Fix single-curve VMobject skipped in set_cairo_context_path Hamdi Barkous 2026-04-15 12:03:02 +01:00
  • ab496adc1b Fix mypy union-attr error in Camera.reset Hamdi Barkous 2026-04-15 05:12:11 +01:00
  • 2518c292d2 [pre-commit.ci] auto fixes from pre-commit.com hooks pre-commit-ci[bot] 2026-04-15 04:07:33 +00:00
  • a134be6245 Add Lissajous Table benchmark for measuring render performance Hamdi Barkous 2026-04-15 04:54:57 +01:00
  • c45724989d
    Refactor`Mobject.put_start_and_end_on() to shift Mobject to start when it's a closed curve (#4658) GoThrones 2026-04-15 01:27:06 +05:30
  • ab7224add0
    Merge branch 'main' into refactor/put_start_and_end_on Francisco Manríquez Novoa 2026-04-14 15:49:34 -04:00
  • d44998c3cb Merge branch 'refactor/put_start_and_end_on' of https://github.com/GoThrones/ManimCE into refactor/put_start_and_end_on GoThrones 2026-04-15 01:03:44 +05:30
  • ffe3c67165 added stacklevel=2 suggestion GoThrones 2026-04-15 01:03:19 +05:30
  • 07e4f2b37a updated vectorized_mobject scale docstring text Vihaan Dutta 2026-04-14 11:28:47 -04:00
  • 7006a66f3b fixed zero-stroke mobject scaling Vihaan Dutta 2026-04-14 11:22:37 -04:00
  • ba5a69bd22 fix: normalize Code baseline alignment in Paragraph Colin Belhomme 2026-04-14 12:55:58 +02:00
  • 661d87f35a
    chore(deps-dev): bump pytest from 9.0.2 to 9.0.3 dependabot[bot] 2026-04-14 02:51:53 +00:00
  • 662e9b293c
    chore(deps): bump pillow from 12.1.1 to 12.2.0 dependabot[bot] 2026-04-13 23:39:24 +00:00
  • df6d2682d1 [pre-commit.ci] auto fixes from pre-commit.com hooks pre-commit-ci[bot] 2026-04-13 11:17:05 +00:00
  • 008173c915 [pre-commit.ci] auto fixes from pre-commit.com hooks pre-commit-ci[bot] 2026-04-13 08:08:34 +00:00
  • 8e33a0ac93
    Add example scene for pill animation 056336govind-png 2026-04-13 13:37:44 +05:30
  • 34bcace70a Merge branch 'refactor/put_start_and_end_on' of https://github.com/GoThrones/ManimCE into refactor/put_start_and_end_on GoThrones 2026-04-13 13:27:32 +05:30
  • 919f42698e [pre-commit.ci] auto fixes from pre-commit.com hooks pre-commit-ci[bot] 2026-04-13 11:03:19 +00:00
  • ec15e3fb1d removed commets in mobject.py and opengl_mobject.py as suggested GoThrones 2026-04-13 13:27:03 +05:30
  • 4b6b790b1d Merge branch 'refactor/put_start_and_end_on' of https://github.com/GoThrones/ManimCE into refactor/put_start_and_end_on GoThrones 2026-04-13 13:13:42 +05:30
  • d950cefca7 fixed asser_array_equal line GoThrones 2026-04-13 13:13:09 +05:30
  • 8950190e90 [pre-commit.ci] auto fixes from pre-commit.com hooks pre-commit-ci[bot] 2026-04-13 03:29:46 +00:00
  • 7543d2c29f
    Update quickstart.rst 056336govind-png 2026-04-13 08:58:47 +05:30
  • a5cfea1f1f [pre-commit.ci] auto fixes from pre-commit.com hooks pre-commit-ci[bot] 2026-04-12 10:59:54 +00:00
  • a2729366ce fix mypy type BillyLjm 2026-04-12 18:22:30 +08:00
  • cc5dc1e98d add opengl BillyLjm 2026-04-12 17:31:36 +08:00
  • 7ff44d2a9c
    Merge branch 'main' into ImplicitSurface BillyLjm 2026-04-12 16:12:16 +08:00
  • 0a4c43e7da [pre-commit.ci] auto fixes from pre-commit.com hooks pre-commit-ci[bot] 2026-04-12 03:11:38 +00:00
  • f0e7013393
    Update contributing.rst polumalmdar-medo 2026-04-12 05:09:42 +02:00
  • d259c596cf Fix number line runtime typing import Benjamin Hackl 2026-04-11 11:59:53 +02:00
  • d0b27b3d8f Fix pre-commit issues for Typst branch Benjamin Hackl 2026-04-11 11:48:49 +02:00
  • ef7e864dd4 Restore Typst math example wording Benjamin Hackl 2026-04-11 11:37:52 +02:00
  • 8e41a4614d Tune Typst SVG stroke scaling Benjamin Hackl 2026-04-11 11:31:46 +02:00