summaryrefslogtreecommitdiff
path: root/packages
Commit message (Expand)AuthorAgeFilesLines
* * Added combined example: login using RPC and edit data using FPWebdatamichael2011-04-1017-0/+891
* * Published CreateSession propertymichael2011-04-102-0/+2
* * Fixed compilation with dmwdebug definemichael2011-04-101-1/+5
* next permutationvladob2011-04-086-62/+153
* * Avoid double freeing of frames with zero size as it creates a problem with...pierre2011-04-081-1/+5
* winunits-base: fix structure namepaul2011-04-071-1/+1
* winunits-base: correct GetThemeFont, GetThemeSystemFont font argument must be...paul2011-04-071-2/+2
* * Fixed AV when no owner is setjoost2011-04-061-1/+1
* * Use INSTALL_PREFIX to install to. Solves problems with testsuitejoost2011-04-062-2/+2
* * Use proper path-separator and executable extension (Fixes compilation on W...joost2011-04-052-11/+13
* * Added univint dependency for MacOSX which is not detected by fpcmakejoost2011-04-051-0/+2
* * Applied patch from 19097, compilable with Delphimichael2011-04-041-16/+41
* doc changevladob2011-04-041-1/+1
* test changevladob2011-04-041-1/+1
* * ONChange removed from field, TDatset Descendents must do itmichael2011-04-041-2/+0
* * Fixed 19068michael2011-04-031-3/+4
* * Added licensemichael2011-04-0310-72/+108
* * Initial check-in of stlmichael2011-04-0345-0/+5789
* * small fixes for OpenCL module by Denis Golovan, resolves #18901florian2011-04-022-3/+11
* * Fix exception propagation in TiniFile.Free (bug 19046)michael2011-04-021-1/+5
* * Patch GetCDRomDevices so all CD roms are used, by Andrew H (18314)michael2011-04-022-10/+109
* * Fixes range check errors, by Anton (bug id 19038)michael2011-04-021-3/+3
* * Let the makefile create the unit output dir when fpmake.pp is not compiled...joost2011-04-022-3/+7
* * Fixed some tests for firebirdmichael2011-04-021-2/+10
* * Added OnValidate event support (17510)michael2011-04-021-0/+8
* * Implemented the ability to register default scripts which can be addedjoost2011-04-022-27/+284
* * The Makefile.fpc is adapted and the Makefile re-generated so that fpmake isjoost2011-04-013-2094/+416
* * If a found package seems to contain the source of the package, check if thejoost2011-04-011-4/+19
* * Fixed signature of zliballocmemmichael2011-03-311-2/+2
* * ODBC library is called odbc32 on windowsmichael2011-03-301-0/+4
* * Patch from Stephano so TRegIniFile can process registry values written by D...michael2011-03-292-16/+39
* * Fix for 19018michael2011-03-291-1/+1
* * Fixed some corner cases in readrecordmichael2011-03-291-4/+58
* * Inherited was not calledmichael2011-03-291-0/+1
* * Fixed bug 19008michael2011-03-281-1/+1
* * BigInt is already set by default since r16882joost2011-03-271-3/+0
* * Added mysql51-connection type to testsuitejoost2011-03-271-3/+4
* * Use new BcdToStf(f) functions, bug 18988joost2011-03-271-10/+5
* * Added Win64 platformmichael2011-03-272-3/+34
* * Patch from Inoussa to fix AV in certain cases michael2011-03-261-1/+1
* * Better fix for mantis 17661, see r17077joost2011-03-253-7/+6
* - reverted r17177 for univint because these units are automatically convertedjonas2011-03-251-1/+1
* * Fixed spell errors.mazen2011-03-252-2/+2
* * Fixed windows-only test, added linux testmichael2011-03-251-4/+39
* * Fix from stephano to fix writing empty string values twicemichael2011-03-251-16/+18
* + added TOleStrList and POleStrList types (same as TBStrList, Delphi compatib...sergei2011-03-241-1/+4
* * AllowRow eventmichael2011-03-231-3/+26
* * BeforeDelete/Update/Insert eventsmichael2011-03-231-0/+15
* * OnGetDataset Eventmichael2011-03-231-0/+5
* * Added some missing functions to FPCanvas and added TFont.Orientationmichael2011-03-213-1/+100