nickysn
|
463ea5a16f
|
- get rid of the '{$ifdef fpc}@{$endif}' from the i8086-msdos graph unit
git-svn-id: trunk@40893 -
|
2019-01-18 13:32:45 +00:00 |
|
nickysn
|
06d8fa7e34
|
+ use the ColorType type in the i8086-msdos graph unit, so that it compiles with
FPC_GRAPH_SUPPORTS_TRUECOLOR (not enabled yet)
git-svn-id: trunk@40892 -
|
2019-01-18 13:22:18 +00:00 |
|
nickysn
|
0849951fed
|
- removed all the '{$ifndef fpc}far;{$endif fpc}' declarations from the i8086-msdos graph unit
git-svn-id: trunk@40891 -
|
2019-01-18 12:52:22 +00:00 |
|
nickysn
|
6066eb07b4
|
* only save BP and DS when calling int 10h; mark the other registers as volatile in the asm blocks
- removed the 'ifdef FPC' around the register saving code around the int 10h calls
git-svn-id: trunk@40890 -
|
2019-01-18 12:32:00 +00:00 |
|
nickysn
|
ecfbf8f3cb
|
- removed all the 'ifdef fpc'/'ifndef fpc' from the go32v2 graph unit to
make it easier to maintain and because its TP7 compatibility hasn't been
maintained for a very long time
git-svn-id: trunk@40889 -
|
2019-01-17 17:07:54 +00:00 |
|
nickysn
|
d7d9588569
|
+ accelerated xor/and/orput hline routines for the 16bpp linear framebuffer modes
git-svn-id: trunk@40888 -
|
2019-01-17 16:00:02 +00:00 |
|
nickysn
|
2a62508b59
|
+ added a 16bpp linear framebuffer horizontal line drawing routine
git-svn-id: trunk@40887 -
|
2019-01-17 14:47:39 +00:00 |
|
michael
|
b8ef2c11a1
|
* Add support to use GNU TLS
git-svn-id: trunk@40886 -
|
2019-01-17 09:52:40 +00:00 |
|
michael
|
080e2bc2bb
|
* Fix example so it compiles on Windows
git-svn-id: trunk@40885 -
|
2019-01-17 09:39:38 +00:00 |
|
michael
|
e3526ca0e9
|
* Implement self-signed certificate, remove dependency on baseunix for time function
git-svn-id: trunk@40884 -
|
2019-01-17 09:36:40 +00:00 |
|
michael
|
54b9acbe9c
|
* TTime_t is 64-bit int in gnutls, seconds since epoch
git-svn-id: trunk@40883 -
|
2019-01-17 09:35:48 +00:00 |
|
Mattias Gaertner
|
73ebd10999
|
pastojs: check name of external class constructor
git-svn-id: trunk@40882 -
|
2019-01-16 21:31:43 +00:00 |
|
Mattias Gaertner
|
ccdc0ce767
|
fcl-passrc: parse class helper class var, resolver: check helper ancestor
git-svn-id: trunk@40881 -
|
2019-01-16 21:30:55 +00:00 |
|
nickysn
|
13793e9354
|
+ added a 32bpp accelerated pattern line drawing routine
git-svn-id: trunk@40880 -
|
2019-01-16 16:24:07 +00:00 |
|
nickysn
|
ec5bdaee76
|
+ added an accelerated 16bpp pattern line routine
git-svn-id: trunk@40879 -
|
2019-01-16 16:14:07 +00:00 |
|
nickysn
|
0a6eb52969
|
+ added an accelerated 8bpp pattern line drawing routine
git-svn-id: trunk@40878 -
|
2019-01-16 16:00:31 +00:00 |
|
nickysn
|
160a2ae906
|
+ added fast 32bpp PutImage routine
git-svn-id: trunk@40877 -
|
2019-01-16 15:04:38 +00:00 |
|
nickysn
|
f6018a3544
|
+ added fast 32bpp GetImage routine
git-svn-id: trunk@40876 -
|
2019-01-16 14:54:53 +00:00 |
|
nickysn
|
98d7f7eafc
|
+ added fast 32bpp GetScanLine routine
git-svn-id: trunk@40875 -
|
2019-01-16 14:34:29 +00:00 |
|
nickysn
|
9424e2cc66
|
+ added fast 32bpp hline and vline drawing routines
git-svn-id: trunk@40873 -
|
2019-01-16 13:52:07 +00:00 |
|
Mattias Gaertner
|
b59fac4abe
|
fcl-passrc: resolver: fixed o.ProcVar() when ProcVar is typeless property
git-svn-id: trunk@40872 -
|
2019-01-16 13:51:01 +00:00 |
|
Mattias Gaertner
|
2d0b03391c
|
pastojs: fixed (a.b)()
git-svn-id: trunk@40871 -
|
2019-01-16 13:41:04 +00:00 |
|
Mattias Gaertner
|
4f04f23479
|
fcl-passrc: parser: fixed (a.b).c
git-svn-id: trunk@40870 -
|
2019-01-16 13:40:23 +00:00 |
|
Mattias Gaertner
|
38f158bb69
|
fcl-passrc: fixed parsing type helper() for, fixed parsing record helper: atype end
git-svn-id: trunk@40869 -
|
2019-01-14 22:06:50 +00:00 |
|
nickysn
|
1eccbf34f1
|
+ True Color fixes in DefaultGetImage, DefaultPutImage and DefaultImageSize
git-svn-id: trunk@40868 -
|
2019-01-14 17:33:53 +00:00 |
|
nickysn
|
54d2e1ca1c
|
+ True Color fixes in FloodFill
git-svn-id: trunk@40867 -
|
2019-01-14 17:13:07 +00:00 |
|
nickysn
|
b68567f1d9
|
+ True Color fixes in GetScanlineDefault (returns 32 bits per pixel, but only in modes with >16bit color)
git-svn-id: trunk@40866 -
|
2019-01-14 17:12:14 +00:00 |
|
nickysn
|
ec2f4c2c0c
|
* 24-bit color support in modes.inc:res2mode
git-svn-id: trunk@40865 -
|
2019-01-14 16:23:42 +00:00 |
|
nickysn
|
5dadb05bdc
|
* 32bpp (True Color) compilation fixes
git-svn-id: trunk@40864 -
|
2019-01-14 15:20:59 +00:00 |
|
nickysn
|
669e50a9af
|
+ initial implementation of 32bpp support (not enabled yet)
git-svn-id: trunk@40863 -
|
2019-01-14 14:59:58 +00:00 |
|
nickysn
|
be28276ceb
|
* factored out the common VESA mode initialization for each screen resolution to
a separate procedure (same change as r40853, but for ptcgraph)
git-svn-id: trunk@40862 -
|
2019-01-14 14:09:21 +00:00 |
|
nickysn
|
cc72a4c725
|
* factored out the common VESA mode initialization for each screen resolution to
a separate procedure (same change as r40853, but for go32v2)
git-svn-id: trunk@40861 -
|
2019-01-14 12:56:15 +00:00 |
|
Károly Balogh
|
fd1a09a254
|
morphos/lineinfo: updated the address adjustment comment added in r40857, no functional change
git-svn-id: trunk@40860 -
|
2019-01-14 11:47:54 +00:00 |
|
michael
|
893a5e8f71
|
* Enable support for GNU TLS as SSL layer
git-svn-id: trunk@40859 -
|
2019-01-14 10:32:42 +00:00 |
|
michael
|
57e7384a18
|
* Initial implementation of GNU TLS support for FPC SSL sockets
git-svn-id: trunk@40858 -
|
2019-01-14 10:26:22 +00:00 |
|
Károly Balogh
|
b3ad384547
|
morphos: fixed stabs line number parsing, and off-by-one line issue with backtraces. i think this should be a generic fix and can be backported to the global lineinfo
git-svn-id: trunk@40857 -
|
2019-01-14 07:22:41 +00:00 |
|
Károly Balogh
|
56f0a71466
|
heaptrc: empty the array for the call trace, otherwise the trace dump code will just dump the rest of the array as well, on systems where the heap is not initialized to zero, or if the memory area has been re-used
git-svn-id: trunk@40856 -
|
2019-01-13 16:23:18 +00:00 |
|
Károly Balogh
|
4d1ff152c4
|
morphos: include the new lineinfo in the build
git-svn-id: trunk@40855 -
|
2019-01-13 13:27:45 +00:00 |
|
Károly Balogh
|
a527a40d12
|
morphos: add a custom lineinfo unit, prepared to parse stabs relocations in ELF relocatable objects, also featuring stronger address validation, and showing offsets in the executable instead of absolute addresses
git-svn-id: trunk@40854 -
|
2019-01-13 13:16:01 +00:00 |
|
nickysn
|
4b5e561456
|
* factored out the common VESA mode initialization for each screen resolution to
a separate procedure
git-svn-id: trunk@40853 -
|
2019-01-13 11:25:58 +00:00 |
|
nickysn
|
a6d6919fde
|
+ added the 24-bit color modes, as defined by VBE 1.x, behind ifdef
FPC_GRAPH_SUPPORTS_TRUECOLOR (not enabled yet)
git-svn-id: trunk@40852 -
|
2019-01-13 10:34:06 +00:00 |
|
florian
|
644c47e121
|
* when deciding about the case code generation in case of size optimization, the number of labels is relevant, not the covered range, resolves #34818
git-svn-id: trunk@40851 -
|
2019-01-13 10:32:00 +00:00 |
|
florian
|
dd072ce76b
|
+ seek for typefiles in iso mode, resolves #34848
git-svn-id: trunk@40850 -
|
2019-01-12 23:29:20 +00:00 |
|
florian
|
b223d1c304
|
* modified patch by Gareth Moreton to make ie unique, resolves #34849
git-svn-id: trunk@40849 -
|
2019-01-12 14:44:54 +00:00 |
|
florian
|
8fceba4493
|
* properly allocate parameter registers for constants on avr, resolves #33932
git-svn-id: trunk@40848 -
|
2019-01-12 13:28:09 +00:00 |
|
marcus
|
7421d9301d
|
Fixed compilation after r40846
git-svn-id: trunk@40847 -
|
2019-01-11 22:14:13 +00:00 |
|
michael
|
c54d380f39
|
* Fix calling convention of _PKCS7 functions
git-svn-id: trunk@40846 -
|
2019-01-11 21:28:38 +00:00 |
|
Károly Balogh
|
b2dafed7c5
|
haiku: drop the old OpenElf32Beos function, and have a platform specific GetModuleByAddr, this fixes lineinfo on stacktraces (both i386-stabs and x86_64-dwarf2)
git-svn-id: trunk@40845 -
|
2019-01-11 19:51:13 +00:00 |
|
Károly Balogh
|
7947f1d7a9
|
haiku: pass SA_SIGINFO flag to the signal handler. This seems correct ucontext IP and BP register contents, for valid stacktraces on signals
git-svn-id: trunk@40844 -
|
2019-01-11 19:46:10 +00:00 |
|
Károly Balogh
|
d3c0762af0
|
haiku: pass the stackpointer from the startup code. this adjust stacktop to be closer to the actual stacktop, and fixes shallow stacktraces
git-svn-id: trunk@40843 -
|
2019-01-11 19:40:08 +00:00 |
|