提交历史

作者 SHA1 备注 提交日期
  ivost cd00ccbb6d * completed md5.pp fixes (forgot to uncomment some code pieces) 16 年之前
  michael 45033acdda * Adobe Photoshop image file reader from Mattias Gaertner 16 年之前
  ivost 0f854c5e5b * fixed little bug in crc32 and crc64 16 年之前
  ivost e02c887bf2 * fixed paszlib (problem with getting crc32 table) 16 年之前
  ivost f0dc1a133f * fixed crc sample 16 年之前
  ivost 4ab7922296 * added crc64 function 16 年之前
  joost 7a8a249687 * Money-types are stored as int64 by postgres 16 年之前
  joost f991a764a5 * Test for field-name case-insensitively 16 年之前
  joost dd02d5ec61 * Use maximum scale if pqfmod doesnt return any. 16 年之前
  blikblum dad91368a7 * Set the first value of Auto Increment fields to 1 (same behavior as sqlite) 16 年之前
  joost 7858cb445b * Use RestoreState in TBufdataset.Lookup, so that the Disablecontrols is false after the search 16 年之前
  joost 7613f3eb5f * Fixed AV when TFieldDefs has dataset assigned. (+test) 16 年之前
  ivost 4cc8c98f10 * added helper function gdNewStreamCtx to libgd. This function maps a TStream to a gdIOCtxPtr (a gd stream representation structure). 16 年之前
  ivost b136b85cb4 * added fpmake.pp for librsvg package 16 年之前
  ivost aae8d6e15c * added fpmake.pp to proj4 package 16 年之前
  ivost 7dfe21ce07 * enabled proj4 for linux (other platforms will follow) 16 年之前
  Legolas 8506d8fdf1 * Changes to compiler and rtl to make it compatible with devkitARM r24 16 年之前
  joost d2d4aa22db * Fixed TryEncodeDateTime. Adding a date and a time is not valid for dates before 1899-12-30, use ComposeDateTime instead 16 年之前
  ivost 41a292c403 * Added headers of PROJ.4 - Cartographic Projections Library (not finished) 16 年之前
  joost c1c62a3ed2 * Implemented retrieval of basic metadata for TODBCConnection (bug 12975) 16 年之前
  joost dcfa75b781 * When TSQLQuery.SetSchemaInfo is used the sql-statement is not set directly anymore, but during the prepare (more Delphi/dbexpress compatible) 16 年之前
  joost f7cc1954b9 * Do not allow values below 2 for TFloatField.Precision. Note that precision gives the total amount of digits while TFloatField.Size is not defined (Delphi-compat) 16 年之前
  Tomas Hajny c75c2e06e1 * additional safeguards - double quotes around environment variables plus avoid checking for $fpcfgfile and $fpinifile if no $FPBIN found 16 年之前
  joost 9506c91614 * Fixed script 16 年之前
  Jonas Maebe ce6771408f * added missing dependencies for librsvg 16 年之前
  ivost 8af2a9e942 * added header files for librsvg (Free, Open Source SVG Rendering Library) 16 年之前
  Vincent Snijders d3fdf8b17f * fixed calling windres: don't create short names with forward slashes for output file name, becaause it fails, if the output file does not yet exist. Short names are only required for parameters that windres pass on to the preprocessor. 16 年之前
  Tomas Hajny 0f27150e32 * make cdecl the default calling convention for all platforms except Windows again 16 年之前
  florian 3430f90b2c * updated german message files from Karl-Michael Schindler 16 年之前
  Vincent Snijders a3fcf74c4d * pass parameters to windres using short path names and forward slashes (issue #12645) 16 年之前