summaryrefslogtreecommitdiff
path: root/desktop
Commit message (Collapse)AuthorAgeFilesLines
* [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
* [project @ 2005-03-20 21:13:38 by jmb]John Mark Bell2005-03-201-3/+23
| | | | | | Add fragment id to URL in URL bar svn path=/import/netsurf/; revision=1560
* [project @ 2005-03-20 20:38:40 by jmb]John Mark Bell2005-03-201-1/+3
| | | | | | Fix stupidity relating to URL matching svn path=/import/netsurf/; revision=1556
* [project @ 2005-03-20 16:34:20 by jmb]John Mark Bell2005-03-201-1/+2
| | | | | | Fix crash relating to opening a link containing a fragment in a new window. svn path=/import/netsurf/; revision=1553
* [project @ 2005-03-20 03:35:50 by jmb]John Mark Bell2005-03-201-3/+12
| | | | | | Improve handling of fragments on the same page as already loaded. svn path=/import/netsurf/; revision=1550
* [project @ 2005-03-18 23:52:38 by rjw]Richard Wilson2005-03-181-0/+2
| | | | | | Allow windows to be resized to an absolute minimum (toolbars collapse.) svn path=/import/netsurf/; revision=1541
* [project @ 2005-03-13 09:04:44 by rjw]Richard Wilson2005-03-132-2/+1
| | | | | | Update title and extent on scale change. svn path=/import/netsurf/; revision=1534
* [project @ 2005-02-20 13:17:29 by bursa]James Bursa2005-02-202-19/+19
| | | | | | Font rewrite, part 1. svn path=/import/netsurf/; revision=1517
* [project @ 2005-02-08 23:34:56 by rjw]Richard Wilson2005-02-082-16/+78
| | | | | | Implement nodes being retained in memory after deletion, stop nodes being able to be moved within themselves. svn path=/import/netsurf/; revision=1507
* [project @ 2005-02-07 23:00:09 by rjw]Richard Wilson2005-02-071-12/+1
| | | | | | Stop toolbar scrolling by 1px, make theme saving use leafnames, improve error handling svn path=/import/netsurf/; revision=1499
* [project @ 2005-02-07 14:28:43 by rjw]Richard Wilson2005-02-074-31/+40
| | | | | | Initial work for global history (currently incomplete) svn path=/import/netsurf/; revision=1497
* [project @ 2005-02-07 14:17:35 by rjw]Richard Wilson2005-02-071-0/+15
| | | | | | Stop crashes during buffered rendering freezing RISC OS svn path=/import/netsurf/; revision=1494
* [project @ 2005-02-03 13:18:22 by rjw]Richard Wilson2005-02-031-0/+6
| | | | | | Implementation of URL suggestion svn path=/import/netsurf/; revision=1488
* [project @ 2005-01-27 22:54:59 by rjw]Richard Wilson2005-01-271-1/+1
| | | | | | Recursing deleted nodes is foolish svn path=/import/netsurf/; revision=1472
* [project @ 2005-01-24 23:02:37 by bursa]James Bursa2005-01-241-0/+1
| | | | | | Reformat pages loaded from memory cache to window width. svn path=/import/netsurf/; revision=1467
* [project @ 2005-01-24 22:14:59 by bursa]James Bursa2005-01-242-11/+11
| | | | | | Simplify browser_window_go(). Replace browser_window_go_post() with browser_window_go() where possible. svn path=/import/netsurf/; revision=1466
* [project @ 2005-01-24 20:59:15 by bursa]James Bursa2005-01-241-1/+0
| | | | | | Fix input focus behaviour. Remove obsolete gui_window_get_url(). svn path=/import/netsurf/; revision=1465
* [project @ 2005-01-13 22:42:38 by bursa]James Bursa2005-01-132-2/+15
| | | | | | Start on theme auto-install. Fix content_add_user() not to broadcast error on memory exhaustion. svn path=/import/netsurf/; revision=1448