fpc/packages/fv/src
2022-04-26 14:49:05 +02:00
..
amismsg.inc
app.inc + unicode fix in TDesktop.InitBackground 2021-02-10 23:53:02 +00:00
app.pas + added .pas files that include their respective .inc files for the units app, dialogs, msgbox and validate 2021-02-10 12:27:14 +00:00
asciitab.pas * all integers replaced with smallint, in order to be able to introduce objfpc mode 2021-02-08 20:15:40 +00:00
buildfv.pas
colorsel.pas * header added remaining files for bug #39481 2022-04-26 14:49:05 +02:00
colortxt.pas * header added remaining files for bug #39481 2022-04-26 14:49:05 +02:00
dialogs.inc * replaced non-ascii characters to #XXX equivalents 2021-03-02 12:29:57 +00:00
dialogs.pas + added .pas files that include their respective .inc files for the units app, dialogs, msgbox and validate 2021-02-10 12:27:14 +00:00
drivers.inc Amiga: Fix for unable to type in FV applications for Amiga-systems 2022-02-13 00:02:30 +01:00
drivers.pas + added drivers.pas that includes drivers.inc 2021-02-08 20:18:42 +00:00
editors.pas * header added remaining files for bug #39481 2022-04-26 14:49:05 +02:00
fvcommon.inc + more unicode fixes in the dialogs unit 2021-02-10 17:11:02 +00:00
fvcommon.pas + fvcommon.pas that includes fvcommon.inc 2021-02-10 13:29:56 +00:00
fvconsts.pas
gadgets.pas
go32smsg.inc
histlist.inc + use Sw_String in unit histlist/uhistlist to reduce the number of ifdefs 2021-02-10 14:05:40 +00:00
histlist.pas + added histlist.pas that include histlist.inc 2021-02-10 09:58:19 +00:00
inplong.inc * header added remaining files for bug #39481 2022-04-26 14:49:05 +02:00
inplong.pas * header added remaining files for bug #39481 2022-04-26 14:49:05 +02:00
memory.pas * all integers replaced with smallint, in order to be able to introduce objfpc mode 2021-02-08 20:15:40 +00:00
menus.inc * replaced non-ascii characters to #XXX equivalents 2021-03-02 12:29:57 +00:00
menus.pas + added menus.pas that includes menus.inc 2021-02-09 23:38:24 +00:00
msgbox.inc * unicode conversion of the msgbox unit implementation, as well as the FormatStr function 2021-02-10 16:10:14 +00:00
msgbox.pas + added .pas files that include their respective .inc files for the units app, dialogs, msgbox and validate 2021-02-10 12:27:14 +00:00
outline.inc * header added remaining files for bug #39481 2022-04-26 14:49:05 +02:00
outline.pas * header added remaining files for bug #39481 2022-04-26 14:49:05 +02:00
platform.inc * unicode fixes 2021-02-10 17:41:25 +00:00
resource.pas Merge commit 'f289f2694ab837b414aa131a0514c56fee4950bc' into unicodekvm 2021-12-26 05:25:41 +02:00
statuses.pas * unicode conversion of the non-ASCII characters in statuses.pas 2021-03-02 12:28:55 +00:00
stddlg.pas * converted non-ascii characters in stddlg.pas to unicode and #XXX equivalents in the non-unicode version 2021-03-02 12:42:21 +00:00
str.inc * header added remaining files for bug #39481 2022-04-26 14:49:05 +02:00
strtxt.inc * header added remaining files for bug #39481 2022-04-26 14:49:05 +02:00
sysmsg.pas * patch by Joe care to make fv more 64 Bit save, resolves #37772 2020-09-18 19:28:53 +00:00
tabs.inc * replaced high ascii characters with #XXX equivalents and provided unicode equivalents 2021-03-02 14:59:24 +00:00
tabs.pas + added tabs.pas that includes tabs.inc 2021-03-01 15:32:45 +00:00
time.pas
timeddlg.inc + added unicode version of the timeddlg unit 2021-02-27 17:15:29 +00:00
timeddlg.pas + added timeddlg.pas that includes timeddlg.inc 2021-02-27 13:39:41 +00:00
uapp.pas + added unicode versions of the app, dialogs, msgbox and validate units (unicode conversion not completed yet) 2021-02-10 12:41:59 +00:00
udialogs.pas + added unicode versions of the app, dialogs, msgbox and validate units (unicode conversion not completed yet) 2021-02-10 12:41:59 +00:00
udrivers.pas + introduced unit udrivers, which calls InitEnhancedVideo instead of InitVideo (i.e. enables unicode mode in the video unit) 2021-02-08 20:29:23 +00:00
ufvcommon.pas + ufvcommon unit 2021-02-10 13:32:24 +00:00
uhistlist.pas + unicode version of the histlist unit 2021-02-10 12:19:34 +00:00
uinplong.pas + added unit uinplong - unicode version of inplong 2021-03-01 14:16:22 +00:00
umenus.pas + unicode version of the menus unit 2021-02-10 00:41:08 +00:00
umsgbox.pas + added unicode versions of the app, dialogs, msgbox and validate units (unicode conversion not completed yet) 2021-02-10 12:41:59 +00:00
unixsmsg.inc
uoutline.pas + unicode version of unit outline 2021-02-09 23:33:37 +00:00
utabs.pas + added utabs - unicode version of the tabs unit 2021-03-01 15:43:43 +00:00
utimeddlg.pas + added unicode version of the timeddlg unit 2021-02-27 17:15:29 +00:00
uvalidate.pas + added unicode versions of the app, dialogs, msgbox and validate units (unicode conversion not completed yet) 2021-02-10 12:41:59 +00:00
uviews.pas + introduced unit uviews, which is going to be the unicode enabled version of the views unit 2021-02-08 20:42:14 +00:00
validate.inc + more unicode fixes; the unicode units uapp, udialogs, umsgbox and uvalidate now compile 2021-02-10 22:48:50 +00:00
validate.pas + added .pas files that include their respective .inc files for the units app, dialogs, msgbox and validate 2021-02-10 12:27:14 +00:00
views.inc * hide the (currently broken, to be fixed) unix internal/external code page 2021-03-08 17:56:06 +00:00
views.pas + added views.pas that includes views.inc 2021-02-08 20:35:35 +00:00
w32smsg.inc * patch by Joe care to make fv more 64 Bit save, resolves #37772 2020-09-18 19:28:53 +00:00