📄 changelog
字号:
* Set Ctrl-Q to close window and Alt-Q to quit. * Devised an abstract model for parsing, wrote it into HtmlParser.txt and made dillo compliant with it! * Fixed CR/LF entities parsing inside <PRE> (BUG#188) * Added an error message for unsupported protocols (BUG#226) * Removed some warnings detected with different gcc versions. Patches: Jorge Arellanodillo-0.6.1 [Sep 13, 2001] - * Changed calculation of shaded colors. * Eliminated redundant code when drawing background colors. * Fixed a bug in DwStyle drawing functions. * Fixed a bug in Dw_page_calc_widget_size. * Some changes for <hr> (also BUG#168). * Added <tr> backgrounds. Patches: Sebastian Geerken - * Added support for hexadecimal character references, as ¡ (BUG#183) Patch: Liam Quinn - * Replaced atoi(3) calls with strtol(3). * Made path comparison case sensitive in a_Url_cmp. Patches: Livio Baldini - * Added a tiny handler for <DIV> Patch: Robert J. Thomson - * Fixed a segfault source in color parsing, and extended it a bit. Patch: Scott Cooper, Jorge Arellano - * Removed a leak with the DilloImage structure (when image is not found). * Fixed (and made faster) Url_str_resolve_relative (BUG#194) Patch: Jorge Arellano, Livio Baldini - * Added parsing support for %HexHex escape sequences in file URIs Patch: Jorge Arellano, Livio Baldini, Agust韓 Ferr韓 :) - * Implemented Ctrl-W (close window) (BUG#87) Patch: Jorge Arellano, Martynas Jocius - * Fixed a segfault when dillo cannot access ~/.dillo for some reason. Patch: Jorge Arellano, Amit Vainsencher - * Fixed the segfault from untrue Content-Length in HTTP header (BUG#187) * Fixed closing an active browser window from the window manager (bug#91) * Eliminated anchors from HTTP queries (BUG#195) * Fixed the repeated reload segfault (BUG#69) * Updated some docs in doc/ dir. * Added a keyed-list ADT (klist.[ch]) * Removed a segfault source in dns.c. * Massive changes in Cache module: redesigned the external and internal API, implemented new methods, changed several algorithms, removed transitory and obsoleted code, removed a segfault source and improved CCC operations. * Changes in Http module: extended error handling, improved abort sequences, and added code that's aware of race conditions (based on klist ADT). * Uniformed CCC start operation in IO, http and cache modules. Patches: Jorge Arellanodillo-0.6.0 [July 31, 2001] - * Fixed a bunch of memory leaks! * Fixed links on pages with only one line, tuned text-entries size and fixed the HTTP header problem (BUG#180) Patches: J鰎gen Viksell - * Improved dialogs handling: find_text, view_source, open_url, open_file, save_link and save_page (also removed a leak here). Patches: Jorge Arellano, J鰎gen Viksell - * Modified GtkDwScrolledWindow and GtkDwViewport, now scrollbars work much better. This also fixes of the wrong viewport length (BUG#137). * Implemented tables! (incomplete) - Changes in Dw: DwTable and DwWidget::get_extremes. - html.c: extended DilloHtmlState, added code for table parsing, moved some attributes from DwPage into the HTML linkblock. * Restructured code for image maps (works now with tables). * Removed "alt" attribute from <a> tag (no standard). * Fixed a bug in a_Url_dup. * Extended Dw events: leave_notify_event is now called for more widgets. * Extended DwPage and DwImage signal "link_entered". * Extended DwStyle by CSS-style boxes, background colors and border_spacing: - Implemented borders around image links (BUG#169). * Fixed the wrong PNG background? (BUG#172) * Corrected handling of styles by the html parser. * Added alternative, "fast" resizing method. * Added a simple possibility to scroll long option menus (BUG#158) * Added backing pixmap, this prevents flickering (BUG#174). * Changes and extensions in handling lenghts, see doc/DwStyle.txt. * Added option "limit_text_width". Patches: Sebastian Geerken - * Added nowrap attribute to DwStyle, and applied it to <pre> (BUG#134), <td> and <th>. Patch: J鰎gen Viksell, Sebastian Geerken - * Added a_List_resize to list.h methods. * Added debug.h to standarize debugging messages. Patches: Sebastian Geerken, Jorge Arellano - * Added file selection while saving pages or links. Patch: Livio Baldini - * Added a few 'const', a missing header and some strength reductions. Patch: Aaron Lehmann - * Made dillo to also check '/etc/dillorc' for options. Patch: Eduardo Marcel Ma鏰n, Jorge Arellano - * Made a help page, and linked it to 'about:help' (BUG#72) Patch: Jorge Arellano, Kristian A. Rink - * Added an "alt" camp to DilloUrl * Fixed the linkblock memory-leak (BUG#163) * Fixed local file loading from the command line (BUG#164) * Fixed server-side image maps support (BUG#165) * Added code for accel-keys on toolbar buttons * Fixed the segfault with unconnected servers (BUG#170) * Fixed the open HTTP-sockets problem (BUG#171) * Reimplemented the low-level file descriptor handling with GIOChannels (and dillo became even faster!) * Made reload-button to request an end-to-end reload (BUG#64) * Fixed the multiple-POST problem, and added a confirmation dialog (BUG#175) * Finished fixing the repeated link-click problem (BUG#74) * Misc: rewrote the 'about:splash' method, tuned DwPage for minimal memory usage, improved a_Color_parse and Html_read_coords, cleaned-up popup-menus and linkblock initialization, eliminated a lock-source in Html_parse_length. * Added DEBUG_HTML_MSG macro for invalid HTML messages. * Fixed the nav-stack (and multiple #anchors) problem (BUG#177) * Added code to avoid segfaults with unhandled MIME types. * Fixed dns.c from solving the same address on different channels (BUG#178) * Improved error handling and extended the CCC scope! (mainly HTTP). * Fixed a Dw-leak that was affecting: hr, bullets, images, tables (&pages)! * Made several cleanups and added/fixed comments in various places. * Reimplemented find-text with a faster algorithm and extended semantics!! * Fixed some oddities with our autoconf stuff. Patches: Jorge Arellanodillo-0.5.1 [May 30, 2001] - * Designed a new URL handling scheme, and integrated it throughout the code! Patch: Livio Baldini, Jorge Arellano - * Removed a significative memory leak in dw_page. * Added support for EAGAIN in IO.c Patches: Livio Baldini - * Removed 6 memory leaks! (of varying significance) Patches: J鰎gen Viksell - * Fixed a bug in DwPage (BUG#162, crash when clicking on links). * Removed a_Dw_gtk_viewport_queue_anchor and related code (becomes obsolete with the new URL handling scheme). * Speed-optimized key moving in GtkDwScrolledFrame (no more blocking). * Fixed two memory leaks, in Dw_style_color_remove, and Dw_style_font_remove. Patches: Sebastian Geerken - * Implemented the splash screen with "about:" (No more splash-file saving!) * Set all pthreads to run in detached state. * Reworked dillo's interface so now there're six options; available by changing 'panel_size' and the new 'small_icons' in dillorc. * Removed a minor leak in dns.c and a wild-deallocation source. Patches: Jorge Arellanodillo-0.5.0 [May 10, 2001] - * Implemented <IMG> ALT as tooltip. * Fixed bug #135 (incorrect update of statusbar when leaving "ismap" img). Patches: Livio Baldini, Sebastian Geerken - * Completed image scaling (BUG#75). Patch: Sebastian Geerken, Jorge Arellano - * Fixed proxy support (BUG#150). Patch: Livio Baldini - * Fixed two bugs in the Dw event handling. * Fixed bugs in DwEmbedGtk and GtkDwViewport: idle functions are now removed properly. * Fixed bug in DwEmbedGtk (added call of parent_class->destroy). * Moved DwPageAttr into a new submodule (DwStyle). - Applied DwStyle to DwBullet (BUG#146). - Implemented immediate changing of link color provisionally (BUG#152). * Fixed positioning of headers (half of BUG#118). * Fixed rendering of <b><i> and <i><b> (BUG#145). * Fixed unrecognized dillorc text_color setting (BUG#151). Patches: Sebastian Geerken - * Changed word/line structure of DwPage * Improved FORM sending (standar name/value submits) and processing; added READONLY, SIZE, MAXLENGTH attributes, type=BUTTON and some cleanups * Fixed VERBATIM parsing mode (BUG#130) * Fixed a bug in calculating the page width (BUG#136) Patches: J鰎gen Viksell - * Added a dillorc option to set the location entry within the menu bar. Patch: Eric Gaudet - * Integrated some modifications to ease compiling on GNU Darwin. * Added support for leading whitespaces in HREF (BUG#120) * Fixed anchor's hash_table and a few more quirks (were warnings on Alpha) * Fixed entities parsing in URI attributes (BUG#114) * Fixed stop button's sensitivity on plain files (BUG#142) * Made filesize more accurate on directory listings (BUG#143) * Introduced the new Concomitant Control Chain (CCC) design! - All the way in the quering branch - Halfway in the answering branch - Introduced more error handling and status messages - Started implementing error control using the CCC! - Fixed too much caching (BUG#84) - Fixed a CPU hog error condition (BUG#144) - Eliminated the segfault from outdated dns answers (BUG#140) - Fixed repeated Back (faster than rendering) segfault. * Cleaned the header include files * Incremented the valid-charset for dillorc identifiers (BUG#149) * Added support for unterminated quotation of attribute values (BUG#155) Patches: Jorge Arellanodillo-0.4.0 [March 3, 2001] - * Rewrote most of the Dw module from scratch: - Page widget: ported, added support for relative sizes of widgets, and changed behaviour for pressing button 2 on a link. - Removed the now unnecessary event boxes for check and radio buttons. - Modified the code outside to use new Dw. * Started to implement relative sizes for images (in html.c) * Implemented attributes WIDTH, SIZE and NOSHADE of the <hr> tag. * Added focus adjustment for selection lists (<SELECT>) * Implemented TAB, Shift+TAB navigation in FORMS (BUG#86) Patches: Sebastian Geerken - * Included a scaling font_factor into dillorc! Patch: Bruno Widmann - * Fixed bugs #125 and #129 (menu item focus and radio reset in forms) Patch: J鰎gen Viksell - * Added code to ignore anything inside STYLE tags. Patch: Mark McLoughlin - * Implemented image rendering based on GdkRGB and DwImage! * Fixed 4 bit color planes support, cleaned the image code, removed a few leaks and added documentation (Images.txt). * Ported every patch from 0.3.2 to 0.4.0 Patches: Jorge Arellanodillo-0.3.2 [February 22, 2001] - * Added the option to use oblique font instead of italic (dillorc) Patch: Eric Gaudet, Sebastian Geerken, Jorge Arellano - * Changed Dw_page_find_line_index to use a binary search Patch: Eric Gaudet, Jorge Arellano - * Added a visual hint for visited links (BUG#117) * Repaired the dillorc parser to skip unknown symbols (BUG#119) Patch: Eric Gaudet - * Fixed the segfault for controls outside FORM and SELECT elements (BUG#121) Patch: Eric Gaudet, J鰎gen Viksell - * Added support for SUB and SUP tags (BUG#115) Patch: J鰎gen Viksell - * Added a geometry directive to dillorc (sets initial browser size) Patch: Livio Baldini, Jorge Arellano - * Fixed bookmarks loading in new browser windows (BUG#110) * Included a workaround for BUG#71 Patch: Livio Baldini - * Fixed a CPU hog when clicking ftp URLs (BUG#123) * Set a 64 bytes threshold on pagemark headers Patch: Jorge Arellano - * Added check for negative image sizes. Patch: Livio Baldini, Sebastian Geerkendillo-0.3.1 [December 22, 2000] - * Implemented basic Find-text functionality Patch: Sam Dennis, Sebastian Geerken, Allan Clark and Jorge Arellano :-) - * Implemented "Pagemarks" (Kind of a headings-based page index!) Patch: Sebastian Geerken and Eric Gaudet - * Fixed nested-lists numbering, and added support for "type" (BUG#76) * Added support for image maps, both usemap and ismap! (BUG#27) * Set "on" as default value for check boxes Patch: Eric Gaudet, Jorge Arellano - * Added "Copy link location" to the link menu Patch: Eric Gaudet - * Removed redundant functions from misc.c * Added support for BASE, CODE, DFN, KBD, SAMP and VAR tags (BUG#106) * Added support for TAB characters in plain text files (BUG#112) Patches: J鰎gen Viksell, Jorge Arellano - * Fixed a_Url_squeeze (BUG#100) Patch: Livio Baldini, Jorge Arellano - * Added gamma support and basic transparency for PNG images (BUG#60) * Moved menu_popup into the 'bw' structure (BUG#96) * Fixed the gif decoder to get image size from the right place (BUG#98) * Made the new browser window size the same as the parent (BUG#55) Patch: Livio Baldini - * Added support for ISINDEX method (BUG#15) Patch: Sam Dennis - * Added support for bare '<' character parsing * Removed every sign-conflict warnings given by gcc with '-W -Wall' * Fixed several identation problems (rendering) * Implemented "Save link as" (link menu) * Removed the subtle bug that used to segfault when deleting and processing queue clients at the same time (BUG#111). * + Some comments, cleanups, size reductions, minor optimizations etc. Patches: Jorge Arellano Ciddillo-0.3.0 [November 13, 2000](Lots of patches are pending!) - * Added support for <strike>, <s>, <del> and <u> tags. Patch: J鰎gen Viksell - * Fixed a bug in #anchors code Patch: Sebastian Geerken - * Parsed text between script tags, out of the rendering part. * Added support for decimal entities that start with 0. * Added some comments to html.c Patches: Sean 'Shaleh' Perry - * Added support for corrupted png images (avoids segfaults!) Patch: Eric Gaudet, Jorge Arellano - * Fixed empty title bookmarking (BUG#85 and #88) Patch: Livio
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -