summaryrefslogtreecommitdiff
path: root/desktop
Commit message (Collapse)AuthorAgeFilesLines
* [project @ 2006-02-19 18:26:23 by jmb]John Mark Bell2006-02-192-228/+0
| | | | | | | | Rewrite HTTP authentication. Fix extraction of realm from WWW-Authenticate header. Tidy up login dialog code. svn path=/import/netsurf/; revision=2085
* [project @ 2006-02-15 23:09:53 by adrianl]Adrian Lees2006-02-155-235/+421
| | | | | | Extend text selection, copying, saving and searching code to handle textplain contents; modified textplain code to accept other line terminators svn path=/import/netsurf/; revision=2081
* [project @ 2006-02-12 21:23:21 by adrianl]Adrian Lees2006-02-121-10/+17
| | | | | | Show all matches svn path=/import/netsurf/; revision=2076
* [project @ 2006-02-11 18:44:23 by adrianl]Adrian Lees2006-02-111-54/+0
| | | | | | Remove currently unused and unusable functions svn path=/import/netsurf/; revision=2073
* [project @ 2006-02-11 18:33:05 by adrianl]Adrian Lees2006-02-115-95/+304
| | | | | | Textarea/selection improvements and fixes svn path=/import/netsurf/; revision=2072
* [project @ 2006-02-11 03:40:26 by adrianl]Adrian Lees2006-02-111-4/+8
| | | | | | Auto-repeat for scrollbar buttons svn path=/import/netsurf/; revision=2070
* [project @ 2006-02-06 00:10:09 by jmb]John Mark Bell2006-02-061-0/+1
| | | | | | Implement HTTP caching algorithm; this should avoid stale cache entries being used. svn path=/import/netsurf/; revision=2059
* [project @ 2006-02-06 00:07:18 by adrianl]Adrian Lees2006-02-062-6/+38
| | | | | | Drag-saving of text without pressing Ctrl svn path=/import/netsurf/; revision=2058
* [project @ 2006-01-25 17:28:29 by rjw]Richard Wilson2006-01-251-0/+2
| | | | | | Implement feature request 1365051. svn path=/import/netsurf/; revision=2043
* [project @ 2006-01-25 08:25:37 by jmb]John Mark Bell2006-01-251-0/+4
| | | | | | Fix stupid aborts due to not removing scheduled callbacks svn path=/import/netsurf/; revision=2040
* [project @ 2006-01-25 06:52:38 by jmb]John Mark Bell2006-01-251-0/+26
| | | | | | Meta refresh support svn path=/import/netsurf/; revision=2039
* [project @ 2006-01-08 01:51:33 by jmb]John Mark Bell2006-01-082-2/+14
| | | | | | | | | | Make data file locations user-configurable (no UI for this as yet) Reduce intrusiveness of ncos modifications Fix GTK build Remove Cookies file details from Messages (this data never belonged in there anyway) Make gui_init more robust against memory exhaustion. svn path=/import/netsurf/; revision=2014
* [project @ 2006-01-07 00:39:14 by rjw]Richard Wilson2006-01-072-0/+4
| | | | | | Add disc cache expiry option. svn path=/import/netsurf/; revision=2005
* [project @ 2006-01-06 13:25:29 by rjw]Richard Wilson2006-01-061-0/+2
| | | | | | Update last child reference on delinking. This will fix the bug where parts of the tree became inaccessible after insertion. svn path=/import/netsurf/; revision=1992
* [project @ 2006-01-06 12:50:37 by rjw]Richard Wilson2006-01-062-3/+3
| | | | | | Stop hotlist being lost on QUIT. svn path=/import/netsurf/; revision=1990
* [project @ 2006-01-06 02:56:00 by rjw]Richard Wilson2006-01-062-7/+7
| | | | | | Stop slight tree redraw errors from wrapping of 16-bit units. Pass the data to update URL tree nodes to where applicable. svn path=/import/netsurf/; revision=1988
* [project @ 2006-01-04 22:40:36 by rjw]Richard Wilson2006-01-041-0/+1
| | | | | | Don't allow folders to be launched. svn path=/import/netsurf/; revision=1981
* [project @ 2006-01-02 23:31:28 by jmb]John Mark Bell2006-01-022-1/+6
| | | | | | Implement font default option properly svn path=/import/netsurf/; revision=1969
* [project @ 2006-01-01 18:52:30 by jmb]John Mark Bell2006-01-012-3/+34
| | | | | | | | Dump user options to stderr on abort. Dump box tree on failed assertion. Display Red/Yellow hourglass whilst dumping box tree (as this can take some time) svn path=/import/netsurf/; revision=1928
* [project @ 2006-01-01 17:00:56 by rjw]Richard Wilson2006-01-011-23/+12
| | | | | | Optimise node element creation. svn path=/import/netsurf/; revision=1927
* [project @ 2006-01-01 15:46:43 by rjw]Richard Wilson2006-01-011-0/+9
| | | | | | Deleting from the global history resets URL data svn path=/import/netsurf/; revision=1926
* [project @ 2005-12-31 06:17:36 by jmb]John Mark Bell2005-12-312-56/+53
| | | | | | Optimise degenerate trees by storing child tail pointer svn path=/import/netsurf/; revision=1924
* [project @ 2005-12-31 04:37:56 by rjw]Richard Wilson2005-12-312-120/+68
| | | | | | Read URL data from url_store. Scroll items into view when expanding. svn path=/import/netsurf/; revision=1914
* [project @ 2005-12-31 04:31:37 by rjw]Richard Wilson2005-12-311-76/+9
| | | | | | Hotlist comments are no longer required. svn path=/import/netsurf/; revision=1910
* [project @ 2005-12-31 04:30:49 by rjw]Richard Wilson2005-12-312-7/+16
| | | | | | Updates to work with new url_store system. svn path=/import/netsurf/; revision=1909
* [project @ 2005-12-29 23:18:17 by rjw]Richard Wilson2005-12-292-2/+5
| | | | | | Add URL expiry option. svn path=/import/netsurf/; revision=1903
* [project @ 2005-12-01 02:59:55 by rjw]Richard Wilson2005-12-011-1/+4
| | | | | | Plug memory leak svn path=/import/netsurf/; revision=1890
* [project @ 2005-10-30 21:22:37 by bursa]James Bursa2005-10-301-27/+40
| | | | | | Implement link targets for framesets. svn path=/import/netsurf/; revision=1873
* [project @ 2005-09-01 03:20:21 by adrianl]Adrian Lees2005-09-011-41/+94
| | | | | | Save text in local encoding; fix selection of zero-length blocks svn path=/import/netsurf/; revision=1857
* [project @ 2005-08-22 22:49:52 by bursa]James Bursa2005-08-221-1/+1
| | | | | | More work towards frame targets: add target parameter to box_create(), and copy target down the box tree during construction. svn path=/import/netsurf/; revision=1853
* [project @ 2005-08-21 12:04:17 by bursa]James Bursa2005-08-211-13/+14
| | | | | | Change void * parameters to intptr_t to make them correct for storing integers or pointers. svn path=/import/netsurf/; revision=1852
* [project @ 2005-08-21 10:52:17 by bursa]James Bursa2005-08-211-97/+93
| | | | | | Remove some dead code. Add description of browser_window_mouse_action_html(). Reformat some code. svn path=/import/netsurf/; revision=1851
* [project @ 2005-08-15 00:00:31 by jmb]John Mark Bell2005-08-152-687/+0
| | | | | | Remove these files (missed by last commit) svn path=/import/netsurf/; revision=1848
* [project @ 2005-08-14 23:56:15 by jmb]John Mark Bell2005-08-141-1/+1
| | | | | | | Move imagemap.[ch] into render/ Make imagemap URL extraction use box_extract_link svn path=/import/netsurf/; revision=1847
* [project @ 2005-07-24 18:35:57 by adrianl]Adrian Lees2005-07-241-0/+3
| | | | | | Find nearest text when selecting svn path=/import/netsurf/; revision=1823
* [project @ 2005-07-24 07:00:47 by adrianl]Adrian Lees2005-07-241-27/+74
| | | | | | Search below-right for nearest text when dragging start point of selection svn path=/import/netsurf/; revision=1821
* [project @ 2005-07-24 06:13:25 by adrianl]Adrian Lees2005-07-242-71/+136
| | | | | | Make selecting text easier by finding the nearest text above-left of the pointer; sort out issues with spaces in copied/saved text svn path=/import/netsurf/; revision=1820
* [project @ 2005-07-20 23:27:27 by adrianl]Adrian Lees2005-07-206-186/+707
| | | | | | 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) svn path=/import/netsurf/; revision=1812
* [project @ 2005-07-16 20:25:58 by adrianl]Adrian Lees2005-07-161-7/+10
| | | | | | Allow login with new user/password if entered incorrectly. svn path=/import/netsurf/; revision=1800
* [project @ 2005-07-16 14:35:20 by jmb]John Mark Bell2005-07-161-17/+1
| | | | | | | | | | | | | | | | | | - 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. svn path=/import/netsurf/; revision=1796
* [project @ 2005-07-11 18:10:10 by jmb]John Mark Bell2005-07-111-0/+3
| | | | | | Cache previous iconv conversion descriptor svn path=/import/netsurf/; revision=1792
* [project @ 2005-07-03 16:36:13 by jmb]John Mark Bell2005-07-031-10/+21
| | | | | | Fix imagemaps svn path=/import/netsurf/; revision=1784
* [project @ 2005-07-02 18:17:51 by bursa]James Bursa2005-07-022-19/+12
| | | | | | 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. svn path=/import/netsurf/; revision=1777
* [project @ 2005-06-23 17:22:28 by rjw]Richard Wilson2005-06-232-13/+20
| | | | | | 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. svn path=/import/netsurf/; revision=1761
* [project @ 2005-06-13 20:41:28 by rjw]Richard Wilson2005-06-131-1/+1
| | | | | | Only reset hotlist statistics for selected items svn path=/import/netsurf/; revision=1748
* [project @ 2005-06-07 21:58:17 by jmb]John Mark Bell2005-06-071-4/+13
| | | | | | Fix stupid assertions. svn path=/import/netsurf/; revision=1745
* [project @ 2005-06-07 21:29:26 by jmb]John Mark Bell2005-06-071-2/+7
| | | | | | | Lose cnv_str_local_enc and friends. UTF-8 conversion functions now return an enumerated type allowing for fallbacks, if appropriate. svn path=/import/netsurf/; revision=1744
* [project @ 2005-05-24 20:21:47 by bursa]James Bursa2005-05-241-10/+10
| | | | | | Convert remaining BOX_INLINEs in forms to BOX_TEXT. svn path=/import/netsurf/; revision=1736
* [project @ 2005-04-20 12:30:59 by adrianl]Adrian Lees2005-04-201-1/+1
| | | | | | Reintroduced NDEBUG svn path=/import/netsurf/; revision=1674
* [project @ 2005-04-20 12:24:41 by adrianl]Adrian Lees2005-04-205-180/+743
| | | | | | text import from global clipboard, other apps & files and additional keys for editing text in textareas svn path=/import/netsurf/; revision=1673