nickysn
|
c53c4702b6
+ also preserve the CGA background color in the go32v2 IDE
|
10 gadi atpakaļ |
florian
|
5c67fcc43f
+ change always floating point divisions into multiplications if they are a power of two,
|
10 gadi atpakaļ |
florian
|
7180d184c5
+ implements TExtended80Rec, TDoubleRec, TSingleRec
|
10 gadi atpakaļ |
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 gadi atpakaļ |
sergei
|
8f05f8c839
- Forgot to commit with r29081
|
10 gadi atpakaļ |
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 gadi atpakaļ |
nickysn
|
8a0adafa43
+ enable USE_GRAPH_SWITCH by default for the go32v2 IDE
|
10 gadi atpakaļ |
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 gadi atpakaļ |
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 gadi atpakaļ |
nickysn
|
1f778a496c
* cleaned up TDOSScreen.SwitchToConsoleScreen
|
10 gadi atpakaļ |
nickysn
|
591f65ae53
+ added CGA graphics mode saving to the go32v2 IDE
|
10 gadi atpakaļ |
Tomas Hajny
|
bf7e71da47
* new constants for options used in recently added APIs
|
10 gadi atpakaļ |
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 gadi atpakaļ |
Tomas Hajny
|
8c7fc80580
* yet more OS/2 API functions added
|
10 gadi atpakaļ |
nickysn
|
537902c2fe
* fixed the go32v2 mouse unit for 40 column modes
|
10 gadi atpakaļ |
nickysn
|
3effe8d62a
* MouseIsVisible renamed CustomMouse_MouseIsVisible to indicate its value is only used for the custom drawn mouse cursor
|
10 gadi atpakaļ |
sergei
|
a4053370fc
* ELF linker: track relocation style (REL or RELA) of each input section and use it instead of global default on MIPS targets. This fixes internal linking of tests/test/units/system/tres*.pp.
|
10 gadi atpakaļ |
florian
|
9fdfe4f474
+ convert floating point division by a constant into a multiplication if fastmath is turned on
|
10 gadi atpakaļ |
nickysn
|
66630c457a
* do not update MouseIsVisible in SysShowMouse and SysHideMouse, except when doing a custom drawn cursor
|
10 gadi atpakaļ |
pierre
|
a77735d7af
Fix bug in in_const_swap_qword handling
|
10 gadi atpakaļ |
nickysn
|
c97d8079e7
* the MouseIsVisible global variable from the go32v2 mouse unit moved to the
|
10 gadi atpakaļ |
yury
|
c40960466a
* More correctly scan Elf Auxiliary Vector. Fixes possible crash when the first vector entry is AT_NULL. Issue #26973.
|
10 gadi atpakaļ |
reiniero
|
ce54992e07
* fcl-db: dbftool: cosmetic/silence warning
|
10 gadi atpakaļ |
reiniero
|
26913387cf
* fcl-db: dbftool:
|
10 gadi atpakaļ |
sergei
|
8c61990078
* ogcoff.pas: when encountering symbol of unsupported type in input object file, give a meaningful error message instead of internal error. Mantis #27020.
|
10 gadi atpakaļ |
pierre
|
13a069c9d2
Use CHECKED="checked" and SELECTED="selected" as required by HTML specs
|
10 gadi atpakaļ |
michael
|
12f75980bf
* Added original ncurses copyright
|
10 gadi atpakaļ |
marco
|
3fbcca0e77
* change ulargeinteger quadpart to unsinged, mantis #27023
|
10 gadi atpakaļ |
pierre
|
d01bf2dea3
Multifield pthread_attr_t for NetBSD
|
10 gadi atpakaļ |
pierre
|
5659e910ef
Also define __CPU_SIMPLE_LOCK_PAD for x86_64 netbsd
|
10 gadi atpakaļ |