Commit graph

24968 commits

Author SHA1 Message Date
rhlabs f738979ad9 Fixed a few thing, having problems with others:
- man2html converter outputs absolute refs in index, like 'man:ls(1)#index'
- added some session management code, but its disabled till argp stuff settles
- possibly broke marc's code to keep human readable URLs in entry box

not a good day.

Dr Mike <msf@redhat.com>
1998-03-10 22:41:58 +00:00
Marc Ewing 39326aaa57 Misc cleanups of gnome-helpwin, gnome-info2html, gnome-man2html, my bogus
1998-03-08  Marc Ewing  <marc@redhat.com>

	* Misc cleanups of gnome-helpwin, gnome-info2html,
	  gnome-man2html, my bogus function casts.

	* Rework some of docobj to handle binary data.
	  Now the raw/conv data is *not* NULL terminated!

	* Added simple (stupid) http transport.
1998-03-08 21:24:45 +00:00
rhlabs dc29771a26 Final fixes to man page handling.
Dr Mike <msf@redhat.com>
1998-03-03 22:29:26 +00:00
rhlabs b95b4bda04 Small tweaks.
-Marc
1998-03-03 21:28:22 +00:00
rhlabs e6c574a6b2 Code changes anticipating the 'man:' magic URL.
The man2html filter now only accepts input *roff from stdin.

Dr Mike <msf@redhat.com>
1998-03-03 17:17:50 +00:00
rhlabs ae5a55f54b Fixed a couple of things:
- when viewing an info file, the 'Next' 'Prev' 'Up' links are at bottom too.
 - you can now view the info 'dir' file and everything should behave.

Still having troubles with retrieving and setting the line number the
html browser is at, which makes going forwards and backwards between
docs act strangely at the moment.

Dr Mike <msf@redhat.com>
1998-02-26 20:50:02 +00:00
rhlabs 35959281e8 Cleaned up some messages. Ripped out some duplicate code.
-Marc
1998-02-26 05:22:31 +00:00
rhlabs 30de0006d0 Marc and I worked on alot today:
- caching of files/images
  - info files only load component needed for HTML conversion,
    which helps since before we'd load the 1.7 megs of emacs GNU info data,
    now its typically a max of 64k.
  - entry box appears to work
  - moved towards a cleaner internal design for 'magic' URLs like 'info:'

Tommorrow we'll implement the 'man:' magic url. Then all thats left is
searching...

Dr Mike <msf@redhat.com>
1998-02-26 00:03:11 +00:00
Vincent Renardias adfb743a83 Wed, 25 Feb 1998 21:41:18 +0100 [Vincent]
- if man:/usr/man/manX/foo.X doesn't exist, check if man:/usr/man/manX/foo.X.gz
does.
1998-02-25 20:44:32 +00:00
rhlabs 966e17c168 Cleaned up converted HTML output
Dr Mike <msf@redhat.com>
1998-02-23 21:21:19 +00:00
rhlabs bebeb5e356 GNU info to html converter
Dr Mike <msf@redhat.com>
1998-02-23 19:01:36 +00:00
rhlabs 2eb7ce3c13 Removed several generated links which we dont need.
Cleaned up all the 'unused var' and other warnings.

Dr Mike <msf@redhat.com>
1998-02-23 00:09:12 +00:00
Arturo Espinosa 32b3d97dbc Miguel gets a C- in programming 1998-02-21 03:05:49 +00:00
Tom Tromey 3a9b2a170d Use tab in rule, not space.
Sat Feb 14 01:31:21 1998  Tom Tromey  <tromey@cygnus.com>

	* Makefile.am (macros/macros.dep): Use tab in rule, not space.
1998-02-21 00:35:55 +00:00
rhlabs 7f440e9845 The man2html converter used by the help browser.
Dr Mike <msf@redhat.com>
1998-02-20 20:41:09 +00:00
Ramiro Estrugo 1282fafa03 Fix the email for bitching.
* cut-n-paste-code/README:
* libnautilus-extensions/README:
Fix the email for bitching.
1997-01-02 08:07:05 +00:00
Ramiro Estrugo d2ac36ca1c Damn, forgot to commit these 2 in the last checkin.
* libnautilus-extensions/nautilus-horizontal-splitter.c:
(nautilus_horizontal_splitter_initialize_class),
(nautilus_horizontal_splitter_initialize),
(nautilus_horizontal_splitter_destroy),
(nautilus_horizontal_splitter_draw),
(nautilus_horizontal_splitter_new):
* libnautilus-extensions/nautilus-horizontal-splitter.h:
Damn, forgot to commit these 2 in the last checkin.
1997-01-02 07:41:27 +00:00
Ramiro Estrugo 6d37f74e4a Added a place to put cut-n-paste code. Cut-n-pasted the e-paned widget
* Makefile.am:
* components/hardware/Makefile.am:
* components/help/Makefile.am:
* components/history/Makefile.am:
* components/html/Makefile.am:
* components/loser/content/Makefile.am:
* components/loser/sidebar/Makefile.am:
* components/music/Makefile.am:
* components/notes/Makefile.am:
* components/rpmview/Makefile.am:
* components/sample/Makefile.am:
* components/services/startup/nautilus-view/Makefile.am:
* components/services/time/nautilus-view/Makefile.am:
* components/services/trilobite/sample/nautilus-view/Makefile.am:
* components/websearch/Makefile.am:
* configure.in:
* cut-n-paste-code/.cvsignore:
* cut-n-paste-code/Makefile.am:
* cut-n-paste-code/README:
* cut-n-paste-code/widgets/.cvsignore:
* cut-n-paste-code/widgets/Makefile.am:
* cut-n-paste-code/widgets/e-paned/.cvsignore:
* cut-n-paste-code/widgets/e-paned/Makefile.am:
* cut-n-paste-code/widgets/e-paned/e-hpaned.c: (e_hpaned_get_type),
(e_hpaned_class_init), (e_hpaned_init), (e_hpaned_new),
(e_hpaned_size_request), (e_hpaned_size_allocate), (e_hpaned_draw),
(e_hpaned_xor_line), (e_hpaned_button_press),
(e_hpaned_button_release), (e_hpaned_motion),
(e_hpaned_handle_shown):
* cut-n-paste-code/widgets/e-paned/e-hpaned.h:
* cut-n-paste-code/widgets/e-paned/e-paned.c: (e_paned_get_type),
(e_paned_class_init), (e_paned_child_type), (e_paned_init),
(e_paned_set_arg), (e_paned_get_arg), (e_paned_realize),
(e_paned_map), (e_paned_unmap), (e_paned_unrealize),
(e_paned_expose), (e_paned_add1), (e_paned_add2), (e_paned_pack1),
(e_paned_pack2), (e_paned_add), (e_paned_remove), (e_paned_forall),
(e_paned_get_position), (e_paned_set_position),
(e_paned_set_handle_size), (e_paned_compute_position),
(e_paned_handle_shown), (e_paned_quantized_size):
* cut-n-paste-code/widgets/e-paned/e-paned.h:
* cut-n-paste-code/widgets/e-paned/e-vpaned.c: (e_vpaned_get_type),
(e_vpaned_class_init), (e_vpaned_init), (e_vpaned_new),
(e_vpaned_size_request), (e_vpaned_size_allocate), (e_vpaned_draw),
(e_vpaned_xor_line), (e_vpaned_button_press),
(e_vpaned_button_release), (e_vpaned_motion),
(e_vpaned_handle_shown):
* cut-n-paste-code/widgets/e-paned/e-vpaned.h:
* helper-utilities/authenticate/Makefile.am:
* libnautilus-extensions/Makefile.am:
* libnautilus-extensions/README:
* libnautilus/README:
* src/Makefile.am:
* test/Makefile.am:
Added a place to put cut-n-paste code.  Cut-n-pasted the e-paned
widget from evolution.  Yes, and evil thing to do.  Send me mail
with alternative solutions.

Also added README files for libnautilus and
libnautilus-extenstions to clarify thieir public vs internal
state.

* src/nautilus-window.c: (nautilus_window_constructed),
(nautilus_window_real_set_content_view):
Use the new NautilusHorizontalSplitter widget instead of
the gtk one.
1997-01-02 07:38:17 +00:00