New pages
From Lazarus wiki
(newest | oldest) View (newer 50 | older 50) (20 | 50 | 100 | 250 | 500)
- 17:16, 6 March 2021 Ranking vectors of data (hist) [3,861 bytes] Jwdietrich (talk | contribs) (Creating first version)
- 10:44, 2 March 2021 macOS Application Dock Menu (hist) [5,008 bytes] Trev (talk | contribs) (macOS new content - WIP)
- 22:30, 28 February 2021 ARM Embedded Tutorial - Raspberry Pi Pico Debugging the onboard LED (hist) [3,223 bytes] MiR (talk | contribs) (Created page with "Coming soon... ARM Embedded Tutorial - Raspberry Pi Pico Blinking the onboard LED")
- 21:49, 28 February 2021 ARM Embedded Tutorial - Raspberry Pi Pico using Displays and SPI (hist) [86 bytes] MiR (talk | contribs) (Created page with "todo")
- 21:49, 28 February 2021 ARM Embedded Tutorial - Raspberry Pi Pico using Displays and I2C (hist) [3,147 bytes] MiR (talk | contribs) (Created page with "todo")
- 21:47, 28 February 2021 ARM Embedded Tutorial - Raspberry Pi Pico Scanning for I2C Devices (hist) [2,266 bytes] MiR (talk | contribs) (Created page with "== Introduction == The I2C Protocol allows us in theory to connect and control more than 100 devices with a single pair of wires. To be able to do so every device has an on-...")
- 21:35, 28 February 2021 ARM Embedded Tutorial - Raspberry Pi Pico using the ADC (hist) [1,895 bytes] MiR (talk | contribs) (Created page with "=== Introduction === There are three ADC Inputs available on the Raspberry Pi which can be accessed on * ADC0 Pin 31 (GP26) * ADC1 Pin 32 (GP27) * ADC2 Pin 34 (GP28) the in...")
- 09:03, 25 February 2021 Fixed Point (hist) [611 bytes] Skalogryz (talk | contribs) (Created page with "FreePascal doesn't provide language built-in support for Fixed-point type. However there are a number of libraries available {|class="wikitable !Library !Notes |- |AFP |http...")
- 04:14, 20 February 2021 In the News/zh CN (hist) [12,660 bytes] Robsean (talk | contribs) (Created page with "{{In the News}} This page is an attempt to record all the news stories about Free Pascal and Lazarus. I say "an attempt" because it will undoubtedly fail and be consigned to...")
- 14:21, 19 February 2021 $extendedSyntax (hist) [1,892 bytes] Kai Burghardt (talk | contribs) (create)
- 08:22, 19 February 2021 macOS Energy Efficiency Guide (hist) [3,321 bytes] Trev (talk | contribs) (First draft - work in progress)
- 08:27, 15 February 2021 macOS Frameworks (hist) [5,309 bytes] Skalogryz (talk | contribs) (Created page with "'''todo: please write a better description of what the framework is''' macOS provides a unique way for distributing dynamic libraries: Frameworks. Frameworks are actually a...")
- 21:36, 14 February 2021 DockedFormEditor (hist) [3,320 bytes] Michl (talk | contribs) (Initial commit)
- 04:23, 13 February 2021 macOS App Nap (hist) [21,729 bytes] Trev (talk | contribs) (Created page with "{{macOS_App_Nap}} {{Warning| Work in progress ...}} == Overview == OS X Mavericks 10.9 introduced substantial power-saving features under the App Nap umbrella, especially f...")
- 08:48, 12 February 2021 TForm/zh CN (hist) [3,516 bytes] TyphonFinger (talk | contribs) (Created page with "{{TForm}} '''TForm''' is the class of a form object. All forms created at design time can be derived from TForm. The form represents a window or dialog box that fo...")
- 03:01, 12 February 2021 Code Signing for Windows (hist) [679 bytes] Skalogryz (talk | contribs) (Created page with "==Signtool=== signtool sign project1.exe ==See Also== * https://docs.microsoft.com/en-us/windows/win32/seccrypto/signtool - official documentation")
- 12:11, 11 February 2021 assert (hist) [5,278 bytes] Kai Burghardt (talk | contribs) (create)
- 00:20, 10 February 2021 $codePage (hist) [4,534 bytes] Kai Burghardt (talk | contribs) (create)
- 14:42, 7 February 2021 video unit (hist) [3,688 bytes] Kai Burghardt (talk | contribs) (create requested article)
- 01:13, 6 February 2021 Declaration (hist) [3,528 bytes] Kai Burghardt (talk | contribs) (create)
- 00:40, 4 February 2021 TSQLDBLibraryLoader/pl (hist) [1,887 bytes] Slawek (talk | contribs) (tłumaczenie na j. polski)
- 23:53, 3 February 2021 Portal:Databases pl (hist) [2,754 bytes] Slawek (talk | contribs) (Kopia strony en)
- 23:43, 3 February 2021 Portal:Databases/pl (hist) [0 bytes] Slawek (talk | contribs) (Kopia strony en)
- 21:16, 3 February 2021 Lazarus Debugger Implementation (hist) [8,372 bytes] Martin (talk | contribs) (Created page with "{{Lazarus_Debugger_Implementation}} == Introduction == This page provides an overview of how the debugger is implemented in the Lazarus IDE. The debugger comprises the foll...")
- 22:30, 2 February 2021 mysql/pl (hist) [29,070 bytes] Slawek (talk | contribs) (Kopia strony en)
- 08:34, 2 February 2021 macOS PackageMaker (hist) [2,188 bytes] Trev (talk | contribs) (Legacy deployment page for macOS using PackageMaker)
- 17:23, 1 February 2021 Vim (hist) [2,618 bytes] Kai Burghardt (talk | contribs) (add some vim information) originally created as "vim"
- 18:55, 31 January 2021 ARM Embedded Tutorial - Raspberry Pi Pico saying Hello via UART (hist) [1,671 bytes] MiR (talk | contribs) (Created page with "Next peripheral on the list is the UART. You will now start to find a parttern, we add some objectfiles, implement a few dependencies that were defined as inline in the C-Cod...")
- 11:12, 31 January 2021 MySQLDatabases/pl (hist) [18,352 bytes] Slawek (talk | contribs) (Kopia strony en)
- 03:54, 31 January 2021 ARM Embedded Tutorial - Raspberry Pi Pico running at full CPU speed (hist) [256 bytes] MiR (talk | contribs) (Created page with "In the simple Blinky example we did the bare minimum that is necessary to blink a LED. Now we increase CPU speed to full power with the help of the init_clock procedure from...")
- 16:31, 30 January 2021 ARM Embedded Tutorial - Raspberry Pi Pico Blinking the onboard LED (hist) [2,876 bytes] MiR (talk | contribs) (Created page with "Finally we are ready to craft some code. To make things easier I have created a git repository that hosts the examples and extra binaries needed for successfully building the...")
- 14:56, 30 January 2021 ARM Embedded Tutorial - Raspberry Pi Pico Setting up for Development (hist) [3,786 bytes] MiR (talk | contribs) (Initial Documentation on how to build a Debug probe and to download required documentation from the Raspbery Pi Homepage)
- 20:35, 29 January 2021 ARM Embedded Tutorial - Installing Lazarus and Free Pascal (hist) [3,016 bytes] MiR (talk | contribs) (Added Installation Instruction for Mac and Windows) originally created as "ARM Embedded Tutorial - Installing Lazarus and Freepascal"
- 09:31, 29 January 2021 IDE Window: MultiPaste (hist) [195 bytes] Trev (talk | contribs) (MultiPaste editor dialog)
- 23:01, 28 January 2021 Shell sort (hist) [1,802 bytes] Jwdietrich (talk | contribs) (Creating first version)
- 12:10, 28 January 2021 fpWeb Tutorial/ru (hist) [55,522 bytes] Zoltanleo (talk | contribs) (Created page with "{{fpWeb Tutorial}} Первоначально основано на учебнике fcl-web (в формате PDF) пользователя форума [https://forum.la...")
- 16:02, 27 January 2021 FPSpreadsheet/pl (hist) [162,131 bytes] Slawek (talk | contribs) (Kopia strony en)
- 21:44, 26 January 2021 The register allocator/fr (hist) [15,348 bytes] E-ric (talk | contribs) (Created page with "{{The_register_allocator}} Retour au contenu FPC internals == Introduction == Main unit for the register allocation is rgobj.pas Main class for the regi...")
- 12:45, 25 January 2021 macOS daemons and agents (hist) [10,929 bytes] Trev (talk | contribs) (New macOS content)
- 21:31, 24 January 2021 IDE Window: Debug History/ru (hist) [7,152 bytes] Zoltanleo (talk | contribs) (Created page with "{{IDE Window: Debug History}} = Важно = Вы должны настроить отладчик и запустить проект для его о...")
- 21:06, 24 January 2021 IDE Window: Threads/ru (hist) [1,136 bytes] Zoltanleo (talk | contribs) (Created page with "{{IDE Window: Threads}} = Важно = Вы должны настроить отладчик и запустить проект для его отла...")
- 20:59, 24 January 2021 IDE Window: Call Stack/ru (hist) [5,860 bytes] Zoltanleo (talk | contribs) (Created page with "{{IDE Window: Call Stack}} == Важно == Вы должны настроить отладчик и запустить проект для его о...")
- 19:48, 24 January 2021 Frame (hist) [4,821 bytes] Kai Burghardt (talk | contribs) (create more complete list of frames)
- 22:38, 21 January 2021 WriteStr (hist) [3,981 bytes] Kai Burghardt (talk | contribs) (create requested article)
- 12:57, 19 January 2021 ZeroMQ (hist) [1,002 bytes] PierceNg (talk | contribs) (New page)
- 06:21, 17 January 2021 Installing Lazarus on Windows (hist) [13,224 bytes] Trev (talk | contribs) (Windows installation has finally graduated to its own page :-)
- 09:11, 15 January 2021 LCL Drag Drop/ru (hist) [29,358 bytes] Zoltanleo (talk | contribs) (Created page with "{{LCL Drag Drop}} <h2>Руководство DoDi по Dragging (перетаскиванию), Dropping (бросанию компонента) и Docking (стыковке)<...")
- 06:59, 15 January 2021 LCL Drag Dock/ru (hist) [22,199 bytes] Zoltanleo (talk | contribs) (Created page with "{{LCL Drag Dock}} Controls or entire forms in a GUI can be glued together and detached again, by dragging them around with the mouse. Such docking is similar to LCL Drag Dr...")
- 13:41, 12 January 2021 LazPaint/ru (hist) [2,295 bytes] Circular (talk | contribs) (created)
- 03:52, 11 January 2021 Android Build APK/zh CN (hist) [8,275 bytes] Robsean (talk | contribs) (Created page with "{{LanguageBar}} This article covers a way to compile a project in FPC and download it to an Android device. It is assumed that the project is an NDK library that is loaded in...")