svenbarth
|
ace1ea0070
Fix compilation of NativeNT RTL
|
10 年之前 |
pierre
|
34012444af
Regenerated Makefile after fix compilation of wince RTL with make 3.82 on windows
|
10 年之前 |
pierre
|
cf1124a83c
Fix compilation of wince RTL with make 3.82 on windows
|
10 年之前 |
Tomas Hajny
|
4c98113569
* note about multiple 't' in -gt added to the help page
|
10 年之前 |
Tomas Hajny
|
75c61150d9
* option -m made conditional (-dPREPROCWRITE) like its processing
|
10 年之前 |
Tomas Hajny
|
fc17e318b0
* add some previously missing options to the help page, add support for listing recognized compiler and RTL features in -i and allow skipping an empty section (controllertypes) in -i listing by providing support of multiple output lines based on one source line in the msg file using $\n as newline
|
10 年之前 |
pierre
|
8df8c22848
Call Errno2inoutres for nativent failure calling NtClose inside do_close
|
10 年之前 |
pierre
|
90537e94a0
Call Errno2noutres if system call to close the handle fails in do_close for win and unix
|
10 年之前 |
pierre
|
260c6583cf
Only set StdInputHandle, StdOutputHandle and StdErrorHandle once
|
10 年之前 |
sergei
|
64af966eaa
* Mantis #27044: copy Variant to temp if it cannot be passed by reference to fpc_dispinvoke_variant helper. This provides behavior consistent to implicit 'self' parameter of objects/records.
|
10 年之前 |
yury
|
d844025ddf
* Fixed installation of smartlink libs and import libs after r29004.
|
10 年之前 |
pierre
|
d98a7d39f5
Add check for absolute word type
|
10 年之前 |
pierre
|
1e7a3cd003
Fix for tw8513 failure for big endian processors
|
10 年之前 |
marco
|
c49d114777
* add dependency to rtl-extra. bzip2 uses unit objects.
|
10 年之前 |
michael
|
a53fca1b67
* QueryOptions for disconnected mode and autoapplyupdates
|
10 年之前 |
sergei
|
475a9e1617
* Asm readers: allow using procedure symbols in references, resolves #22376.
|
10 年之前 |
nickysn
|
c53c4702b6
+ also preserve the CGA background color in the go32v2 IDE
|
10 年之前 |
florian
|
5c67fcc43f
+ change always floating point divisions into multiplications if they are a power of two,
|
10 年之前 |
florian
|
7180d184c5
+ implements TExtended80Rec, TDoubleRec, TSingleRec
|
10 年之前 |
nickysn
|
6482157e90
* do not hide the cursor after returning from the output screen, because it may have to be visible (if e.g. the editor window has the focus); instead, cursor state should be restored in UserScreen^.SwitchBackToIDEScreen
|
10 年之前 |
sergei
|
8f05f8c839
- Forgot to commit with r29081
|
10 年之前 |
sergei
|
42d251da1c
- x86 assembler readers: cleaned out operand swapping code. Operands of TInstruction are kept in AT&T order, Intel reader attaches operands right-to-left. It was effectively the same way before the change (except Intel reader attaching operands left-to-right, followed by a single swap), operand order checks all over the place were just reducing readability.
|
10 年之前 |
nickysn
|
8a0adafa43
+ enable USE_GRAPH_SWITCH by default for the go32v2 IDE
|
10 年之前 |
nickysn
|
cb8f96a33c
* TDOSScreen.ConsoleGraphDriver and .ConsoleGraphMode changed to smallint, so they can be passed as var parameters to InitGraph. This fixes compilation with USE_GRAPH_SWITCH enabled
|
10 年之前 |
nickysn
|
658442e610
* do not call SetVESAMode in TDOSScreen.SaveConsoleScreen, because it destroys the palette before we can save it and because InitGraph is called later anyway
|
10 年之前 |
nickysn
|
1f778a496c
* cleaned up TDOSScreen.SwitchToConsoleScreen
|
10 年之前 |
nickysn
|
591f65ae53
+ added CGA graphics mode saving to the go32v2 IDE
|
10 年之前 |
Tomas Hajny
|
bf7e71da47
* new constants for options used in recently added APIs
|
10 年之前 |
nickysn
|
a481a62a3e
* hide the mouse before saving the go32v2 IDE screen. This fixes a bug which causes the mouse to leave a trace when returning to the IDE screen after viewing the user screen, if the mouse has been moved during the time the user screen was visible
|
10 年之前 |
Tomas Hajny
|
8c7fc80580
* yet more OS/2 API functions added
|
10 年之前 |