summaryrefslogtreecommitdiff
path: root/riscos/hotlist.c
Commit message (Collapse)AuthorAgeFilesLines
* [project @ 2004-10-04 23:54:42 by rjw]Richard Wilson2004-10-041-2/+10
| | | | | | Moved GIF file reading to image/, optimisation of plotting for GIFs, JNGs, PNGs and JPEGs, initial work for toolbar customisation. Possibly some other things too. svn path=/import/netsurf/; revision=1301
* [project @ 2004-10-01 21:31:55 by jmb]John Mark Bell2004-10-011-2/+2
| | | | | | | | | | | | A somewhat better implementation of referrers which no longer sends the referer if the URL schemes don't match. Things to do: 1) Preservation of referer across redirects (see comment in browser.c:284) 2) GUI templates/code for configuration of referer sending (simple on/off toggle only) 3) Make referer sending when fetching objects/stylesheets for a page pay attention to option_send_referer? 4) Handle the case where the referer is in the form of http://moo:foo@mysite.com/ (ie the login details embedded in the referer - not good). svn path=/import/netsurf/; revision=1297
* [project @ 2004-08-30 21:03:48 by rjw]Richard Wilson2004-08-301-2/+2
| | | | | | Reworking of themes and toolbars. svn path=/import/netsurf/; revision=1254
* [project @ 2004-08-09 16:11:58 by jmb]John Mark Bell2004-08-091-3/+7
| | | | | | | Rework the interface of the URL handing module to allow for multiple error types. Modify save_complete URL rewriting appropriately. svn path=/import/netsurf/; revision=1206
* [project @ 2004-08-05 19:27:31 by rjw]Richard Wilson2004-08-051-0/+1
| | | | | | Fix for hotlist toolbar not being updated for directory double clicks. Fix for OS3.7 buffered redraw error masking. Fix for error reporting stopping functionality. svn path=/import/netsurf/; revision=1181
* [project @ 2004-07-30 18:35:31 by bursa]James Bursa2004-07-301-1/+1
| | | | | | Fix hotlist loading crash. svn path=/import/netsurf/; revision=1166
* [project @ 2004-07-29 11:40:48 by bursa]James Bursa2004-07-291-165/+361
| | | | | | Rewrite saving to use libxml2. Clean up and simplify loading. svn path=/import/netsurf/; revision=1162
* [project @ 2004-07-28 22:23:34 by bursa]James Bursa2004-07-281-39/+41
| | | | | | Fix double-free, and read from Choices: instead of Choices$Write. svn path=/import/netsurf/; revision=1155
* [project @ 2004-07-26 22:23:40 by rjw]Richard Wilson2004-07-261-1/+7
| | | | | | Hotlist toolbar icon shading. Fix for GIF animation artifacts under certain conditions. svn path=/import/netsurf/; revision=1151
* [project @ 2004-07-25 22:47:54 by rjw]Richard Wilson2004-07-251-2/+6
| | | | | | Fix for fix for broken hotlist loading. Removed debug comments from mng.c svn path=/import/netsurf/; revision=1148
* [project @ 2004-07-25 21:45:37 by rjw]Richard Wilson2004-07-251-26/+33
| | | | | | Fix for broken hotlist loading. svn path=/import/netsurf/; revision=1147
* [project @ 2004-07-18 17:38:01 by bursa]James Bursa2004-07-181-1/+1
| | | | | | Improve form control interaction code. Replace box_under_area() with simpler box_at_point(). Detect objects for menu once on menu opening. Remove obsolete text selection code. svn path=/import/netsurf/; revision=1096
* [project @ 2004-07-17 13:00:38 by bursa]James Bursa2004-07-171-41/+42
| | | | | | Simplify gui_window structure. Clean up various parts of the gui code. svn path=/import/netsurf/; revision=1092
* [project @ 2004-07-16 16:45:42 by rjw]Richard Wilson2004-07-161-2/+2
| | | | | | Fix for missing parameters. svn path=/import/netsurf/; revision=1082
* [project @ 2004-07-16 16:33:44 by rjw]Richard Wilson2004-07-161-20/+72
| | | | | | Various fixes for the GUI. Persistant windows are closed when upon a change of content. Hotlist saves in the same format as !Browse. Neater login window. Support for interactive help from hotlist windows. svn path=/import/netsurf/; revision=1081
* [project @ 2004-07-16 00:05:31 by rjw]Richard Wilson2004-07-161-1/+0
| | | | | | Updates to the interactive help text to reflect current interface. Removed development code so the hotlist can be saved. svn path=/import/netsurf/; revision=1080
* [project @ 2004-07-15 23:58:08 by rjw]Richard Wilson2004-07-151-144/+104
| | | | | | Hotlist loading now uses libxml. Hotlist loading supports the !Browse file format. svn path=/import/netsurf/; revision=1079
* [project @ 2004-07-11 23:14:24 by rjw]Richard Wilson2004-07-111-0/+111
| | | | | | Hotlist folder/entry creation. svn path=/import/netsurf/; revision=1072
* [project @ 2004-07-09 21:22:03 by rjw]Richard Wilson2004-07-091-1/+1
| | | | | | Fix for content-type auto updating svn path=/import/netsurf/; revision=1065
* [project @ 2004-07-09 21:03:26 by rjw]Richard Wilson2004-07-091-47/+58
| | | | | | Various minor GUI fixes svn path=/import/netsurf/; revision=1064
* [project @ 2004-07-09 17:03:34 by rjw]Richard Wilson2004-07-091-212/+90
| | | | | | Tidier hotlist code. URL normalisation. Redraw uses Tinct. svn path=/import/netsurf/; revision=1063
* [project @ 2004-07-08 22:05:35 by rjw]Richard Wilson2004-07-081-31/+95
| | | | | | Lose compiler warnings. Fix for dragging hotlist item to itself failing. Initial work on adding/editing entries. svn path=/import/netsurf/; revision=1061
* [project @ 2004-07-07 22:09:26 by rjw]Richard Wilson2004-07-071-19/+92
| | | | | | Minor GUI fixes for hotlist. Hotlist toolbar. svn path=/import/netsurf/; revision=1054
* [project @ 2004-07-07 00:31:57 by rjw]Richard Wilson2004-07-071-120/+305
| | | | | | Basic hotlist management facilities svn path=/import/netsurf/; revision=1053
* [project @ 2004-07-05 22:17:59 by rjw]Richard Wilson2004-07-051-14/+98
| | | | | | Minor hotlist GUI fixes. Further hotlist menu development. svn path=/import/netsurf/; revision=1052
* [project @ 2004-07-04 23:16:12 by rjw]Richard Wilson2004-07-041-5/+6
| | | | | | Fix for trailing spaces for hotlist saving/loading [warning - drunken code] svn path=/import/netsurf/; revision=1048
* [project @ 2004-07-04 19:27:41 by jmb]John Mark Bell2004-07-041-135/+135
| | | | | | Fixup duplicated message key usage. svn path=/import/netsurf/; revision=1047
* [project @ 2004-07-04 18:44:51 by rjw]Richard Wilson2004-07-041-96/+329
| | | | | | Loading/saving of hotlists. Initial work for hotlist menu. svn path=/import/netsurf/; revision=1046
* [project @ 2004-07-04 14:59:29 by rjw]Richard Wilson2004-07-041-161/+418
| | | | | | Futher hotlst development. Minor GUI tweaks. svn path=/import/netsurf/; revision=1044
* [project @ 2004-07-04 12:42:54 by joty]John Tytgat2004-07-041-108/+107
| | | | | | Norcroft fixes. svn path=/import/netsurf/; revision=1043
* [project @ 2004-07-03 17:30:27 by rjw]Richard Wilson2004-07-031-163/+487
| | | | | | Further development of the selection and display code. svn path=/import/netsurf/; revision=1042
* [project @ 2004-07-03 16:28:09 by jmb]John Mark Bell2004-07-031-96/+180
| | | | | | Rework last_date, add_date and add last_visit_to_string() svn path=/import/netsurf/; revision=1041
* [project @ 2004-07-01 23:20:40 by rjw]Richard Wilson2004-07-011-5/+16
| | | | | | Fix for icon selection colour in Select. svn path=/import/netsurf/; revision=1038
* [project @ 2004-07-01 22:56:26 by rjw]Richard Wilson2004-07-011-86/+265
| | | | | | Hotlist visit count monitoring. Hotlist redraw optimisations. Hotlist entry content type icons. svn path=/import/netsurf/; revision=1037
* [project @ 2004-06-30 23:11:11 by rjw]Richard Wilson2004-06-301-43/+135
| | | | | | Simple selection code svn path=/import/netsurf/; revision=1035
* [project @ 2004-06-30 18:13:31 by rjw]Richard Wilson2004-06-301-3/+10
| | | | | | URLs can be launched. svn path=/import/netsurf/; revision=1033
* [project @ 2004-06-30 17:59:18 by rjw]Richard Wilson2004-06-301-5/+16
| | | | | | Minor window extent bugfixes svn path=/import/netsurf/; revision=1032
* [project @ 2004-06-30 17:44:11 by rjw]Richard Wilson2004-06-301-0/+753
Missing file from last commit. svn path=/import/netsurf/; revision=1031