summaryrefslogtreecommitdiff
path: root/riscos/window.c
Commit message (Collapse)AuthorAgeFilesLines
* [project @ 2006-02-11 19:10:42 by adrianl]Adrian Lees2006-02-111-7/+5
| | | | | | Corrected UTF8 conversion of imported text svn path=/import/netsurf/; revision=2074
* [project @ 2006-02-01 22:31:27 by adrianl]Adrian Lees2006-02-011-2/+2
| | | | | | Eliminate spurious char at end of imported text svn path=/import/netsurf/; revision=2052
* [project @ 2006-01-26 23:52:01 by tlsa]Michael Drake2006-01-261-1/+1
| | | | | | Revert accidentally checked in file. svn path=/import/netsurf/; revision=2048
* [project @ 2006-01-26 23:38:22 by tlsa]Michael Drake2006-01-261-1/+1
| | | | | | Remove rule.netsurf/!NetSurf/Resources/AdBlock,f79 svn path=/import/netsurf/; revision=2046
* [project @ 2006-01-25 17:28:29 by rjw]Richard Wilson2006-01-251-0/+86
| | | | | | Implement feature request 1365051. svn path=/import/netsurf/; revision=2043
* [project @ 2006-01-22 17:25:30 by jmb]John Mark Bell2006-01-221-7/+32
| | | | | | | Convert local files to UTF-8 when dragged in (assumes they're encoded in the system local encoding). Fix potential buffer overflow in utf8_from_local_encoding svn path=/import/netsurf/; revision=2025
* [project @ 2006-01-06 21:21:34 by rjw]Richard Wilson2006-01-061-1/+0
| | | | | | Trim headers. svn path=/import/netsurf/; revision=1997
* [project @ 2006-01-02 22:06:59 by rjw]Richard Wilson2006-01-021-1/+3
| | | | | | Allow toolbars for non gui-windows svn path=/import/netsurf/; revision=1959
* [project @ 2005-12-31 04:40:48 by rjw]Richard Wilson2005-12-311-9/+16
| | | | | | Use new wimp_event system. svn path=/import/netsurf/; revision=1916
* [project @ 2005-09-29 15:24:48 by adrianl]Adrian Lees2005-09-291-3/+14
| | | | | | Allow drag-saving of URLs from URL icon of browser windows svn path=/import/netsurf/; revision=1867
* [project @ 2005-07-24 03:13:51 by adrianl]Adrian Lees2005-07-241-7/+2
| | | | | | Convert title to local encoding before display svn path=/import/netsurf/; revision=1819
* [project @ 2005-07-20 23:27:27 by adrianl]Adrian Lees2005-07-201-0/+61
| | | | | | 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 14:35:20 by jmb]John Mark Bell2005-07-161-18/+5
| | | | | | | | | | | | | | | | | | - 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-16 05:54:45 by adrianl]Adrian Lees2005-07-161-1/+8
| | | | | | Thumbnails displayed and dragged for full page save; spelling correction svn path=/import/netsurf/; revision=1793
* [project @ 2005-07-02 18:17:51 by bursa]James Bursa2005-07-021-1/+31
| | | | | | 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-07 21:58:17 by jmb]John Mark Bell2005-06-071-2/+6
| | | | | | Fix stupid assertions. svn path=/import/netsurf/; revision=1745
* [project @ 2005-06-07 21:29:26 by jmb]John Mark Bell2005-06-071-11/+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-06-07 16:35:13 by jmb]John Mark Bell2005-06-071-3/+17
| | | | | | Convert status bar text to local encoding. Fixes bug 1215998 svn path=/import/netsurf/; revision=1743
* [project @ 2005-05-02 22:12:53 by adrianl]Adrian Lees2005-05-021-5/+19
| | | | | | Fix Ctrl-Del and implement Home svn path=/import/netsurf/; revision=1710
* [project @ 2005-04-21 21:36:23 by adrianl]Adrian Lees2005-04-211-19/+104
| | | | | | Dragging URLs into toolbar URL icon; keyboard actions in textareas conform to Wimp's icon editing; display of scale % fixed for 120% svn path=/import/netsurf/; revision=1676
* [project @ 2005-04-20 23:22:49 by rjw]Richard Wilson2005-04-201-3/+1
| | | | | | Remove background blending option, fix tree menu bug. svn path=/import/netsurf/; revision=1675
* [project @ 2005-04-20 12:24:41 by adrianl]Adrian Lees2005-04-201-22/+148
| | | | | | 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-17 23:32:09 by adrianl]Adrian Lees2005-04-171-0/+19
| | | | | | better keyboard support for scale and find dialogs svn path=/import/netsurf/; revision=1665
* [project @ 2005-04-16 19:33:21 by jmb]John Mark Bell2005-04-161-1/+4
| | | | | | Fix silliness with use of control characters svn path=/import/netsurf/; revision=1653
* [project @ 2005-04-15 18:00:19 by jmb]John Mark Bell2005-04-151-11/+139
| | | | | | | | 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:54:44 by adrianl]Adrian Lees2005-04-151-21/+230
| | | | | | Text selection, page drag scrolling, drag-saving images and a few SaveAs improvements svn path=/import/netsurf/; revision=1640
* [project @ 2005-04-14 01:36:54 by rjw]Richard Wilson2005-04-141-5/+9
| | | | | | Fix redraw errors for standalone images when buffered. svn path=/import/netsurf/; revision=1631
* [project @ 2005-04-13 22:02:28 by adrianl]Adrian Lees2005-04-131-2/+2
| | | | | | Fix scrolling to tags with scaled display svn path=/import/netsurf/; revision=1628
* [project @ 2005-04-07 21:47:17 by rjw]Richard Wilson2005-04-071-0/+2
| | | | | | Stop Ctrl+Q/W without a content from killing NetSurf. svn path=/import/netsurf/; revision=1604
* [project @ 2005-04-07 20:46:22 by rjw]Richard Wilson2005-04-071-139/+99
| | | | | | Update to the way menus are handled. Various GUI bug fixes. svn path=/import/netsurf/; revision=1603
* [project @ 2005-03-21 00:50:13 by rjw]Richard Wilson2005-03-211-10/+17
| | | | | | Add shift+toggle feature for short contents. *** HACK *** svn path=/import/netsurf/; revision=1566
* [project @ 2005-03-20 22:50:29 by rjw]Richard Wilson2005-03-201-1/+1
| | | | | | Trees now use content title rather than gui_window title. svn path=/import/netsurf/; revision=1562
* [project @ 2005-03-20 20:39:43 by rjw]Richard Wilson2005-03-201-0/+13
| | | | | | Allow theme changing during toolbar edit sessions. Stop pointer changing to ptr_lr when updating toolbar windows. svn path=/import/netsurf/; revision=1558
* [project @ 2005-03-20 19:28:49 by rjw]Richard Wilson2005-03-201-1/+1
| | | | | | Further toolbar customisation work. svn path=/import/netsurf/; revision=1555
* [project @ 2005-03-20 14:57:19 by rjw]Richard Wilson2005-03-201-8/+17
| | | | | | Further work towards configurable toolbars. svn path=/import/netsurf/; revision=1551
* [project @ 2005-03-18 23:52:38 by rjw]Richard Wilson2005-03-181-30/+27
| | | | | | Allow windows to be resized to an absolute minimum (toolbars collapse.) svn path=/import/netsurf/; revision=1541
* [project @ 2005-03-14 13:58:43 by rjw]Richard Wilson2005-03-141-32/+82
| | | | | | Minimise flicker when viewing non-HTML files. svn path=/import/netsurf/; revision=1535
* [project @ 2005-03-13 09:04:44 by rjw]Richard Wilson2005-03-131-1/+1
| | | | | | Update title and extent on scale change. svn path=/import/netsurf/; revision=1534
* [project @ 2005-03-13 01:23:10 by rjw]Richard Wilson2005-03-131-18/+53
| | | | | | Scale view is now applied to all content types. Ctrl+Q/Ctrl+W no longer step along a linear scale. svn path=/import/netsurf/; revision=1533
* [project @ 2005-02-08 23:37:41 by rjw]Richard Wilson2005-02-081-4/+8
| | | | | | Give global history some functionality svn path=/import/netsurf/; revision=1508
* [project @ 2005-02-07 14:28:43 by rjw]Richard Wilson2005-02-071-8/+49
| | | | | | Initial work for global history (currently incomplete) svn path=/import/netsurf/; revision=1497
* [project @ 2005-02-05 01:08:00 by rjw]Richard Wilson2005-02-051-0/+2
| | | | | | Make F2 automatically open URL completion. svn path=/import/netsurf/; revision=1493
* [project @ 2005-02-04 03:02:15 by rjw]Richard Wilson2005-02-041-3/+10
| | | | | | Make URL completion less intrusive, fix incorrect horizontal clipping of vertical scrollbar. svn path=/import/netsurf/; revision=1490
* [project @ 2005-02-03 13:18:22 by rjw]Richard Wilson2005-02-031-3/+27
| | | | | | Implementation of URL suggestion svn path=/import/netsurf/; revision=1488
* [project @ 2005-02-01 01:16:53 by jmb]John Mark Bell2005-02-011-1/+0
| | | | | | Lose spurious #include svn path=/import/netsurf/; revision=1479
* [project @ 2005-02-01 00:58:31 by rjw]Richard Wilson2005-02-011-3/+4
| | | | | | Only buffer redraws that update the entire current clipping area (fixes GIF redraw artifacts.) svn path=/import/netsurf/; revision=1477
* [project @ 2005-01-24 22:14:59 by bursa]James Bursa2005-01-241-4/+4
| | | | | | 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-21/+18
| | | | | | Fix input focus behaviour. Remove obsolete gui_window_get_url(). svn path=/import/netsurf/; revision=1465
* [project @ 2005-01-23 16:09:05 by rjw]Richard Wilson2005-01-231-4/+8
| | | | | | Further work on theme installing svn path=/import/netsurf/; revision=1463
* [project @ 2005-01-03 02:28:57 by jmb]John Mark Bell2005-01-031-1/+0
| | | | | | Lose erroneous #include svn path=/import/netsurf/; revision=1430