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
marco
04f9d8b350
* problems reported by nanobit mantis #34850 corrected.
...
- (probably Copy and paste) error in emrpolyline16
- EMREXTCREATEFONTINDIRECTW.elfw is of a W type
- a few missing ^ pointer to's.
git-svn-id: trunk@40842 -
2019-01-11 14:01:15 +00:00
michael
91420c7d93
* Call inherited constructor
...
git-svn-id: trunk@40841 -
2019-01-11 10:53:45 +00:00
michael
9d048470f6
* Patch from margers, to fix alt-backspace
...
git-svn-id: trunk@40839 -
2019-01-10 22:16:50 +00:00
michael
fa94c4dfb2
* Fix stack overflow
...
git-svn-id: trunk@40838 -
2019-01-10 22:11:33 +00:00
nickysn
2c6d41f8fe
+ 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@40837 -
2019-01-10 16:09:34 +00:00
nickysn
80762bc302
* define ColorType as LongWord if FPC_GRAPH_SUPPORTS_TRUECOLOR is defined
...
git-svn-id: trunk@40836 -
2019-01-10 15:56:53 +00:00
pierre
1b16ff3629
Change default debugging format for x86_64-haiku to dwarf-2, as stabs is normally disabled on 64-bit systems
...
git-svn-id: trunk@40835 -
2019-01-10 14:40:05 +00:00
pierre
3e2b102a44
Add missing support for -PriscvXX and -Psparc64
...
git-svn-id: trunk@40833 -
2019-01-10 12:18:22 +00:00
marco
846c708df6
* editor mousewheel support patch from mantis #12081
...
git-svn-id: trunk@40832 -
2019-01-10 10:51:09 +00:00
Károly Balogh
a6aa3cc092
haiku: removed old i386 specific syscalls assembler code and no-libc startup code, copied from the BeOS port initially, and was never in use on Haiku. kept the libc-version of assembly startup code for now for reference.
...
git-svn-id: trunk@40831 -
2019-01-10 07:34:52 +00:00
Károly Balogh
fa624e1ba5
haiku: i386 build fix
...
git-svn-id: trunk@40830 -
2019-01-10 06:55:41 +00:00