nickysn
|
be64fd707a
+ add include file views.inc to fpmake
|
4 жил өмнө |
nickysn
|
1f3e903c10
+ added views.pas that includes views.inc
|
4 жил өмнө |
nickysn
|
c5541e9376
* views.pas renamed views.inc
|
4 жил өмнө |
nickysn
|
3d4a242974
+ introduced unit udrivers, which calls InitEnhancedVideo instead of InitVideo (i.e. enables unicode mode in the video unit)
|
4 жил өмнө |
nickysn
|
e341e247e9
+ add drivers.inc to the include file dependencies of the drivers unit
|
4 жил өмнө |
nickysn
|
28cc421b13
+ added drivers.pas that includes drivers.inc
|
4 жил өмнө |
nickysn
|
44213e3389
* drivers.pas moved to drivers.inc
|
4 жил өмнө |
nickysn
|
75db39f064
* all integers replaced with smallint, in order to be able to introduce objfpc mode
|
4 жил өмнө |
nickysn
|
834a6579d7
* LineBuf converted to dynarray (to avoid buffer overflow for too big consoles) and made global to avoid reallocating it on the heap on each screen update
|
4 жил өмнө |
nickysn
|
ec0fa8f46f
- removed unused variables and types from Video.SysUpdateScreen
|
4 жил өмнө |
nickysn
|
6109c56066
- removed the cp850 code page mapping from the windows video unit (it is no longer used)
|
4 жил өмнө |
nickysn
|
4864aba47a
- removed useunicodefunctions from the windows video unit
|
4 жил өмнө |
nickysn
|
11db30ab3d
* use CP_OEMCP to convert characters in LegacyChar2ExtendedGraphemeCluster
|
4 жил өмнө |
nickysn
|
453bdaaafc
* switched the windows video driver to use the enhanced (unicode) video buffer
|
4 жил өмнө |
nickysn
|
2746b0e035
+ added operator = for comparison of TEnhancedVideoCell records
|
4 жил өмнө |
nickysn
|
1b2e13bf77
+ enabled all debug code generation options in the video unit test .lpi files
|
4 жил өмнө |
nickysn
|
56f10ae916
* synchronized with trunk
|
4 жил өмнө |
nickysn
|
3634e7823f
* .lpi updated
|
4 жил өмнө |
nickysn
|
d4913f490f
* fixed off by one errors in the new video unit routines
|
4 жил өмнө |
marco
|
59a16914f3
* sqrt is 4 characters long, noticed by Artlogic.
|
4 жил өмнө |
Károly Balogh
|
ada3d2050c
m68k: write inline floating point immediates as hex consts, instead of scientific notation. the scientific notation format parsing depends on the libc the assembler was linked against, which can lead to varying results and compile errors
|
4 жил өмнө |
Károly Balogh
|
d0178f7ae0
m68k: fix a_loadfpu_ref_reg to call a_loadfpu_reg_reg instead of a_load_reg_reg. made a_loadfpu_reg_reg internalerror on invalid target sizes when loading to a different reg size
|
4 жил өмнө |
Károly Balogh
|
77fee8b4eb
m68k: do not use OS_NO for FPU locations, but properly promote location sizes into the CG
|
4 жил өмнө |
florian
|
3e453f92fc
* statx based Sysutils.FileGetDate with handle fixed
|
4 жил өмнө |
florian
|
b08717fef6
* make statx based Sysutils.FileAge working with relative pathes
|
4 жил өмнө |
Jonas Maebe
|
91d877919e
* strip codesignature when comparing compiler binaries on Darwin
|
4 жил өмнө |
florian
|
539a578cce
* create \index entries in the messages.inc for an index of message texts and numbers in the user manual
|
4 жил өмнө |
florian
|
b1f7fb4ba1
* test for already fixed issue #24434
|
4 жил өмнө |
florian
|
d0910b5ac8
* allow sub/add nodes in constant pointer expressions, resolves #34027
|
4 жил өмнө |
florian
|
91586331b5
* x86_64-linux: assembler helpers syscalls do not need a stackframe
|
4 жил өмнө |