summaryrefslogtreecommitdiff
path: root/riscos/hotlist.c
Commit message (Collapse)AuthorAgeFilesLines
* Fix blatent use-after-free bug.John Mark Bell2009-12-031-3/+3
| | | | svn path=/trunk/netsurf/; revision=9712
* Add missing return.John Mark Bell2009-05-291-0/+1
| | | | svn path=/trunk/netsurf/; revision=7635
* Avoid potentially unsafe writes through a const pointer.John Mark Bell2009-03-281-15/+29
| | | | svn path=/trunk/netsurf/; revision=6974
* Updated URLs in default hotlistAdrian Lees2009-01-101-2/+2
| | | | svn path=/trunk/netsurf/; revision=6011
* - Teached ro_gui_set_icon_string() and ro_gui_get_icon_string() about the ↵John Tytgat2008-08-051-5/+5
| | | | | | | | | | | | difference between direct and indirect icons. - ro_gui_get_icon_string(): - Constify return value of ro_gui_get_icon_string() as you really shouldn't change its contents via this pointer. - Enfore NUL string termination as return value (instead of other control char termination) - Merged ro_gui_set_icon_string_le() into ro_gui_set_icon_string() by adding ro_gui_set_icon_string() and extra to_utf8 parameter. - ro_gui_strncmp(): added svn path=/trunk/netsurf/; revision=4907
* - Compiler warning squashJohn Tytgat2008-07-261-10/+18
| | | | | | | - Changed a lineending \n\r -> \n for a couple of files. - More code style conformance. svn path=/trunk/netsurf/; revision=4762
* Update all source code file headers to reflect GPL version 2 only and ↵Vincent Sanders2007-08-081-3/+14
| | | | | | contain appropriate licence text svn path=/trunk/netsurf/; revision=3486
* Remove the netsurf/ from the include paths and rationalise use of <> vs "" ↵Daniel Silverstone2007-05-301-14/+14
| | | | | | | | | | | | | | in includes NetSurf includes are now done with ""s and other system includes with <>s as C intended. The scandeps tool has been updated to only look for ""ed includes, and to verify that the files exist in the tree before adding them to the dependency lines. The depend rule has therefore been augmented to make sure the autogenerated files are built before it is run. This is untested under self-hosted RISC OS builds. All else tested and works. svn path=/trunk/netsurf/; revision=3307
* Tweak default hotlist entries to be more up-to-dateRob Kendrick2007-05-211-3/+3
| | | | svn path=/trunk/netsurf/; revision=3299
* Update project URL.Michael Drake2006-11-271-4/+4
| | | | svn path=/trunk/netsurf/; revision=3073
* Allow the viewing of the entire SSL certificate chain.Richard Wilson2006-07-161-12/+0
| | | | svn path=/trunk/netsurf/; revision=2755
* Provide persistent flag for urldb entries.John Mark Bell2006-06-141-3/+4
| | | | | | | Make hotlist use this, rather than abusing the last visited date. This fixes the hotlist being copied to global history issue. svn path=/trunk/netsurf/; revision=2619
* Ensure hotlist URLs are retained in the databaseJohn Mark Bell2006-04-151-6/+10
| | | | | | Reduce number of unconditional calls to urldb_get_url_data svn path=/trunk/netsurf/; revision=2531
* Unify information databasesJohn Mark Bell2006-04-091-32/+39
| | | | svn path=/trunk/netsurf/; revision=2519
* [project @ 2006-01-08 01:51:33 by jmb]John Mark Bell2006-01-081-8/+9
| | | | | | | | | | 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-06 21:25:34 by rjw]Richard Wilson2006-01-061-58/+5
| | | | | | Simplify code and make tree windows defined in the templates. svn path=/import/netsurf/; revision=1999
* [project @ 2006-01-06 12:59:29 by rjw]Richard Wilson2006-01-061-1/+24
| | | | | | Create various extra NetSurf links if no Hotlist is present. svn path=/import/netsurf/; revision=1991
* [project @ 2006-01-06 02:56:00 by rjw]Richard Wilson2006-01-061-1/+1
| | | | | | 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 @ 2005-12-31 04:36:24 by rjw]Richard Wilson2005-12-311-120/+104
| | | | | | Read data from url_store, use new wimp_event system. svn path=/import/netsurf/; revision=1913
* [project @ 2005-04-07 20:46:22 by rjw]Richard Wilson2005-04-071-81/+66
| | | | | | Update to the way menus are handled. Various GUI bug fixes. svn path=/import/netsurf/; revision=1603
* [project @ 2005-03-18 23:52:38 by rjw]Richard Wilson2005-03-181-9/+6
| | | | | | Allow windows to be resized to an absolute minimum (toolbars collapse.) svn path=/import/netsurf/; revision=1541
* [project @ 2005-02-08 23:37:41 by rjw]Richard Wilson2005-02-081-0/+1
| | | | | | Give global history some functionality svn path=/import/netsurf/; revision=1508
* [project @ 2005-02-07 14:28:43 by rjw]Richard Wilson2005-02-071-109/+5
| | | | | | Initial work for global history (currently incomplete) svn path=/import/netsurf/; revision=1497
* [project @ 2005-02-03 13:18:22 by rjw]Richard Wilson2005-02-031-5/+0
| | | | | | Implementation of URL suggestion svn path=/import/netsurf/; revision=1488
* [project @ 2005-01-27 22:37:54 by bursa]James Bursa2005-01-271-3/+0
| | | | | | Builds now hosted on the main site. svn path=/import/netsurf/; revision=1471
* [project @ 2004-12-09 10:30:43 by rjw]Richard Wilson2004-12-091-2322/+245
| | | | | | Re-implementation of hotlist via general tree code. Animations can be stopped once more. Purged a few xcalloc() calls. svn path=/import/netsurf/; revision=1394
* [project @ 2004-11-16 23:30:31 by rjw]Richard Wilson2004-11-161-1/+1
| | | | | | Minor fix to hotlist for titles with control characters. svn path=/import/netsurf/; revision=1362
* [project @ 2004-11-03 17:57:39 by rjw]Richard Wilson2004-11-031-0/+2
| | | | | | Hotlist entries are correctly redrawn when renamed svn path=/import/netsurf/; revision=1340
* [project @ 2004-11-02 23:23:07 by rjw]Richard Wilson2004-11-021-9/+18
| | | | | | Fix for recent GIF decoding bug. Rectangular pixel mode-friendly sprites for hotlist. Slight change to history image size to please Tinct. Support for foreground and background image quality settings. Support for error diffusion and bi-linear filtering (Tinct still requires some further work) svn path=/import/netsurf/; revision=1336
* [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