1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72
|
1998-08-06 David Huggins-Daines <bn711@freenet.carleton.ca>
* gglyph.c: Added GTK+ 1.1 compatibility stuff for the menu bar.
This is broken, though, because GtkItemFactory lacks one piece of
GtkMenuFactory's functionality.
* mover_view.c: ditto
* Released GGlyph 0.1.3. Future versions are probably going to
use Federico di Gregorio's <fog@debian.org> "Definitive Type
Manager" instead of type1inst as the backend, which will allow me
to dispense with fonts.c, among other things.
1998-08-03 David Huggins-Daines <bn711@freenet.carleton.ca>
* README: Put in a note about the type1inst patch
* viewer_window.c: Cleaned up the source a bit
* patch-type1inst.diff: Added this to the distribution.
* mover_view.h: Made all callbacks static
* mover_view.c: Added hooks for menu items
* gglyph.c: Added a menubar. Not much on it yet, though.
* fonts.c: Minor source reorganization
* fonts.h: ditto
1998-07-21 David Huggins-Daines <bn711@freenet.carleton.ca>
* mover_view.c (update_tree): Fixed stupid oversight that caused a
segfault when moving fonts into a "system" directory (i.e. as root)
1998-07-19 David Huggins-Daines <bn711@freenet.carleton.ca>
* .: Released version 0.1.2. Selection is fixed, and there are
sample sheets! You have to have gv to view them, or specify some
other ghost-viewer on the command line.
* external.c: Added sample sheets.
* viewer_window.c: Added sample sheets.
* gglyph.1: Moved the manpage into the "upstream" sources, and
added stuff about the new command-line options.
1998-07-18 David Huggins-Daines <bn711@freenet.carleton.ca>
* mover_view.c: OK, the selection is *really* fixed... all the
horrid code has been purged, and it's much simpler, and it works.
Also, collapsing a directory unselects its children, which is
what I'd expect...
* viewer_window.c: After doing massive battle with table widgets,
I settled on a compromise, and now I'm going to work on actually
implementing the sample-sheet stuff.
* viewer_window.c: Reorganized the source - there's really no need
to have gtk_type1_viewer.c and viewer_window.c, or for the viewer
to be its own compound widget inside the window.
* mover_view.c (cb_select_child): Attempted to fix the selection
stuff, and ended up deciding to fix GtkTree at some point in the
near future. Oh yeah, the selection should work "well enough" now.
1998-07-17 David Huggins-Daines <bn711@freenet.carleton.ca>
* .: Released version 0.1.1. This one is actually useful. See
TODO for a list of stuff that still needs to be done. Next
priority is getting DnD interoperability with GNOME Midnight
Commander.
1998-07-05 David Huggins-Daines <bn711@freenet.carleton.ca>
* .: Released version 0.1.0. Still not tremendously useful, but
the GUI for browsing and previewing looks nice. Once GTK+ 1.1 is
officially started, I'll start using the GtkCTree widget.
|