freesource
93b7a397d5
More changes.
23 years ago
freesource
35fd054bba
Updates the changelog now.
23 years ago
freesource
8c89f1b5cc
Some good additions.
23 years ago
freesource
6ba6f2ab26
The Makefile used by the gbootroot package archive.
23 years ago
freesource
e7ac1c07e4
The Lazy Guy's packaging tool for gBootRoot.
23 years ago
freesource
b8e1669085
This properly adds mem=16M to the initial options file.
24 years ago
freesource
e19266ba0a
More about permissions.
24 years ago
freesource
145d1c2bb9
The newest user-mode-linux 2.4.9.
24 years ago
freesource
b71a79fd60
This just adds mem=16M to the UML box options, this happens to be the default
for the uml kernel, but more is desirable, hopefully, this will be obvious to th
user.
24 years ago
freesource
b04224d6f1
This corrects a bug where onto_proc_filesystem was edited incorrectly and wasn't
checking for the proc_dev return value in the way originally intended.
24 years ago
freesource
86ff0a8eea
Updated Alt-S to Alt-A for error messages for save_as.
24 years ago
freesource
6da033c5e6
This comments out some code which broke the yard box when the default
/dev/fd0 wasn't available. This check is unecessary, since it is handled in
other places.
24 years ago
freesource
1ded9fbb1b
This makes sure that root filename is current when the ars is closed and
reopened, and also updates $ars->{filename} to the current $entry_advanced[4].
24 years ago
freesource
52fbcbfaff
Makes the submit button the default for the replacements box.
24 years ago
freesource
04e2351a58
And this removes a breaker point.
24 years ago
freesource
dbee69230f
Cool, that should cover it for the ssearch for now. It has netscape-like
behavior with some konqueror-like enhancements.
24 years ago
freesource
e9979b17d3
A little more tweaking so that $offset is undef when search_window closes.
24 years ago
freesource
e48e66e93a
This finishes search backwards for both Esc && Return .. all that is left is
issuing an error when nothing is found and search ne undef.
24 years ago
freesource
e639d5c69e
Cancel working nicely for index .. Esc && Return, too.
24 years ago
freesource
6ff0be05d9
Creating a search box is a lesson in study, and finding bugs in other programs.
24 years ago
freesource
aff16e7b76
A bug fix where keywords weren't changing because of the prior effeciency
add-on for tr///.
24 years ago
freesource
50b04ef3a5
Getting closer, modal transient window is half there.
24 years ago
freesource
b347463546
Search window stays on top now thanks to
search_window->set_transient_for(leader_window)
24 years ago
freesource
c2d142e96a
This changes the default behavior of search, file_system, and replacements to
not close when the shortcuts or menu are used after they are visible .. they can
only be closed from the their own actual window. This is traditional UI.
24 years ago
freesource
027b932f24
search_window is destroyed when yard_window is which clears the buffer.
24 years ago
freesource
5a51b1f26c
This enhances the search box, so it remembers and highlights the last search
text entered.
24 years ago
freesource
a43ab55b66
This makes the insensitive search more effecient by not continuously invocating
tr///.
24 years ago
freesource
acbb8bb20f
Had case sensitive and case insensitive backwards.
24 years ago
freesource
f06430c4c8
Now case-insensitive works. Everything works, but a dialog which pops up when
the end or beginning has been reached, and another dialog when nothing is found.
24 years ago
freesource
e1834f63b1
Search is getting there.
24 years ago
freesource
f147d66954
This is experimental stuff with the search. It would be nice to figure out how
to have mouse-like selection, but for now color is just inserted.
24 years ago
freesource
987611be9f
Updates the shortcut text.
24 years ago
freesource
5c93200bda
This changes the shortcuts a little .. save_as to Alt-a, and search to Alt-s.
24 years ago
freesource
92d86afc80
The search box is built. There are unitialized values oocurring in the main
Gtk loop when looking at signal types, but the start if the basic infrastructure
is there.
24 years ago
freesource
f1253fb29e
Enhanced the text for device size for SIZE.
24 years ago
freesource
df8b6f1f20
Renames the Method -> lilo method to 2 disk compression. It should be noted
that presently lilo() is the default and the value for METHOD isn't checked
since only one bott method is presently provided.
24 years ago
freesource
6f18881add
This makes the save_as text more clear to the user.
24 years ago
freesource
695738d932
This improves the save_as function and makes it like the one in gbootroot, so
that it keeps checking that the entry isn't an existing file, before it only
checked once.
24 years ago
freesource
b05e0a4262
This writes the save_as to $entry3.
24 years ago
freesource
1246ce1aba
Save in ABS working to specs.
24 years ago
freesource
323c1c2f14
Improves the text for save_as dialog.
24 years ago
freesource
8d8bc72d4c
This improves the Abort text for the uml box. Checks in ARS to see whether the
root_fs already exists in the archive, almost have it working properly.
24 years ago
freesource
f420f43f82
custom_err will work properly now because Yard:: is now BootRoot::Yard::
24 years ago
freesource
54add2136a
These adds to the previous correct by not allowing linked or unwrittable files
to be written .. ofcourse how could an unwrittable file be written?
24 years ago
freesource
13932faa43
This shows the title of the template, and save_as won't permit save_as self,
and checks when another existing file is being written over.
24 years ago
freesource
397d25cfc4
Explains better how to use Abort on the Uml Box.
24 years ago
freesource
06656328f5
Removed some unneccessay logic, and scripts tells when complete.
24 years ago
freesource
01cb23d3d7
* This makes -> literal, before it was backwards. So /bin/sh -> bash works,
before it had to be /bin/bash -> /bin/sh, so now the ls -l interpretation
is correct.
* Fixes unitialized values in onto_proc_filesystem.
24 years ago
freesource
e140b6bc50
Another initial check, and tested.
24 years ago
freesource
1240220bc3
Now this works even if gbootroot hasn't been invocated first.
24 years ago