bugGNU gv - Bugs: bug #35941, Patches for gv-3.7.3.90 to fix...

 
 

You are not allowed to post comments on this tracker with your current authentication level.

bug #35941: Patches for gv-3.7.3.90 to fix scrolling and bad memory accesses on Fedora 14

Submitter:  William Bader <william8000>
Submitted:  Wed 21 Mar 2012 07:39:15 PM UTC
   
 
Category:  Graphical User interface Severity:  3 - Normal
Item Group:  None Status:  Fixed
Privacy:  Public Assigned to:  None
Open/Closed:  Closed Release:  None

Sun 10 Mar 2013 05:47:09 PM UTC, comment #1: 

Done in git by the following commit last year:

commit e2ddf00792325835b488696ca1740198caace4db
Author: William Bader <williambader@hotmail.com>
Date:   Sun Apr 1 17:15:23 2012 +0200

    Patches for gv-3.7.3.90 to fix scrolling and bad memory accesses on Fedora 1

Markus Steinborn <msteinbo>
Group administrator
Wed 21 Mar 2012 07:39:15 PM UTC, original submission:  

I have attached a set of patches for gv-3.7.3.90.
I can break them up if necessary.
FileSel.c
Fix use of IIMESSAGE with a real argument.
Initialize dirp.
Ghostview.c
Give InterpreterFailed() a way to indicate the type of failure.
Scrollbar.c and Scrollbar.h
Let XawScrollbarSetThumb pick its arguments as double or float depending on NeedWidePrototypes.  This is required to make the scroll bar work in Fedora 14.
Vlist.c
Add some IIMESSAGE() lines for debugging.
Add a call to ENDMESSAGE() before an error return to balance the earlier BEGINMESSAGE().
Vlist.c and Vlist.h
Add VlistMaxEntriesVisible(Widget w, int height) to return the maximum number of entries that can fit in the list.
actions.c
Fix use of IIMESSAGE with a real argument.
doc_misc.c
Loosen the test for media sizes.
gv_misc_res.dat
Add more space around the mag menu.
Implement keypad enter, insert, delete, home, end, prior.
Switch buttons for zoom and pan.
gv_user_res.dat
Turn off scrolling eye guide.
Add a margin in the geometry.
Add a 10x24 paper size.
magmenu.c
Fix an attempt to increment a NULL pointer.
main.c
Initialize gv_psfile and toc_text.
media.c
Fix an attempt to increment a NULL pointer.
message.h
Write messages to stderr instead of stdout so they aren't buffered.
Add DDMESSAGE1() debug macro for real numbers.
misc.c
Clean up the toc scrolling to avoid leaving empty space when there are items to fill the space.
Fix a possible NULL pointer reference.
Fix a possible -1 array index.
Fix an attempt to increment a NULL pointer.
ps.c
Check for %!PS instead of %!PS-Adobe- to recognize old files.
Do not stop parsing comments at a line starting % space.
Implement Seascape orientation.
scale.c
Fix an attempt to increment a NULL pointer.

William
-email is unavailable-


William Bader <william8000>

 

(Note: upload size limit is set to 16384 kB, after insertion of the required escape characters.)

Attached Files
file #25435:  gv-3.7.3.90.pat added by william8000 (25KiB - application/octet-stream)

 

Depends on the following items: None found

Items that depend on this one: None found

 

Carbon-Copy List
  • -email is unavailable- added by msteinbo (Posted a comment)
  • -email is unavailable- added by william8000 (Submitted the item)
  •  

    There are 0 votes so far. Votes easily highlight which items people would like to see resolved in priority, independently of the priority of the item set by tracker managers.

     

    Follow 3 latest changes.

    Date Changed by Updated Field Previous Value => Replaced by
    2013-03-17 msteinbo Open/ClosedOpen Closed
    2013-03-10 msteinbo StatusNone Fixed
    2012-03-21 william8000 Attached File- Added gv-3.7.3.90.pat, #25435

    Back to the top

    Powered by Savane 3.13-4448.
    Corresponding source code