summaryrefslogtreecommitdiff
path: root/sysutils/gentoo
AgeCommit message (Collapse)AuthorFilesLines
2002-03-15Update to 0.11.22:wiz2-5/+5
Changes since 0.11.19: * Rewrote routine that creates the filenames used when interpolating {fup}-codes in commands. Now doesn't emit double slashes, which helps some (confused) apps to work better. * gentoo now attempts to copy the protection (mode) flags for files, device nodes, and directories. That might have been overdue. * Incorporated patch to widget code from J. Hanson's home page. * Literally hundreds of minor clean-ups (removed needless casts, improved naming consistency, use glib types, and on, and on). * Tweaked the way symlinks are displayed by the Information command. * The gentoorc sample config file is now built from a slightly better gentoorc.in template. The icon location might not come out correctly if you use the --datadir configure option, though. * Fixed a missing include in the main gentoo.h header, which I believe caused date sorting to break. Thanks for the reports. * Fixed bug which caused failure to execute a (most likely miss- ing) external command to be reported twice. * The directory history can now be saved, and thus made persistent between sessions. Suggested by Roger Sondermann. See option on the Dir Panes config page, sub-page "History". It's lonely. * Added a section to the man page (docs/gentoo.1x--read it!) that talks about how the new persistent-history interacts with a pane's default directory, and stuff. * Wrote a new, vastly more powerful, command argument parser. It gives better control over the initial paths shown. Nice. * Inspired by a patch from Patricio Moracho, I added support for underlined keyboard accelerators in all (most?) dialog buttons. And other bug fixes.
2002-02-11Update to 0.11.19:wiz7-83/+9
* Mouse bindings ignore all modifiers except shift, control and alt at all times. Reported by Martin Uddén. * Fixed sloppy pointer-to-int cast that gave warning on 64-bit systems (Alphas). Reported by Jesse Perry. * The Information command can now optionally display the output of 'file' in its window. Suggested by Christian Richter. Do note that this *requires* your 'file' command to support the "-f - -n" option combo. See configure.in for details. * If executing a child process fails, gentoo now sometimes shows an error rather than just dying. This is an improvement. * Added some more -W options to gcc, that scared out some sloppy code that got fixed (even in widgets/). I like killing warnings. * Updated About's copyright for the new year. Time flies. :) * RenameSeq no longer opens its window if there's no selection. * Should now compile on NetBSD, too. Thanks to Pehr Johansson for the original patch. * String input fields (created with '{Is}') can now be set to use asterisks to hide entered text. To do this, add an asterisk in the definition, after the label part, e.g.: '{Is:"Password"*}'. * gentoo now supplies the window manager with a prettier icon, and now also groups its windows, most of the time at least.
2002-01-29Initial import of gentoo-0.11.18, provided by Pehr Johansson in pkg/15393,wiz9-0/+244
with buildlinking and other minor changes by me: gentoo is a modern, powerful, flexible, and utterly configurable file manager for UNIX systems, written using the GTK+ toolkit. It aims to be 100% graphically configurable; there's no need to edit config files by hand and then restart the application. gentoo is somewhat inspired in its look & feel by the classic Amiga program DirectoryOpus.