Commit Graph

  • e05db0c28c [project @ 2005-07-24 14:29:32 by bursa] Fix position of certain floats. James Bursa 2005-07-24 14:29:32 +0000
  • 80160f2a07 [project @ 2005-07-24 07:00:47 by adrianl] Search below-right for nearest text when dragging start point of selection Adrian Lees 2005-07-24 07:00:47 +0000
  • 25b2742064 [project @ 2005-07-24 06:13:25 by adrianl] Make selecting text easier by finding the nearest text above-left of the pointer; sort out issues with spaces in copied/saved text Adrian Lees 2005-07-24 06:13:25 +0000
  • eed08b3250 [project @ 2005-07-24 03:13:51 by adrianl] Convert title to local encoding before display Adrian Lees 2005-07-24 03:13:51 +0000
  • f8750d2d4d [project @ 2005-07-24 03:13:33 by adrianl] Correct comment Adrian Lees 2005-07-24 03:13:33 +0000
  • 7cfe74b6dc [project @ 2005-07-23 23:16:52 by adrianl] Use a more appropriate name for saved text selections Adrian Lees 2005-07-23 23:16:53 +0000
  • 70d5160543 [project @ 2005-07-23 22:39:50 by adrianl] Fix crash when drag-saving text selection Adrian Lees 2005-07-23 22:39:50 +0000
  • 97d5fa20f2 [project @ 2005-07-23 20:45:00 by bursa] Fix bug in ro_gui_theme_add_toolbar_icons(). James Bursa 2005-07-23 20:45:00 +0000
  • 253c199d1f [project @ 2005-07-23 20:43:37 by bursa] Rewrite and simplify url_nice() to improve suggested filenames. Add option to keep extensions (no UI currently). James Bursa 2005-07-23 20:43:37 +0000
  • 4e9457bee1 [project @ 2005-07-21 21:48:41 by bursa] Fix layout min max bug with blocks with negative margins. Add assert()s to check that 0 <= min_width <= max_width at the end of each layout_minmax_X() function. James Bursa 2005-07-21 21:48:41 +0000
  • 1a1901d19b [project @ 2005-07-20 23:27:27 by adrianl] 2D scrolling of text areas/frames; First cut at selection in textareas; Further text editing actions (Word left/right; Page up/down; Cut block; Delete line start/end) Adrian Lees 2005-07-20 23:27:28 +0000
  • 5e14874115 [project @ 2005-07-20 22:25:56 by bursa] Fix fixed width table min / max width calculations. James Bursa 2005-07-20 22:25:56 +0000
  • e24bed7715 [project @ 2005-07-20 22:08:56 by bursa] Fix min / max bug with negative margins (treat as 0 for now). James Bursa 2005-07-20 22:08:56 +0000
  • 3f36449c91 [project @ 2005-07-19 06:03:07 by adrianl] Help text for search; partial text for print Adrian Lees 2005-07-19 06:03:07 +0000
  • ad1aaff33b [project @ 2005-07-19 05:59:18 by adrianl] Added search and print windows Adrian Lees 2005-07-19 05:59:18 +0000
  • 56baede6fd [project @ 2005-07-19 04:05:08 by adrianl] Convert to local encoding when copying to clipboard Adrian Lees 2005-07-19 04:05:08 +0000
  • a424d31020 [project @ 2005-07-19 04:01:59 by adrianl] Search-as-you-type Adrian Lees 2005-07-19 04:01:59 +0000
  • bd99f7081e [project @ 2005-07-19 03:56:17 by adrianl] Search-as-you-type Adrian Lees 2005-07-19 03:56:17 +0000
  • 17bbed4523 [project @ 2005-07-18 16:38:59 by adrianl] Fix text selection jitter Adrian Lees 2005-07-18 16:38:59 +0000
  • be2cd4131d [project @ 2005-07-18 16:37:55 by adrianl] Add missing prototype Adrian Lees 2005-07-18 16:37:55 +0000
  • b37420136c [project @ 2005-07-18 14:22:26 by jmb] Fix erroneous attempt to uppercase address of character instead of the character itself John Mark Bell 2005-07-18 14:22:26 +0000
  • c5e120e43d [project @ 2005-07-16 21:46:47 by jmb] Fix path display John Mark Bell 2005-07-16 21:46:47 +0000
  • 17134b3a02 [project @ 2005-07-16 20:25:58 by adrianl] Allow login with new user/password if entered incorrectly. Adrian Lees 2005-07-16 20:25:58 +0000
  • dbcfa470c4 [project @ 2005-07-16 16:23:08 by adrianl] Bounds checking in Content-Length handling Adrian Lees 2005-07-16 16:23:08 +0000
  • 23465f5705 [project @ 2005-07-16 16:17:49 by adrianl] Correct and simplify space -> hard space conversion Adrian Lees 2005-07-16 16:17:49 +0000
  • 77f1158f6b [project @ 2005-07-16 16:15:37 by adrianl] Faster utf8 next/prev functions Adrian Lees 2005-07-16 16:15:37 +0000
  • f4ecaaed31 [project @ 2005-07-16 14:35:20 by jmb] - Convert Messages files to UTF-8 encoding. - Replace local_encoding_name() with platform specific utf8_[to,from]_local_encoding() functions - this allows mapping of 8bit characters 0x80->0x9f (inclusive). - All text that is rendered by the RISC OS Wimp is now converted to the system local encoding prior to display. - Lose the horrendous hack that was messages_get_key() - Menu text is now translated to system local encoding on the fly (if necessary) rather than at menu creation time. This allows the system alphabet to change under us and our menus remain usable. - The Languages menu now lists all languages that are present in the LangNames file. In the case of selecting the UI language, those languages which are not available are shaded. John Mark Bell 2005-07-16 14:35:25 +0000
  • 81a39c3075 [project @ 2005-07-16 14:02:15 by adrianl] Update sprite name when saving Adrian Lees 2005-07-16 14:02:15 +0000
  • c383813921 [project @ 2005-07-16 05:57:53 by adrianl] Thumbnail display and dragging Adrian Lees 2005-07-16 05:57:53 +0000
  • 4a5dc6d5cc [project @ 2005-07-16 05:54:45 by adrianl] Thumbnails displayed and dragged for full page save; spelling correction Adrian Lees 2005-07-16 05:54:45 +0000
  • 46bc8ca154 [project @ 2005-07-11 18:10:10 by jmb] Cache previous iconv conversion descriptor John Mark Bell 2005-07-11 18:10:10 +0000
  • cfcc08137d [project @ 2005-07-09 18:30:28 by adrianl] Stylistic changes Adrian Lees 2005-07-09 18:30:28 +0000
  • b49dc7e760 [project @ 2005-07-08 14:59:50 by adrianl] Added download-related messages Adrian Lees 2005-07-08 14:59:50 +0000
  • bb51c62909 [project @ 2005-07-08 14:53:53 by adrianl] Continue download after save errors; checking of free space; grey out file icon when can't save; tidy display on Select/Adjust Adrian Lees 2005-07-08 14:53:53 +0000
  • fba1dfcf68 [project @ 2005-07-06 19:56:34 by bursa] Fix broken code in table_find_cell(). James Bursa 2005-07-06 19:56:34 +0000
  • 9741deb831 [project @ 2005-07-05 22:43:38 by bursa] Add locked attribute to content structure and use it to ignore content_redraw() during _convert() or _reformat(). James Bursa 2005-07-05 22:43:38 +0000
  • 07f79c3800 [project @ 2005-07-04 23:21:29 by jmb] Fix jpeglib.h header location John Mark Bell 2005-07-04 23:21:29 +0000
  • 3a117d604f [project @ 2005-07-03 20:18:23 by tlsa] Use local Google URLs on Intro pages and update About page. Michael Drake 2005-07-03 20:18:23 +0000
  • 824d3cc66a [project @ 2005-07-03 16:36:13 by jmb] Fix imagemaps John Mark Bell 2005-07-03 16:36:13 +0000
  • 3805c219fb [project @ 2005-07-03 15:57:10 by jmb] Handle forms with no action attribute John Mark Bell 2005-07-03 15:57:10 +0000
  • eb6a570aa6 [project @ 2005-07-03 15:41:07 by bursa] Implement gui_window_get_height() for the GTK build. James Bursa 2005-07-03 15:41:07 +0000
  • 78102aa4e1 [project @ 2005-07-02 23:37:41 by bursa] Improvements to layout_minmax_line(). Fix width of floats / inline blocks without an explicit width (space for margins, borders, padding was added twice). James Bursa 2005-07-02 23:37:41 +0000
  • 8a7ebeb2cc [project @ 2005-07-02 20:08:24 by bursa] Fix hidden form inputs being rendered. James Bursa 2005-07-02 20:08:24 +0000
  • 5abb753c85 [project @ 2005-07-02 18:19:41 by bursa] Fix copyright comments. James Bursa 2005-07-02 18:19:41 +0000
  • 21e5d8ca15 [project @ 2005-07-02 18:18:48 by bursa] Fix file comment for Doxygen. James Bursa 2005-07-02 18:18:48 +0000
  • 9b78daf135 [project @ 2005-07-02 18:17:51 by bursa] Rewrite calculation of box minimum and maximum widths to improve layout of many pages. Move calculation of column types and border collapsing to box tree normalising stage, since they are layout independent. Add window height parameter to layout and make <html> and <body> at least window height. James Bursa 2005-07-02 18:17:51 +0000
  • 894ba8b623 [project @ 2005-07-02 18:06:10 by bursa] New files for some table layout functions. James Bursa 2005-07-02 18:06:10 +0000
  • 39c981a4d8 [project @ 2005-07-02 17:58:32 by bursa] Bring comment showing permitted child nodes up to date. James Bursa 2005-07-02 17:58:32 +0000
  • 844f4af2de [project @ 2005-07-02 17:49:40 by bursa] Display contents of table->col[] in box_dump(). James Bursa 2005-07-02 17:49:40 +0000
  • b81b983b36 [project @ 2005-07-02 14:35:43 by jmb] Tidy up John Mark Bell 2005-07-02 14:35:43 +0000
  • ed5a93caad [project @ 2005-06-28 23:46:16 by jmb] Using Iconv to convert between an encoding and itself is pretty pointless. John Mark Bell 2005-06-28 23:46:16 +0000
  • f2799e1058 [project @ 2005-06-27 15:47:28 by tlsa] Bring up to date. Michael Drake 2005-06-27 15:47:28 +0000
  • 8aed1103b6 [project @ 2005-06-27 01:57:54 by adrianl] Fix termination of output from url_escape Adrian Lees 2005-06-27 01:57:54 +0000
  • ba6f228418 [project @ 2005-06-26 23:24:03 by adrianl] Fix calculation of available memory Adrian Lees 2005-06-26 23:24:03 +0000
  • 20e3c01058 [project @ 2005-06-26 23:23:55 by jmb] Disable raising of inexact floating point operations as we're not interested in them. John Mark Bell 2005-06-26 23:23:55 +0000
  • 9c53f98946 [project @ 2005-06-26 22:25:49 by jmb] Update to cater for changes in UnixLib: - unixlib/features.h is now features.h - __dynamic_da_name is now declared as const char * const - We explicitly force all FPU exceptions/traps back on (UnixLib default is now off) Correct error message when <NetSurf$Dir>.Resources.Sprites is missing. John Mark Bell 2005-06-26 22:25:49 +0000
  • 5817f82ba8 [project @ 2005-06-26 22:18:37 by jmb] Improve clarity of use of utf8_to_enc. Remove use of curl_escape - url_escape does similar things, just better. John Mark Bell 2005-06-26 22:18:37 +0000
  • 3286c99dd5 [project @ 2005-06-26 01:55:20 by jmb] Move acceptable character set determination to form submission time, rather thanat box tree creation time. Use UTF-8 encoding, if specified, else use first specified encoding. Improve use of utf8_to_enc - falling back to document encoding then 8859-1 where appropriate. John Mark Bell 2005-06-26 01:55:20 +0000
  • 26872ea54f [project @ 2005-06-23 18:02:26 by rjw] Remove test code. Richard Wilson 2005-06-23 18:02:26 +0000
  • 3150c97459 [project @ 2005-06-23 17:37:34 by rjw] Unbreak the build. Richard Wilson 2005-06-23 17:37:34 +0000
  • f559054c1a [project @ 2005-06-23 17:24:23 by rjw] Allow images to be unloaded to disk or compressed in memory. Provide thumbnails in all tree windows (hotlist, history). Optimise the application initialisation times. Part 2 of 2. Richard Wilson 2005-06-23 17:24:23 +0000
  • b88a81b9d9 [project @ 2005-06-23 17:22:28 by rjw] Allow images to be unloaded to disk or compressed in memory. Provide thumbnails in all tree windows (hotlist, history). Optimise the application initialisation times. Part 1 of 2. Richard Wilson 2005-06-23 17:22:28 +0000
  • ede57892c6 [project @ 2005-06-23 17:17:56 by rjw] Clients now manage the persistent state. Richard Wilson 2005-06-23 17:17:56 +0000
  • 1916685b59 [project @ 2005-06-23 17:16:44 by rjw] NetSurf now requires a version of Tinct capable of performing compression and decompression. Richard Wilson 2005-06-23 17:16:44 +0000
  • d3aa28aa32 [project @ 2005-06-22 00:21:36 by bursa] Make a configured countries Austria and Switzerland default to German translation. James Bursa 2005-06-22 00:21:36 +0000
  • 63ca06febb [project @ 2005-06-21 23:56:40 by adrianl] Netherlands support Adrian Lees 2005-06-21 23:56:40 +0000
  • 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