summaryrefslogtreecommitdiff
path: root/desktop
Commit message (Collapse)AuthorAgeFilesLines
* [project @ 2006-03-31 10:41:21 by rjek]Rob Kendrick2006-03-312-0/+20
| | | | | | Move default font face choices from RISC OS front end to core svn path=/import/netsurf/; revision=2482
* [project @ 2006-03-29 15:26:53 by rjek]Rob Kendrick2006-03-292-1/+4
| | | | | | Moved homepage_url option into core from riscos, and use it in the GTK frontend svn path=/import/netsurf/; revision=2481
* [project @ 2006-03-27 00:30:04 by dsilvers]Daniel Silverstone2006-03-271-0/+1
| | | | | | Ensure refresh_interval is -1 just in case svn path=/import/netsurf/; revision=2194
* [project @ 2006-03-27 00:19:19 by dsilvers]Daniel Silverstone2006-03-272-2/+8
| | | | | | Defer scheduling a refresh until the content is loaded. This prevents assertion failures in the rare case that a schedule_run ends up being called before a content object containing a refresh which is due is fully loaded svn path=/import/netsurf/; revision=2193
* [project @ 2006-03-26 23:06:18 by dsilvers]Daniel Silverstone2006-03-261-0/+9
| | | | | | Consider the margins on the <html> object when calculating where a point is. svn path=/import/netsurf/; revision=2189
* [project @ 2006-03-26 21:26:47 by rjek]Rob Kendrick2006-03-261-0/+11
| | | | | | Add a 5 pixel 'tail' at the start and end of history node links svn path=/import/netsurf/; revision=2183
* [project @ 2006-03-26 17:48:56 by dsilvers]Daniel Silverstone2006-03-261-1/+1
| | | | | | Argh, it's a length but it's called an offset svn path=/import/netsurf/; revision=2181
* [project @ 2006-03-26 17:43:43 by dsilvers]Daniel Silverstone2006-03-261-1/+1
| | | | | | char_offset is an offset, add one to make it a length svn path=/import/netsurf/; revision=2180
* [project @ 2006-03-25 20:30:35 by bursa]James Bursa2006-03-254-12/+588
| | | | | | Split local history into portable and RISC OS specific code. Improve layout of history tree. svn path=/import/netsurf/; revision=2164
* [project @ 2006-03-22 23:37:59 by tlsa]Michael Drake2006-03-221-0/+4
| | | | | | More pointer types for RISC OS build. svn path=/import/netsurf/; revision=2150
* [project @ 2006-03-21 17:22:41 by rjek]Rob Kendrick2006-03-211-0/+2
| | | | | | Radio and checkbox widgets are now 3D, and implemented arc plotting for them svn path=/import/netsurf/; revision=2145
* [project @ 2006-03-19 19:03:07 by rjek]Rob Kendrick2006-03-191-1/+1
| | | | | | Implemented unfilled disc plotting and GTK disc plotting svn path=/import/netsurf/; revision=2136
* [project @ 2006-03-19 17:49:32 by dsilvers]Daniel Silverstone2006-03-192-6/+28
| | | | | | Add support for a few more CSS cursors and tidy the GUI_POINTER_* stuff to support what we already had svn path=/import/netsurf/; revision=2135
* [project @ 2006-03-14 14:21:00 by dsilvers]Daniel Silverstone2006-03-142-0/+25
| | | | | | Multi-parallel fetch. Needs documenting, works in basic GTK tests, makes things way faster on GTK port. Needs testing on RO and in general more testing is good. svn path=/import/netsurf/; revision=2127
* [project @ 2006-03-10 09:09:03 by dsilvers]Daniel Silverstone2006-03-102-10/+10
| | | | | | Minor refactor to pass the gui_window to gui_window_set_pointer and gui_window_hide_pointer svn path=/import/netsurf/; revision=2123
* [project @ 2006-03-09 14:01:38 by jmb]John Mark Bell2006-03-091-1/+4
| | | | | | Avoid potential NULL read svn path=/import/netsurf/; revision=2112
* [project @ 2006-03-04 20:46:35 by rjw]Richard Wilson2006-03-041-1/+1
| | | | | | Continue work towards favicon support. svn path=/import/netsurf/; revision=2104
* [project @ 2006-02-24 20:43:45 by jmb]John Mark Bell2006-02-241-2/+3
| | | | | | Fix broken fragment handling which prevented form submission. svn path=/import/netsurf/; revision=2094
* [project @ 2006-02-23 15:06:53 by jmb]John Mark Bell2006-02-235-7/+32
| | | | | | | | | | Handle invalid SSL certificates better - UI still needs work. Modify fetch callback data parameter type to remove compiler warnings. Constify things. Lose global ssl_verify_certificates option. Fix issue when closing a dialog without input focus. svn path=/import/netsurf/; revision=2092
* [project @ 2006-02-19 18:26:23 by jmb]John Mark Bell2006-02-192-228/+0
| | | | | | | | Rewrite HTTP authentication. Fix extraction of realm from WWW-Authenticate header. Tidy up login dialog code. svn path=/import/netsurf/; revision=2085
* [project @ 2006-02-15 23:09:53 by adrianl]Adrian Lees2006-02-155-235/+421
| | | | | | Extend text selection, copying, saving and searching code to handle textplain contents; modified textplain code to accept other line terminators svn path=/import/netsurf/; revision=2081
* [project @ 2006-02-12 21:23:21 by adrianl]Adrian Lees2006-02-121-10/+17
| | | | | | Show all matches svn path=/import/netsurf/; revision=2076
* [project @ 2006-02-11 18:44:23 by adrianl]Adrian Lees2006-02-111-54/+0
| | | | | | Remove currently unused and unusable functions svn path=/import/netsurf/; revision=2073
* [project @ 2006-02-11 18:33:05 by adrianl]Adrian Lees2006-02-115-95/+304
| | | | | | Textarea/selection improvements and fixes svn path=/import/netsurf/; revision=2072
* [project @ 2006-02-11 03:40:26 by adrianl]Adrian Lees2006-02-111-4/+8
| | | | | | Auto-repeat for scrollbar buttons svn path=/import/netsurf/; revision=2070
* [project @ 2006-02-06 00:10:09 by jmb]John Mark Bell2006-02-061-0/+1
| | | | | | Implement HTTP caching algorithm; this should avoid stale cache entries being used. svn path=/import/netsurf/; revision=2059
* [project @ 2006-02-06 00:07:18 by adrianl]Adrian Lees2006-02-062-6/+38
| | | | | | Drag-saving of text without pressing Ctrl svn path=/import/netsurf/; revision=2058
* [project @ 2006-01-25 17:28:29 by rjw]Richard Wilson2006-01-251-0/+2
| | | | | | Implement feature request 1365051. svn path=/import/netsurf/; revision=2043
* [project @ 2006-01-25 08:25:37 by jmb]John Mark Bell2006-01-251-0/+4
| | | | | | Fix stupid aborts due to not removing scheduled callbacks svn path=/import/netsurf/; revision=2040
* [project @ 2006-01-25 06:52:38 by jmb]John Mark Bell2006-01-251-0/+26
| | | | | | Meta refresh support svn path=/import/netsurf/; revision=2039
* [project @ 2006-01-08 01:51:33 by jmb]John Mark Bell2006-01-082-2/+14
| | | | | | | | | | 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-07 00:39:14 by rjw]Richard Wilson2006-01-072-0/+4
| | | | | | Add disc cache expiry option. svn path=/import/netsurf/; revision=2005
* [project @ 2006-01-06 13:25:29 by rjw]Richard Wilson2006-01-061-0/+2
| | | | | | Update last child reference on delinking. This will fix the bug where parts of the tree became inaccessible after insertion. svn path=/import/netsurf/; revision=1992
* [project @ 2006-01-06 12:50:37 by rjw]Richard Wilson2006-01-062-3/+3
| | | | | | Stop hotlist being lost on QUIT. svn path=/import/netsurf/; revision=1990
* [project @ 2006-01-06 02:56:00 by rjw]Richard Wilson2006-01-062-7/+7
| | | | | | 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 @ 2006-01-04 22:40:36 by rjw]Richard Wilson2006-01-041-0/+1
| | | | | | Don't allow folders to be launched. svn path=/import/netsurf/; revision=1981
* [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