New pages
From Free Pascal wiki
Jump to navigationJump to search
- 14:29, 26 February 2025 Fresnel CSS Algorithm (hist | edit) [5,530 bytes] Mattias2 (talk | contribs) (Created page with "=Overview= This page describes the how Fresnel parses and applies CSS, layouts and renders. =Delayed computation= Whenever an element or CSS is added, removed, altered TFresnelElement.DomChanged is called. This does not compute anything immediately in contrary to LCL or VCL. Instead a change: * calls ''TFresnelCustomForm.DomChanged'' to ''LayoutQueued'' to true, * the first change '''queues''' a call of ''TFresnelCustomForm.OnQueuedLayout''. * which eventually calls...")
- 13:23, 26 February 2025 FPReport Usage/ru (hist | edit) [29,863 bytes] Zoltanleo (talk | contribs) (Created page with "{{FPReport Usage}} На этой странице мы рассмотрим, как создать простой отчет в коде. В качестве отправной точки мы возьмем демонстрационный отчет dataset из демонстрационного приложения Free Pascal. == Owners & Parent-Child structure == All report elements (pages, bands, printable elements) are TComponent descendents. They are organise...")
- 11:54, 26 February 2025 FPReport/ru (hist | edit) [29,272 bytes] Zoltanleo (talk | contribs) (Created page with "{{FPReport}} == Архитектура == FP Report - это инструмент для создания групповых отчетов. Он был разработан с нуля, чтобы иметь возможность работать на веб-сервере без интерфейса с минимальными зависимостями. Важным примером использования был сервер Linux, работающий в к...")
- 09:54, 26 February 2025 WebAssembly/Native Compiler (hist | edit) [4,334 bytes] Nickysn (talk | contribs) (Created page with "Recently, Free Pascal's support for WebAssembly has improved so much, that the compiler is capable to compile itself for this platform and the new compiler is fully capable of compiling itself again. This page describes how to produce a native compiler for WebAssembly and how it can be used to compile other programs. == Building the native compiler == To obtain a working WebAssembly-hosted compiler, the following compiler options are recommended: -O- -g- -CTbfexceptio...")
- 07:27, 23 February 2025 CMem/ru (hist | edit) [1,533 bytes] Useroflazarus (talk | contribs) (Created page with "{{CMem}} Если Вы включите модуль '''cmem''' в раздел '''uses''' Вашей программы, то он заменит встроенный менеджер памяти Free Pascal на библиотеку менеджера памяти C. В результате всё управление памятью будет осуществляться менеджером памяти C. Указанный модуль должен быть пр...")
- 23:04, 20 February 2025 Lazarus 4.0 fixes branch (hist | edit) [5,333 bytes] Bart (talk | contribs) (Preliminary version of Lazarus fixes 4.0 page)
- 03:45, 16 January 2025 is Directory empty (hist | edit) [1,027 bytes] TonyStone (talk | contribs) (First attempt at creating English version of an existing page.) originally created as "is Directory empty/en"
- 12:43, 5 January 2025 UnoLib (hist | edit) [3,681 bytes] Alextp (talk | contribs) (Created page with "==About== UnoLib is set of routines translated to Pascal from Arduino sources dedicated for Arduino Uno (ATMega328p). Although the library is distributed with AVRPascal, it can be used independently by for example FPC IDE or Lazarus with FPC built for use with AVR microcontrollers. ==Download== UnoLib releases are available on SourceForge: https://sourceforge.net/projects/unolib/ Current changes to UnoLib are on GitHub: https://github.com/ackarwow/unolib")
- 22:33, 4 January 2025 TDictionary (hist | edit) [10,032 bytes] Nhollm (talk | contribs) (First commit, moving the draft from my profile here)
- 20:10, 4 January 2025 LazMapViewer-Plugins (hist | edit) [13,976 bytes] EkkehardDomning (talk | contribs) (First creation)
- 04:39, 30 December 2024 Lazarus/FPC Libraries/zh CN (hist | edit) [14,007 bytes] Daixu61 (talk | contribs) (用 FPC 编写库)
- 07:00, 25 December 2024 UniqueInstance/zh CN (hist | edit) [3,193 bytes] Daixu61 (talk | contribs) (UniqueInstance)
- 03:04, 25 December 2024 Docker Containerization/zh CN (hist | edit) [4,067 bytes] Daixu61 (talk | contribs) (→Docker 容器化)
- 07:59, 17 December 2024 Manager Worker Threads System/zh CN (hist | edit) [8,158 bytes] Daixu61 (talk | contribs) (→工作线程的管理线程)
- 03:47, 17 December 2024 callback/zh CN (hist | edit) [1,916 bytes] Daixu61 (talk | contribs) (回调函数)
- 13:30, 12 December 2024 Lazarus 5.0 release notes (hist | edit) [2,786 bytes] Martin (talk | contribs) (Created page with "'''Lazarus 5.0 is not yet released. This page is under construction!''' == Release == == LCL Changes == == IDE Changes == == Changes affecting compatibility == ===LCL incompatibility=== ===LazControls incompatibility=== ==== TTreeFilterEdit ==== == Other release notes == {{Navbar Lazarus Release Notes}} Category:Release Notes Category:Lazarus")
- 07:46, 9 December 2024 Daemons and Services/zh CN (hist | edit) [44,914 bytes] Daixu61 (talk | contribs) (→守护进程和系统服务)