summaryrefslogtreecommitdiff
path: root/monkey
Commit message (Collapse)AuthorAgeFilesLines
* fix null derference (coverity 1127056)Vincent Sanders2013-11-271-1/+3
|
* fix null ereference (coverity 1127057)Vincent Sanders2013-11-271-1/+3
|
* fix null dereference (coverity 1127058)Vincent Sanders2013-11-271-1/+2
|
* Remove bulk of old treeview implementation.Michael Drake2013-09-021-0/+1
|
* Remove tree_url_node module. Had to disable treeview scanning in amiga and ↵Michael Drake2013-09-021-7/+0
| | | | cocoa front ends. Amiga front end very likely broken.
* No need to set treeview icon for ssl cert windows.Michael Drake2013-08-121-7/+3
|
* add finalisation to options and document the API betterVincent Sanders2013-06-011-2/+6
|
* make monkey frontend use new options codeVincent Sanders2013-05-283-293/+28
|
* move options includeVincent Sanders2013-05-283-4/+4
|
* change all core and frontend options headers to new formatVincent Sanders2013-05-281-57/+19
|
* add missing includeVincent Sanders2013-05-231-0/+1
|
* move the logging initialisation out to be call by frontendsVincent Sanders2013-05-231-0/+16
| | | | | This allows each frontend to pass a distinct callback to configure the output file stream appropriately for their use.
* Remove struct selection from gui_drag_save_selection, so gui.h doesn't need ↵Michael Drake2013-05-101-1/+1
| | | | it now.
* Pass caret clip rect out to front ends. (Nothing actually using them yet.)Michael Drake2013-03-051-1/+2
|
* fix errors introduced in refactorVincent Sanders2013-02-181-0/+1
|
* rename flags for browser_window routines to be shorterVincent Sanders2013-02-181-4/+4
|
* change browser_window_create and refactor all callsitesVincent Sanders2013-02-181-3/+21
|
* browser_window_navigate refactorVincent Sanders2013-02-181-2/+25
|
* Update for new nsfont_split expectations. Untested, but code similar to ↵Michael Drake2013-02-101-7/+19
| | | | framebuffer.
* Make Monkey front end build with new clipboard API.Michael Drake2013-01-081-23/+17
|
* move common include path setup to core MakefileVincent Sanders2012-12-201-1/+1
|
* allow flags to be selected based on compiler versionVincent Sanders2012-12-131-1/+0
|
* split target defaults outVincent Sanders2012-12-131-0/+13
|
* make macro name more correctVincent Sanders2012-12-131-16/+17
|
* try without option altogetherVincent Sanders2012-12-131-1/+2
|
* let monkey generate unused-but-set-variable without causing an errorVincent Sanders2012-12-131-4/+6
|
* Remove libxmlJohn-Mark Bell2012-11-101-1/+1
|
* Port save complete to libdom.John-Mark Bell2012-11-031-15/+0
|
* Disable unused-but-set-variable warnings until such time as the JS bindings ↵Daniel Silverstone2012-11-021-1/+1
| | | | are complete (or bodged)
* add javascript compilation to monkeyVincent Sanders2012-10-221-20/+24
|
* Fix "error setting certificate verify locations" problem when the Choices ↵Michael Drake2012-10-171-0/+6
| | | | file doesn't exist. Now there's a single place for front ends to set options overrides. Fix nsoption_setnull_charp leak.
* Remove suspension of bmp/gif images. It's completely redundant with the ↵Michael Drake2012-10-141-6/+0
| | | | convert on demand core image cache.
* Fix up ripples from urldb change.Michael Drake2012-10-113-8/+8
|
* Split install and package targets.Vincent Sanders2012-08-231-0/+17
| | | | Install target is for installing on the local machine and package generates a package
* Move browser_window struct to private header. Places that shouldn't include ↵Michael Drake2012-08-221-1/+1
| | | | | | | | | | | | | | | | | it do, such as front end code. Frontends that have been updated to build: framebuffer gtk monkey riscos TODO: amiga atari beos cocoa windows
* Pass font plot style out to front end clipboard append function.Michael Drake2012-08-131-1/+2
|
* link math libraryVincent Sanders2012-08-131-1/+1
|
* Fix build: we need libdom now.John-Mark Bell2012-08-011-2/+2
|
* Fix colour string matching. Lose unneeded case insensitivity in matching.Michael Drake2012-03-271-3/+1
| | | | svn path=/trunk/netsurf/; revision=13739
* Constify param to gui_system_colour_char function.Michael Drake2012-03-271-1/+1
| | | | svn path=/trunk/netsurf/; revision=13737
* Monkey does not need _GNU_SOURCEDaniel Silverstone2012-03-241-1/+0
| | | | svn path=/trunk/netsurf/; revision=13596
* NetSurf options rework (a=vince r=daniels,jmb)Vincent Sanders2012-03-223-88/+92
| | | | svn path=/trunk/netsurf/; revision=13548
* Fix gui_window_drag_startJohn Mark Bell2012-02-051-1/+1
| | | | svn path=/trunk/netsurf/; revision=13418
* Constify rect param to gui_window_drag_start.Michael Drake2012-01-111-1/+1
| | | | svn path=/trunk/netsurf/; revision=13397
* Pass pointer constraints for drag out to front ends. Ensure content ↵Michael Drake2012-01-111-4/+3
| | | | | | scrollbar drag termination always informs the browser window layer that the drag is over. svn path=/trunk/netsurf/; revision=13395
* Pass whether background images are wanted in redraw_context.Michael Drake2011-12-231-0/+1
| | | | svn path=/trunk/netsurf/; revision=13335
* Fix monkey frontendJohn Mark Bell2011-12-041-0/+8
| | | | svn path=/trunk/netsurf/; revision=13238
* More response tags, updated docs with commandsDaniel Silverstone2011-11-252-7/+22
| | | | svn path=/trunk/netsurf/; revision=13181
* Avoid unused variable warningRob Kendrick2011-11-251-0/+1
| | | | svn path=/trunk/netsurf/; revision=13180
* Build resource: map at start timeJohn Mark Bell2011-10-051-13/+11
| | | | | | Remove stylesheet url globals -- the core will always use resource:{default,quirks,adblock}.css as appropriate svn path=/trunk/netsurf/; revision=12949