diff --git a/ChangeLog b/ChangeLog index 44d6664..362d9b5 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,16 @@ +============================================================================= +Flenser project +============================================================================= + +flenser-3.2.0 [Feb 28, 2025] + ++- Forked from dillo. + - Most dillo docs are (and will) remain unchanged. + - This means that it's called "dillo" in the code and other places. + - The coding style and related guides are hereby "abolished". + - The general architecture of modules and such will remain unchanged for now. + - I'll start by moving to smart pointers and RAII anywhere I can. + ============================================================================= Dillo project ============================================================================= diff --git a/Doxyfile b/Doxyfile index 7f4ed55..074ce1d 100644 --- a/Doxyfile +++ b/Doxyfile @@ -32,7 +32,7 @@ DOXYFILE_ENCODING = UTF-8 # title of most generated pages and in a few other places. # The default value is: My Project. -PROJECT_NAME = Dillo +PROJECT_NAME = Flenser # The PROJECT_NUMBER tag can be used to enter a project or revision number. This # could be handy for archiving the generated documentation or if some version diff --git a/dillo.desktop b/dillo.desktop index 57cdfe7..0341c58 100644 --- a/dillo.desktop +++ b/dillo.desktop @@ -1,6 +1,6 @@ [Desktop Entry] GenericName=Web Browser -Name=Dillo +Name=Flenser Comment=Fast and small graphical web browser MimeType=text/html;text/xml;application/xhtml+xml;x-scheme-handler/http;x-scheme-handler/https; Exec=dillo %U diff --git a/dpi/downloads.cc b/dpi/downloads.cc index cc6f445..0b8c23b 100644 --- a/dpi/downloads.cc +++ b/dpi/downloads.cc @@ -920,7 +920,7 @@ static void dlwin_esc_cb(Fl_Widget *, void *) "ABORT them and EXIT anyway?"; if (dl_win && dl_win->num_running() > 0) { - fl_message_title("Dillo Downloads: Abort downloads?"); + fl_message_title("Flenser Downloads: Abort downloads?"); int ch = fl_choice("%s", "Cancel", "*No", "Yes", msg); if (ch == 0 || ch == 1) return; @@ -1048,7 +1048,7 @@ DLWin::DLWin(int ww, int wh) { mDList = new DLItemList(); // Create the empty main window - mWin = new Fl_Window(ww, wh, "Dillo Downloads"); + mWin = new Fl_Window(ww, wh, "Flenser Downloads"); mWin->begin(); mScroll = new DlScroll(0,0,ww,wh); mScroll->begin(); @@ -1067,7 +1067,7 @@ DLWin::DLWin(int ww, int wh) { sigaddset(&mask_sigchld, SIGCHLD); est_sigchld(); - fl_message_title_default("Dillo Downloads: Message"); + fl_message_title_default("Flenser Downloads: Message"); // Set the cleanup timeout Fl::add_timeout(1.0, cleanup_cb, mDList); diff --git a/dpi/hello.c b/dpi/hello.c index c8ea487..3d480d8 100644 --- a/dpi/hello.c +++ b/dpi/hello.c @@ -92,7 +92,7 @@ int main(void) /* NOTE: you can send less alternatives (e.g. only alt1 and alt2) */ d_cmd = a_Dpip_build_cmd( "cmd=%s title=%s msg=%s alt1=%s alt2=%s alt3=%s alt4=%s alt5=%s", - "dialog", "Dillo: Hello", "Do you want to see the hello page?", + "dialog", "Flenser: Hello", "Do you want to see the hello page?", choice[1], choice[2], choice[3], choice[4], choice[5]); a_Dpip_dsh_write_str(sh, 1, d_cmd); dFree(d_cmd); diff --git a/src/IO/about.c b/src/IO/about.c index 6fda2f8..f22d992 100644 --- a/src/IO/about.c +++ b/src/IO/about.c @@ -39,7 +39,7 @@ const char *const AboutSplash= "\n" "
Welcome to Dillo " VERSION ", a small and fast graphical web browser. To\n" +"
Welcome to Flenser " VERSION ", a small and fast graphical web browser. To\n"
"access the help click the question mark button ?
in the top\n"
"right corner at any time. Here are some tips to get you started:
~/.dillo/dillorc
.See more details in the\n" -"Dillo website.
\n" -"\n" "\n" "