Commit Graph

  • 70fe8a1d5f [project @ 2005-06-21 23:45:32 by bursa] Add Dutch translation. James Bursa 2005-06-21 23:45:32 +0000
  • 51c8c043ee [project @ 2005-06-21 23:38:48 by bursa] Fix doctype. James Bursa 2005-06-21 23:38:48 +0000
  • bae9be351a [project @ 2005-06-21 22:44:12 by bursa] Dutch translation of intro page (Simon Voortman and Gerard van Katwijk). Add link to other language intro pages. James Bursa 2005-06-21 22:44:12 +0000
  • dd72319ed7 [project @ 2005-06-21 22:37:49 by bursa] Dutch translation of NetSurf interface, by Simon Voortman and Gerard van Katwijk. James Bursa 2005-06-21 22:37:49 +0000
  • 552bc56f12 [project @ 2005-06-21 15:20:26 by tlsa] Update Welcome page. Michael Drake 2005-06-21 15:20:26 +0000
  • 5aa0aad59f [project @ 2005-06-21 14:19:59 by rjw] Add in filename provider. Richard Wilson 2005-06-21 14:19:59 +0000
  • 523eb55a24 [project @ 2005-06-21 14:17:51 by rjw] Unique filename provider. Richard Wilson 2005-06-21 14:17:51 +0000
  • 44ef42de34 [project @ 2005-06-13 20:49:23 by rjw] Updated Tinct header file. Richard Wilson 2005-06-13 20:49:23 +0000
  • c3b1d286c3 [project @ 2005-06-13 20:41:28 by rjw] Only reset hotlist statistics for selected items Richard Wilson 2005-06-13 20:41:28 +0000
  • ea6f3f8812 [project @ 2005-06-09 18:37:27 by adrianl] Prevent checksum code traversing submenu dialogues Adrian Lees 2005-06-09 18:37:27 +0000
  • 84f274f215 [project @ 2005-06-07 22:52:56 by bursa] Fix bug causing an extra line to be inserted for <br> at the end of a paragraph. James Bursa 2005-06-07 22:52:56 +0000
  • c0fce75798 [project @ 2005-06-07 21:58:17 by jmb] Fix stupid assertions. John Mark Bell 2005-06-07 21:58:17 +0000
  • 0bcfdbeb50 [project @ 2005-06-07 21:29:26 by jmb] Lose cnv_str_local_enc and friends. UTF-8 conversion functions now return an enumerated type allowing for fallbacks, if appropriate. John Mark Bell 2005-06-07 21:29:26 +0000
  • be6a75509d [project @ 2005-06-07 16:35:13 by jmb] Convert status bar text to local encoding. Fixes bug 1215998 John Mark Bell 2005-06-07 16:35:13 +0000
  • 57b68bd933 [project @ 2005-06-05 20:54:37 by bursa] More work on borders / padding / margins on inline elements. Add BOX_INLINE_END to hold the right border / padding / margin (left is in the BOX_INLINE). James Bursa 2005-06-05 20:54:37 +0000
  • 99a483dd7b [project @ 2005-06-04 12:12:38 by bursa] Fix text-decoration and borders on inline elements by replacing inline_parent in box structure with end_inline_children. James Bursa 2005-06-04 12:12:38 +0000
  • b2918fc57b [project @ 2005-05-25 23:06:26 by jmb] Fix textarea submission John Mark Bell 2005-05-25 23:06:26 +0000
  • d2fb8ffd97 [project @ 2005-05-25 17:37:54 by bursa] Updated French translation by Jerome Mathevet. James Bursa 2005-05-25 17:37:54 +0000
  • 6e911d924e [project @ 2005-05-24 21:07:52 by tlsa] Remove border from input images. Michael Drake 2005-05-24 21:07:52 +0000
  • 0e894ca80b [project @ 2005-05-24 20:22:14 by bursa] Remove unnecessary include. James Bursa 2005-05-24 20:22:14 +0000
  • 69d6e0685f [project @ 2005-05-24 20:21:47 by bursa] Convert remaining BOX_INLINEs in forms to BOX_TEXT. James Bursa 2005-05-24 20:21:47 +0000
  • fd99b1e906 [project @ 2005-05-23 22:27:37 by jmb] Tighten up entry conditions John Mark Bell 2005-05-23 22:27:37 +0000
  • e2fb0a94cd [project @ 2005-05-23 22:14:09 by bursa] Start to implement borders on inline elements. Note: borders of form controls are rendered incorrectly (text boxes in form controls need changing from INLINE to TEXT). James Bursa 2005-05-23 22:14:09 +0000
  • 2714ddd459 [project @ 2005-05-22 22:16:00 by jmb] Fix inversion of overline and line-through plot offsets John Mark Bell 2005-05-22 22:16:00 +0000
  • 22640f85e0 [project @ 2005-05-22 21:50:14 by bursa] Add BOX_TEXT type to distinguish boxes which came from an inline element to boxes which came from a text node. Add inline_parent pointer to box structure. Rewrite text-decoration support to take advantage of the new data (line colours are now correct). Note: there is a clipping issue in redraw. James Bursa 2005-05-22 21:50:14 +0000
  • 48d1759374 [project @ 2005-05-22 19:09:43 by bursa] Fix crash due to uninitialised variable. James Bursa 2005-05-22 19:09:43 +0000
  • 6bf7e4a318 [project @ 2005-05-22 12:44:44 by bursa] Fix crash when stylesheets fail to load. James Bursa 2005-05-22 12:44:44 +0000
  • ff74a126f7 [project @ 2005-05-21 23:30:19 by bursa] Improve selector specificity support by adding "working stylesheets" with pre-sorted lists of rules. This also simplifies css_get_style(). The stylesheet origin is now encoded in the specificity. Improve output of css_dump_style(). James Bursa 2005-05-21 23:30:19 +0000
  • 9edb2fb92c [project @ 2005-05-21 20:29:43 by jmb] Remove base tags from output document as they have no meaning. John Mark Bell 2005-05-21 20:29:43 +0000
  • 2233db5b7d [project @ 2005-05-21 15:59:19 by jmb] Fix encoding handling when full saving John Mark Bell 2005-05-21 15:59:19 +0000
  • d8608af812 [project @ 2005-05-17 23:46:36 by rjw] Make long theme names work on old filesystems. Richard Wilson 2005-05-17 23:46:36 +0000
  • 9702484306 [project @ 2005-05-17 23:25:32 by rjw] Don't allow things to be scheduled twice. Richard Wilson 2005-05-17 23:25:32 +0000
  • 642a3d62f2 [project @ 2005-05-16 00:55:43 by jmb] Fix issue with erroneously appending a space to the end of every line of textarea input - should we actually be examining box->space here, instead? John Mark Bell 2005-05-16 00:55:43 +0000
  • 4a80b3cccf [project @ 2005-05-15 17:37:00 by jmb] Fix read from NULL pointer John Mark Bell 2005-05-15 17:37:00 +0000
  • cfa4abed97 [project @ 2005-05-14 16:13:36 by rjw] Recognise that current_gui may me NULL on menu selection if gui_multitask has been called. Richard Wilson 2005-05-14 16:13:36 +0000
  • 659b42ca56 [project @ 2005-05-14 12:16:50 by bursa] Updated bundle of SSL CA Root certificates. Removed human-readable certs to reduce size. James Bursa 2005-05-14 12:16:50 +0000
  • 5137041fed [project @ 2005-05-11 20:33:25 by bursa] Remove no longer used memory pool code. James Bursa 2005-05-11 20:33:25 +0000
  • 6257ee1fec [project @ 2005-05-11 02:03:15 by jmb] Correctly handle submitting forms via pressing return in a text input (the first declared submit button should be used) John Mark Bell 2005-05-11 02:03:15 +0000
  • 303f214df7 [project @ 2005-05-11 01:34:41 by rjw] Fix for default checkbox submit value. Richard Wilson 2005-05-11 01:34:41 +0000
  • 04ac7d63f9 [project @ 2005-05-11 00:54:56 by rjw] Remove redundant code. Improve rendering of hr elements. Richard Wilson 2005-05-11 00:54:56 +0000
  • 759ff816db [project @ 2005-05-10 22:49:41 by rjw] Implement RETURN for search and open url dialogs. Add recent URL menu to open url dialog. Richard Wilson 2005-05-10 22:49:41 +0000
  • 7fda82f778 [project @ 2005-05-06 19:40:50 by tlsa] Update SharedUnixLibrary URL. Michael Drake 2005-05-06 19:40:50 +0000
  • 6b97608234 [project @ 2005-05-05 17:04:55 by tlsa] Updated French resources by Jerome Mathevet. Michael Drake 2005-05-05 17:04:55 +0000
  • 9ccfab8705 [project @ 2005-05-04 21:00:59 by bursa] Fix debug build. James Bursa 2005-05-04 21:00:59 +0000
  • f21abddae3 [project @ 2005-05-03 21:56:20 by rjw] Fix tree menu selection/deletion bug Richard Wilson 2005-05-03 21:56:20 +0000
  • ab4dabe252 [project @ 2005-05-03 21:55:42 by rjw] Fix tree menu quirk. Richard Wilson 2005-05-03 21:55:42 +0000
  • 1b46d8f35e [project @ 2005-05-02 22:12:53 by adrianl] Fix Ctrl-Del and implement Home Adrian Lees 2005-05-02 22:12:53 +0000
  • 4ad8d7511f [project @ 2005-05-02 02:17:06 by adrianl] Fix title bar focus colour for query window Adrian Lees 2005-05-02 02:17:06 +0000
  • 887ba25900 [project @ 2005-05-02 02:09:54 by adrianl] Fix abort/quit confirmation; keyboard operation in download windows; allow spaces in filenames Adrian Lees 2005-05-02 02:11:06 +0000
  • 79c3c60a19 [project @ 2005-05-01 22:20:40 by jmb] Work around invalid Content-Type headers John Mark Bell 2005-05-01 22:20:40 +0000
  • 03810e4b6c [project @ 2005-04-30 17:11:24 by bursa] Check box->background before using box->background->bitmap. James Bursa 2005-04-30 17:11:24 +0000
  • e22f12e223 [project @ 2005-04-30 14:38:43 by adrianl] Hide non-functional Help button Adrian Lees 2005-04-30 14:38:43 +0000
  • b05bef4a61 [project @ 2005-04-30 14:31:48 by bursa] Fix bug in url_up_re which caused /xy/../ not to be recognised when xy was 2 characters. Add defines for match part numbers. Simplify part 6(g) of url_join(). James Bursa 2005-04-30 14:31:48 +0000
  • 99bdcf4d1c [project @ 2005-04-29 21:56:53 by tlsa] Updated German resources by Sebastian Barthel. Michael Drake 2005-04-29 21:56:53 +0000
  • 404b580721 [project @ 2005-04-29 10:47:35 by rjw] Updated Tinct headers Richard Wilson 2005-04-29 10:47:35 +0000
  • 044a3a3f74 [project @ 2005-04-29 05:58:25 by rjw] Only enable Find Text when we should. Richard Wilson 2005-04-29 05:58:25 +0000
  • ea9bfd8f22 [project @ 2005-04-29 05:50:00 by rjw] Fix theme installation Richard Wilson 2005-04-29 05:50:00 +0000
  • ec9db1d6af [project @ 2005-04-29 01:35:52 by rjw] Only initialise canvases if we need to. Richard Wilson 2005-04-29 01:35:52 +0000
  • 683892f9db [project @ 2005-04-29 01:34:19 by rjw] Improve table rendering. Richard Wilson 2005-04-29 01:34:19 +0000
  • 0d54ba24d4 [project @ 2005-04-29 01:33:50 by rjw] Correctly respect tr heights Richard Wilson 2005-04-29 01:33:50 +0000
  • 096eac7197 [project @ 2005-04-28 17:15:29 by rjw] Don't rebuild SELECT menus on Adjust clicks. Richard Wilson 2005-04-28 17:15:29 +0000
  • f0dc9a3294 [project @ 2005-04-28 15:57:07 by rjw] Unbreak HTML table border specification. Richard Wilson 2005-04-28 15:57:07 +0000
  • 240f15b692 [project @ 2005-04-28 02:35:03 by rjw] HTML border attributes have lower priority that CSS values (fix osnews). Disable tr height minimum value usage for now. Richard Wilson 2005-04-28 02:35:03 +0000
  • 7525f1dc31 [project @ 2005-04-28 01:50:55 by rjw] Respect minimum height for tr. Richard Wilson 2005-04-28 01:50:55 +0000
  • 991b660eea [project @ 2005-04-28 01:17:52 by rjw] Translate hspace/vspace to CSS margin values. Richard Wilson 2005-04-28 01:17:52 +0000
  • a174282e08 [project @ 2005-04-28 01:05:40 by rjw] Fix incorrect menu preperation. Richard Wilson 2005-04-28 01:05:40 +0000
  • b83f2c20b6 [project @ 2005-04-27 20:48:55 by rjw] Don't close when other windows are resized. Richard Wilson 2005-04-27 20:48:55 +0000
  • 9ec5af9a0f [project @ 2005-04-27 19:24:46 by tlsa] Update about page. Michael Drake 2005-04-27 19:24:46 +0000
  • ee8b6f0628 [project @ 2005-04-27 19:13:30 by bursa] Fix cellpadding="0". James Bursa 2005-04-27 19:13:30 +0000
  • 019043df82 [project @ 2005-04-27 00:02:02 by rjw] Remove NULL read for no matching URLs Richard Wilson 2005-04-27 00:02:02 +0000
  • 8a85a57965 [project @ 2005-04-27 00:01:17 by rjw] Improve the speed of URL matching Richard Wilson 2005-04-27 00:01:17 +0000
  • 808298b242 [project @ 2005-04-26 13:36:21 by tlsa] Increase default cellspacing to 2px and provide 1px default cellpadding. Michael Drake 2005-04-26 13:36:21 +0000
  • cf1d79f389 [project @ 2005-04-25 20:58:22 by jmb] Fix GTK build John Mark Bell 2005-04-25 20:58:22 +0000
  • 8c21386b00 [project @ 2005-04-24 21:49:28 by jmb] Fix invalid reads from freed data. John Mark Bell 2005-04-24 21:49:28 +0000
  • a051b36ae7 [project @ 2005-04-23 22:26:05 by jmb] Make url_join match the spec - see http://www.ics.uci.edu/~fielding/url/test1.html for testcases. John Mark Bell 2005-04-23 22:26:05 +0000
  • ff64a0f990 [project @ 2005-04-23 09:24:28 by tlsa] Grammatical change to QuitDownload query. Michael Drake 2005-04-23 09:24:28 +0000
  • 3b8c4a8e27 [project @ 2005-04-23 02:59:12 by adrianl] Download abort/quit confirmation Adrian Lees 2005-04-23 03:00:05 +0000
  • 9c1cb7bb2d [project @ 2005-04-23 02:58:27 by adrianl] Query windows, desktop save protocol, confirm abort/quit when downloads in progress Adrian Lees 2005-04-23 02:58:27 +0000
  • 3d067e2fd6 [project @ 2005-04-23 02:56:14 by adrianl] Query windows Adrian Lees 2005-04-23 02:56:14 +0000
  • 1e673368d1 [project @ 2005-04-22 00:58:05 by adrianl] No selection when searching on non-html content Adrian Lees 2005-04-22 00:58:05 +0000
  • 8da644f442 [project @ 2005-04-21 21:36:23 by adrianl] Dragging URLs into toolbar URL icon; keyboard actions in textareas conform to Wimp's icon editing; display of scale % fixed for 120% Adrian Lees 2005-04-21 21:36:23 +0000
  • d736b3d3e5 [project @ 2005-04-20 23:22:49 by rjw] Remove background blending option, fix tree menu bug. Richard Wilson 2005-04-20 23:22:49 +0000
  • 05869d79be [project @ 2005-04-20 12:30:59 by adrianl] Reintroduced NDEBUG Adrian Lees 2005-04-20 12:30:59 +0000
  • 31c659a2ea [project @ 2005-04-20 12:24:41 by adrianl] text import from global clipboard, other apps & files and additional keys for editing text in textareas Adrian Lees 2005-04-20 12:24:41 +0000
  • a01210941b [project @ 2005-04-20 03:58:40 by rjw] Fix parsing of 0 values without a unit for background-position and font-size. Richard Wilson 2005-04-20 03:58:40 +0000
  • cfbb8d3f56 [project @ 2005-04-19 22:07:03 by jmb] Now require Iconv (as forms rely on it for charset conversion). Note that version 0.04 is required as this contains fixes for bugs in previous versions. John Mark Bell 2005-04-19 22:07:03 +0000
  • d9575d3bd5 [project @ 2005-04-18 21:40:29 by bursa] Fix bug with redirected contents being reused (as triggered by looping redirects). James Bursa 2005-04-18 21:40:29 +0000
  • 0ebcc1ea1d [project @ 2005-04-18 21:01:38 by tlsa] Put iconbar menu interactive help back in sync with menu. Michael Drake 2005-04-18 21:01:39 +0000
  • 93b5270bc8 [project @ 2005-04-18 12:07:27 by adrianl] Update gtk build before z notices I broke it Adrian Lees 2005-04-18 12:07:27 +0000
  • b72b5032bf [project @ 2005-04-18 11:52:26 by adrianl] Ignore save drags from browser window that remain within window Adrian Lees 2005-04-18 11:52:26 +0000
  • b75fd1a26b [project @ 2005-04-18 00:42:03 by adrianl] Corrected scaling bug introduced by previous change Adrian Lees 2005-04-18 00:42:03 +0000
  • 89d98d0577 [project @ 2005-04-17 23:32:09 by adrianl] better keyboard support for scale and find dialogs Adrian Lees 2005-04-17 23:32:09 +0000
  • f3f63a1cac [project @ 2005-04-17 17:16:44 by bursa] Enable closing windows while the browser is busy. James Bursa 2005-04-17 17:16:44 +0000
  • 2f389b3032 [project @ 2005-04-17 16:56:41 by bursa] Fix frameset code. James Bursa 2005-04-17 16:56:41 +0000
  • b1848eb109 [project @ 2005-04-17 16:42:37 by bursa] Fix null pointer read in box_dump(). James Bursa 2005-04-17 16:42:37 +0000
  • 6af1e81e52 [project @ 2005-04-17 16:42:05 by bursa] Fix the debug and gtk builds. James Bursa 2005-04-17 16:42:05 +0000
  • fb8a9434ef [project @ 2005-04-17 11:10:05 by adrianl] explanatory comment Adrian Lees 2005-04-17 11:10:05 +0000
  • df1b47c612 [project @ 2005-04-17 10:15:52 by bursa] Update debug font functions to new interface. James Bursa 2005-04-17 10:15:52 +0000
  • 9cff88ddd5 [project @ 2005-04-17 04:13:13 by adrianl] Multiple matches per box Adrian Lees 2005-04-17 04:13:13 +0000
  • 452a27e74c [project @ 2005-04-17 03:30:35 by adrianl] Search text highlighting in browser windows Adrian Lees 2005-04-17 03:30:35 +0000