summaryrefslogtreecommitdiff
path: root/desktop
Commit message (Collapse)AuthorAgeFilesLines
* HTML Choices editing works now, but it still requiresOle Loots2012-12-212-1/+27
| | | | some authentication token to be generated to make it secure.
* Fixed typoOle Loots2012-12-211-1/+1
|
* Use multipart/form-data for data transmission.Ole Loots2012-12-211-1/+1
| | | | | Requires some new nsoption functions to be saved. (Conversion -> option name to index)
* Render HTML Form for Choices submission.Ole Loots2012-12-211-15/+79
| | | | | | Causes memory corruption when submitted via GET. Retrieving Post data requires a bit more indepth knowledge about the fetcher.
* add message retrival of error codes ensuring there are messages for all codesVincent Sanders2012-11-261-93/+1
|
* C89François Revol2012-11-251-1/+1
|
* Report (and ignore) failure to load non-existent document. (Credit: Chris Young)John-Mark Bell2012-11-111-3/+6
|
* Permit hotlist entries to have no title.John-Mark Bell2012-11-111-6/+8
|
* Prevent NULL pointer access with plain text contentsChris Young2012-11-101-1/+1
|
* remove redundant domutils and put functionality in existing utils/libdomVincent Sanders2012-11-101-7/+7
|
* Port hotlist load/save to libdom.John-Mark Bell2012-11-091-230/+295
|
* Fix to escape comments in save complete output.Michael Drake2012-11-061-0/+8
|
* Height is already scaled. Make OBJ char bigger.Michael Drake2012-11-051-1/+1
|
* Don't abort redraw on bad image.Michael Drake2012-11-052-0/+27
|
* Port save complete to libdom.John-Mark Bell2012-11-032-605/+894
|
* fix warningsVincent Sanders2012-10-181-6/+12
|
* Improve error handling in html contentVincent Sanders2012-10-171-0/+119
|
* Fix "error setting certificate verify locations" problem when the Choices ↵Michael Drake2012-10-172-2/+11
| | | | file doesn't exist. Now there's a single place for front ends to set options overrides. Fix nsoption_setnull_charp leak.
* Add some startup logging.Michael Drake2012-10-171-0/+3
|
* Disable thumbnail persistence.Michael Drake2012-10-141-1/+1
|
* Remove unused #ifdef riscos.Michael Drake2012-10-141-4/+0
|
* Tree can't be NULL.Michael Drake2012-10-111-0/+1
|
* Fix leak.Michael Drake2012-10-111-0/+5
|
* Iframes have to have a parent content.Michael Drake2012-10-111-0/+2
|
* Fix up ripples from urldb change.Michael Drake2012-10-1113-86/+115
|
* Merge branch 'master' of git://git.netsurf-browser.org/netsurfMichael Drake2012-10-091-2/+0
|\
| * Remove unused functions.Michael Drake2012-10-091-2/+0
| |
| * Revert previous two commits now that we've diagnosed the CI hiccoughDaniel Silverstone2012-10-081-1/+0
| |
| * Throw a #warning when the CI build is detected. Sorry for the noiseDaniel Silverstone2012-10-081-0/+1
| |
* | Merge branch 'master' of git://git.netsurf-browser.org/netsurfMichael Drake2012-10-082-2/+9
|\|
| * trivial docuemntation cleanups to address some of the huge number of ↵Vincent Sanders2012-10-082-2/+9
| | | | | | | | docuemntation warnings
* | Port to new urldb API.Michael Drake2012-10-081-2/+3
|/
* If you pass CI_BUILD=xxx to make, it will build a CI #xxx into the version ↵Daniel Silverstone2012-10-061-1/+8
| | | | string and also mention it in the testament
* verify path parameter to options loadingVincent Sanders2012-10-051-0/+5
|
* Fix cases of returning pointers as bool for GCC 2.95.2.Michael Drake2012-09-292-2/+2
|
* Move browser_window struct to private header. Places that shouldn't include ↵Michael Drake2012-08-229-150/+187
| | | | | | | | | | | | | | | | | it do, such as front end code. Frontends that have been updated to build: framebuffer gtk monkey riscos TODO: amiga atari beos cocoa windows
* Move scrollbar msg data declaration.Michael Drake2012-08-222-1/+1
|
* Clean up includes.Michael Drake2012-08-221-3/+1
|
* Allow the presence of form inputs to be obtained without knowledge of html ↵Michael Drake2012-08-201-0/+1
| | | | content internals.
* Function for front ends to get debug dump from bw.Michael Drake2012-08-202-0/+16
|
* Remove declaration of nonexistent function.Michael Drake2012-08-201-2/+0
|
* Don't pass struct box to content open.Michael Drake2012-08-201-1/+1
|
* Let *_drop_file_at_point determine if a drop is possible.Michael Drake2012-08-201-3/+4
|
* Avoid using hlcache_handle for drag saves in html_interaction. Drag save ↵Michael Drake2012-08-191-8/+9
| | | | msg with NULL content now means save the content which sends the message.
* Handle choice of whether to show status for loading content or request content.Michael Drake2012-08-191-2/+11
|
* Add paste request content message.Michael Drake2012-08-181-0/+6
|
* Add content message for setting mouse pointer.Michael Drake2012-08-171-0/+5
|
* Move mouse pointer enums to mouse header.Michael Drake2012-08-173-31/+35
|
* Use new content message for saving of hyperlink target URL.Michael Drake2012-08-161-0/+10
|
* Move browser window related control over mouse pointer out of html content ↵Michael Drake2012-08-161-2/+17
| | | | handler.