33b8b3241f
- update to 3.2.8: o Shift + Wheel Up pans left, Shift + Wheel Down pans right. Alt or Meta + Wheel Up pops up the edit panel, Alt or Meta + Wheel Down pops up the drawing panel. Previously, Shift + Wheel Up or Down popped up the edit or drawing panel, respectively, and panning sideways could only be achieved by moving the wheel sideways. o To display gif image files, either giftopnm and ppmtopcx from the netpbm package, imagemagick, or graphicsmagick must be installed. o Obey the resolution given in embedded png, tiff and jpeg image files. o Embedded image files are displayed in full color, not reduced to a maximum of 256 colors. o Display embedded pdf files. o Read version 1.3 fig files. o The default resolution of embedded raster images is changed from 80 dpi to 72 dpi. o Read compressed files, but do not silently uncompress them. o Get correct bounding box (/MediaBox) of embedded pdf files. - remove xfig.3.2.5b-preview.dif, xfig.3.2.5b-pspdftex.dif, xfig.3.2.5-xim.dif: obsolete - remove X11R6 ifdefs from spec file, this is obsolete OBS-URL: https://build.opensuse.org/request/show/870850 OBS-URL: https://build.opensuse.org/package/show/graphics/xfig?expand=0&rev=72
64 lines
2.0 KiB
Plaintext
64 lines
2.0 KiB
Plaintext
---
|
|
app-defaults/Fig | 32 ++++++++++++++++++++++++++++++--
|
|
src/w_menuentry.c | 2 +-
|
|
2 files changed, 31 insertions(+), 3 deletions(-)
|
|
|
|
Index: app-defaults/Fig.in
|
|
===================================================================
|
|
--- app-defaults/Fig.in.orig
|
|
+++ app-defaults/Fig.in
|
|
@@ -14,6 +14,7 @@ Fig.version: @VERSION@
|
|
! with xfig continually resizing itself
|
|
|
|
Fig*AllowShellResize: false
|
|
+Fig.inches: false
|
|
|
|
! Image editor - can edit imported image
|
|
Fig.image_editor: xdg-open
|
|
@@ -167,8 +168,13 @@ Fig.internalborderwidth: 1
|
|
|
|
!if on monochrome server, or no Fig-color app-defaults file
|
|
! This background resource shows between the buttons like a border
|
|
- Fig*mode_panel.background: black
|
|
+ Fig*mode_panel.background: gray67
|
|
Fig*mode_panel.foreground: black
|
|
+ Fig*mode_panel*topShadow: white
|
|
+ Fig*mode_panel*bottomShadow: gray17
|
|
+ Fig*mode_panel*topShadowPixel: white
|
|
+ Fig*mode_panel*bottomShadowPixel: gray17
|
|
+
|
|
|
|
! Specify a private Compose key database file. If this resource contains a "/"
|
|
! then the wired-in name of the xfig global directory won't be prefixed to it.
|
|
@@ -663,7 +669,29 @@ Fig*sideruler.background: gray95
|
|
|
|
Fig*FigList*background: gray95
|
|
Fig*List*background: gray95
|
|
-Fig*Scrollbar.background: gray80
|
|
+Fig*Scrollbar.background: gray77
|
|
+
|
|
+Fig*Scrollbar.foreground: gray37
|
|
+Fig*ScrollbarBackground: gray67
|
|
+Fig*ScrollbarForeground: gray37
|
|
+
|
|
+Fig*horizontal.shadowWidth: 2
|
|
+Fig*horizontal.topShadowPixel: gray95
|
|
+Fig*horizontal.bottomShadowPixel: gray37
|
|
+Fig*horizontal.topShadow: gray95
|
|
+Fig*horizontal.bottomShadow: gray37
|
|
+
|
|
+Fig*Scrollbar.shadowWidth: 2
|
|
+Fig*Scrollbar.topShadow: gray95
|
|
+Fig*Scrollbar.bottomShadow: gray37
|
|
+Fig*Scrollbar.topShadowPixel: gray95
|
|
+Fig*Scrollbar.bottomShadowPixel: gray37
|
|
+
|
|
+Fig*stdColor.shadowWidth: 2
|
|
+Fig*stdColor.topShadow: gray95
|
|
+Fig*stdColor.bottomShadow: gray37
|
|
+Fig*stdColor.topShadowPixel: gray95
|
|
+Fig*stdColor.bottomShadowPixel: gray37
|
|
|
|
Fig*Label.background: gray80
|
|
Fig*ind_box.background: gray80
|