Holger Vogt
ef95ff7edc
generate variable oscompiled
test for variable
6 years ago
Holger Vogt
d6418ce6b6
remove typo
6 years ago
Holger Vogt
6b8c657bfc
add optional HAVE_XFT and EXT_ASC for Visual Studio
6 years ago
Holger Vogt
cdbbc22c68
check for libxft, if successful, then define HAVE_XFT
6 years ago
Holger Vogt
38bb89663d
replace old_x11 by HAVE_LIBXFT defined in configure
6 years ago
Holger Vogt
921058cb39
fix remaining bugs when EXT_ASC is defined
6 years ago
Holger Vogt
50a1687ff6
add macOS to OS_COMPILED
6 years ago
Holger Vogt
d2403bfb40
Add preprocessor macro OS_COMPILED
6 years ago
Holger Vogt
c42b4884b4
checking for Xft library defines HAVE_LIBXFT upon success
6 years ago
Holger Vogt
6e0b631492
Regain static behaviour, keep removing compiler warning
6 years ago
Holger Vogt
88a3e564f9
some updates on fonts etc.
6 years ago
Holger Vogt
3a8e3d130c
update and unify font handling
6 years ago
Holger Vogt
bef9c70e71
Prepare font selection and rotation only once per graph
in func X11_DefineXft().
Only 0 and 90 degree are supported.
6 years ago
Holger Vogt
8312a8ade2
Select suitable default text color
6 years ago
Holger Vogt
3eb04b2fdc
improve on memory leaks
(not yet completely satisfying)
6 years ago
Holger Vogt
8f42eae6ab
add empty line after error message
6 years ago
Holger Vogt
a23748cf8c
Don't call DestroyGraph if graf id is 0
6 years ago
Holger Vogt
673069f442
add to the source window after 'source' command
6 years ago
Holger Vogt
fd96983099
Reset DevSwitch before returning
6 years ago
Holger Vogt
e7022f7fae
utf-8 string length determined by strlen
6 years ago
Holger Vogt
ac1c8c4a96
return NULL upon NULL input
6 years ago
Holger Vogt
c0ea5a4415
command hardcopy changes font, check is necessary
6 years ago
Holger Vogt
93be5bab0c
increase buffer size, send text to string window,
retrieve the correct number of byte after utf-8 conversion.
Answering to a promt (e.g. after command 'hardcopy') does not
yet do.
6 years ago
Holger Vogt
510b1865b4
Re-sort wide char variable definitions.
add utf-8 ... utf-16 conversion.
Strings in history buffer shall remain utf-8.
History buffering is not yet working.
6 years ago
Holger Vogt
7a41921035
prevent crash if 'hardcopy' is given without parameters
6 years ago
Holger Vogt
6edb0eea41
re-organize PS color selection
Improve settings for PS image
Improve error messages
6 years ago
Holger Vogt
7af361521c
add local linewidth change for plot and gnuplot commands
6 years ago
Holger Vogt
18f1e896f8
allow independent linewidth and gridwidth settings from within the .control section
6 years ago
Holger Vogt
853089036c
add some plots
6 years ago
Holger Vogt
11de119140
setcf -> setcs
comments added
6 years ago
Holger Vogt
0c62251680
small update
6 years ago
Holger Vogt
7c0b72c387
prevent compiler warnings
enable short GUI interaction from within spfactor.c
6 years ago
Holger Vogt
bd7b35541d
Lengthy op calculations make the Win GUI unresposive.
A macro adds a short travel to the GUI fro0m within
the matrix ordering and factoring. Time overhead
during op is less than 0.5%.
8 years ago
Holger Vogt
3703cfe595
variable gridwidth, not gridlinewidth
8 years ago
Holger Vogt
3d009fef22
Variables xbrushwidth and gridwidth (to be set e.g. in
.spiceinit) allow setting separately the linewidths of the
graph (xbrushwidth) and the grid (gridwidth).
8 years ago
Holger Vogt
259515c2f7
tiny update to the short description
9 years ago
Holger Vogt
c9edc6fcb3
Add function returning the true string length in pixels.
May be called from outside of x11.c.
9 years ago
Holger Vogt
10f0eea93e
add gridwidth, xbrushwidth to postscript output
9 years ago
Holger Vogt
ca7c77315a
add missing üarameter to DevDrawLine for X11 and HPGL
9 years ago
Holger Vogt
8751092812
Enable separate linewidths for grids and graphs.
New variable gridwidth overrides xbrushwidth for graphs.
Fcn DevDrawLine() with boolean flag if grid is plotted.
Postscript, Gnuplot and X11 not (yet) supported.
9 years ago
Holger Vogt
7690b64571
add missing declaration of old_x11
9 years ago
h_vogt
7de3334cc1
short description of utf-8+1 branch contents
9 years ago
h_vogt
31aca8d00c
freetype includes, checking for Xft lib, fontconfig
9 years ago
h_vogt
56b008a34d
some utf-8 examples
please apologize for the nonsense texts
9 years ago
h_vogt
7c3a305d43
add wide char for string i/o under Windows
add utf-8 systax check
9 years ago
h_vogt
22f4e8f82d
return extended ascii as alpha
9 years ago
Holger Vogt
85142709fc
For UNICODE use char in comparison to ' '
only as unsigned char
6 years ago
h_vogt
531c229b0e
Add library xft for allowing text rotation.
Setting variabe 'old_x11' will retain previous behaviour.
9 years ago
h_vogt
0cdea87cb5
Add and ignore angle in fcn for text out
9 years ago
Holger Vogt
0dfe8a22ad
add angle to allow text rotation
6 years ago