summaryrefslogtreecommitdiff
path: root/desktop
Commit message (Collapse)AuthorAgeFilesLines
* [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
* [project @ 2005-04-18 11:52:26 by adrianl]Adrian Lees2005-04-183-11/+13
| | | | | | Ignore save drags from browser window that remain within window svn path=/import/netsurf/; revision=1667
* [project @ 2005-04-17 11:10:05 by adrianl]Adrian Lees2005-04-171-1/+4
| | | | | | explanatory comment svn path=/import/netsurf/; revision=1660
* [project @ 2005-04-17 03:30:35 by adrianl]Adrian Lees2005-04-173-3/+10
| | | | | | Search text highlighting in browser windows svn path=/import/netsurf/; revision=1657
* [project @ 2005-04-16 21:44:37 by adrianl]Adrian Lees2005-04-161-1/+5
| | | | | | Fix drag scrolling of non-html content svn path=/import/netsurf/; revision=1656
* [project @ 2005-04-16 08:22:57 by adrianl]Adrian Lees2005-04-161-18/+24
| | | | | | first cut at selecting inter-block spaces svn path=/import/netsurf/; revision=1652
* [project @ 2005-04-16 08:19:56 by adrianl]Adrian Lees2005-04-161-0/+1
| | | | | | missing #include svn path=/import/netsurf/; revision=1651
* [project @ 2005-04-16 05:09:32 by jmb]John Mark Bell2005-04-162-133/+22
| | | | | | | | | | | | Split out UTF-8 handling functions. Submit URL-encoded forms in sensible encoding: * First entry in accept-charset list, if present * Document encoding, otherwise We may want to explicitly look for UTF-8, to save converting. Convert cnv_str_local_enc/cnv_local_enc_str to use iconv (they're now veneers for utf8_[to/from]_enc). Provide mechanism for looking up local system charset (derived from system alphabet, under RISC OS) svn path=/import/netsurf/; revision=1647
* [project @ 2005-04-15 20:46:25 by adrianl]Adrian Lees2005-04-152-2/+2
| | | | | | Fix incorrect position at end of selection drag svn path=/import/netsurf/; revision=1645
* [project @ 2005-04-15 20:45:43 by adrianl]Adrian Lees2005-04-151-1/+4
| | | | | | Fix for selection changing when page reformatted svn path=/import/netsurf/; revision=1644
* [project @ 2005-04-15 18:00:19 by jmb]John Mark Bell2005-04-154-811/+989
| | | | | | | | Split out generic text input code. Support internationalised text input. Fix textarea-related bugs. svn path=/import/netsurf/; revision=1642
* [project @ 2005-04-15 05:52:25 by adrianl]Adrian Lees2005-04-153-354/+766
| | | | | | Text selection, page drag scrolling, drag-saving images svn path=/import/netsurf/; revision=1638
* [project @ 2005-04-15 05:51:11 by adrianl]Adrian Lees2005-04-152-0/+802
| | | | | | Text selection svn path=/import/netsurf/; revision=1634
* [project @ 2005-04-09 09:57:19 by bursa]James Bursa2005-04-091-3/+2
| | | | | | Remove obsolete style_clone field from struct box (forgot this file). svn path=/import/netsurf/; revision=1610
* [project @ 2005-04-09 09:47:36 by bursa]James Bursa2005-04-091-16/+24
| | | | | | Move HTML contents almost fully over to talloc(), simplifying code. Improvements to title attributes, broken forms, cellpadding. Reorder functions in box_construct.c. svn path=/import/netsurf/; revision=1608
* [project @ 2005-04-07 20:46:22 by rjw]Richard Wilson2005-04-071-0/+5
| | | | | | Update to the way menus are handled. Various GUI bug fixes. svn path=/import/netsurf/; revision=1603
* [project @ 2005-03-20 23:42:23 by jmb]John Mark Bell2005-03-201-3/+3
| | | | | | Only stop existing fetch for window if we're really going to initiate a new one. svn path=/import/netsurf/; revision=1564
* [project @ 2005-03-20 23:02:00 by rjw]Richard Wilson2005-03-201-2/+4
| | | | | | URL nodes without a title use the associated URL. svn path=/import/netsurf/; revision=1563