The sources of the Free Pascal compiler, RTL, packages and utilities. See https://www.freepascal.org/ for more info.
Go to file
nickysn c97d8079e7 * the MouseIsVisible global variable from the go32v2 mouse unit moved to the
implementation part. Reasons for making it private:
  1) its value is inaccurate when the mouse cursor is drawn by the int 33h mouse
     driver (which is the case e.g. in the standard 80x25 and 80x50 vga text
     modes, so quite a common case) and there's no way to make it accurate
     (there's no function to read the mouse driver's internal 'hide counter')
  2) code using this variable to hide the cursor temporarily before updating the
     screen directly should instead always call HideMouse before updating and
     ShowMouse after updating, thus relying on the mouse driver's hide count to
     restore the mouse cursor to its original state
  3) this variable is go32v2 specific and looks like it was meant only for
     internal use anyway. It was only used by the go32v2 video unit when
     updating the screen, but that was changed due to 2)

git-svn-id: trunk@29066 -
2014-11-13 00:14:14 +00:00
compiler * ogcoff.pas: when encountering symbol of unsupported type in input object file, give a meaningful error message instead of internal error. Mantis #27020. 2014-11-11 21:29:10 +00:00
ide Allow to use FPBASENAME environment variable as default base name for ini file 2014-11-05 20:45:47 +00:00
installer * support for 7 additional packages, maximum number of packages/tab in installer increased to 45 2014-10-23 23:14:30 +00:00
packages * the MouseIsVisible global variable from the go32v2 mouse unit moved to the 2014-11-13 00:14:14 +00:00
rtl * More correctly scan Elf Auxiliary Vector. Fixes possible crash when the first vector entry is AT_NULL. Issue #26973. 2014-11-12 14:52:56 +00:00
tests Add description of TEST_USE_LONGLOG 2014-11-09 22:37:28 +00:00
utils * Added the utils- prefix to the names of all utils-packages. 2014-11-08 21:03:59 +00:00
.gitattributes * Test for bug ID #26773 2014-11-05 22:21:55 +00:00
.gitignore * Removed empty tests directory from svn 2014-11-08 15:47:53 +00:00
fpmake_add1.inc
fpmake_proc1.inc
fpmake.pp
Makefile Add missing closing brace for error function 2014-10-22 14:58:01 +00:00
Makefile.fpc Add missing closing brace for error function 2014-10-22 14:58:01 +00:00